Home
last modified time | relevance | path

Searched defs:JacobiRotation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/Jacobi/
H A DJacobi.h41 JacobiRotation() {} in JacobiRotation() function
45 JacobiRotation(const Scalar& c, const Scalar& s) : m_c(c), m_s(s) {} in JacobiRotation() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dsvd.cc60 struct JacobiRotation { struct
61 XlaOp c; // cosine.
62 XlaOp s; // sine.