2025-06-07 20:06:19 +02:00

5 lines
105 B
Python

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