Package space.kscience.kmath.estree

Functions

Link copied to clipboard
fun <T : Any> MST.compile(algebra: Algebra<T>, vararg arguments: Pair<Symbol, T>): T
fun <T : Any> MST.compile(algebra: Algebra<T>, arguments: Map<Symbol, T>): T

Compile given MST to expression and evaluate it against arguments

Link copied to clipboard
fun <T : Any> MST.compileToExpression(algebra: Algebra<T>): Expression<T>

Create a compiled expression with given MST and given algebra.