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 step size to be used. | |
| X0 | Gets or sets the initial x value. | |
| Y0 | Gets or sets the initial y values. |