Initialization |
The MultiStepMethodBaseInitializationData type exposes the following members.
Name | Description | |
---|---|---|
![]() | EvaluateJacobian | Gets or sets the function to evaluate the jacobian, i.e. the derivative of F with respect to y. |
![]() | F | Gets or sets the function used to calculate the derivatives. |
![]() | StepSize | Gets or sets the size of the step. |
![]() | X0 | Gets or sets the initial x value. |
![]() | Y0 | Gets or sets the initial y values. |