Uses of Package
org.drip.function.r1tor1solver
Package | Description |
---|---|
org.drip.function.r1tor1solver |
Built-in R1 To R1 Solvers
|
-
Classes in org.drip.function.r1tor1solver used by org.drip.function.r1tor1solver Class Description BracketingControlParams BracketingControlParams implements the control parameters for bracketing solutions.BracketingOutput BracketingOutput carries the results of the bracketing initialization.ConvergenceControlParams ConvergenceControlParams holds the fields needed for the controlling the execution of Newton's method.ConvergenceOutput ConvergenceOutput extends the ExecutionInitializationOutput by retaining the starting variate that results from the convergence zone search.ExecutionControl ExecutionControl implements the core fixed point search execution control and customization functionality.ExecutionControlParams ExecutionControlParams holds the parameters needed for controlling the execution of the fixed point finder.ExecutionInitializationOutput ExecutionInitializationOutput holds the output of the root initializer calculation.FixedPointFinder FixedPointFinder is the base abstract class that is implemented by customized invocations, e.g., Newton's method, or any of the bracketing methodologies.FixedPointFinderBracketing FixedPointFinderBracketing customizes the FixedPointFinder for bracketing based fixed point finder functionality.FixedPointFinderOutput FixedPointFinderOutput holds the result of the fixed point search.InitializationHeuristics InitializationHeuristics implements several heuristics used to kick off the fixed point bracketing/search process.