All Packages Class Hierarchy This Package Previous Next Index
Class phaser.algorithm.Difference
java.lang.Object
|
+----phaser.algorithm.Algorithm
|
+----phaser.algorithm.Difference
- public class Difference
- extends Algorithm
A class that implements the iterative evaluation of a difference equation.
-
Difference()
-
-
apply(Equation, double[], double[], double, double)
-
Difference
public Difference()
apply
public void apply(Equation equation,
double xNew[],
double xOld[],
double stepSize,
double time)
- Overrides:
- apply in class Algorithm
All Packages Class Hierarchy This Package Previous Next Index