Searched refs:cj0 (Results 1 – 2 of 2) sorted by relevance
55 …ar,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> cj0; in run() local105 res[j] += cj0.pmul(A1[j], t1); in run()110 res[j+1] += cj0.pmul(A0[j+1],t0); in run()140 res[i] += cj0.pmul(A0[i], t0) + cj0.pmul(A1[i],t1); in run()158 res[i] += cj0.pmul(A0[i], t1); in run()
311 internal::conj_if<ConjLhs> cj0; 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()