15 lines
232 B
Python
15 lines
232 B
Python
from numpy._pytesttester import PytestTester
|
|
|
|
from numpy import (
|
|
matrix as matrix,
|
|
)
|
|
|
|
from numpy.matrixlib.defmatrix import (
|
|
bmat as bmat,
|
|
mat as mat,
|
|
asmatrix as asmatrix,
|
|
)
|
|
|
|
__all__: list[str]
|
|
test: PytestTester
|