Searched defs:JacobiRotation (Results 1 – 3 of 3) sorted by relevance
43 struct JacobiRotation { struct44 XlaOp c; // cosine.45 XlaOp s; // sine.
59 struct JacobiRotation { struct60 XlaOp c; // cosine.61 XlaOp s; // sine.
40 JacobiRotation() {} in JacobiRotation() function43 JacobiRotation(const Scalar& c, const Scalar& s) : m_c(c), m_s(s) {} in JacobiRotation() function