Class Fehlberg12

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class Fehlberg12 : public Indigo.RungeKutta

Class container for Fehlberg 1(2) method.

Public Functions

function Fehlberg12()

Fehlberg 1(2) method. (DA CONTROLLARE)

\[\begin{split} \begin{array}{c|ccc} 0 & 0 & 0 & 0 \\ 1/2 & 1/2 & 0 & 0 \\ 1 & 1/256 & 255/256 & 0 \\ \hline & 1/512 & 255/256 & 1/512 \\ & 1/256 & 255/256 & 0 \\ \end{array} \end{split}\]