aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Array
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Array')
-rw-r--r--Eigen/Array2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/Array b/Eigen/Array
index d2a6eca0e..74d8fa888 100644
--- a/Eigen/Array
+++ b/Eigen/Array
@@ -11,7 +11,7 @@ namespace Eigen {
* (accessible from MatrixBase::cwise()), including:
* - matrix-scalar sum,
* - coeff-wise comparison operators,
- * - sin, cos, sqrt, pow, exp, log, square, cube, reciprocal.
+ * - sin, cos, sqrt, pow, exp, log, square, cube, inverse (reciprocal).
*
* This module also provides various MatrixBase methods, including:
* - \ref MatrixBase::all() "all", \ref MatrixBase::any() "any",