Eigen::MatrixContainer< MatrixType > Class Template Reference

#include <SubMatrix.hpp>

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

List of all members.

Public Member Functions

 MatrixContainer (const MatrixType &m)

Public Attributes

const MatrixType::Nested m_matrix

template<typename MatrixType>
class Eigen::MatrixContainer< MatrixType >


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