Click or drag to resize

InitializationData Properties

The MultiStepMethodBaseInitializationData type exposes the following members.

Properties
 NameDescription
Public propertyEvaluateJacobian Gets or sets the function to evaluate the jacobian, i.e. the derivative of F with respect to y.
Public propertyF Gets or sets the function used to calculate the derivatives.
Public propertyStepSize Gets or sets the size of the step.
Public propertyX0 Gets or sets the initial x value.
Public propertyY0 Gets or sets the initial y values.
Top
See Also