Solves an initial-value problem for ordinary differential equations using the Runge-Kutta-Verner fifth-order and sixth-order method.

The OdeRungeKutta..::.IFunction type exposes the following members.

Methods

NameDescription
F
Returns the value of the function at the given point.

See Also