All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Eigen::NoRowSelectionImpl< MatrixType, IsSub > Class Template Reference

#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
 

Member Typedef Documentation

template<typename MatrixType , bool IsSub = true>
typedef MatrixType::Index Eigen::NoRowSelectionImpl< MatrixType, IsSub >::Index
template<typename MatrixType , bool IsSub = true>
typedef Matrix<Index, Dynamic, 1> Eigen::NoRowSelectionImpl< MatrixType, IsSub >::RowIndices

Constructor & Destructor Documentation

template<typename MatrixType , bool IsSub = true>
Eigen::NoRowSelectionImpl< MatrixType, IsSub >::NoRowSelectionImpl ( const MatrixType &  m,
bool   
)
inlineprotected
template<typename MatrixType , bool IsSub = true>
Eigen::NoRowSelectionImpl< MatrixType, IsSub >::NoRowSelectionImpl ( const MatrixType &  m,
const RowIndices  indices 
)
inlineprotected
template<typename MatrixType , bool IsSub = true>
Eigen::NoRowSelectionImpl< MatrixType, IsSub >::NoRowSelectionImpl ( const MatrixType &  m,
RowIndices indices 
)
inlineprotected

Member Function Documentation

template<typename MatrixType , bool IsSub = true>
Index Eigen::NoRowSelectionImpl< MatrixType, IsSub >::rowIndex ( Index  i) const
inline
template<typename MatrixType , bool IsSub = true>
Index Eigen::NoRowSelectionImpl< MatrixType, IsSub >::rows ( ) const
inline

Member Data Documentation

template<typename MatrixType , bool IsSub = true>
MatrixContainer<MatrixType> Eigen::NoRowSelectionImpl< MatrixType, IsSub >::m_contain
protected