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.
LinAlgError
np.linalg.linalg
1 parent 9ebecee commit 8522355Copy full SHA for 8522355
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