summaryrefslogtreecommitdiff
path: root/numpy/linalg/linalg.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/linalg/linalg.py')
-rw-r--r--numpy/linalg/linalg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/linalg/linalg.py b/numpy/linalg/linalg.py
index ceb14f8ad..07a7a0d42 100644
--- a/numpy/linalg/linalg.py
+++ b/numpy/linalg/linalg.py
@@ -953,7 +953,7 @@ def eigvalsh(a, UPLO='L'):
Broadcasting rules apply, see the `numpy.linalg` documentation for
details.
- The eigenvalues are computed using LAPACK routines _ssyevd, _heevd
+ The eigenvalues are computed using LAPACK routines _syevd, _heevd
Examples
--------
@@ -1176,7 +1176,7 @@ def eigh(a, UPLO='L'):
Broadcasting rules apply, see the `numpy.linalg` documentation for
details.
- The eigenvalues/eigenvectors are computed using LAPACK routines _ssyevd,
+ The eigenvalues/eigenvectors are computed using LAPACK routines _syevd,
_heevd
The eigenvalues of real symmetric or complex Hermitian matrices are