File size: 106 Bytes
9c6594c
 
 
 
 
1
2
3
4
5
6
from numpy import matrix

from .defmatrix import asmatrix, bmat

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