Current File : //proc/self/root/proc/self/root/lib64/python2.7/site-packages/numpy/matrixlib/__init__.py
"""Sub-package containing the matrix class and related functions."""
from defmatrix import *

__all__ = defmatrix.__all__

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