|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrkm.butcher.ButcherMatrix
rkm.butcher.ModifiedEuler
public class ModifiedEuler
Butcher matrix for the modified Euler method.
Field Summary |
---|
Fields inherited from class rkm.butcher.ButcherMatrix |
---|
a, b, c |
Constructor Summary | |
---|---|
ModifiedEuler()
|
Method Summary | |
---|---|
int |
order()
|
java.lang.String |
toString()
|
Methods inherited from class rkm.butcher.ButcherMatrix |
---|
a, b, c, getAvailableMethods, getCustomButcherMatrix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifiedEuler()
Method Detail |
---|
public int order()
order
in class ButcherMatrix
public java.lang.String toString()
toString
in class ButcherMatrix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |