Improve doc of special math functions

This commit is contained in:
Gael Guennebaud
2016-05-20 14:18:48 +02:00
parent 0ba32f99bd
commit c028d96089
4 changed files with 51 additions and 12 deletions

View File

@@ -755,9 +755,9 @@ struct igamma_impl {
#endif // EIGEN_HAS_C99_MATH
/****************************************************************************
* Implementation of Riemann zeta function of two arguments *
****************************************************************************/
/*****************************************************************************
* Implementation of Riemann zeta function of two arguments, based on Cephes *
*****************************************************************************/
template <typename Scalar>
struct zeta_retval {