#include <Thyra_SingleRhsLinearOpBaseDecl.hpp>
Inheritance diagram for Thyra::SingleRhsLinearOpBase< Scalar >:
Overridden from LinearOpBase | |
| void | apply (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 | apply (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_SingleRhsLinearOpBaseDecl.hpp.
|
||||||||||||||||||||||||||||
|
Implements Thyra::SingleScalarLinearOpBase< Scalar >. Reimplemented in Thyra::VectorMultiVector< Scalar >. Definition at line 41 of file Thyra_SingleRhsLinearOpBase.hpp. |
|
||||||||||||||||||||||||||||
|
Apply the linear operator (or its transpose) to single vector arguments.
Implemented in Thyra::MultiVectorCols< Scalar >, Thyra::VectorDefaultBase< Scalar >, and Thyra::DiagonalLinearOp< Scalar >. |
1.3.9.1