All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Eigen::ColContainer< MatrixType > Struct Template Reference

#include <SubMatrix.hpp>

Inheritance diagram for Eigen::ColContainer< MatrixType >:
[legend]

Public Types

typedef MatrixType::ColXpr NestedType
 
typedef MatrixType::Index Index
 

Public Member Functions

 ColContainer (MatrixType &m, Index col)
 

Public Attributes

NestedType nested
 

Member Typedef Documentation

template<typename MatrixType>
typedef MatrixType::Index Eigen::ColContainer< MatrixType >::Index
template<typename MatrixType>
typedef MatrixType::ColXpr Eigen::ColContainer< MatrixType >::NestedType

Constructor & Destructor Documentation

template<typename MatrixType>
Eigen::ColContainer< MatrixType >::ColContainer ( MatrixType &  m,
Index  col 
)
inline

Member Data Documentation

template<typename MatrixType>
NestedType Eigen::ColContainer< MatrixType >::nested