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

#include <SubMatrix.hpp>

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

Public Member Functions

 MatrixContainer (const MatrixType &m)
 

Public Attributes

const MatrixType::Nested m_matrix
 

Constructor & Destructor Documentation

template<typename MatrixType >
Eigen::MatrixContainer< MatrixType >::MatrixContainer ( const MatrixType &  m)
inline

Member Data Documentation

template<typename MatrixType >
const MatrixType::Nested Eigen::MatrixContainer< MatrixType >::m_matrix