File size: 109 Bytes
12c8229
 
 
 
1
2
3
4
5
from numpy import matrix
from .defmatrix import bmat, asmatrix

__all__ = ["matrix", "bmat", "asmatrix"]