Package | Description |
---|---|
org.drip.function.r1tor1solver |
Class and 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.
|