#include <Thyra_SingleRhsEuclideanLinearOpBaseDecl.hpp>
Inheritance diagram for Thyra::SingleRhsEuclideanLinearOpBase< Scalar >:

Overridden from EuclideanLinearOpBase | |
| void | euclideanApply (const EOpTransp 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 EOpTransp 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.
| void Thyra::SingleRhsEuclideanLinearOpBase< Scalar >::euclideanApply | ( | const EOpTransp | M_trans, | |
| const MultiVectorBase< Scalar > & | X, | |||
| MultiVectorBase< Scalar > * | Y, | |||
| const Scalar | alpha, | |||
| const Scalar | beta | |||
| ) | const [virtual] |
Implements Thyra::SingleScalarEuclideanLinearOpBase< Scalar >.
Definition at line 41 of file Thyra_SingleRhsEuclideanLinearOpBase.hpp.
| virtual void Thyra::SingleRhsEuclideanLinearOpBase< Scalar >::euclideanApply | ( | const EOpTransp | M_trans, | |
| const VectorBase< Scalar > & | x, | |||
| VectorBase< Scalar > * | y, | |||
| const Scalar | alpha, | |||
| const Scalar | beta | |||
| ) | const [protected, pure virtual] |
Apply the linear operator (or its transpose) to single vector arguments.
1.4.7