public class FixedPointFinderNewton extends FixedPointFinder
Constructor and Description |
---|
FixedPointFinderNewton(double dblOFGoal,
R1ToR1 of,
boolean bWhine)
FixedPointFinderNewton constructor
|
findRoot, findRoot
public FixedPointFinderNewton(double dblOFGoal, R1ToR1 of, boolean bWhine) throws java.lang.Exception
dblOFGoal
- OF Goalof
- Objective FunctionbWhine
- TRUE - Balk on Encountering Exceptionjava.lang.Exception
- Propogated from underneath