Skip to content

Commit dffc7ab

Browse files
authored
Clarify eig and eigvals TODOs (#204)
1 parent b7b0dcd commit dffc7ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/extensions/linear_algebra_functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Returns the specified diagonals. If `x` has more than two dimensions, then the a
177177
(function-linalg-eig)=
178178
### linalg.eig()
179179

180-
TODO
180+
_TODO: this requires complex number support to be added to the specification._
181181

182182
(function-linalg-eigh)=
183183
### linalg.eigh(x, /, *, upper=False)
@@ -215,7 +215,7 @@ Eigenvalue sort order is left unspecified.
215215
(function-linalg-eigvals)=
216216
### linalg.eigvals()
217217

218-
TODO
218+
_TODO: this requires complex number support to be added to the specification._
219219

220220
(function-linalg-eigvalsh)=
221221
### linalg.eigvalsh(x, /, *, upper=False)

0 commit comments

Comments
 (0)