All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.equation.ZeroImaginary

java.lang.Object
   |
   +----phaser.equation.Equation
           |
           +----phaser.equation.ZeroImaginary

public class ZeroImaginary
extends Equation
Class implementation of The Zero Imaginary ODE.


Constructor Index

 o ZeroImaginary()

Method Index

 o eval(double[], double[], double)

Constructors

 o ZeroImaginary
 public ZeroImaginary()

Methods

 o eval
 public void eval(double outVector[],
                  double inVector[],
                  double time)
Overrides:
eval in class Equation

All Packages  Class Hierarchy  This Package  Previous  Next  Index