kmath
0.3.1-dev-RC
js
kmath-ast
/
space.kscience.kmath.estree
/
compile
compile
js
fun
<
T
:
Any
>
MST
.
compile
(
algebra
:
Algebra
<
T
>
,
arguments
:
Map
<
Symbol
,
T
>
)
:
T
(
source
)
fun
<
T
:
Any
>
MST
.
compile
(
algebra
:
Algebra
<
T
>
,
vararg
arguments
:
Pair
<
Symbol
,
T
>
)
:
T
(
source
)
Compile given MST to expression and evaluate it against
arguments