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