aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/LU
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/LU')
-rw-r--r--Eigen/LU2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/LU b/Eigen/LU
index c91150035..a6b486b00 100644
--- a/Eigen/LU
+++ b/Eigen/LU
@@ -6,7 +6,7 @@
namespace Eigen {
/** \defgroup LU_Module LU module
- * This module includes LU decomposition and related notions such as matrix inversion and determinant.
+ * This module includes %LU decomposition and related notions such as matrix inversion and determinant.
* This module defines the following MatrixBase methods:
* - MatrixBase::inverse()
* - MatrixBase::determinant()