Package org.drip.function.r1tor1solver
Class FixedPointFinderZheng
java.lang.Object
org.drip.function.r1tor1solver.FixedPointFinder
org.drip.function.r1tor1solver.FixedPointFinderBracketing
org.drip.function.r1tor1solver.FixedPointFinderZheng
public class FixedPointFinderZheng extends FixedPointFinderBracketing
FixedPointFinderZheng implements the fixed point locator using Zheng's improvement to Brent's
method.
FixedPointFinderZheng overrides the iterateCompoundVariate method to achieve the desired simplification in the iterative variate selection.
FixedPointFinderZheng overrides the iterateCompoundVariate method to achieve the desired simplification in the iterative variate selection.
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = Rd To Rd Function Analysis
- Package = Built-in R1 To R1 Solvers
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description FixedPointFinderZheng(double dblOFGoal, R1ToR1 of, boolean bWhine)
FixedPointFinderZheng constructor -
Method Summary
Methods inherited from class org.drip.function.r1tor1solver.FixedPointFinder
findRoot, findRoot
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FixedPointFinderZheng
public FixedPointFinderZheng(double dblOFGoal, R1ToR1 of, boolean bWhine) throws java.lang.ExceptionFixedPointFinderZheng constructor- Parameters:
dblOFGoal
- OF Goalof
- Objective FunctionbWhine
- TRUE - Balk on Encountering Exception- Throws:
java.lang.Exception
- Propogated from below
-