Meros Development
Public Member Functions
Meros::Preconditioner< Scalar > Class Template Reference

Clean interface for preconditioners. More...

#include <Meros_Preconditioner.hpp>

Collaboration diagram for Meros::Preconditioner< Scalar >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Preconditioner ()
 Preconditioner (const RCP< PreconditionerBase< Scalar > > &p)
 Preconditioner (Handleable< PreconditionerBase< Scalar > > *p)
LinearOperator< Scalar > getRight () const
bool hasRight () const
LinearOperator< Scalar > getLeft () const
bool hasLeft () const
LinearOperator< Scalar > getGenericPrec () const
bool hasGeneric () const
const RCP< PreconditionerBase
< Scalar > > & 
ptr () const
RCP< PreconditionerBase< Scalar > > ptr ()

Detailed Description

template<class Scalar>
class Meros::Preconditioner< Scalar >

Clean interface for preconditioners.


Constructor & Destructor Documentation

template<class Scalar>
Meros::Preconditioner< Scalar >::Preconditioner ( ) [inline]
template<class Scalar>
Meros::Preconditioner< Scalar >::Preconditioner ( const RCP< PreconditionerBase< Scalar > > &  p) [inline]
template<class Scalar>
Meros::Preconditioner< Scalar >::Preconditioner ( Handleable< PreconditionerBase< Scalar > > *  p) [inline]

Member Function Documentation

template<class Scalar>
LinearOperator<Scalar> Meros::Preconditioner< Scalar >::getGenericPrec ( ) const [inline]
template<class Scalar>
LinearOperator<Scalar> Meros::Preconditioner< Scalar >::getLeft ( ) const [inline]
template<class Scalar>
LinearOperator<Scalar> Meros::Preconditioner< Scalar >::getRight ( ) const [inline]
template<class Scalar>
bool Meros::Preconditioner< Scalar >::hasGeneric ( ) const [inline]
template<class Scalar>
bool Meros::Preconditioner< Scalar >::hasLeft ( ) const [inline]
template<class Scalar>
bool Meros::Preconditioner< Scalar >::hasRight ( ) const [inline]
template<class Scalar>
const RCP<PreconditionerBase<Scalar> >& Meros::Preconditioner< Scalar >::ptr ( ) const [inline]
template<class Scalar>
RCP<PreconditionerBase<Scalar> > Meros::Preconditioner< Scalar >::ptr ( ) [inline]

The documentation for this class was generated from the following file:
 All Classes Files Functions