bicgstab.h File Reference

Implements the TBCI::BiCGSTAB solver. More...

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

Include dependency graph for bicgstab.h:

This graph shows which files directly or indirectly include this file:

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.


Detailed Description

Implements the TBCI::BiCGSTAB solver.

Definition in file bicgstab.h.


Generated on Wed Nov 20 09:27:34 2013 for TBCI Numerical high perf. C++ Library by  doxygen 1.5.6