Searched refs:cj1 (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixVector.h | 57 …ar,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> cj1; in run() local 96 t3 += cj1.pmul(A1[j], rhs[j]); in run() 101 t2 += cj1.pmul(A0[j+1], rhs[j+1]); in run() 107 t2 += cj1.pmul(A0[i], rhs[i]); in run() 108 t3 += cj1.pmul(A1[i], rhs[i]); in run() 131 t2 += cj1.pmul(A0[i], rhs[i]); in run() 132 t3 += cj1.pmul(A1[i], rhs[i]); in run() 148 t2 += cj1.pmul(A0[i], rhs[i]); in run()
|
/external/eigen/test/ |
D | packetmath.cpp | 526 internal::conj_if<ConjRhs> cj1; 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()
|