Meros::LinearSolveStrategy< Scalar > Class Template Reference

Abstract specification of solve strategy. More...

#include <Meros_LinearSolveStrategy.hpp>

Collaboration diagram for Meros::LinearSolveStrategy< Scalar >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LinearSolveStrategy ()
 LinearSolveStrategy (const RCP< LinearOpWithSolveFactoryBase< Scalar > > &lowsf)
 LinearSolveStrategy (Handleable< LinearOpWithSolveFactoryBase< Scalar > > *lowsf)
RCP
< LinearOpWithSolveFactoryBase
< Scalar > > 
getLOWSF () const
 
RCP< LinearOpWithSolveBase
< Scalar > > 
getLOWS (const LinearOperator< Scalar > &op) const
RCP< LinearOpWithSolveBase
< Scalar > > 
getLOWS (const ConstLinearOperator< Scalar > &op) const

Protected Member Functions

RCP
< LinearOpWithSolveFactoryBase
< Scalar > > 
lowsf ()
RCP< PreconditionerFactoryBase
< Scalar > > 
pf ()

Private Attributes

RCP
< LinearOpWithSolveFactoryBase
< Scalar > > 
lowsf_
RCP< PreconditionerFactoryBase
< Scalar > > 
pf_


Detailed Description

template<class Scalar>
class Meros::LinearSolveStrategy< Scalar >

Abstract specification of solve strategy.

Constructor & Destructor Documentation

template<class Scalar>
Meros::LinearSolveStrategy< Scalar >::LinearSolveStrategy (  )  [inline]

template<class Scalar>
Meros::LinearSolveStrategy< Scalar >::LinearSolveStrategy ( const RCP< LinearOpWithSolveFactoryBase< Scalar > > &  lowsf  )  [inline]

template<class Scalar>
Meros::LinearSolveStrategy< Scalar >::LinearSolveStrategy ( Handleable< LinearOpWithSolveFactoryBase< Scalar > > *  lowsf  )  [inline]


Member Function Documentation

template<class Scalar>
RCP<LinearOpWithSolveBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::getLOWS ( const ConstLinearOperator< Scalar > &  op  )  const [inline]

template<class Scalar>
RCP<LinearOpWithSolveBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::getLOWS ( const LinearOperator< Scalar > &  op  )  const [inline]

template<class Scalar>
RCP<LinearOpWithSolveFactoryBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::getLOWSF (  )  const [inline]

template<class Scalar>
RCP<LinearOpWithSolveFactoryBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::lowsf (  )  [inline, protected]

template<class Scalar>
RCP<PreconditionerFactoryBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::pf (  )  [inline, protected]


Member Data Documentation

template<class Scalar>
RCP<LinearOpWithSolveFactoryBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::lowsf_ [private]

template<class Scalar>
RCP<PreconditionerFactoryBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::pf_ [private]


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