Home | History | Annotate | Download | only in Core

Lines Matching refs:scalar_conj_product_op

75 template<typename LhsScalar,typename RhsScalar> struct scalar_conj_product_op {
83 EIGEN_EMPTY_STRUCT_CTOR(scalar_conj_product_op)
92 struct functor_traits<scalar_conj_product_op<LhsScalar,RhsScalar> > {
657 template<typename LhsScalar,typename RhsScalar> struct functor_is_product_like<scalar_conj_product_op<LhsScalar,RhsScalar> > { enum { ret = 1 }; };