#include <SubMatrix.hpp>
Public Types | |
typedef MatrixType::Index | Index |
typedef ColContainer < MatrixType >::NestedType | NestedType |
typedef SubMatrix< NestedType, RowPermutation, IsSub > | SubMatrixBase |
typedef SubMatrixBase::Indices | Indices |
typedef ColContainer< MatrixType > | ContainerBase |
Public Member Functions | |
SubCol (MatrixType &m, const Indices &indicesRows, Index c) |
typedef ColContainer<MatrixType> Eigen::SubCol< MatrixType, IsSub >::ContainerBase |
typedef MatrixType::Index Eigen::SubCol< MatrixType, IsSub >::Index |
Reimplemented from Eigen::ColContainer< MatrixType >.
typedef SubMatrixBase::Indices Eigen::SubCol< MatrixType, IsSub >::Indices |
typedef ColContainer<MatrixType>::NestedType Eigen::SubCol< MatrixType, IsSub >::NestedType |
Reimplemented from Eigen::ColContainer< MatrixType >.
typedef SubMatrix< NestedType,RowPermutation,IsSub > Eigen::SubCol< MatrixType, IsSub >::SubMatrixBase |
Eigen::SubCol< MatrixType, IsSub >::SubCol | ( | MatrixType & | m, |
const Indices & | indicesRows, | ||
Index | c | ||
) | [inline] |