#include "../basics.h"


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Functions | |
| template<typename SysMatrix, typename SysVector> | |
| void | TBCI::Update (SysVector &x, int k, SysMatrix &h, SysVector &s, SysVector *V) |
| template<typename T> | |
| void | TBCI::GeneratePlaneRotation (const T &dx, const double &dy, double &cs, T &sn) |
| We follow Frayssé, Giraud, Gratton for the complex implementation of the Givens plane rotations. | |
| template<typename T> | |
| void | TBCI::ApplyPlaneRotation (T &dx, T &dy, const double &cs, const T &sn) |
| template<typename T, typename SysMatrix, typename SysVector> | |
| int | TBCI::GMRES (const SysMatrix &A, SysVector &x, const SysVector &b, const Preconditioner_Sig< T, SysMatrix > &M, int &m, unsigned int &max_iter, double &tol) |
| Iterative template routine -- GMRES. | |
Definition in file gmres.h.
1.5.6