Searched defs:Conj (Results 1 - 2 of 2) sorted by relevance
/external/eigen/blas/ | ||
H A D | common.h | 93 Conj = IsComplex enumerator in enum:__anon5498 |
/external/eigen/Eigen/src/Core/ | ||
H A D | Functors.h | 78 Conj = NumTraits<LhsScalar>::IsComplex enumerator in enum:Eigen::internal::scalar_conj_product_op::__anon5012 85 { return conj_helper<LhsScalar,RhsScalar,Conj,false>().pmul(a,b); } 89 { return conj_helper<Packet,Packet,Conj,false>().pmul(a,b); } |
Completed in 3807 milliseconds