compbio
|
Classes | |
class | Eigen::JacobiRotation< Scalar > |
Functions | |
template<typename OtherScalar > | |
void | Eigen::MatrixBase< Derived >::applyOnTheRight (Index p, Index q, const JacobiRotation< OtherScalar > &j) |
Applies the rotation in the plane j to the columns p and q of *this , i.e., it computes B = B * J with \( B = \left ( \begin{array}{cc} \text{*this.col}(p) & \text{*this.col}(q) \end{array} \right ) \). More... | |
|
inline |
Applies the rotation in the plane j to the columns p and q of *this
, i.e., it computes B = B * J with \( B = \left ( \begin{array}{cc} \text{*this.col}(p) & \text{*this.col}(q) \end{array} \right ) \).