All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.algorithm.EquilibriumNewton

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

public class EquilibriumNewton
extends Algorithm

Constructor Index

 o EquilibriumNewton()

Method Index

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

Constructors

 o EquilibriumNewton
 public EquilibriumNewton()

Methods

 o apply
 public void apply(Equation equation,
                   double xNew[],
                   double xOld[],
                   double stepSize,
                   double time) throws AlgorithmException
Overrides:
apply in class Algorithm

All Packages  Class Hierarchy  This Package  Previous  Next  Index