template<class LinearSpace>
struct Kaskade::Gbit< LinearSpace >::GbitInfo
A structure to hold information returned of the solvers run.
- Parameters
-
precision | The achieved precision for the final iterate. |
normDx | The scaled Euclidian norm of the last iterate-correction. |
iterationCount | The number of iteration steps done. |
rcode | The return-code of apply. 0 indicates a successfull termination, a nonzero code indicates some error condition. |
noMatVecMult | The number of done calls to the matrix times vector multiplication routine a->apply. |
noPrecondCalls | The number of done calls to the preconditioner routine precon->apply. |
Definition at line 260 of file gbit.hh.