Class GaussLegendre2

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class GaussLegendre2 : public Indigo.RungeKutta

Class container for Gauss-Legendre method.

Public Functions

function GaussLegendre2()

Gauss-Legendre method.

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