Classes | |
| class | JacobiRotation< Scalar > |
| Rotation given by a cosine-sine pair. More... | |
Functions | |
| template<typename OtherScalar > | |
| void | applyOnTheRight (Index p, Index q, const JacobiRotation< OtherScalar > &j) |
This module provides Jacobi and Givens rotations.
In addition to listed classes, it defines the two following MatrixBase methods to apply a Jacobi or Givens rotation:
|
inline |
Applies the rotation in the plane j to the columns p and q of *this, i.e., it computes B = B * J with
.
References Eigen::internal::apply_rotation_in_the_plane(), col(), JacobiRotation< Scalar >::transpose(), and Eigen::internal::y.
1.8.1.1