We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50785ae + 8522355 commit e467a28Copy full SHA for e467a28
numpy/linalg/linalg.pyi
@@ -19,6 +19,8 @@ from numpy import (
19
complex128,
20
)
21
22
+from numpy.linalg import LinAlgError as LinAlgError
23
+
24
from numpy.typing import (
25
NDArray,
26
ArrayLike,
0 commit comments