|
TBCI Numerical high perf. C++ Library
2.8.0
|
#include <noprecond.h>


Public Member Functions | |
| NoPreconditioner () | |
| NoPreconditioner (const MatrixType &A) | |
| ~NoPreconditioner () | |
| void | update (const MatrixType &A) |
| TVector< T > | solve (const Vector< T > &v) const |
| TVector< T > | solve (TVector< T > tv) const |
| TVector< T > | transSolve (const Vector< T > &v) const |
| TVector< T > | transSolve (TVector< T > tv) const |
Public Member Functions inherited from Preconditioner_Sig< T, MatrixType > | |
| Preconditioner_Sig () | |
| Preconditioner_Sig (const MatrixType &) | |
| virtual | ~Preconditioner_Sig () |
Preconditioner just doing nothing ... ... to be passed to the solvers that expect a Preconditioner ...
Definition at line 22 of file noprecond.h.
|
inline |
Definition at line 25 of file noprecond.h.
|
inline |
Definition at line 26 of file noprecond.h.
|
inline |
Definition at line 27 of file noprecond.h.
|
inlinevirtual |
Implements Preconditioner_Sig< T, MatrixType >.
Definition at line 33 of file noprecond.h.
|
inlinevirtual |
Implements Preconditioner_Sig< T, MatrixType >.
Definition at line 35 of file noprecond.h.
|
inlinevirtual |
Implements Preconditioner_Sig< T, MatrixType >.
Definition at line 37 of file noprecond.h.
|
inlinevirtual |
Implements Preconditioner_Sig< T, MatrixType >.
Definition at line 39 of file noprecond.h.
|
inlinevirtual |
Implements Preconditioner_Sig< T, MatrixType >.
Definition at line 30 of file noprecond.h.
1.8.5