X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2Fmatrices.py;h=6ed4f851487235dba117ef1521151bd432db9076;hb=08abee864006192c364c25f22c3755e89e310b9b;hp=384b11fdddcb836f2bef455df8210d0a92b07d47;hpb=d1638062ec3a28dc64b91f308858211db243db7b;p=dunshire.git diff --git a/src/dunshire/matrices.py b/src/dunshire/matrices.py index 384b11f..6ed4f85 100644 --- a/src/dunshire/matrices.py +++ b/src/dunshire/matrices.py @@ -3,12 +3,11 @@ Utility functions for working with CVXOPT matrices (instances of the class:`cvxopt.base.matrix` class). """ -from copy import copy from math import sqrt from cvxopt import matrix from cvxopt.lapack import gees, syevr -import options +from . import options def append_col(left, right):