Searched defs:JacobiRotation (Results 1 – 2 of 2) sorted by relevance
41 JacobiRotation() {} in JacobiRotation() function45 JacobiRotation(const Scalar& c, const Scalar& s) : m_c(c), m_s(s) {} in JacobiRotation() function
60 struct JacobiRotation { struct61 XlaOp c; // cosine.62 XlaOp s; // sine.