Searched defs:m_s (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Jacobi/
H A DJacobi.h43 JacobiRotation(const Scalar& c, const Scalar& s) : m_c(c), m_s(s) {}
47 Scalar& s() { return m_s; }
48 Scalar s() const { return m_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)); }
62 JacobiRotation adjoint() const { using numext::conj; return JacobiRotation(conj(m_c), -m_s); }
74 Scalar m_c, m_s; member in class:Eigen::JacobiRotation
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jar ... final org.osgi.util.measurement.Unit m_s public static final org.osgi.util.measurement ...

Completed in 127 milliseconds