All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.algorithm.Dopri8

java.lang.Object
   |
   +----phaser.algorithm.Algorithm
           |
           +----phaser.algorithm.Dopri8

public class Dopri8
extends Algorithm
implements Dopri8Constants

Constructor Index

 o Dopri8()

Method Index

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

Constructors

 o Dopri8
 public Dopri8()

Methods

 o getStatKeys
 public int[] getStatKeys()
Overrides:
getStatKeys in class Algorithm
 o apply
 public void apply(Equation equation,
                   double xNew[],
                   double xOld[],
                   double stepSize,
                   double time) throws AlgorithmException
Overrides:
apply in class Algorithm
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index