Package space.kscience.kmath.wasm
Functions
Link copied to clipboard
fun MST.compile(algebra: DoubleField, vararg arguments: Pair<Symbol, Double>): Double
Content copied to clipboard
fun MST.compile(algebra: DoubleField, arguments: Map<Symbol, Double>): Double
Content copied to clipboard
fun MST.compile(algebra: IntRing, vararg arguments: Pair<Symbol, Int>): Int
Content copied to clipboard
Compile given MST to expression and evaluate it against arguments.
Link copied to clipboard