All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.equation.PredatorPrey

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

public class PredatorPrey
extends Equation
Class implementation of the PredatorPrey ODE.


Constructor Index

 o PredatorPrey()

Method Index

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

Constructors

 o PredatorPrey
 public PredatorPrey()

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