aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2013-06-17 15:35:44 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2013-06-17 15:35:44 +0100
commita8494787f43450bff89d637db57a3c92ce3dd68c (patch)
treeda8459fff85c6419f817a4c2b63290b791fbea35
parent55365566b2f81656a58e3d3dad1a82ec3038ca64 (diff)
parent437e26d000f8a598574dacab53c052a455b893f4 (diff)
Merged in RhysU/eigen//fix-documentation-typo-1371479301909 (pull request PR-25)
Fix documentation typo
-rw-r--r--Eigen/src/LU/Inverse.h2
1 files changed, 1 insertions, 1 deletions
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<Derived> MatrixBase<Derived>::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