#include "Teuchos_Handle.hpp"#include "Thyra_ConfigDefs.hpp"#include "Thyra_VectorBase.hpp"#include "Thyra_VectorStdOps.hpp"#include "Thyra_VecOpMacros.hpp"#include "RTOpPack_Types.hpp"#include "Teuchos_VerboseObject.hpp"Include dependency graph for Thyra_VectorDecl.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
Classes | |
| class | Thyra::Converter< Scalar, TargetType > |
| Converter that defines the interface for objects that can be converted to vectors. More... | |
| class | Thyra::ConstVector< Scalar > |
Read-only handle class for wrapping Thyra::VectorBase objects and allowing for operator-overloading linear algebra. More... | |
| class | Thyra::Vector< Scalar > |
Read-write handle class for wrapping Thyra::VectorBase objects and allowing for operator-overloading linear algebra. More... | |
| class | Thyra::Vector< Scalar >::IndexObject |
Allows an element to be changed using operator=(). More... | |
Enumerations | |
| enum | LCSign { LCAdd = 1, LCSubtract = -1 } |
| LCSign is used to indicate whether a linear combination object represents addition or subtraction. More... | |
Functions | |
| template<class Scalar> | |
| ConstVector< Scalar > | toVector (const Converter< Scalar, ConstVector< Scalar > > &x) |
| THYRA_UNARY_VECTOR_OP_DECL (copy, copyInto, assign,"copy") | |
|
||||||||||
|
Definition at line 180 of file Thyra_VectorDecl.hpp. |
|
||||||||||||||||||||
|
|
1.3.9.1