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 |
Template which finds for every Vector type the best fitting Matrix.
As default a RealMatrix is used
| typedef ConstRealVectorRange shark::VectorMatrixTraits< VectorType >::ConstDenseSubType |
| typedef ConstRealVectorRange shark::VectorMatrixTraits< VectorType >::ConstSubType |
| typedef RealMatrix shark::VectorMatrixTraits< VectorType >::DenseMatrixType |
| typedef RealVectorRange shark::VectorMatrixTraits< VectorType >::DenseSubType |
| typedef RealVector shark::VectorMatrixTraits< VectorType >::DenseSuperType |
| typedef RealMatrix shark::VectorMatrixTraits< VectorType >::MatrixType |
| typedef RealVectorRange shark::VectorMatrixTraits< VectorType >::SubType |
| typedef RealVector shark::VectorMatrixTraits< VectorType >::SuperType |