Class LobattoIIIC4¶
Defined in File LobattoIIIC4.m
Class Documentation¶
-
class LobattoIIIC4 : public Indigo.RungeKutta¶
-
Class container for Lobatto IIIC4 method.
Public Functions
-
function LobattoIIIC4()¶
-
Lobatto IIIC4 method.
\[\begin{split} \begin{array}{c|ccc} 0 & 1/6 & -1/3 & 1/6 \\ 1/2 & 1/6 & 5/12 & -1/12 \\ 1 & 1/6 & 2/3 & 1/6 \\ \hline & 1/6 & 2/3 & 1/6 \end{array} \end{split}\]
-
function LobattoIIIC4()¶