2025-08-11 12:24:21 +08:00

5 lines
105 B
Python

from numpy import matrix
from .defmatrix import bmat, asmatrix
__all__ = ["matrix", "bmat", "asmatrix"]