diff options
Diffstat (limited to 'numpy/linalg/__init__.py')
-rw-r--r-- | numpy/linalg/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/linalg/__init__.py b/numpy/linalg/__init__.py index 58b012f00..a74a31950 100644 --- a/numpy/linalg/__init__.py +++ b/numpy/linalg/__init__.py @@ -9,6 +9,7 @@ norm Vector or matrix norm inv Inverse of a square matrix solve Solve a linear system of equations det Determinant of a square matrix +slogdet Logarithm of the determinant of a square matrix lstsq Solve linear least-squares problem pinv Pseudo-inverse (Moore-Penrose) calculated using a singular value decomposition |