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

#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
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename MatrixType , bool IsSub = true>
Eigen::NoColSelectionImpl< MatrixType, IsSub >::NoColSelectionImpl ( const MatrixType &  m,
bool   
)
inlineprotected
template<typename MatrixType , bool IsSub = true>
Eigen::NoColSelectionImpl< MatrixType, IsSub >::NoColSelectionImpl ( const MatrixType &  m,
const ColIndices  
)
inlineprotected
template<typename MatrixType , bool IsSub = true>
Eigen::NoColSelectionImpl< MatrixType, IsSub >::NoColSelectionImpl ( const MatrixType &  m,
ColIndices  
)
inlineprotected

Member Function Documentation

template<typename MatrixType , bool IsSub = true>
Index Eigen::NoColSelectionImpl< MatrixType, IsSub >::colIndex ( Index  i) const
inline
template<typename MatrixType , bool IsSub = true>
Index Eigen::NoColSelectionImpl< MatrixType, IsSub >::cols ( ) const
inline

Member Data Documentation

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