Class Fehlberg12¶
Defined in File Fehlberg12.m
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}\]
-
function Fehlberg12()¶