Home
last modified time | relevance | path

Searched refs:m_s (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Jacobi/
DJacobi.h43 JacobiRotation(const Scalar& c, const Scalar& s) : m_c(c), m_s(s) {} in JacobiRotation()
47 Scalar& s() { return m_s; } in s()
48 Scalar s() const { return m_s; } in s()
54 return JacobiRotation(m_c * other.m_c - conj(m_s) * other.m_s,
55 conj(m_c * conj(other.m_s) + conj(m_s) * conj(other.m_c)));
59 JacobiRotation transpose() const { using numext::conj; return JacobiRotation(m_c, -conj(m_s)); } in transpose()
62 JacobiRotation adjoint() const { using numext::conj; return JacobiRotation(conj(m_c), -m_s); } in adjoint()
74 Scalar m_c, m_s; variable
91 m_s = Scalar(0); in makeJacobi()
109 m_s = - sign_t * (numext::conj(y) / abs(y)) * abs(t) * n; in makeJacobi()
[all …]
/external/chromium-trace/trace-viewer/build/
Dparse_deps.py285 m_s = re.search("""base\s*\.\s*requireStylesheet\((["'])(.+?)\\1\)""",
289 matches = [m for m in [m_r, m_s, m_irs] if m]
308 elif m == m_s: