10 #ifndef EIGEN_SELFCWISEBINARYOP_H    11 #define EIGEN_SELFCWISEBINARYOP_H    17 template<
typename Derived>
    25 template<
typename Derived>
    33 template<
typename Derived>
    41 template<
typename Derived>
    51 #endif // EIGEN_SELFCWISEBINARYOP_H 
#define EIGEN_STRONG_INLINE
internal::traits< Derived >::Scalar Scalar
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & operator+=(const Scalar &scalar)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & operator-=(const Scalar &scalar)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & operator*=(const Scalar &other)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void call_assignment(Dst &dst, const Src &src)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & operator/=(const Scalar &other)