Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dself_adjoint_eig.cc43 struct JacobiRotation { struct
44 XlaOp c; // cosine.
45 XlaOp s; // sine.
Dsvd.cc59 struct JacobiRotation { struct
60 XlaOp c; // cosine.
61 XlaOp s; // sine.
/external/eigen/Eigen/src/Jacobi/
DJacobi.h40 JacobiRotation() {} in JacobiRotation() function
43 JacobiRotation(const Scalar& c, const Scalar& s) : m_c(c), m_s(s) {} in JacobiRotation() function