Package space.kscience.kmath.estree

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
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
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>
Create a compiled expression with given MST and given algebra.