TBCI Numerical high perf. C++ Library 2.8.0
NoPreconditioner< T, MatrixType > Class Template Reference

#include <noprecond.h>

Inheritance diagram for NoPreconditioner< T, MatrixType >:
Collaboration diagram for NoPreconditioner< T, MatrixType >:

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

◆ NoPreconditioner() [1/2]

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

Definition at line 25 of file noprecond.h.

◆ NoPreconditioner() [2/2]

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

Definition at line 26 of file noprecond.h.

References MatrixType.

◆ ~NoPreconditioner()

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

Definition at line 27 of file noprecond.h.

Member Function Documentation

◆ solve() [1/2]

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.

◆ solve() [2/2]

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.

◆ transSolve() [1/2]

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.

◆ transSolve() [2/2]

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.

◆ update()

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.

References MatrixType.


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