File size: 105 Bytes
7885a28 |
1 2 3 4 5 |
from numpy import matrix
from .defmatrix import bmat, asmatrix
__all__ = ["matrix", "bmat", "asmatrix"]
|
7885a28 |
1 2 3 4 5 |
from numpy import matrix
from .defmatrix import bmat, asmatrix
__all__ = ["matrix", "bmat", "asmatrix"]
|