File size: 197 Bytes
dc2106c
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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