#include "../basics.h"


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Defines | |
| #define | QMR_OUT(r) do { err = r; goto qmr_out; } while(0) |
Functions | |
| template<typename T, typename SysMatrix, typename SysVector> | |
| int | TBCI::QMR (const SysMatrix &A, SysVector &x, const SysVector &b, const Preconditioner_Sig< T, SysMatrix > &M1, const Preconditioner_Sig< T, SysMatrix > &M2, unsigned int &max_iter, double &tol) |
Definition in file qmr.h.
| #define QMR_OUT | ( | r | ) | do { err = r; goto qmr_out; } while(0) |
Referenced by TBCI::QMR().
1.5.6