All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.equation.Lozi

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

public class Lozi
extends Equation
Class implementation of the Lozi MAP, a piecewise version of the Henon MAP.


Constructor Index

 o Lozi()

Method Index

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

Constructors

 o Lozi
 public Lozi()

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