From 7ea9a1fa4eea20d0a6e2ab2feaac5906d38a0f56 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Thu, 19 Feb 2026 20:56:45 +0100 Subject: [PATCH] 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. --- spec/draft/extensions/linear_algebra_functions.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/draft/extensions/linear_algebra_functions.rst b/spec/draft/extensions/linear_algebra_functions.rst index 938221c79..945d2fdcf 100644 --- a/spec/draft/extensions/linear_algebra_functions.rst +++ b/spec/draft/extensions/linear_algebra_functions.rst @@ -97,6 +97,8 @@ A conforming implementation of this ``linalg`` extension must provide and suppor diagonal eigh eigvalsh + eig + eigvals inv matmul matrix_norm