Home | History | Annotate | Download | only in Core

Lines Matching refs:Conj

73   * This is a short cut for conj(x) * y which is needed for optimization purpose; in Eigen2 support mode, this becomes x * conj(y)
78 Conj = NumTraits<LhsScalar>::IsComplex
85 { return conj_helper<LhsScalar,RhsScalar,Conj,false>().pmul(a,b); }
89 { return conj_helper<Packet,Packet,Conj,false>().pmul(a,b); }
329 EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a) const { using numext::conj; return conj(a); }