Skip to content

Commit 477d310

Browse files
author
array-api-bot
committed
Deploy: d88f7fe
1 parent 23ea560 commit 477d310

36 files changed

Lines changed: 2844 additions & 48 deletions
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. currentmodule:: array_api.linalg
2+
3+
eig
4+
===
5+
6+
.. autofunction:: eig
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. currentmodule:: array_api.linalg
2+
3+
eigvals
4+
=======
5+
6+
.. autofunction:: eigvals

2025.12/_sources/extensions/linear_algebra_functions.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ A conforming implementation of this ``linalg`` extension must provide and suppor
9595
cross
9696
det
9797
diagonal
98+
eig
9899
eigh
100+
eigvals
99101
eigvalsh
100102
inv
101103
matmul

2025.12/extensions/generated/array_api.linalg.diagonal.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<script src="../../_static/copybutton.js?v=f281be69"></script>
6363
<link rel="index" title="Index" href="../../genindex.html" />
6464
<link rel="search" title="Search" href="../../search.html" />
65-
<link rel="next" title="eigh" href="array_api.linalg.eigh.html" />
65+
<link rel="next" title="eig" href="array_api.linalg.eig.html" />
6666
<link rel="prev" title="det" href="array_api.linalg.det.html" />
6767

6868
<link rel="apple-touch-icon" href="../../_static/images/apple-icon-152x152.png"/>
@@ -392,12 +392,12 @@ <h1 id="extensions-generated-array-api-linalg-diagonal--page-root">diagonal<a cl
392392
</a>
393393

394394

395-
<a href="array_api.linalg.eigh.html" title="eigh"
395+
<a href="array_api.linalg.eig.html" title="eig"
396396
class="md-flex md-footer-nav__link md-footer-nav__link--next"
397397
rel="next">
398398
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
399399
class="md-flex__ellipsis"> <span
400-
class="md-footer-nav__direction"> "Next" </span> eigh </span>
400+
class="md-footer-nav__direction"> "Next" </span> eig </span>
401401
</div>
402402
<div class="md-flex__cell md-flex__cell--shrink"><i
403403
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>

0 commit comments

Comments
 (0)