#include <Meros_LinearSolveStrategy.hpp>
Public Member Functions | |
| 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 () |
1.4.7