#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 |
Eigen::NoColSelectionImpl< MatrixType, IsSub >::NoColSelectionImpl | ( | const MatrixType & | m, |
bool | |||
) | [inline, protected] |
Eigen::NoColSelectionImpl< MatrixType, IsSub >::NoColSelectionImpl | ( | const MatrixType & | m, |
const ColIndices & | |||
) | [inline, protected] |
Eigen::NoColSelectionImpl< MatrixType, IsSub >::NoColSelectionImpl | ( | const MatrixType & | m, |
ColIndices * | |||
) | [inline, protected] |
Index Eigen::NoColSelectionImpl< MatrixType, IsSub >::colIndex | ( | Index | i | ) | const [inline] |
Index Eigen::NoColSelectionImpl< MatrixType, IsSub >::cols | ( | ) | const [inline] |
MatrixContainer<MatrixType> Eigen::NoColSelectionImpl< MatrixType, IsSub >::m_contain [protected] |