us.ihmc.utilities.math
Class NewtonRaphsonMethod
java.lang.Object
us.ihmc.utilities.math.NewtonRaphsonMethod
public class NewtonRaphsonMethod
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewtonRaphsonMethod
public NewtonRaphsonMethod(int maxIterations,
double epsilon)
NewtonRaphsonMethod
public NewtonRaphsonMethod(int maxIterations,
double epsilon,
double initialX,
double initialY)
update
public void update(double x,
double y)
update
public void update(double x,
double y,
double derivative)
nextX
public double nextX()
stop
public boolean stop()
getIterations
public int getIterations()