Searched defs:scalar_constant_op (Results 1 – 1 of 1) sorted by relevance
18 struct scalar_constant_op { struct19 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const scalar_constant_op& other) : m_othe… in scalar_constant_op() argument20 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const Scalar& other) : m_other(other) { } in scalar_constant_op() argument27 struct functor_traits<scalar_constant_op<Scalar> > argument