rep1/python37/Lib/site-packages/numpy/matrixlib/__init__.pyi

12 lines
186 B
Python
Raw Permalink Normal View History

2024-11-21 09:00:42 +08:00
from typing import Any, List
from numpy import (
matrix as matrix,
)
__all__: List[str]
def bmat(obj, ldict=..., gdict=...): ...
def asmatrix(data, dtype=...): ...
mat = asmatrix