HomeSort by relevance Sort by last modified time
    Searched refs:cj0 (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 47 conj_helper<Scalar,Scalar,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> cj0; local
97 res[j] += cj0.pmul(A1[j], t1);
102 res[j+1] += cj0.pmul(A0[j+1],t0);
132 res[i] += cj0.pmul(A0[i], t0) + cj0.pmul(A1[i],t1);
150 res[i] += cj0.pmul(A0[i], t1);
  /external/eigen/test/
packetmath.cpp 275 internal::conj_if<ConjLhs> cj0; local
282 ref[i] = cj0(data1[i]) * cj1(data2[i]);
291 ref[i] += cj0(data1[i]) * cj1(data2[i]);

Completed in 1568 milliseconds