Go to the source code of this file.
|
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...
|
|