aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/LU
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-11 21:26:37 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-11 21:26:37 +0000
commitf04c1cb774fae209c6d4d060bda15f7389764887 (patch)
tree6fc90716e1bcd8db1a48e87d879dfc3c1fe65ad2 /Eigen/LU
parent17ec407ccd860eb44e6d2593bf9b17adf417bd37 (diff)
Complete LU documentation
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()