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