Home | History | Annotate | Download | only in Jacobi

Lines Matching refs:conj

53       return JacobiRotation(m_c * other.m_c - internal::conj(m_s) * other.m_s,
54 internal::conj(m_c * internal::conj(other.m_s) + internal::conj(m_s) * internal::conj(other.m_c)));
58 JacobiRotation transpose() const { return JacobiRotation(m_c, -internal::conj(m_s)); }
61 JacobiRotation adjoint() const { return JacobiRotation(internal::conj(m_c), -m_s); }
106 m_s = - sign_t * (internal::conj(y) / internal::abs(y)) * internal::abs(t) * n;
183 m_s = -qs*internal::conj(ps)*(m_c/p2);
200 m_s = -internal::conj(ps) * (q/u);
327 x[i] = j.c() * xi + conj(j.s()) * yi;
328 y[i] = -j.s() * xi + conj(j.c()) * yi;
375 x[i] = j.c() * xi + conj(j.s()) * yi;
376 y[i] = -j.s() * xi + conj(j.c()) * yi;
408 *x = j.c() * xi + conj(j.s()) * yi;
409 *y = -j.s() * xi + conj(j.c()) * yi;