diff options
Diffstat (limited to 'numpy/matrx/__init__.py')
-rw-r--r-- | numpy/matrx/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/numpy/matrx/__init__.py b/numpy/matrx/__init__.py new file mode 100644 index 000000000..bdc653b06 --- /dev/null +++ b/numpy/matrx/__init__.py @@ -0,0 +1,7 @@ +from defmatrix import * + +__all__ = defmatrix.__all__ + +from numpy.testing import Tester +test = Tester().test +bench = Tester().bench |