aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins/CommonCwiseUnaryOps.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-07-20 12:14:10 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-07-20 12:14:10 +0200
commitfd057f86b3071706bc5768a79f3107fe21f71eb3 (patch)
tree26eef6b110e5fdf812574182fbc39e187f099fe0 /Eigen/src/plugins/CommonCwiseUnaryOps.h
parent9e8476ef22aefdf8141d617f39faeaa1ceca5450 (diff)
Complete the coeff-wise math function table.
Diffstat (limited to 'Eigen/src/plugins/CommonCwiseUnaryOps.h')
-rw-r--r--Eigen/src/plugins/CommonCwiseUnaryOps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/plugins/CommonCwiseUnaryOps.h b/Eigen/src/plugins/CommonCwiseUnaryOps.h
index 6cd5479a0..5719c6b10 100644
--- a/Eigen/src/plugins/CommonCwiseUnaryOps.h
+++ b/Eigen/src/plugins/CommonCwiseUnaryOps.h
@@ -62,7 +62,7 @@ cast() const
/** \returns an expression of the complex conjugate of \c *this.
*
- * \sa adjoint() */
+ * \sa <a href="group__CoeffwiseMathFunctions.html#cwisetable_conj">Math functions</a>, MatrixBase::adjoint() */
EIGEN_DEVICE_FUNC
inline ConjugateReturnType
conjugate() const