All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.algorithm.RungeKutta38

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

public class RungeKutta38
extends Algorithm

Constructor Index

 o RungeKutta38()

Method Index

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

Constructors

 o RungeKutta38
 public RungeKutta38()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index