NeoPZ
Functions
qmr.h File Reference

Contains the implementation of the QMR function which solves the unsymmetric linear system using the Quasi-Minimal Residual method. More...

#include <math.h>
Include dependency graph for qmr.h:

Go to the source code of this file.

Functions

template<class Matrix , class Vector , class Preconditioner1 , class Preconditioner2 , class Real >
int QMR (const Matrix &A, Vector &x, const Vector &b, const Preconditioner1 &M1, const Preconditioner2 &M2, int64_t &max_iter, Real &tol)
 QMR solves the unsymmetric linear system $ Ax = b $ using the Quasi-Minimal Residual method. More...
 

Detailed Description

Contains the implementation of the QMR function which solves the unsymmetric linear system using the Quasi-Minimal Residual method.

Definition in file qmr.h.