NeoPZ
Functions
cheby.h File Reference

Contains the implementation of the CHEBY function which solves the symmetric positive definite linear system using the Preconditioned Chebyshec method. More...

Go to the source code of this file.

Functions

template<class Matrix , class Vector , class Preconditioner , class Real , class Type >
int CHEBY (const Matrix &A, Vector &x, const Vector &b, const Preconditioner &M, int64_t &max_iter, Real &tol, Type eigmin, Type eigmax)
 CHEBY solves the symmetric positive definite linear system $ Ax = b $ using the Preconditioned Chebyshev Method. More...
 

Detailed Description

Contains the implementation of the CHEBY function which solves the symmetric positive definite linear system using the Preconditioned Chebyshec method.

Definition in file cheby.h.