|
203 | 203 | <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> |
204 | 204 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.atleast_nd.html">array_api_extra.atleast_nd</a></li> |
205 | 205 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.cov.html">array_api_extra.cov</a></li> |
| 206 | +<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.create_diagonal.html">array_api_extra.create_diagonal</a></li> |
206 | 207 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.expand_dims.html">array_api_extra.expand_dims</a></li> |
207 | 208 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.kron.html">array_api_extra.kron</a></li> |
208 | 209 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.sinc.html">array_api_extra.sinc</a></li> |
@@ -264,13 +265,16 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Link to this |
264 | 265 | <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> |
265 | 266 | <td><p>Estimate a covariance matrix.</p></td> |
266 | 267 | </tr> |
267 | | -<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> |
| 268 | +<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> |
| 269 | +<td><p>Construct a diagonal array.</p></td> |
| 270 | +</tr> |
| 271 | +<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> |
268 | 272 | <td><p>Expand the shape of an array.</p></td> |
269 | 273 | </tr> |
270 | | -<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> |
| 274 | +<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> |
271 | 275 | <td><p>Kronecker product of two arrays.</p></td> |
272 | 276 | </tr> |
273 | | -<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> |
| 277 | +<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> |
274 | 278 | <td><p>Return the normalized sinc function.</p></td> |
275 | 279 | </tr> |
276 | 280 | </tbody> |
|
0 commit comments