Home
last modified time | relevance | path

Searched refs:MatrixWrapper (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/
DArrayWrapper.h148 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) {}
DArrayBase.h15 template<typename ExpressionType> class MatrixWrapper; variable
148 MatrixWrapper<Derived> matrix() { return derived(); } in matrix()
149 const MatrixWrapper<const Derived> matrix() const { return derived(); } in matrix()
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h121 template<typename ExpressionType> class MatrixWrapper;
/external/eigen/doc/
DQuickReference.dox78 MatrixWrapper<Array44f> a1m(a1);