#include <SubMatrix.hpp>
Public Types | |
typedef MatrixType::ColXpr | NestedType |
typedef MatrixType::Index | Index |
Public Member Functions | |
ColContainer (MatrixType &m, Index col) | |
Public Attributes | |
NestedType | nested |
typedef MatrixType::Index Eigen::ColContainer< MatrixType >::Index |
Reimplemented in Eigen::SubCol< MatrixType, IsSub >.
typedef MatrixType::ColXpr Eigen::ColContainer< MatrixType >::NestedType |
Reimplemented in Eigen::SubCol< MatrixType, IsSub >.
Eigen::ColContainer< MatrixType >::ColContainer | ( | MatrixType & | m, |
Index | col | ||
) | [inline] |
NestedType Eigen::ColContainer< MatrixType >::nested |