#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 |
Eigen::NoRowSelectionImpl< MatrixType, IsSub >::NoRowSelectionImpl | ( | const MatrixType & | m, |
bool | |||
) | [inline, protected] |
Eigen::NoRowSelectionImpl< MatrixType, IsSub >::NoRowSelectionImpl | ( | const MatrixType & | m, |
const RowIndices | indices | ||
) | [inline, protected] |
Eigen::NoRowSelectionImpl< MatrixType, IsSub >::NoRowSelectionImpl | ( | const MatrixType & | m, |
RowIndices * | indices | ||
) | [inline, protected] |
Index Eigen::NoRowSelectionImpl< MatrixType, IsSub >::rowIndex | ( | Index | i | ) | const [inline] |
Index Eigen::NoRowSelectionImpl< MatrixType, IsSub >::rows | ( | ) | const [inline] |
MatrixContainer<MatrixType> Eigen::NoRowSelectionImpl< MatrixType, IsSub >::m_contain [protected] |
Referenced by Eigen::NoRowSelectionImpl< MatrixType, IsSub >::rows().