Home
last modified time | relevance | path

Searched defs:scalar_constant_op (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/functors/
DNullaryFunctors.h18 struct scalar_constant_op { struct
19 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const scalar_constant_op& other) : m_othe… in scalar_constant_op() argument
20 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const Scalar& other) : m_other(other) { } in scalar_constant_op() argument
27 struct functor_traits<scalar_constant_op<Scalar> > argument