Feellgood
Classes | Namespaces | Enumerations
iter.h File Reference

iteration class from GMM, with some adaptations and simplifications. More...

#include <iomanip>

Go to the source code of this file.

Classes

class  algebra::iteration< T >
 

Namespaces

 algebra
 

Enumerations

enum  algebra::algoStatus { UNDEFINED = -1 , CONVERGED = 0 , ITER_OVERFLOW = 1 , CANNOT_CONVERGE = 2 }
 

Detailed Description

iteration class from GMM, with some adaptations and simplifications.

The Iteration object calculates if the solution has reached the desired accuracy, or if the maximum number of iterations has been reached.

The method finished() checks the convergence.