public class FixedPointFinderBracketing extends FixedPointFinder
Constructor and Description |
---|
FixedPointFinderBracketing(double dblOFGoal,
R1ToR1 of,
ExecutionControl ec,
int iIteratorPrimitive,
boolean bWhine)
FixedPointFinderBracketing constructor
|
findRoot, findRoot
public FixedPointFinderBracketing(double dblOFGoal, R1ToR1 of, ExecutionControl ec, int iIteratorPrimitive, boolean bWhine) throws java.lang.Exception
dblOFGoal
- OF Goalof
- Objective Functionec
- Execution ControliIteratorPrimitive
- Iterator PrimitivebWhine
- TRUE - Balk on Encountering Exceptionjava.lang.Exception
- Thrown if inputs are invalid