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

/external/eigen/Eigen/src/Core/
H A DFunctors.h515 struct scalar_constant_op { struct in namespace:Eigen::internal
517 EIGEN_STRONG_INLINE scalar_constant_op(const scalar_constant_op& other) : m_other(other.m_other) { } function in struct:Eigen::internal::scalar_constant_op
518 EIGEN_STRONG_INLINE scalar_constant_op(const Scalar& other) : m_other(other) { } function in struct:Eigen::internal::scalar_constant_op
526 struct functor_traits<scalar_constant_op<Scalar> >

Completed in 79 milliseconds