Searched refs:cj1 (Results 1 – 2 of 2) sorted by relevance
56 …ar,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> cj1; in run() local106 t3 += cj1.pmul(A1[j], rhs[j]); in run()111 t2 += cj1.pmul(A0[j+1], rhs[j+1]); in run()141 t2 += cj1.pmul(A0[i], rhs[i]); in run()142 t3 += cj1.pmul(A1[i], rhs[i]); in run()159 t2 += cj1.pmul(A0[i], rhs[i]); in run()
312 internal::conj_if<ConjRhs> cj1; in test_conj_helper() local318 ref[i] = cj0(data1[i]) * cj1(data2[i]); in test_conj_helper()327 ref[i] += cj0(data1[i]) * cj1(data2[i]); in test_conj_helper()