TBCI Numerical high perf. C++ Library  2.8.0
Public Member Functions | List of all members
NoPreconditioner< T, MatrixType > Class Template Reference

#include <noprecond.h>

Inheritance diagram for NoPreconditioner< T, MatrixType >:
Inheritance graph
[legend]
Collaboration diagram for NoPreconditioner< T, MatrixType >:
Collaboration graph
[legend]

Public Member Functions

 NoPreconditioner ()
 
 NoPreconditioner (const MatrixType &A)
 
 ~NoPreconditioner ()
 
void update (const MatrixType &A)
 
TVector< Tsolve (const Vector< T > &v) const
 
TVector< Tsolve (TVector< T > tv) const
 
TVector< TtransSolve (const Vector< T > &v) const
 
TVector< TtransSolve (TVector< T > tv) const
 
- Public Member Functions inherited from Preconditioner_Sig< T, MatrixType >
 Preconditioner_Sig ()
 
 Preconditioner_Sig (const MatrixType &)
 
virtual ~Preconditioner_Sig ()
 

Detailed Description

template<typename T, typename MatrixType = BdMatrix<T>>
class NoPreconditioner< T, MatrixType >

Preconditioner just doing nothing ... ... to be passed to the solvers that expect a Preconditioner ...

Definition at line 22 of file noprecond.h.

Constructor & Destructor Documentation

template<typename T , typename MatrixType = BdMatrix<T>>
NoPreconditioner< T, MatrixType >::NoPreconditioner ( )
inline

Definition at line 25 of file noprecond.h.

template<typename T , typename MatrixType = BdMatrix<T>>
NoPreconditioner< T, MatrixType >::NoPreconditioner ( const MatrixType A)
inline

Definition at line 26 of file noprecond.h.

template<typename T , typename MatrixType = BdMatrix<T>>
NoPreconditioner< T, MatrixType >::~NoPreconditioner ( )
inline

Definition at line 27 of file noprecond.h.

Member Function Documentation

template<typename T , typename MatrixType = BdMatrix<T>>
TVector<T> NoPreconditioner< T, MatrixType >::solve ( const Vector< T > &  v) const
inlinevirtual

Implements Preconditioner_Sig< T, MatrixType >.

Definition at line 33 of file noprecond.h.

template<typename T , typename MatrixType = BdMatrix<T>>
TVector<T> NoPreconditioner< T, MatrixType >::solve ( TVector< T tv) const
inlinevirtual

Implements Preconditioner_Sig< T, MatrixType >.

Definition at line 35 of file noprecond.h.

template<typename T , typename MatrixType = BdMatrix<T>>
TVector<T> NoPreconditioner< T, MatrixType >::transSolve ( const Vector< T > &  v) const
inlinevirtual

Implements Preconditioner_Sig< T, MatrixType >.

Definition at line 37 of file noprecond.h.

template<typename T , typename MatrixType = BdMatrix<T>>
TVector<T> NoPreconditioner< T, MatrixType >::transSolve ( TVector< T tv) const
inlinevirtual

Implements Preconditioner_Sig< T, MatrixType >.

Definition at line 39 of file noprecond.h.

template<typename T , typename MatrixType = BdMatrix<T>>
void NoPreconditioner< T, MatrixType >::update ( const MatrixType A)
inlinevirtual

Implements Preconditioner_Sig< T, MatrixType >.

Definition at line 30 of file noprecond.h.


The documentation for this class was generated from the following file: