All Packages Class Hierarchy This Package Previous Next Index
Class phaser.algorithm.SEULEX
java.lang.Object
|
+----phaser.algorithm.Algorithm
|
+----phaser.algorithm.SEULEX
- public class SEULEX
- extends Algorithm
A class that implements Hairer's Seulex:
-
SEULEX()
-
-
apply(Equation, double[], double[], double, double)
-
-
getStatKeys()
-
-
toString()
-
SEULEX
public SEULEX()
getStatKeys
public int[] getStatKeys()
- Overrides:
- getStatKeys in class Algorithm
apply
public void apply(Equation equation,
double xNew[],
double xOld[],
double stepSize,
double time) throws AlgorithmException
- Overrides:
- apply in class Algorithm
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index