MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
RTOpPack_OldTypes.hpp File Reference
#include "RTOpPack_Types.hpp"
#include "RTOpPack_SparseSubVectorT.hpp"
#include "RTOp.h"
Include dependency graph for RTOpPack_OldTypes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RTOpPack::SubVectorT1B< Scalar >
 Class for a non-mutable sub-vector. More...
 
class  RTOpPack::MutableSubVectorT1B< Scalar >
 Class for a mutable sub-vector. More...
 
class  RTOpPack::SubMultiVectorT1B< Scalar >
 Class for a non-mutable sub-multi-vector (submatrix). More...
 
class  RTOpPack::MutableSubMultiVectorT1B< Scalar >
 Class for a mutable sub-vector. More...
 

Namespaces

 RTOpPack
 

Typedefs

typedef SubVectorT1B
< RTOp_value_type
RTOpPack::SubVector
 
typedef MutableSubVectorT1B
< RTOp_value_type
RTOpPack::MutableSubVector
 
typedef SparseSubVectorT
< RTOp_value_type
RTOpPack::SparseSubVector
 
typedef SubMultiVectorT1B
< RTOp_value_type
RTOpPack::SubMultiVector
 
typedef
MutableSubMultiVectorT1B
< RTOp_value_type
RTOpPack::MutableSubMultiVector
 
typedef RTOpT< RTOp_value_typeRTOpPack::RTOp
 

Functions

template<class Scalar >
void RTOpPack::assign_entries (const MutableSubVectorT1B< Scalar > *msv, const SubVectorT1B< Scalar > &sv)
 
template<class Scalar >
void RTOpPack::assign_entries (const MutableSubMultiVectorT1B< Scalar > *msmv, const SubMultiVectorT1B< Scalar > &smv)