Lines Matching full:conj
56 using numext::conj;
57 return JacobiRotation(m_c * other.m_c - conj(m_s) * other.m_s,
58 conj(m_c * conj(other.m_s) + conj(m_s) * conj(other.m_c)));
63 JacobiRotation transpose() const { using numext::conj; return JacobiRotation(m_c, -conj(m_s)); } in transpose()
67 JacobiRotation adjoint() const { using numext::conj; return JacobiRotation(conj(m_c), -m_s); } in adjoint()
121 m_s = - sign_t * (numext::conj(y) / abs(y)) * abs(t) * n; in makeJacobi()
175 using numext::conj; in makeGivens()
205 m_s = -qs*conj(ps)*(m_c/p2); in makeGivens()
222 m_s = -conj(ps) * (q/u); in makeGivens()
331 *x = c * xi + numext::conj(s) * yi; in run()
332 *y = -s * xi + numext::conj(c) * yi; in run()
370 x[i] = c * xi + numext::conj(s) * yi;
371 y[i] = -s * xi + numext::conj(c) * yi;
418 x[i] = c * xi + numext::conj(s) * yi;
419 y[i] = -s * xi + numext::conj(c) * yi;