Uses of Class
org.drip.function.r1tor1solver.FixedPointFinder
| Package | Description |
|---|---|
| org.drip.function.r1tor1solver |
Built-in R1 To R1 Solvers
|
-
Uses of FixedPointFinder in org.drip.function.r1tor1solver
Subclasses of FixedPointFinder in org.drip.function.r1tor1solver Modifier and Type Class Description classFixedPointFinderBracketingFixedPointFinderBracketing customizes the FixedPointFinder for bracketing based fixed point finder functionality.classFixedPointFinderBrentFixedPointFinderBrent customizes FixedPointFinderBracketing by applying the Brent's scheme of compound variate selector.classFixedPointFinderNewtonFixedPointFinderNewton customizes the FixedPointFinder for Open (Newton's) fixed point finder functionality.classFixedPointFinderZhengFixedPointFinderZheng implements the fixed point locator using Zheng's improvement to Brent's method.