From 437e26d000f8a598574dacab53c052a455b893f4 Mon Sep 17 00:00:00 2001 From: Rhys Ulerich Date: Mon, 17 Jun 2013 14:28:42 +0000 Subject: [PATCH] Fix documentation typo --- Eigen/src/LU/Inverse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/LU/Inverse.h b/Eigen/src/LU/Inverse.h index a5ae83bf4..3cf887193 100644 --- a/Eigen/src/LU/Inverse.h +++ b/Eigen/src/LU/Inverse.h @@ -331,7 +331,7 @@ inline const internal::inverse_impl MatrixBase::inverse() cons * This is only for fixed-size square matrices of size up to 4x4. * * \param inverse Reference to the matrix in which to store the inverse. - * \param determinant Reference to the variable in which to store the inverse. + * \param determinant Reference to the variable in which to store the determinant. * \param invertible Reference to the bool variable in which to store whether the matrix is invertible. * \param absDeterminantThreshold Optional parameter controlling the invertibility check. * The matrix will be declared invertible if the absolute value of its