From f04c1cb774fae209c6d4d060bda15f7389764887 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 11 Aug 2008 21:26:37 +0000 Subject: Complete LU documentation --- Eigen/LU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/LU') 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() -- cgit v1.2.3