#include <SubMatrix.hpp>
Public Types | |
typedef MatrixType::Index | Index |
typedef Matrix< Index, Dynamic, 1 > | ColIndices |
Public Member Functions | |
Index | colIndex (Index i) const |
Index | cols () const |
Protected Member Functions | |
NoColSelectionImpl (const MatrixType &m, bool) | |
NoColSelectionImpl (const MatrixType &m, const ColIndices &) | |
NoColSelectionImpl (const MatrixType &m, ColIndices *) | |
Protected Attributes | |
MatrixContainer< MatrixType > | m_contain |
typedef Matrix<Index, Dynamic, 1> Eigen::NoColSelectionImpl< MatrixType, IsSub >::ColIndices |
typedef MatrixType::Index Eigen::NoColSelectionImpl< MatrixType, IsSub >::Index |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
protected |
Referenced by Eigen::NoColSelectionImpl< MatrixType, IsSub >::cols().