Searched refs:MatrixWrapper (Results 1 – 4 of 4) sorted by relevance
153 struct traits<MatrixWrapper<ExpressionType> >166 class MatrixWrapper : public MatrixBase<MatrixWrapper<ExpressionType> >169 typedef MatrixBase<MatrixWrapper<ExpressionType> > Base;170 EIGEN_DENSE_PUBLIC_INTERFACE(MatrixWrapper)171 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(MatrixWrapper)181 inline MatrixWrapper(ExpressionType& a_matrix) : m_expression(a_matrix) {}
15 template<typename ExpressionType> class MatrixWrapper; variable148 MatrixWrapper<Derived> matrix() { return derived(); } in matrix()149 const MatrixWrapper<const Derived> matrix() const { return derived(); } in matrix()
121 template<typename ExpressionType> class MatrixWrapper;
78 MatrixWrapper<Array44f> a1m(a1);