Modules | |
| group | Support functions for LinearOpBase interface |
| group | Support functions for MultiVectorBase interface |
| group | Basic Thyra types. |
| group | Basic Thyra exception types. |
| group | Support functions for VectorBase interface |
| group | User callable creational functions for VectorBase and MultiVectorBase. |
Classes | |
| class | Thyra::VectorSpaceBase< Scalar > |
| Abstract interface for objects that represent a space for vectors. More... | |
| class | Thyra::VectorSpaceFactoryBase< Scalar > |
| Abstract interface for objects that can create vector spaces of a specified dimension. More... | |
Functions | |
| template<class RangeScalar, class DomainScalar> | |
| std::ostream & | Thyra::describeLinearOp (const LinearOpBase< RangeScalar, DomainScalar > &A, std::ostream &out, const Teuchos::EVerbosityLevel verbLevel, const std::string leadingIndent, const std::string indentSpacer) |
| Basic implementation of a describe function for a linear operator. | |
| template<class Scalar> | |
| void | Thyra::euclideanApply (const EuclideanLinearOpBase< Scalar > &M, const ETransp M_trans, const MultiVectorBase< Scalar > &X, MultiVectorBase< Scalar > *Y, const Scalar alpha, const Scalar beta) |
Call EuclideanLinearOpBase<Scalar>::euclideanApply() as a global function call (for a single scalar type). | |
|
||||||||||||||||||||||||||||
|
Basic implementation of a describe function for a linear operator.
Definition at line 40 of file Thyra_describeLinearOp.hpp. |
|
||||||||||||||||||||||||||||||||
|
Call
Calls
Definition at line 170 of file Thyra_EuclideanLinearOpBaseDecl.hpp. |
1.3.9.1