Evaluates the Jacobian matrix.
Namespace: Altaxo.Calc.Ode.Obsolete.DVodeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid Run(
int NEQ,
double T,
double[] Y,
int offset_y,
int ML,
int MU,
ref double[] PD,
int offset_pd,
int NRPD,
double RPAR,
int IPAR
)
Parameters
- NEQ Int32
- The number of equations.
- T Double
- The current value of the independent variable.
- Y Double
- The current solution vector.
- offset_y Int32
- The offset into Y.
- ML Int32
- The lower bandwidth.
- MU Int32
- The upper bandwidth.
- PD Double
- Receives the Jacobian data.
- offset_pd Int32
- The offset into PD.
- NRPD Int32
- The leading dimension of PD.
- RPAR Double
- A user-supplied real parameter.
- IPAR Int32
- A user-supplied integer parameter.
See Also