#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 |
Definition at line 22 of file noprecond.h.
| TBCI::NoPreconditioner< T, MatrixType >::NoPreconditioner | ( | ) | [inline] |
Definition at line 25 of file noprecond.h.
| TBCI::NoPreconditioner< T, MatrixType >::NoPreconditioner | ( | const MatrixType & | A | ) | [inline] |
Definition at line 26 of file noprecond.h.
| TBCI::NoPreconditioner< T, MatrixType >::~NoPreconditioner | ( | ) | [inline] |
Definition at line 27 of file noprecond.h.
| void TBCI::NoPreconditioner< T, MatrixType >::update | ( | const MatrixType & | A | ) | [inline, virtual] |
| TVector<T> TBCI::NoPreconditioner< T, MatrixType >::solve | ( | const Vector< T > & | v | ) | const [inline, virtual] |
| TVector<T> TBCI::NoPreconditioner< T, MatrixType >::solve | ( | TVector< T > | tv | ) | const [inline, virtual] |
| TVector<T> TBCI::NoPreconditioner< T, MatrixType >::transSolve | ( | const Vector< T > & | v | ) | const [inline, virtual] |
| TVector<T> TBCI::NoPreconditioner< T, MatrixType >::transSolve | ( | TVector< T > | tv | ) | const [inline, virtual] |
1.5.6