Class Wray3

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class Wray3 : public Indigo.RungeKutta

Class container for Wray’s method.

Public Functions

function Wray3()

Wray’s method.

\[\begin{split} \begin{array}{c|ccc} 0 & 0 & 0 & 0 \\ 8/15 & 8/15 & 0 & 0 \\ 2/3 & 1/4 & 5/12 & 0 \\ \hline & 1/4 & 0 & 3/4 \end{array} \end{split}\]