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 class
FixedPointFinderBracketing
FixedPointFinderBracketing customizes the FixedPointFinder for bracketing based fixed point finder functionality.class
FixedPointFinderBrent
FixedPointFinderBrent customizes FixedPointFinderBracketing by applying the Brent's scheme of compound variate selector.class
FixedPointFinderNewton
FixedPointFinderNewton customizes the FixedPointFinder for Open (Newton's) fixed point finder functionality.class
FixedPointFinderZheng
FixedPointFinderZheng implements the fixed point locator using Zheng's improvement to Brent's method.