Skip to content

Commit 7c638f3

Browse files
authored
Remove einsum TODO (#269)
The addition of `einsum` is delayed until the 2022 specification revision.
1 parent 12c2bd9 commit 7c638f3

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

spec/API_specification/linear_algebra_functions.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ A conforming implementation of the array API standard must provide and support t
1515

1616
<!-- NOTE: please keep the functions in alphabetical order -->
1717

18-
(function-einsum)=
19-
### einsum()
20-
21-
TODO
22-
2318
(function-matmul)=
2419
### matmul(x1, x2, /)
2520

spec/extensions/linear_algebra_functions.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,6 @@ Computes the eigenvalues of a symmetric matrix (or a stack of symmetric matrices
229229
Eigenvalue sort order is left unspecified.
230230
```
231231

232-
(function-linalg-einsum)=
233-
### linalg.einsum()
234-
235-
Alias for {ref}`function-einsum`.
236-
237232
(function-linalg-inv)=
238233
### linalg.inv(x, /)
239234

0 commit comments

Comments
 (0)