|
204 | 204 | <li class="toctree-l1 current has-children current-page"><a class="current reference internal" href="#">API Reference</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of API Reference</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul> |
205 | 205 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.at.html">array_api_extra.at</a></li> |
206 | 206 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.atleast_nd.html">array_api_extra.atleast_nd</a></li> |
| 207 | +<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.broadcast_shapes.html">array_api_extra.broadcast_shapes</a></li> |
207 | 208 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.cov.html">array_api_extra.cov</a></li> |
208 | 209 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.create_diagonal.html">array_api_extra.create_diagonal</a></li> |
209 | 210 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.expand_dims.html">array_api_extra.expand_dims</a></li> |
@@ -277,31 +278,34 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Link to this |
277 | 278 | <tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.atleast_nd.html#array_api_extra.atleast_nd" title="array_api_extra.atleast_nd"><code class="xref py py-obj docutils literal notranslate"><span class="pre">atleast_nd</span></code></a></p></td> |
278 | 279 | <td><p>Recursively expand the dimension of an array to at least <cite>ndim</cite>.</p></td> |
279 | 280 | </tr> |
280 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.cov.html#array_api_extra.cov" title="array_api_extra.cov"><code class="xref py py-obj docutils literal notranslate"><span class="pre">cov</span></code></a></p></td> |
| 281 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.broadcast_shapes.html#array_api_extra.broadcast_shapes" title="array_api_extra.broadcast_shapes"><code class="xref py py-obj docutils literal notranslate"><span class="pre">broadcast_shapes</span></code></a></p></td> |
| 282 | +<td><p>Compute the shape of the broadcasted arrays.</p></td> |
| 283 | +</tr> |
| 284 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.cov.html#array_api_extra.cov" title="array_api_extra.cov"><code class="xref py py-obj docutils literal notranslate"><span class="pre">cov</span></code></a></p></td> |
281 | 285 | <td><p>Estimate a covariance matrix.</p></td> |
282 | 286 | </tr> |
283 | | -<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> |
| 287 | +<tr class="row-odd"><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> |
284 | 288 | <td><p>Construct a diagonal array.</p></td> |
285 | 289 | </tr> |
286 | | -<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> |
| 290 | +<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> |
287 | 291 | <td><p>Expand the shape of an array.</p></td> |
288 | 292 | </tr> |
289 | | -<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> |
| 293 | +<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> |
290 | 294 | <td><p>Return a boolean array where two arrays are element-wise equal within a tolerance.</p></td> |
291 | 295 | </tr> |
292 | | -<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> |
| 296 | +<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> |
293 | 297 | <td><p>Kronecker product of two arrays.</p></td> |
294 | 298 | </tr> |
295 | | -<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> |
| 299 | +<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> |
296 | 300 | <td><p>Count the number of unique elements in an array.</p></td> |
297 | 301 | </tr> |
298 | | -<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> |
| 302 | +<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> |
299 | 303 | <td><p>Pad the input array.</p></td> |
300 | 304 | </tr> |
301 | | -<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> |
| 305 | +<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> |
302 | 306 | <td><p>Find the set difference of two arrays.</p></td> |
303 | 307 | </tr> |
304 | | -<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> |
| 308 | +<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> |
305 | 309 | <td><p>Return the normalized sinc function.</p></td> |
306 | 310 | </tr> |
307 | 311 | </tbody> |
|
0 commit comments