summaryrefslogtreecommitdiff
path: root/numpy/matrixlib/__init__.py
blob: bdc653b066c972b1f3bc34f31d7b8b0e462d77bb (plain)
1
2
3
4
5
6
7
from defmatrix import *

__all__ = defmatrix.__all__

from numpy.testing import Tester
test = Tester().test
bench = Tester().bench