Package space.kscience.kmath.symja
Types
Link copied to clipboard
class SymjaExpression<T : Number, A : NumericAlgebra<T>>(algebra: A, mst: MST, evaluator: ExprEvaluator) : SpecialDifferentiableExpression<T, SymjaExpression<T, A>>
Content copied to clipboard
Represents MST based space.kscience.kmath.expressions.DifferentiableExpression relying on Symja.
Functions
Link copied to clipboard
fun <T : Number, A : NumericAlgebra<T>> MST.toSymjaExpression(algebra: A): SymjaExpression<T, A>
Content copied to clipboard
Wraps this MST into SymjaExpression in the context of algebra.