All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.algorithm.Dopri5

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

public class Dopri5
extends Algorithm
implements Dopri5Constants

Constructor Index

 o Dopri5()

Method Index

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

Constructors

 o Dopri5
 public Dopri5()

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 hInit
 protected static double hInit(int n,
                               Equation equation,
                               double x,
                               double y[],
                               double xend,
                               double direction,
                               double f0[],
                               double f1[],
                               double y1[],
                               int iord,
                               double hmax,
                               double atolerance,
                               double rtolerance)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index