|
207 | 207 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.cov.html">array_api_extra.cov</a></li> |
208 | 208 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.create_diagonal.html">array_api_extra.create_diagonal</a></li> |
209 | 209 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.expand_dims.html">array_api_extra.expand_dims</a></li> |
| 210 | +<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.isclose.html">array_api_extra.isclose</a></li> |
210 | 211 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.kron.html">array_api_extra.kron</a></li> |
211 | 212 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.nunique.html">array_api_extra.nunique</a></li> |
212 | 213 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.pad.html">array_api_extra.pad</a></li> |
@@ -280,19 +281,22 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Link to this |
280 | 281 | <tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.expand_dims.html#array_api_extra.expand_dims" title="array_api_extra.expand_dims"><code class="xref py py-obj docutils literal notranslate"><span class="pre">expand_dims</span></code></a></p></td> |
281 | 282 | <td><p>Expand the shape of an array.</p></td> |
282 | 283 | </tr> |
283 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.kron.html#array_api_extra.kron" title="array_api_extra.kron"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kron</span></code></a></p></td> |
| 284 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.isclose.html#array_api_extra.isclose" title="array_api_extra.isclose"><code class="xref py py-obj docutils literal notranslate"><span class="pre">isclose</span></code></a></p></td> |
| 285 | +<td><p>Return a boolean array where two arrays are element-wise equal within a tolerance.</p></td> |
| 286 | +</tr> |
| 287 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.kron.html#array_api_extra.kron" title="array_api_extra.kron"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kron</span></code></a></p></td> |
284 | 288 | <td><p>Kronecker product of two arrays.</p></td> |
285 | 289 | </tr> |
286 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.nunique.html#array_api_extra.nunique" title="array_api_extra.nunique"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nunique</span></code></a></p></td> |
| 290 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.nunique.html#array_api_extra.nunique" title="array_api_extra.nunique"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nunique</span></code></a></p></td> |
287 | 291 | <td><p>Count the number of unique elements in an array.</p></td> |
288 | 292 | </tr> |
289 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.pad.html#array_api_extra.pad" title="array_api_extra.pad"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pad</span></code></a></p></td> |
| 293 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.pad.html#array_api_extra.pad" title="array_api_extra.pad"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pad</span></code></a></p></td> |
290 | 294 | <td><p>Pad the input array.</p></td> |
291 | 295 | </tr> |
292 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.setdiff1d.html#array_api_extra.setdiff1d" title="array_api_extra.setdiff1d"><code class="xref py py-obj docutils literal notranslate"><span class="pre">setdiff1d</span></code></a></p></td> |
| 296 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.setdiff1d.html#array_api_extra.setdiff1d" title="array_api_extra.setdiff1d"><code class="xref py py-obj docutils literal notranslate"><span class="pre">setdiff1d</span></code></a></p></td> |
293 | 297 | <td><p>Find the set difference of two arrays.</p></td> |
294 | 298 | </tr> |
295 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.sinc.html#array_api_extra.sinc" title="array_api_extra.sinc"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sinc</span></code></a></p></td> |
| 299 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.sinc.html#array_api_extra.sinc" title="array_api_extra.sinc"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sinc</span></code></a></p></td> |
296 | 300 | <td><p>Return the normalized sinc function.</p></td> |
297 | 301 | </tr> |
298 | 302 | </tbody> |
|
0 commit comments