Click or drag to resize

VariableOrderOdeSolverOptionsJacobianFunction Property

Gets and sets a function for computing the Jacobian of the function f in the differential equation y' = f(t,y). If no function is specified the algorithm will check to see if a constant jacobian is specified and if so use it. Otherwise jacobian is numerically computed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Func<double, DoubleVector, DoubleMatrix> JacobianFunction { get; set; }

Property Value

FuncDouble, DoubleVector, DoubleMatrix
See Also