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

/external/eigen/Eigen/src/Core/util/
H A DMacros.h118 // EIGEN_STRONG_INLINE is a stronger version of the inline, using __forceinline on MSVC,
122 #define EIGEN_STRONG_INLINE __forceinline macro
124 #define EIGEN_STRONG_INLINE inline macro
137 #define EIGEN_ALWAYS_INLINE EIGEN_STRONG_INLINE
315 EIGEN_STRONG_INLINE Derived& operator=(const Derived& other) { Base::operator=(other); return *this; } \
317 EIGEN_STRONG_INLINE Derived& operator=(const DenseBase<OtherDerived>& other) { Base::operator=(other.derived()); return *this; }
321 EIGEN_STRONG_INLINE Derived& operator=(const Derived& other) \
407 EIGEN_STRONG_INLINE const CwiseBinaryOp<FUNCTOR<Scalar>, const Derived, const OtherDerived> \

Completed in 90 milliseconds