SymjaExpression
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.
The principle of this API is converting the mst to an org.matheclipse.core.interfaces.IExpr, differentiating it with Symja's F.D, then converting org.matheclipse.core.interfaces.IExpr back to MST.
Parameters
T
The type of number.
A
The NumericAlgebra of T.
Constructors
SymjaExpression
Link copied to clipboard
fun <A : NumericAlgebra<T>> SymjaExpression(algebra: A, mst: MST, evaluator: ExprEvaluator = DEFAULT_EVALUATOR)
Content copied to clipboard
The type of number.
Functions
derivativeOrNull
Link copied to clipboard
open override fun derivativeOrNull(symbols: List<Symbol>): SymjaExpression<T, A>
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard