kmath-ast
/
space.kscience.kmath.asm
/
compile
jvm
compile
inline fun <
T
:
Any
>
MST
.
compile
(algebra:
Algebra
<
T
>, arguments:
Map
<
Symbol
,
T
>):
T
Content copied to clipboard
inline fun <
T
:
Any
>
MST
.
compile
(algebra:
Algebra
<
T
>, vararg arguments:
Pair
<
Symbol
,
T
>):
T
Content copied to clipboard
Compile given MST to expression and evaluate it against
arguments