Uses of Class
org.drip.function.r1tor1solver.FixedPointFinderBracketing
| Package | Description |
|---|---|
| org.drip.function.r1tor1solver |
Built-in R1 To R1 Solvers
|
-
Uses of FixedPointFinderBracketing in org.drip.function.r1tor1solver
Subclasses of FixedPointFinderBracketing in org.drip.function.r1tor1solver Modifier and Type Class Description classFixedPointFinderBrentFixedPointFinderBrent customizes FixedPointFinderBracketing by applying the Brent's scheme of compound variate selector.classFixedPointFinderZhengFixedPointFinderZheng implements the fixed point locator using Zheng's improvement to Brent's method.