Searched refs:cj0 (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixVector.h | 56 …ar,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> cj0; in run() local 95 res[j] += cj0.pmul(A1[j], t1); in run() 100 res[j+1] += cj0.pmul(A0[j+1],t0); in run() 106 res[i] += cj0.pmul(A0[i], t0) + cj0.pmul(A1[i],t1); in run() 130 res[i] += cj0.pmul(A0[i], t0) + cj0.pmul(A1[i],t1); in run() 147 res[i] += cj0.pmul(A0[i], t1); in run()
|
/external/eigen/test/ |
D | packetmath.cpp | 525 internal::conj_if<ConjLhs> cj0; in test_conj_helper() local 532 ref[i] = cj0(data1[i]) * cj1(data2[i]); in test_conj_helper() 541 ref[i] += cj0(data1[i]) * cj1(data2[i]); in test_conj_helper()
|