Skip to content

Commit 7ea9a1f

Browse files
authored
DOC: Add eig and eigvals to linear algebra functions list
Otherwise the docs are missing them: https://data-apis.org/array-api/draft/extensions/linear_algebra_functions.html Not sure what is the best way to add them to both 2025 and draft pages, is it update in two places or is there some backport process.
1 parent a7bcfe6 commit 7ea9a1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/draft/extensions/linear_algebra_functions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ A conforming implementation of this ``linalg`` extension must provide and suppor
9797
diagonal
9898
eigh
9999
eigvalsh
100+
eig
101+
eigvals
100102
inv
101103
matmul
102104
matrix_norm

0 commit comments

Comments
 (0)