Click or drag to resize

MultiStepMethodBaseInitializationDataEvaluateJacobian Property

Gets or sets the function to evaluate the jacobian, i.e. the derivative of F with respect to y.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MultiStepMethodBaseCalculateJacobian? EvaluateJacobian { get; set; }

Property Value

MultiStepMethodBaseCalculateJacobian
See Also