X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2Fmatrices.py;h=6ed4f851487235dba117ef1521151bd432db9076;hb=08abee864006192c364c25f22c3755e89e310b9b;hp=ef3c4c0ba6b8926c67332b242a19c070032319ee;hpb=2bf0987eea59afe20d1391babcd9b8562f7ec5b0;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):