|
Theoretica
Mathematical Library
|
Structured results for iterative algorithms, containing information about convergence. More...
Go to the source code of this file.
Classes | |
| class | theoretica::iter_result< Type > |
| A structure returned by iterative algorithms containing the computed value, convergence information, and diagnostics. More... | |
Namespaces | |
| namespace | theoretica |
| Main namespace of the library which contains all functions and objects. | |
Enumerations | |
| enum class | theoretica::ConvergenceStatus { theoretica::Success , theoretica::MaxIterations , theoretica::Stalled , theoretica::InvalidInput , theoretica::Diverged } |
| Status codes for iterative algorithm termination. More... | |
Structured results for iterative algorithms, containing information about convergence.