Eigen::ColContainer< MatrixType > Struct Template Reference

#include <SubMatrix.hpp>

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

List of all members.

Public Types

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

Public Member Functions

 ColContainer (MatrixType &m, Index col)

Public Attributes

NestedType nested

template<typename MatrixType>
struct Eigen::ColContainer< MatrixType >


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