import linalg module

This commit is contained in:
Josh Holtrop 2011-03-29 18:07:11 -04:00
parent b8314f290c
commit 6fae3f220d

View File

@ -1,6 +1,7 @@
from numpy import * from numpy import *
from openopt import SLE from openopt import SLE
import scipy.sparse.linalg
class Sketch(object): class Sketch(object):
def __init__(self): def __init__(self):