File tree Expand file tree Collapse file tree 14 files changed +459
-8
lines changed Expand file tree Collapse file tree 14 files changed +459
-8
lines changed Original file line number Diff line number Diff line change 1010 cov
1111 expand_dims
1212 kron
13+ sinc
1314```
Original file line number Diff line number Diff line change 1+ array\_ api\_ extra.sinc
2+ ======================
3+
4+ .. currentmodule :: array_api_extra
5+
6+ .. autofunction :: sinc
Original file line number Diff line number Diff line change 205205< li class ="toctree-l2 "> < a class ="reference internal " href ="generated/array_api_extra.cov.html "> array_api_extra.cov</ a > </ li >
206206< li class ="toctree-l2 "> < a class ="reference internal " href ="generated/array_api_extra.expand_dims.html "> array_api_extra.expand_dims</ a > </ li >
207207< li class ="toctree-l2 "> < a class ="reference internal " href ="generated/array_api_extra.kron.html "> array_api_extra.kron</ a > </ li >
208+ < li class ="toctree-l2 "> < a class ="reference internal " href ="generated/array_api_extra.sinc.html "> array_api_extra.sinc</ a > </ li >
208209</ ul >
209210</ li >
210211< li class ="toctree-l1 "> < a class ="reference internal " href ="contributing.html "> Contributing</ a > </ li >
@@ -269,6 +270,9 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Link to this
269270< 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 >
270271< td > < p > Kronecker product of two arrays.</ p > </ td >
271272</ 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 >
274+ < td > < p > Return the normalized sinc function.</ p > </ td >
275+ </ tr >
272276</ tbody >
273277</ table >
274278</ div >
Original file line number Diff line number Diff line change 33 < head > < meta charset ="utf-8 "/>
44 < meta name ="viewport " content ="width=device-width,initial-scale=1 "/>
55 < meta name ="color-scheme " content ="light dark "> < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6- < link rel ="index " title ="Index " href ="genindex.html " /> < link rel ="search " title ="Search " href ="search.html " /> < link rel ="prev " title ="array_api_extra.kron " href ="generated/array_api_extra.kron .html " />
6+ < link rel ="index " title ="Index " href ="genindex.html " /> < link rel ="search " title ="Search " href ="search.html " /> < link rel ="prev " title ="array_api_extra.sinc " href ="generated/array_api_extra.sinc .html " />
77
88 <!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
99 < title > Contributing - array-api-extra 0.1.2.dev0 documentation</ title >
205205< li class ="toctree-l2 "> < a class ="reference internal " href ="generated/array_api_extra.cov.html "> array_api_extra.cov</ a > </ li >
206206< li class ="toctree-l2 "> < a class ="reference internal " href ="generated/array_api_extra.expand_dims.html "> array_api_extra.expand_dims</ a > </ li >
207207< li class ="toctree-l2 "> < a class ="reference internal " href ="generated/array_api_extra.kron.html "> array_api_extra.kron</ a > </ li >
208+ < li class ="toctree-l2 "> < a class ="reference internal " href ="generated/array_api_extra.sinc.html "> array_api_extra.sinc</ a > </ li >
208209</ ul >
209210</ li >
210211< li class ="toctree-l1 current current-page "> < a class ="current reference internal " href ="# "> Contributing</ a > </ li >
@@ -344,14 +345,14 @@ <h2>Development workflow<a class="headerlink" href="#development-workflow" title
344345
345346 < div class ="related-pages ">
346347
347- < a class ="prev-page " href ="generated/array_api_extra.kron .html ">
348+ < a class ="prev-page " href ="generated/array_api_extra.sinc .html ">
348349 < svg class ="furo-related-icon "> < use href ="#svg-arrow-right "> </ use > </ svg >
349350 < div class ="page-info ">
350351 < div class ="context ">
351352 < span > Previous</ span >
352353 </ div >
353354
354- < div class ="title "> array_api_extra.kron </ div >
355+ < div class ="title "> array_api_extra.sinc </ div >
355356
356357 </ div >
357358 </ a >
Original file line number Diff line number Diff line change 205205< li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.cov.html "> array_api_extra.cov</ a > </ li >
206206< li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.expand_dims.html "> array_api_extra.expand_dims</ a > </ li >
207207< li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.kron.html "> array_api_extra.kron</ a > </ li >
208+ < li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.sinc.html "> array_api_extra.sinc</ a > </ li >
208209</ ul >
209210</ li >
210211< li class ="toctree-l1 "> < a class ="reference internal " href ="../contributing.html "> Contributing</ a > </ li >
Original file line number Diff line number Diff line change 205205< li class ="toctree-l2 current current-page "> < a class ="current reference internal " href ="# "> array_api_extra.cov</ a > </ li >
206206< li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.expand_dims.html "> array_api_extra.expand_dims</ a > </ li >
207207< li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.kron.html "> array_api_extra.kron</ a > </ li >
208+ < li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.sinc.html "> array_api_extra.sinc</ a > </ li >
208209</ ul >
209210</ li >
210211< li class ="toctree-l1 "> < a class ="reference internal " href ="../contributing.html "> Contributing</ a > </ li >
Original file line number Diff line number Diff line change 205205< li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.cov.html "> array_api_extra.cov</ a > </ li >
206206< li class ="toctree-l2 current current-page "> < a class ="current reference internal " href ="# "> array_api_extra.expand_dims</ a > </ li >
207207< li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.kron.html "> array_api_extra.kron</ a > </ li >
208+ < li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.sinc.html "> array_api_extra.sinc</ a > </ li >
208209</ ul >
209210</ li >
210211< li class ="toctree-l1 "> < a class ="reference internal " href ="../contributing.html "> Contributing</ a > </ li >
Original file line number Diff line number Diff line change 33 < head > < meta charset ="utf-8 "/>
44 < meta name ="viewport " content ="width=device-width,initial-scale=1 "/>
55 < meta name ="color-scheme " content ="light dark "> < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6- < link rel ="index " title ="Index " href ="../genindex.html " /> < link rel ="search " title ="Search " href ="../search.html " /> < link rel ="next " title ="Contributing " href ="../contributing .html " /> < link rel ="prev " title ="array_api_extra.expand_dims " href ="array_api_extra.expand_dims.html " />
6+ < link rel ="index " title ="Index " href ="../genindex.html " /> < link rel ="search " title ="Search " href ="../search.html " /> < link rel ="next " title ="array_api_extra.sinc " href ="array_api_extra.sinc .html " /> < link rel ="prev " title ="array_api_extra.expand_dims " href ="array_api_extra.expand_dims.html " />
77
88 <!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 -->
99 < title > array_api_extra.kron - array-api-extra 0.1.2.dev0 documentation</ title >
205205< li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.cov.html "> array_api_extra.cov</ a > </ li >
206206< li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.expand_dims.html "> array_api_extra.expand_dims</ a > </ li >
207207< li class ="toctree-l2 current current-page "> < a class ="current reference internal " href ="# "> array_api_extra.kron</ a > </ li >
208+ < li class ="toctree-l2 "> < a class ="reference internal " href ="array_api_extra.sinc.html "> array_api_extra.sinc</ a > </ li >
208209</ ul >
209210</ li >
210211< li class ="toctree-l1 "> < a class ="reference internal " href ="../contributing.html "> Contributing</ a > </ li >
@@ -339,12 +340,12 @@ <h1>array_api_extra.kron<a class="headerlink" href="#array-api-extra-kron" title
339340 < footer >
340341
341342 < div class ="related-pages ">
342- < a class ="next-page " href ="../contributing .html ">
343+ < a class ="next-page " href ="array_api_extra.sinc .html ">
343344 < div class ="page-info ">
344345 < div class ="context ">
345346 < span > Next</ span >
346347 </ div >
347- < div class ="title "> Contributing </ div >
348+ < div class ="title "> array_api_extra.sinc </ div >
348349 </ div >
349350 < svg class ="furo-related-icon "> < use href ="#svg-arrow-right "> </ use > </ svg >
350351 </ a >
You can’t perform that action at this time.
0 commit comments