Searched refs:ArrayWrapper (Results 1 – 12 of 12) sorted by relevance
28 struct traits<ArrayWrapper<ExpressionType> >42 class ArrayWrapper : public ArrayBase<ArrayWrapper<ExpressionType> >45 typedef ArrayBase<ArrayWrapper> Base;46 EIGEN_DENSE_PUBLIC_INTERFACE(ArrayWrapper)47 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(ArrayWrapper)61 explicit EIGEN_STRONG_INLINE ArrayWrapper(ExpressionType& matrix) : m_expression(matrix) {}
326 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper<Derived> array() { return ArrayWrapper<Derived>… in array()329 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ArrayWrapper<const Derived> array() const { return Arr… in array()
1399 struct unary_evaluator<ArrayWrapper<TArgType> >1400 : evaluator_wrapper_base<ArrayWrapper<TArgType> >1402 typedef ArrayWrapper<TArgType> XprType;1405 : evaluator_wrapper_base<ArrayWrapper<TArgType> >(wrapper.nestedExpression())
194 ArrayWrapper<Integer> array = new ArrayWrapper<Integer>(new Integer[0]); in testEmptyInclusionContainers()197 assertEquals("{}", inclMapper.writeValueAsString(new ArrayWrapper<Integer>(null))); in testEmptyInclusionContainers()
137 protected static class ArrayWrapper<T> class in BaseMapTest141 public ArrayWrapper(T[] v) { in ArrayWrapper() method in BaseMapTest.ArrayWrapper
251 ArrayWrapper<const Matrix4i> MA = M.array(); in regrrssion_bug_1410()256 VERIFY((internal::traits<ArrayWrapper<const Matrix4i> >::Flags&LvalueBit)==0); in regrrssion_bug_1410()259 VERIFY((internal::traits<ArrayWrapper<Matrix4i> >::Flags&LvalueBit)==LvalueBit); in regrrssion_bug_1410()
130 template<typename ExpressionType> class ArrayWrapper;
294 struct ArrayWrapper { unsigned char y[16]; };300 struct ArrayWrapper x;
496 #include "src/Core/ArrayWrapper.h"
77 ArrayWrapper<Matrix4f> m1a(m1); // m1a is an alias for m1.array(), they share the same coefficien…
461 ./Eigen/src/Core/ArrayWrapper.h