HomeSort by relevance Sort by last modified time
    Searched refs:MatrixWrapper (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
ArrayWrapper.h 23 * \sa MatrixBase::array(), class MatrixWrapper
140 /** \class MatrixWrapper
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) {}
ArrayBase.h 15 template<typename ExpressionType> class MatrixWrapper;
148 MatrixWrapper<Derived> matrix() { return derived(); }
149 const MatrixWrapper<const Derived> matrix() const { return derived(); }
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 121 template<typename ExpressionType> class MatrixWrapper;

Completed in 60 milliseconds