Classes | |
| class | ReductTarget |
| Abstract base class for all reduction objects. More... | |
| class | RTOpT |
| Templated interface to vector reduction/transformation operators {abstract}. More... | |
| class | UnknownError |
| More... | |
| class | InvalidUsage |
| More... | |
| class | InvalidNumVecs |
| More... | |
| class | InvalidNumTargVecs |
| More... | |
| class | IncompatibleVecs |
| More... | |
| class | IncompatibleReductObj |
| More... | |
| class | ConstSubVectorView |
| Class for a non-changeable sub-vector. More... | |
| class | SubVectorView |
| Class for a changeable sub-vector. More... | |
| class | ConstSubMultiVectorView |
| Class for a non-changeable sub-multi-vector (submatrix). More... | |
| class | SubMultiVectorView |
| Class for a changeable sub-vector. More... | |
| class | PrimitiveTypeTraits |
| A templated traits class for decomposing object into an array of primitive objects. More... | |
| class | PrimitiveTypeTraits< Scalar, Scalar > |
| Specialization where the scalar type is the same as the concrete object type. More... | |
| class | PrimitiveTypeTraits< Scalar, index_type > |
| Specialization for index_type concrete object. More... | |
Typedefs | |
| typedef Teuchos_Index | Index |
| | |
| typedef Teuchos_Index | index_type |
| Depreciated. | |
| typedef char | char_type |
| Depreciated. | |
Functions | |
| template<class Scalar> | |
| void | assign_entries (const Ptr< const SubVectorView< Scalar > > &msv, const ConstSubVectorView< Scalar > &sv) |
| | |
| template<class Scalar> | |
| void | assign_entries (const Ptr< const SubMultiVectorView< Scalar > > &msmv, const ConstSubMultiVectorView< Scalar > &smv) |
| | |
| typedef Teuchos_Index RTOpPack::Index |
| typedef Teuchos_Index RTOpPack::index_type |
| typedef char RTOpPack::char_type |
| void RTOpPack::assign_entries | ( | const Ptr< const SubVectorView< Scalar > > & | msv, | |
| const ConstSubVectorView< Scalar > & | sv | |||
| ) |
| void RTOpPack::assign_entries | ( | const Ptr< const SubMultiVectorView< Scalar > > & | msmv, | |
| const ConstSubMultiVectorView< Scalar > & | smv | |||
| ) |
1.4.7