aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-11-27 16:27:53 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-11-27 16:27:53 +0100
commit3f32f5ec221c443fa354aaa1ea6d5628bb971474 (patch)
treecd98d6ff1572eb9043c1fe51f9607307ac4e7335 /Eigen
parentda46b1ed5412a7bf727f489ca4f782abcd4743e8 (diff)
ArrayBase::sign: add unit test and fix doc
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/plugins/ArrayCwiseUnaryOps.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Eigen/src/plugins/ArrayCwiseUnaryOps.h b/Eigen/src/plugins/ArrayCwiseUnaryOps.h
index 60d56a252..a9310f12d 100644
--- a/Eigen/src/plugins/ArrayCwiseUnaryOps.h
+++ b/Eigen/src/plugins/ArrayCwiseUnaryOps.h
@@ -141,8 +141,7 @@ sqrt() const
/** \returns an expression of the coefficient-wise signum of *this.
*
- * This function computes the coefficient-wise signum. The function MatrixBase::sign() in the
- * unsupported module MatrixFunctions computes the matrix square root.
+ * This function computes the coefficient-wise signum.
*
* Example: \include Cwise_sign.cpp
* Output: \verbinclude Cwise_sign.out