xBaseOdeGearsAndAdamsMoultonInitializationWithJacobian Method |
Inicialize the ODE solver with a Jacobiano
Namespace: Altaxo.Calc.Ode.Obsolete.DVodeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void InitializationWithJacobian(
OdeFunction Func,
OdeJacobian Jac,
int numEquations
)
Parameters
- Func OdeFunction
- The function that define the ODEs.
- Jac OdeJacobian
- The Ode type (stiff, nonstiff).
- numEquations Int32
- The number of equatins.
See Also