From 386e2079e4e26cdfa317fdb0dc8e8bf566cd39e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=C3=A1nchez?= Date: Sun, 17 Mar 2024 23:08:04 +0000 Subject: [PATCH] Fix Jacobi module doc. --- Eigen/src/Jacobi/Jacobi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Jacobi/Jacobi.h b/Eigen/src/Jacobi/Jacobi.h index f53b8ec83..2686a5237 100644 --- a/Eigen/src/Jacobi/Jacobi.h +++ b/Eigen/src/Jacobi/Jacobi.h @@ -265,7 +265,7 @@ EIGEN_DEVICE_FUNC inline void MatrixBase::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$. *