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