ODE Solver Algorithms
Inheritance Hierarchy Namespace: Altaxo.Calc.OdeSolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static class RungeKutta
The RungeKutta type exposes the following members.
Methods | Name | Description |
---|
  | FourthOrder(Double, Double, Double, Int32, FuncDouble, Double, Double) |
Fourth Order Runge-Kutta method
|
  | FourthOrder(VectorDouble, Double, Double, Int32, FuncDouble, VectorDouble, VectorDouble) |
Fourth Order Runge-Kutta to solve ODE SYSTEM
|
  | SecondOrder(Double, Double, Double, Int32, FuncDouble, Double, Double) |
Second Order Runge-Kutta method
|
  | SecondOrder(VectorDouble, Double, Double, Int32, FuncDouble, VectorDouble, VectorDouble) |
Second Order Runge-Kutta to solve ODE SYSTEM
|
Top
See Also