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