File Manager

Path: /opt/alt/python27/lib64/python2.7/site-packages/matplotlib/numerix/linear_algebra/

Viewing File: __init__.py

try:
    from numpy.oldnumeric.linear_algebra import *
except ImportError:
    from numpy.linalg.old import *