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

/external/eigen/Eigen/src/Core/util/
H A DMacros.h487 // EIGEN_STRONG_INLINE is a stronger version of the inline, using __forceinline on MSVC,
491 #define EIGEN_STRONG_INLINE __forceinline macro
493 #define EIGEN_STRONG_INLINE inline macro
507 #define EIGEN_ALWAYS_INLINE EIGEN_STRONG_INLINE
821 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived& operator=(const Derived& other) { Base::operator=(other); return *this; } \
823 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived& operator=(const DenseBase<OtherDerived>& other) { Base::operator=(other.derived()); return *this; }
827 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived& operator=(const Derived& other) \
914 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const EIGEN_CWISE_BINARY_RETURN_TYPE(Derived,OtherDerived,OPNAME) \

Completed in 81 milliseconds