202202  < ul  class ="current "> 
203203< 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 > 
204204< li  class ="toctree-l2 "> < a  class ="reference internal " href ="generated/array_api_extra.atleast_nd.html "> array_api_extra.atleast_nd</ a > </ li > 
205+ < li  class ="toctree-l2 "> < a  class ="reference internal " href ="generated/array_api_extra.cov.html "> array_api_extra.cov</ a > </ li > 
205206< li  class ="toctree-l2 "> < a  class ="reference internal " href ="generated/array_api_extra.expand_dims.html "> array_api_extra.expand_dims</ a > </ li > 
206207< li  class ="toctree-l2 "> < a  class ="reference internal " href ="generated/array_api_extra.kron.html "> array_api_extra.kron</ a > </ li > 
207208</ ul > 
@@ -259,10 +260,13 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Link to this
259260< tr  class ="row-odd "> < 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 > 
260261< td > < p > Recursively expand the dimension of an array to at least < cite > ndim</ cite > .</ p > </ td > 
261262</ tr > 
262- < 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 > 
263+ < 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 > 
264+ < td > < p > Estimate a covariance matrix.</ p > </ td > 
265+ </ tr > 
266+ < 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 > 
263267< td > < p > Expand the shape of an array.</ p > </ td > 
264268</ tr > 
265- < 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 > 
269+ < 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 > 
266270< td > < p > Kronecker product of two arrays.</ p > </ td > 
267271</ tr > 
268272</ tbody > 
@@ -332,5 +336,6 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Link to this
332336    < script  src ="_static/scripts/furo.js?v=5fa4622c "> </ script > 
333337    < script  src ="_static/clipboard.min.js?v=a7894cd8 "> </ script > 
334338    < script  src ="_static/copybutton.js?v=f281be69 "> </ script > 
339+     < script  async ="async " src ="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js "> </ script > 
335340    </ body > 
336341</ html > 
0 commit comments