|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.utils.math.rootfinders.StandardRootFinderConvergenceTest
public class StandardRootFinderConvergenceTest
Standard test for convergence in root finders.
Constructor Summary | |
---|---|
StandardRootFinderConvergenceTest()
Create StandardRootFinderConvergenceTest. |
Method Summary | |
---|---|
boolean |
converged(double xNow,
double xPrev,
double fxNow,
double xTolerance,
double fxTolerance)
Interface for testing for convergence in root finders. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardRootFinderConvergenceTest()
Method Detail |
---|
public boolean converged(double xNow, double xPrev, double fxNow, double xTolerance, double fxTolerance)
RootFinderConvergenceTest
converged
in interface RootFinderConvergenceTest
xNow
- Current root estimate.xPrev
- Previous root estimate.fxNow
- Function value at xNow.xTolerance
- Convergence tolerance for estimates.fxTolerance
- Convergence tolerance for function values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |