X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2Fmatrices.py;h=6ed4f851487235dba117ef1521151bd432db9076;hb=9005163dd01c10264e41ea69fd8a21e31abd0aba;hp=ef3c4c0ba6b8926c67332b242a19c070032319ee;hpb=42ab07f585e6d36ee5bf3c9190d854ac0ea25f11;p=dunshire.git diff --git a/src/dunshire/matrices.py b/src/dunshire/matrices.py index ef3c4c0..6ed4f85 100644 --- a/src/dunshire/matrices.py +++ b/src/dunshire/matrices.py @@ -7,7 +7,7 @@ from math import sqrt from cvxopt import matrix from cvxopt.lapack import gees, syevr -import options +from . import options def append_col(left, right):