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

◆ Index

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

◆ NestedType

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

Constructor & Destructor Documentation

◆ ColContainer()

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

Member Data Documentation

◆ nested

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