NeoPZ
Functions
cgs.h File Reference

Contains the implementation of the CGS function which solves the unsymmetric linear system using the Conjudate Gradient Squared method. More...

Go to the source code of this file.

Functions

template<class Matrix , class Vector , class Preconditioner , class Real >
int CGS (const Matrix &A, Vector &x, const Vector &b, const Preconditioner &M, int64_t &max_iter, Real &tol)
 CGS solves the unsymmetric linear system $ Ax = b $ using the Conjugate Gradient Squared method. More...
 

Detailed Description

Contains the implementation of the CGS function which solves the unsymmetric linear system using the Conjudate Gradient Squared method.

Definition in file cgs.h.