kmath
0.3.1-dev-RC
js
kmath-ast
/
space.kscience.kmath.wasm
/
compileToExpression
compile
To
Expression
js
@
UnstableKMathAPI
fun
MST
.
compileToExpression
(
algebra
:
IntRing
)
:
IntExpression
(
source
)
@
UnstableKMathAPI
fun
MST
.
compileToExpression
(
algebra
:
DoubleField
)
:
Expression
<
Double
>
(
source
)
Create a compiled expression with given
MST
and given
algebra
.
Author
Iaroslav Postovalov