kmath
0.3.1-dev-RC
jvm
kmath-ast
/
space.kscience.kmath.asm
/
compileToExpression
compile
To
Expression
jvm
inline
fun
<
T
:
Any
>
MST
.
compileToExpression
(
algebra
:
Algebra
<
T
>
)
:
Expression
<
T
>
(
source
)
Create a compiled expression with given
MST
and given
algebra
.
@
UnstableKMathAPI
fun
MST
.
compileToExpression
(
algebra
:
IntRing
)
:
IntExpression
(
source
)
@
UnstableKMathAPI
fun
MST
.
compileToExpression
(
algebra
:
LongRing
)
:
LongExpression
(
source
)
@
UnstableKMathAPI
fun
MST
.
compileToExpression
(
algebra
:
DoubleField
)
:
DoubleExpression
(
source
)
Create a compiled expression with given
MST
and given
algebra
.
Author
Iaroslav Postovalov