mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Fix Jacobi module doc.
This commit is contained in:
parent
8b101ade2b
commit
386e2079e4
@ -265,7 +265,7 @@ EIGEN_DEVICE_FUNC inline void MatrixBase<Derived>::applyOnTheLeft(Index p, Index
|
||||
internal::apply_rotation_in_the_plane(x, y, j);
|
||||
}
|
||||
|
||||
/** \ingroup Jacobi_Module
|
||||
/** \jacobi_module
|
||||
* Applies the rotation in the plane \a j to the columns \a p and \a q of \c *this, i.e., it computes B = B * J
|
||||
* with \f$ B = \left ( \begin{array}{cc} \text{*this.col}(p) & \text{*this.col}(q) \end{array} \right ) \f$.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user