Overload List
| Name | Description | |
|---|---|---|
| RungeKuttaSolver()()() |
Default constructor. Constructs a RungeKuttaSolver instance with zero
points and zero delta.
| |
| RungeKuttaSolver(Int32, Double) |
Constructs a RungeKuttaSolver instance with the given number of points
and delta. The fourth order Runge-Kutta method is used by default.
| |
| RungeKuttaSolver(Int32, Double, RungeKuttaSolver..::.SolverOrder) |
Constructs a RungeKuttaSolver instance with the given number of points
and delta. The Runge-Kutta method of the specified order is used.
|