Package space.kscience.kmath.estree

Functions

compile
Link copied to clipboard
js
fun <T : Any> MstExpression<T, <ERROR CLASS><T>>.compile(): <ERROR CLASS><T>
Optimizes performance of an MstExpression by compiling it into ESTree generated expression.
expression
Link copied to clipboard
js
fun <T : Any> <ERROR CLASS><T>.expression(mst: MST): <ERROR CLASS><T>
Compiles an MST to ESTree generated expression using given algebra.