#include <Thyra_SingleRhsEuclideanLinearOpBaseDecl.hpp>
Inheritance diagram for Thyra::SingleRhsEuclideanLinearOpBase< Scalar >:
Overridden from EuclideanLinearOpBase | |
| void | euclideanApply (const ETransp M_trans, const MultiVectorBase< Scalar > &X, MultiVectorBase< Scalar > *Y, const Scalar alpha, const Scalar beta) const |
| | |
Pure virtual functions (must be overridden by subclass) | |
| virtual void | euclideanApply (const ETransp M_trans, const VectorBase< Scalar > &x, VectorBase< Scalar > *y, const Scalar alpha, const Scalar beta) const =0 |
| Apply the linear operator (or its transpose) to single vector arguments. | |
This class is meant to provide an easier way for subclasses to provide implementations for the multi-vector version of SingleScalarLinearOpBase::apply() and is not meant to be used as an client interface.
Definition at line 47 of file Thyra_SingleRhsEuclideanLinearOpBaseDecl.hpp.
|
||||||||||||||||||||||||||||
|
Implements Thyra::SingleScalarEuclideanLinearOpBase< Scalar >. Definition at line 41 of file Thyra_SingleRhsEuclideanLinearOpBase.hpp. |
|
||||||||||||||||||||||||||||
|
Apply the linear operator (or its transpose) to single vector arguments.
|
1.3.9.1