|
208 | 208 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.broadcast_shapes.html">array_api_extra.broadcast_shapes</a></li> |
209 | 209 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.cov.html">array_api_extra.cov</a></li> |
210 | 210 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.create_diagonal.html">array_api_extra.create_diagonal</a></li> |
| 211 | +<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.default_dtype.html">array_api_extra.default_dtype</a></li> |
211 | 212 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.expand_dims.html">array_api_extra.expand_dims</a></li> |
212 | 213 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.isclose.html">array_api_extra.isclose</a></li> |
213 | 214 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.kron.html">array_api_extra.kron</a></li> |
@@ -292,25 +293,28 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Link to this |
292 | 293 | <tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.create_diagonal.html#array_api_extra.create_diagonal" title="array_api_extra.create_diagonal"><code class="xref py py-obj docutils literal notranslate"><span class="pre">create_diagonal</span></code></a></p></td> |
293 | 294 | <td><p>Construct a diagonal array.</p></td> |
294 | 295 | </tr> |
295 | | -<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> |
| 296 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.default_dtype.html#array_api_extra.default_dtype" title="array_api_extra.default_dtype"><code class="xref py py-obj docutils literal notranslate"><span class="pre">default_dtype</span></code></a></p></td> |
| 297 | +<td><p>Return the default dtype for the given namespace and device.</p></td> |
| 298 | +</tr> |
| 299 | +<tr class="row-even"><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> |
296 | 300 | <td><p>Expand the shape of an array.</p></td> |
297 | 301 | </tr> |
298 | | -<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> |
| 302 | +<tr class="row-odd"><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> |
299 | 303 | <td><p>Return a boolean array where two arrays are element-wise equal within a tolerance.</p></td> |
300 | 304 | </tr> |
301 | | -<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> |
| 305 | +<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> |
302 | 306 | <td><p>Kronecker product of two arrays.</p></td> |
303 | 307 | </tr> |
304 | | -<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> |
| 308 | +<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> |
305 | 309 | <td><p>Count the number of unique elements in an array.</p></td> |
306 | 310 | </tr> |
307 | | -<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> |
| 311 | +<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> |
308 | 312 | <td><p>Pad the input array.</p></td> |
309 | 313 | </tr> |
310 | | -<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> |
| 314 | +<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> |
311 | 315 | <td><p>Find the set difference of two arrays.</p></td> |
312 | 316 | </tr> |
313 | | -<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> |
| 317 | +<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> |
314 | 318 | <td><p>Return the normalized sinc function.</p></td> |
315 | 319 | </tr> |
316 | 320 | </tbody> |
|
0 commit comments