aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2019-09-04 23:00:21 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2019-09-04 23:00:21 +0200
commite6c183f8fd0c9c093eb30e08bd08e8e48a80264c (patch)
treebf1c2901f46c86dc366ae7a065fa60a80c292a32 /doc
parent5702a579261b7227089a7e642fa9be0cb0fe1ad5 (diff)
Fix doc issues regarding ndtri
Diffstat (limited to 'doc')
-rw-r--r--doc/CoeffwiseMathFunctionsTable.dox12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/CoeffwiseMathFunctionsTable.dox b/doc/CoeffwiseMathFunctionsTable.dox
index 080e056e1..8186a5272 100644
--- a/doc/CoeffwiseMathFunctionsTable.dox
+++ b/doc/CoeffwiseMathFunctionsTable.dox
@@ -553,6 +553,18 @@ This also means that, unless specified, if the function \c std::foo is available
</td>
<td></td>
</tr>
+<tr>
+ <td class="code">
+ \anchor cwisetable_ndtri
+ a.\link ArrayBase::ndtri ndtri\endlink(); \n
+ \link Eigen::ndtri ndtri\endlink(a);
+ </td>
+ <td>Inverse of the CDF of the Normal distribution function</td>
+ <td>
+ built-in for float and double
+ </td>
+ <td></td>
+</tr>
<tr><td colspan="4"></td></tr>
</table>