#include <Meros_LinearSolveStrategy.hpp>
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_ |
Meros::LinearSolveStrategy< Scalar >::LinearSolveStrategy | ( | ) | [inline] |
Meros::LinearSolveStrategy< Scalar >::LinearSolveStrategy | ( | const RCP< LinearOpWithSolveFactoryBase< Scalar > > & | lowsf | ) | [inline] |
Meros::LinearSolveStrategy< Scalar >::LinearSolveStrategy | ( | Handleable< LinearOpWithSolveFactoryBase< Scalar > > * | lowsf | ) | [inline] |
RCP<LinearOpWithSolveBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::getLOWS | ( | const ConstLinearOperator< Scalar > & | op | ) | const [inline] |
References Meros::LinearSolveStrategy< Scalar >::lowsf_, Meros::LinearSolveStrategy< Scalar >::pf_, and Meros::Preconditioner< Scalar >::ptr().
RCP<LinearOpWithSolveBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::getLOWS | ( | const LinearOperator< Scalar > & | op | ) | const [inline] |
References Meros::LinearSolveStrategy< Scalar >::lowsf_, Meros::LinearSolveStrategy< Scalar >::pf_, and Meros::Preconditioner< Scalar >::ptr().
RCP<LinearOpWithSolveFactoryBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::getLOWSF | ( | ) | const [inline] |
RCP<LinearOpWithSolveFactoryBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::lowsf | ( | ) | [inline, protected] |
References Meros::LinearSolveStrategy< Scalar >::lowsf_.
RCP<PreconditionerFactoryBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::pf | ( | ) | [inline, protected] |
References Meros::LinearSolveStrategy< Scalar >::pf_.
RCP<LinearOpWithSolveFactoryBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::lowsf_ [private] |
RCP<PreconditionerFactoryBase<Scalar> > Meros::LinearSolveStrategy< Scalar >::pf_ [private] |