#include "../vector.h"
#include "precond.h"


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Functions | |
| template<typename T, typename SysMatrix, typename T_tol> | |
| int | TBCI::BiCGSTAB (const SysMatrix &A, Vector< T > &x, const Vector< T > &b, const Preconditioner_Sig< T, SysMatrix > &M, unsigned int &max_iter, T_tol &tol, const unsigned off=0) |
| BiCGSTAB solves the unsymmetric linear system Ax = b using the Preconditioned BiConjugate Gradient Stabilized method. | |
Definition in file bicgstab.h.
1.5.6