Solves an unsymmetric linear system of equations using the BiConjugate Gradient method. More...
Namespaces | |
OFELI | |
A namespace to group all library classes, functions, ... | |
Functions | |
template<class T_ > | |
int | BiCG (const SpMatrix< T_ > &A, const Prec< T_ > &P, const Vect< T_ > &b, Vect< T_ > &x, int max_it, real_t &toler) |
Biconjugate gradient solver function. More... | |
template<class T_ > | |
int | BiCG (const SpMatrix< T_ > &A, int prec, const Vect< T_ > &b, Vect< T_ > &x, int max_it, real_t toler) |
Biconjugate gradient solver function. More... | |
Solves an unsymmetric linear system of equations using the BiConjugate Gradient method.