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

  /external/eigen/Eigen/src/Core/
ArrayBase.h 17 /** \class ArrayBase
39 template<typename Derived> class ArrayBase
45 typedef ArrayBase StorageBaseType;
47 typedef ArrayBase Eigen_BaseClassForSpecializationOfGlobalMathFuncImpl;
89 #define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::ArrayBase
107 Derived& operator=(const ArrayBase& other)
126 Derived& operator+=(const ArrayBase<OtherDerived>& other);
129 Derived& operator-=(const ArrayBase<OtherDerived>& other);
133 Derived& operator*=(const ArrayBase<OtherDerived>& other);
137 Derived& operator/=(const ArrayBase<OtherDerived>& other)
    [all...]
GlobalFunctions.h 25 NAME(const Eigen::ArrayBase<Derived>& x);
32 (NAME)(const Eigen::ArrayBase<Derived>& x) { \
41 struct NAME##_retval<ArrayBase<Derived> > \
46 struct NAME##_impl<ArrayBase<Derived> > \
48 static inline typename NAME##_retval<ArrayBase<Derived> >::type run(const Eigen::ArrayBase<Derived>& x) \
50 return typename NAME##_retval<ArrayBase<Derived> >::type(x.derived()); \
56 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(real,scalar_real_op,real part,\sa ArrayBase::real)
57 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(imag,scalar_imag_op,imaginary part,\sa ArrayBase::imag)
58 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(conj,scalar_conjugate_op,complex conjugate,\sa ArrayBase::conjugate
    [all...]
SelfCwiseBinaryOp.h 26 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived& ArrayBase<Derived>::operator+=(const Scalar& other)
34 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived& ArrayBase<Derived>::operator-=(const Scalar& other)
ArrayWrapper.h 42 class ArrayWrapper : public ArrayBase<ArrayWrapper<ExpressionType> >
45 typedef ArrayBase<ArrayWrapper> Base;
118 * This class is the return type of ArrayBase::matrix(), and most of the time
Array.h 20 typedef ArrayBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > XprBase;
MatrixBase.h 324 /** \returns an \link Eigen::ArrayBase Array \endlink expression of this matrix
325 * \sa ArrayBase::matrix() */
327 /** \returns a const \link Eigen::ArrayBase Array \endlink expression of this matrix
328 * \sa ArrayBase::matrix() */
476 template<typename OtherDerived> Derived& operator+=(const ArrayBase<OtherDerived>& )
479 template<typename OtherDerived> Derived& operator-=(const ArrayBase<OtherDerived>& )
PlainObjectBase.h 79 : public ArrayBase {};
    [all...]
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsArrayAPI.h 28 igamma(const Eigen::ArrayBase<Derived>& a, const Eigen::ArrayBase<ExponentDerived>& x)
48 igammac(const Eigen::ArrayBase<Derived>& a, const Eigen::ArrayBase<ExponentDerived>& x)
67 // * \sa ArrayBase::polygamma()
70 polygamma(const Eigen::ArrayBase<DerivedN>& n, const Eigen::ArrayBase<DerivedX>& x)
90 betainc(const Eigen::ArrayBase<ArgADerived>& a, const Eigen::ArrayBase<ArgBDerived>& b, const Eigen::ArrayBase<ArgXDerived>& x
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineRegisterInfo.cpp 107 void *ArrayBase = getNumVirtRegs() == 0 ? 0 : &VRegInfo[FirstVirtReg];
112 if (ArrayBase && &VRegInfo[FirstVirtReg] != ArrayBase)
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 77 template<typename Derived> class ArrayBase;
XprHelper.h 477 typedef ArrayBase<Derived> type;
    [all...]
  /external/eigen/test/
array.cpp 490 VERIFY((internal::is_same< internal::global_math_functions_filtering_base<Array2i>::type, ArrayBase<Array2i> >::value));
493 ArrayBase<Xpr>

Completed in 279 milliseconds