X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2Fmatrices.py;h=ef3c4c0ba6b8926c67332b242a19c070032319ee;hb=23a5893ede3a22653128d3e7a66fb3f6b80616b8;hp=384b11fdddcb836f2bef455df8210d0a92b07d47;hpb=d1638062ec3a28dc64b91f308858211db243db7b;p=dunshire.git diff --git a/src/dunshire/matrices.py b/src/dunshire/matrices.py index 384b11f..ef3c4c0 100644 --- a/src/dunshire/matrices.py +++ b/src/dunshire/matrices.py @@ -3,7 +3,6 @@ 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