Click or drag to resize

VariableOrderOdeSolverOptionsUseBackwardDifferention Property

Rosenbrock32stiff is a variable-order solver for stiff problems. It is based on the numerical differentiation formulas (NDFs). The NDFs are generally more efficient than the closely related family of backward differentiation formulas (BDFs), also known as Gear's methods. The ode15s properties let you choose among these formulas, as well as specifying the maximum order for the formula used.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool UseBackwardDifferention { get; set; }

Property Value

Boolean
See Also