OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cj1
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h
48
conj_helper<Scalar,Scalar,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs>
cj1
;
local
98
t3 +=
cj1
.pmul(A1[j], rhs[j]);
103
t2 +=
cj1
.pmul(A0[j+1], rhs[j+1]);
133
t2 +=
cj1
.pmul(A0[i], rhs[i]);
134
t3 +=
cj1
.pmul(A1[i], rhs[i]);
151
t2 +=
cj1
.pmul(A0[i], rhs[i]);
/external/eigen/test/
packetmath.cpp
276
internal::conj_if<ConjRhs>
cj1
;
local
282
ref[i] = cj0(data1[i]) *
cj1
(data2[i]);
291
ref[i] += cj0(data1[i]) *
cj1
(data2[i]);
Completed in 606 milliseconds