All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.algorithm.util.Newton

java.lang.Object
   |
   +----phaser.algorithm.util.Newton

public class Newton
extends Object
implements Serializable

Constructor Index

 o Newton()
 o Newton(AlgorithmStats)

Method Index

 o findRoot(Equation, double[], double, int, double)
 o next(Equation, double[], double)

Constructors

 o Newton
 public Newton()
 o Newton
 public Newton(AlgorithmStats stats)

Methods

 o next
 public double[] next(Equation e,
                      double input[],
                      double time) throws Exception
 o findRoot
 public double[] findRoot(Equation e,
                          double input[],
                          double time,
                          int maxSteps,
                          double tol) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index