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

/external/eigen/Eigen/src/Core/functors/
H A DNullaryFunctors.h31 template<typename Scalar> struct scalar_identity_op { struct in namespace:Eigen::internal
32 EIGEN_EMPTY_STRUCT_CTOR(scalar_identity_op)
37 struct functor_traits<scalar_identity_op<Scalar> >
164 struct has_nullary_operator<scalar_identity_op<Scalar>,IndexType> { enum { value = 0}; };
166 struct has_unary_operator<scalar_identity_op<Scalar>,IndexType> { enum { value = 0}; };
168 struct has_binary_operator<scalar_identity_op<Scalar>,IndexType> { enum { value = 1}; };

Completed in 158 milliseconds