Eigen::NoColSelectionImpl< MatrixType, IsSub > Class Template Reference

#include <SubMatrix.hpp>

List of all members.

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

template<typename MatrixType, bool IsSub = true>
class Eigen::NoColSelectionImpl< MatrixType, IsSub >


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   
) [inline, protected]
template<typename MatrixType , bool IsSub = true>
Eigen::NoColSelectionImpl< MatrixType, IsSub >::NoColSelectionImpl ( const MatrixType &  m,
const ColIndices  
) [inline, protected]
template<typename MatrixType , bool IsSub = true>
Eigen::NoColSelectionImpl< MatrixType, IsSub >::NoColSelectionImpl ( const MatrixType &  m,
ColIndices  
) [inline, protected]

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]