All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.equation.Ikeda

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

public class Ikeda
extends Equation
Class implementation of the Ikeda MAP.


Constructor Index

 o Ikeda()

Method Index

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

Constructors

 o Ikeda
 public Ikeda()

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