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

#include <SubMatrix.hpp>

Inheritance diagram for Eigen::SubCol< MatrixType, IsSub >:
[legend]
Collaboration diagram for Eigen::SubCol< MatrixType, IsSub >:
[legend]

List of all members.

Public Types

typedef MatrixType::Index Index
typedef ColContainer
< MatrixType >::NestedType 
NestedType
typedef SubMatrix< NestedType,
RowPermutation, IsSub > 
SubMatrixBase
typedef SubMatrixBase::Indices Indices
typedef ColContainer< MatrixType > ContainerBase

Public Member Functions

 SubCol (MatrixType &m, const Indices &indicesRows, Index c)

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


Member Typedef Documentation

template<typename MatrixType, bool IsSub = true>
typedef ColContainer<MatrixType> Eigen::SubCol< MatrixType, IsSub >::ContainerBase
template<typename MatrixType, bool IsSub = true>
typedef MatrixType::Index Eigen::SubCol< MatrixType, IsSub >::Index

Reimplemented from Eigen::ColContainer< MatrixType >.

template<typename MatrixType, bool IsSub = true>
typedef SubMatrixBase::Indices Eigen::SubCol< MatrixType, IsSub >::Indices
template<typename MatrixType, bool IsSub = true>
typedef ColContainer<MatrixType>::NestedType Eigen::SubCol< MatrixType, IsSub >::NestedType

Reimplemented from Eigen::ColContainer< MatrixType >.

template<typename MatrixType, bool IsSub = true>
typedef SubMatrix< NestedType,RowPermutation,IsSub > Eigen::SubCol< MatrixType, IsSub >::SubMatrixBase

Constructor & Destructor Documentation

template<typename MatrixType, bool IsSub = true>
Eigen::SubCol< MatrixType, IsSub >::SubCol ( MatrixType &  m,
const Indices indicesRows,
Index  c 
) [inline]