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.


Constructor Index

 o Difference()

Method Index

 o apply(Equation, double[], double[], double, double)

Constructors

 o Difference
 public Difference()

Methods

 o 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