Click or drag to resize

VariableOrderOdeSolverOptionsConstantJacobian Property

Gets and sets a matrix which is the constant Jacobian of the function f in the differential equation y' = f(t,y). If no matrix is specified the algorithm will check to see if a jacobian function 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 DoubleMatrix ConstantJacobian { get; set; }

Property Value

DoubleMatrix
See Also