Files
2026-01-17 21:21:30 +08:00

5 lines
109 B
Python

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