|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectus.ihmc.utilities.math.NewtonRaphsonMethod
public class NewtonRaphsonMethod
| Constructor Summary | |
|---|---|
NewtonRaphsonMethod(int maxIterations,
double epsilon)
|
|
NewtonRaphsonMethod(int maxIterations,
double epsilon,
double initialX,
double initialY)
|
|
| Method Summary | |
|---|---|
int |
getIterations()
|
double |
nextX()
|
boolean |
stop()
|
void |
update(double x,
double y)
|
void |
update(double x,
double y,
double derivative)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewtonRaphsonMethod(int maxIterations,
double epsilon)
public NewtonRaphsonMethod(int maxIterations,
double epsilon,
double initialX,
double initialY)
| Method Detail |
|---|
public void update(double x,
double y)
public void update(double x,
double y,
double derivative)
public double nextX()
public boolean stop()
public int getIterations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||