Skip to content

Commit ed78609

Browse files
authored
Merge pull request numpy#21568 from ilayn/patch-1
DOC:linalg: Remove ref to scipy.linalg.pinv2
2 parents 31f9648 + 3ba8be6 commit ed78609

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)