shark::VectorMatrixTraits< VectorType > Struct Template Reference

Template which finds for every Vector type the best fitting Matrix. More...

#include <shark/LinAlg/Base.h>

Public Types

typedef RealMatrix MatrixType
 
typedef RealMatrix DenseMatrixType
 
typedef RealVector SuperType
 
typedef RealVector DenseSuperType
 
typedef RealVectorRange SubType
 
typedef RealVectorRange DenseSubType
 
typedef ConstRealVectorRange ConstSubType
 
typedef ConstRealVectorRange ConstDenseSubType
 

Detailed Description

template<class VectorType>
struct shark::VectorMatrixTraits< VectorType >

Template which finds for every Vector type the best fitting Matrix.

As default a RealMatrix is used

Definition at line 138 of file Base.h.

Member Typedef Documentation

§ ConstDenseSubType

template<class VectorType>
typedef ConstRealVectorRange shark::VectorMatrixTraits< VectorType >::ConstDenseSubType

Definition at line 146 of file Base.h.

§ ConstSubType

template<class VectorType>
typedef ConstRealVectorRange shark::VectorMatrixTraits< VectorType >::ConstSubType

Definition at line 145 of file Base.h.

§ DenseMatrixType

template<class VectorType>
typedef RealMatrix shark::VectorMatrixTraits< VectorType >::DenseMatrixType

Definition at line 140 of file Base.h.

§ DenseSubType

template<class VectorType>
typedef RealVectorRange shark::VectorMatrixTraits< VectorType >::DenseSubType

Definition at line 144 of file Base.h.

§ DenseSuperType

template<class VectorType>
typedef RealVector shark::VectorMatrixTraits< VectorType >::DenseSuperType

Definition at line 142 of file Base.h.

§ MatrixType

template<class VectorType>
typedef RealMatrix shark::VectorMatrixTraits< VectorType >::MatrixType

Definition at line 139 of file Base.h.

§ SubType

template<class VectorType>
typedef RealVectorRange shark::VectorMatrixTraits< VectorType >::SubType

Definition at line 143 of file Base.h.

§ SuperType

template<class VectorType>
typedef RealVector shark::VectorMatrixTraits< VectorType >::SuperType

Definition at line 141 of file Base.h.


The documentation for this struct was generated from the following file: