Searched defs:ArrayWrapper (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DArrayWrapper.h15 /** \class ArrayWrapper
28 struct traits<ArrayWrapper<ExpressionType> >
36 class ArrayWrapper : public ArrayBase<ArrayWrapper<ExpressionType> > class in namespace:Eigen
39 typedef ArrayBase<ArrayWrapper> Base;
40 EIGEN_DENSE_PUBLIC_INTERFACE(ArrayWrapper)
41 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(ArrayWrapper)
51 inline ArrayWrapper(ExpressionType& matrix) : m_expression(matrix) {} function in class:Eigen::ArrayWrapper
136 * \sa MatrixBase::matrix(), class ArrayWrapper

Completed in 84 milliseconds