Skip to content

Commit 3ba8be6

Browse files
authored
DOC:linalg: Remove ref to scipy.linalg.pinv2
1 parent eece996 commit 3ba8be6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy/linalg/linalg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1951,7 +1951,6 @@ def pinv(a, rcond=1e-15, hermitian=False):
19511951
See Also
19521952
--------
19531953
scipy.linalg.pinv : Similar function in SciPy.
1954-
scipy.linalg.pinv2 : Similar function in SciPy (SVD-based).
19551954
scipy.linalg.pinvh : Compute the (Moore-Penrose) pseudo-inverse of a
19561955
Hermitian matrix.
19571956

0 commit comments

Comments
 (0)