kmath-ast
/
space.kscience.kmath.estree
js
Package space.
kscience.
kmath.
estree
Functions
Functions
compile
Link copied to clipboard
js
inline fun <
T
:
Any
>
<ERROR CLASS>
.
compile
(algebra:
<ERROR CLASS>
<
T
>, vararg arguments:
Pair
<
<ERROR CLASS>
,
T
>):
T
Content copied to clipboard
Compile given MST to expression and evaluate it against
arguments
inline fun <
T
:
Any
>
<ERROR CLASS>
.
compile
(algebra:
<ERROR CLASS>
<
T
>, arguments:
Map
<
<ERROR CLASS>
,
T
>):
T
Content copied to clipboard
Compile given MST to expression and evaluate it against
arguments
compileToExpression
Link copied to clipboard
js
fun <
T
:
Any
>
<ERROR CLASS>
.
compileToExpression
(algebra:
<ERROR CLASS>
<
T
>):
<ERROR CLASS>
<
T
>
Content copied to clipboard
Create a compiled expression with given MST and given
algebra
.