SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Typedefs
IterativeSolverIterator.h File Reference

Go to the source code of this file.

Classes

struct  _IterInfo
 struct that contains current state of the iteration for iterative linear solvers More...
 
class  IterativeSolverIterator< T >
 template class that is used as an iterator for an iterative linear solver. In the iteration of solving phase, each solver initializes the iteration with a maximum number of iteration limit, and relative/ absolute tolerence. They then call begin with the residual vector and continue until its end returns true, i.e. either it has converged or iteration count reached maximum limit. More...
 

Typedefs

typedef struct shogun::_IterInfo IterInfo
 struct that contains current state of the iteration for iterative linear solvers More...
 

SHOGUN Machine Learning Toolbox - Documentation