|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Thyra_OperatorVectorTypes.hpp"#include "Teuchos_Describable.hpp"#include "Teuchos_ExpandScalarTypeMacros.hpp"#include "Teuchos_PromotionTraits.hpp"

Go to the source code of this file.
Classes | |
| class | Thyra::LinearOpBase< Scalar > |
| Base class for all linear operators. More... | |
Namespaces | |
| namespace | Thyra |
Functions | |
| template<class Scalar > | |
| THYRA_DEPRECATED void | Thyra::apply (const LinearOpBase< Scalar > &M, const EConj conj, const MultiVectorBase< Scalar > &X, MultiVectorBase< Scalar > *Y, const Scalar alpha=static_cast< Scalar >(1.0), const Scalar beta=static_cast< Scalar >(0.0)) |
| Deprecated. | |
| template<class Scalar > | |
| THYRA_DEPRECATED void | Thyra::applyTranspose (const LinearOpBase< Scalar > &M, const EConj conj, const MultiVectorBase< Scalar > &X, MultiVectorBase< Scalar > *Y, const Scalar alpha=static_cast< Scalar >(1.0), const Scalar beta=static_cast< Scalar >(0.0)) |
| Deprecated. | |
| template<class Scalar > | |
| THYRA_DEPRECATED void | Thyra::apply (const LinearOpBase< Scalar > &M, const EOpTransp M_trans, const MultiVectorBase< Scalar > &X, MultiVectorBase< Scalar > *Y, const Scalar alpha=static_cast< Scalar >(1.0), const Scalar beta=static_cast< Scalar >(0.0)) |
| Deprecated. | |
1.7.4