kmath
0.3.1-dev-RC
js
kmath-ast
/
space.kscience.kmath.wasm
/
compile
compile
js
@
UnstableKMathAPI
fun
MST
.
compile
(
algebra
:
IntRing
,
arguments
:
Map
<
Symbol
,
Int
>
)
:
Int
(
source
)
@
UnstableKMathAPI
fun
MST
.
compile
(
algebra
:
IntRing
,
vararg
arguments
:
Pair
<
Symbol
,
Int
>
)
:
Int
(
source
)
@
UnstableKMathAPI
fun
MST
.
compile
(
algebra
:
DoubleField
,
arguments
:
Map
<
Symbol
,
Double
>
)
:
Double
(
source
)
@
UnstableKMathAPI
fun
MST
.
compile
(
algebra
:
DoubleField
,
vararg
arguments
:
Pair
<
Symbol
,
Double
>
)
:
Double
(
source
)
Compile given MST to expression and evaluate it against
arguments
.
Author
Iaroslav Postovalov