Class Ralston2

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class Ralston2 : public Indigo.RungeKutta

Class container for Ralston’s method.

Public Functions

function Ralston2()

Ralston’s method.

\[\begin{split} \begin{array}{c|cc} 0 & 0 & 0 \\ 2/3 & 2/3 & 0 \\ \hline & 1/4 & 3/4 \end{array} \end{split}\]