Class Verner65

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class Verner65 : public Indigo.RungeKutta

Class container for Verner’s 6(5) method.

Public Functions

function Verner65()

Verner’s 6(5) method.

\[\begin{split} \begin{array}{c|ccccccc} 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\ 1/6 & 1/6 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\ 4/5 & 4/75 & 16/75 & 0 & 0 & 0 & 0 & 0 & 0 \\ 2/3 & 5/6 & -8/3 & 5/2 & 0 & 0 & 0 & 0 & 0 \\ 5/6 & -165/64 & 55/6 & -425/64 & 85/96 & 0 & 0 & 0 & 0 \\ 1 & 12/5 & -8 & 4015/612 & -11/36 & 88/255 & 0 & 0 & 0 \\ 1/15 & -8263/15000 & 124/75 & -643/680 & -81/250 & 2484/10625 & 0 & 0 & 0 \\ 1 & 3501/1720 & -300/43 & 297275/52632 & -319/2322 & 24068/84065 & 0 & 3850/26703 & 0 \\ \hline & 3/40 & 0 & 875/2244 & 23/72 & 264/1955 & 0 & 125/11592 & 43/616 \\ & 13/160 & 0 & 2375/5984 & 5/16 & 12/85 & 3/44 & 0 & 0 \\ \end{array} \end{split}\]