@@ -582,15 +582,15 @@ xtensor universal functions are provided for a large set number of mathematical
582
582
583
583
**Error and gamma functions: **
584
584
585
- +-----------------------------------------------+ -----------------------------------------------+
586
- | Python 3 - numpy | C++ 14 - xtensor |
587
- +===============================================+ ===============================================+
588
- | `` scipy.special.erf(a) `` | ``xt::erf(a) `` |
589
- +-----------------------------------------------+ -----------------------------------------------+
590
- | `` scipy.special.gamma(a) `` | ``xt::tgamma(a) `` |
591
- +-----------------------------------------------+ -----------------------------------------------+
592
- | `` scipy.special.gammaln(a) `` | ``xt::lgamma(a) `` |
593
- +-----------------------------------------------+ -----------------------------------------------+
585
+ +--------------------------------------------------------------------+--------------------- -----------------------------------------------+
586
+ | Python 3 - numpy | C++ 14 - xtensor |
587
+ +====================================================================+===================== ===============================================+
588
+ | :any: ` scipy.special.erf(a) <scipy.special.erf> ` | ``xt::erf(a) `` |
589
+ +--------------------------------------------------------------------+--------------------- -----------------------------------------------+
590
+ | :any: ` scipy.special.gamma(a) <scipy.special.gamma> ` | ``xt::tgamma(a) `` |
591
+ +--------------------------------------------------------------------+--------------------- -----------------------------------------------+
592
+ | :any: ` scipy.special.gammaln(a) <scipy.special.gammaln> ` | ``xt::lgamma(a) `` |
593
+ +--------------------------------------------------------------------+--------------------- -----------------------------------------------+
594
594
595
595
**Classification functions: **
596
596
0 commit comments