Searched refs:MatrixWrapper (Results 1 – 4 of 4) sorted by relevance
148 struct traits<MatrixWrapper<ExpressionType> >156 class MatrixWrapper : public MatrixBase<MatrixWrapper<ExpressionType> >159 typedef MatrixBase<MatrixWrapper<ExpressionType> > Base;160 EIGEN_DENSE_PUBLIC_INTERFACE(MatrixWrapper)161 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(MatrixWrapper)171 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);