Theoretica
Mathematical Library
Loading...
Searching...
No Matches
iter_result.h File Reference

Structured results for iterative algorithms, containing information about convergence. More...

#include <string>
#include "./constants.h"
#include "./error.h"

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...
 

Detailed Description

Structured results for iterative algorithms, containing information about convergence.