#include "RTOp_ConfigDefs.hpp"#include "Teuchos_Array.hpp"#include "Teuchos_TestForException.hpp"Include dependency graph for RTOpPack_Types.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | RTOpPack |
Classes | |
| class | RTOpPack::UnknownError |
| More... | |
| class | RTOpPack::InvalidUsage |
| More... | |
| class | RTOpPack::InvalidNumVecs |
| More... | |
| class | RTOpPack::InvalidNumTargVecs |
| More... | |
| class | RTOpPack::IncompatibleVecs |
| More... | |
| class | RTOpPack::ConstSubVectorView< Scalar > |
| Class for a non-mutable sub-vector. More... | |
| class | RTOpPack::SubVectorView< Scalar > |
| Class for a mutable sub-vector. More... | |
| class | RTOpPack::SparseSubVectorT< Scalar > |
| Class for a (sparse or dense) sub-vector. More... | |
| class | RTOpPack::ConstSubMultiVectorView< Scalar > |
| Class for a non-mutable sub-multi-vector (submatrix). More... | |
| class | RTOpPack::SubMultiVectorView< Scalar > |
| Class for a mutable sub-vector. More... | |
Typedefs | |
| typedef Teuchos_Index | index_type |
| Depreciated . | |
| typedef char | char_type |
| Depreciated . | |
| typedef index_type | Index |
| | |
Functions | |
| template<class Scalar> | |
| void | assign_entries (const SubVectorView< Scalar > *msv, const ConstSubVectorView< Scalar > &sv) |
| template<class Scalar> | |
| void | assign_entries (const SubMultiVectorView< Scalar > *msmv, const ConstSubMultiVectorView< Scalar > &smv) |
|
|
Depreciated .
Definition at line 44 of file RTOpPack_Types.hpp. |
|
|
Depreciated .
Definition at line 46 of file RTOpPack_Types.hpp. |
|
|
Definition at line 48 of file RTOpPack_Types.hpp. |
|
||||||||||||||||
|
Definition at line 355 of file RTOpPack_Types.hpp. |
|
||||||||||||||||
|
Definition at line 532 of file RTOpPack_Types.hpp. |
1.3.9.1