PHP 8.0.30
Preview: info.py Size: 1.17 KB
/opt/alt/python37/lib64/python3.7/site-packages/numpy/linalg/info.py

"""\
Core Linear Algebra Tools
-------------------------
Linear algebra basics:

- norm            Vector or matrix norm
- inv             Inverse of a square matrix
- solve           Solve a linear system of equations
- det             Determinant of a square matrix
- lstsq           Solve linear least-squares problem
- pinv            Pseudo-inverse (Moore-Penrose) calculated using a singular
                  value decomposition
- matrix_power    Integer power of a square matrix

Eigenvalues and decompositions:

- eig             Eigenvalues and vectors of a square matrix
- eigh            Eigenvalues and eigenvectors of a Hermitian matrix
- eigvals         Eigenvalues of a square matrix
- eigvalsh        Eigenvalues of a Hermitian matrix
- qr              QR decomposition of a matrix
- svd             Singular value decomposition of a matrix
- cholesky        Cholesky decomposition of a matrix

Tensor operations:

- tensorsolve     Solve a linear tensor equation
- tensorinv       Calculate an inverse of a tensor

Exceptions:

- LinAlgError     Indicates a failed linear algebra operation

"""
from __future__ import division, absolute_import, print_function

depends = ['core']

Directory Contents

Dirs: 2 × Files: 6

Name Size Perms Modified Actions
tests DIR
- drwxr-xr-x 2023-05-13 02:18:14
Edit Download
- drwxr-xr-x 2023-05-13 02:18:14
Edit Download
1.17 KB lrw-r--r-- 2023-04-24 19:30:10
Edit Download
1.73 MB lrwxr-xr-x 2023-04-24 19:38:46
Edit Download
75.53 KB lrw-r--r-- 2023-04-24 19:30:10
Edit Download
1.97 KB lrw-r--r-- 2023-04-24 19:30:10
Edit Download
1.88 MB lrwxr-xr-x 2023-04-24 19:38:46
Edit Download
2.29 KB lrw-r--r-- 2023-04-24 19:30:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).