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