Complete the coeff-wise math function table.

This commit is contained in:
Gael Guennebaud
2016-07-20 12:14:10 +02:00
parent 9e8476ef22
commit fd057f86b3
3 changed files with 406 additions and 38 deletions

View File

@@ -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