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