Searched refs:ArrayBase (Results 1 - 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DArrayBase.h17 /** \class ArrayBase
39 template<typename Derived> class ArrayBase class in namespace:Eigen
45 typedef ArrayBase StorageBaseType;
47 typedef ArrayBase Eigen_BaseClassForSpecializationOfGlobalMathFuncImpl;
106 #define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::ArrayBase
121 Derived& operator=(const ArrayBase& other)
132 Derived& operator+=(const ArrayBase<OtherDerived>& other);
134 Derived& operator-=(const ArrayBase<OtherDerived>& other);
137 Derived& operator*=(const ArrayBase<OtherDerived>& other);
140 Derived& operator/=(const ArrayBase<OtherDerive
155 ArrayBase() : Base() {} function in class:Eigen::ArrayBase
[all...]
H A DGlobalFunctions.h17 NAME(const Eigen::ArrayBase<Derived>& x) { \
24 struct NAME##_retval<ArrayBase<Derived> > \
29 struct NAME##_impl<ArrayBase<Derived> > \
31 static inline typename NAME##_retval<ArrayBase<Derived> >::type run(const Eigen::ArrayBase<Derived>& x) \
55 pow(const Eigen::ArrayBase<Derived>& x, const typename Derived::Scalar& exponent) {
61 pow(const Eigen::ArrayBase<Derived>& x, const Eigen::ArrayBase<Derived>& exponents)
74 operator/(const typename Derived::Scalar& s, const Eigen::ArrayBase<Derived>& a)
H A DArray.h37 typedef ArrayBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > XprBase;
87 EIGEN_STRONG_INLINE Array& operator=(const ArrayBase<OtherDerived>& other)
185 EIGEN_STRONG_INLINE Array(const ArrayBase<OtherDerived>& other)
221 void swap(ArrayBase<OtherDerived> const & other)
H A DArrayWrapper.h41 class ArrayWrapper : public ArrayBase<ArrayWrapper<ExpressionType> >
44 typedef ArrayBase<ArrayWrapper> Base;
145 * This class is the return type of ArrayBase::matrix(), and most of the time
H A DMatrixBase.h314 /** \returns an \link Eigen::ArrayBase Array \endlink expression of this matrix
315 * \sa ArrayBase::matrix() */
500 template<typename OtherDerived> Derived& operator+=(const ArrayBase<OtherDerived>& )
503 template<typename OtherDerived> Derived& operator-=(const ArrayBase<OtherDerived>& )
H A DPlainObjectBase.h80 : public ArrayBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > {};
/external/eigen/test/
H A Darray.cpp303 VERIFY((internal::is_same< internal::global_math_functions_filtering_base<Array2i>::type, ArrayBase<Array2i> >::value));
306 ArrayBase<Xpr>
/external/eigen/Eigen/src/Core/util/
H A DXprHelper.h364 typedef ArrayBase<Derived> type;
H A DForwardDeclarations.h73 template<typename Derived> class ArrayBase;

Completed in 605 milliseconds