OdeImplicitRungeKutta5(OdeFunction, Int32) Constructor |
Initializes a new instance of the OdeImplicitRungeKutta5 class.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public OdeImplicitRungeKutta5(
OdeFunction function,
int numEquations
)
Parameters
- function OdeFunction
- A function that evaluates the right side of the differential equations.
- numEquations Int32
- The number of differential equations.
See Also