HomeSort by relevance Sort by last modified time
    Searched defs:Conj (Results 1 - 2 of 2) sorted by null

  /external/eigen/blas/
common.h 93 Conj = IsComplex
  /external/eigen/Eigen/src/Core/
Functors.h 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); }
    [all...]

Completed in 417 milliseconds