Fundamental Vector Reduction/Transformation Operator (RTOp) Interfaces
Version of the Day
|
▼CRTOpPack::ConstSubMultiVectorView< Scalar > | Class for a non-changeable sub-multi-vector (submatrix) |
CRTOpPack::SubMultiVectorView< Scalar > | Class for a changeable sub-vector |
▼CRTOpPack::ConstSubVectorView< Scalar > | Class for a non-changeable sub-vector |
CRTOpPack::SubVectorView< Scalar > | Class for a changeable sub-vector |
CRTOpPack::IncompatibleReductObj | |
CRTOpPack::IncompatibleVecs | |
CRTOpPack::InvalidNumTargVecs | |
CRTOpPack::InvalidNumVecs | |
CRTOpPack::InvalidUsage | |
CRTOpPack::PrimitiveTypeTraits< Scalar, ConcreteObj > | A templated traits class for decomposing object into an array of primitive objects |
CRTOpPack::PrimitiveTypeTraits< Scalar, index_type > | Specialization for index_type concrete object |
CRTOpPack::PrimitiveTypeTraits< Scalar, Scalar > | Specialization where the scalar type is the same as the concrete object type |
CRTOpPack::ReductTarget | Abstract base class for all reduction objects |
CRTOpPack::RTOpT< Scalar > | Templated interface to vector reduction/transformation operators {abstract} |
CRTOpPack::UnknownError |