Class xlifepp::LargeMatrixAdapterInverse#
-
template<typename MatrixType, typename ScalarType>
class LargeMatrixAdapterInverse : public xlifepp::Operator<ScalarType>#
-
Inheritence diagram for xlifepp::LargeMatrixAdapterInverse:
Collaboration diagram for xlifepp::LargeMatrixAdapterInverse:
Template specialization of Operator class using the Operator virtual base class and LargeMatrix class.
This interface will ensure that any Operator and MultVec will be accepted by the templated solvers.
Public Functions
-
inline virtual ~LargeMatrixAdapterInverse()#
-
Destructor.
-
inline virtual void apply(const MultiVec<ScalarType> &x, MultiVec<ScalarType> &y) const#
-
This method takes the MultiVec
x
and applies the operator to it resulting in the MultiVecy
.
-
inline virtual ~LargeMatrixAdapterInverse()#