X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2Fmatrices.py;h=ef3c4c0ba6b8926c67332b242a19c070032319ee;hb=2bf0987eea59afe20d1391babcd9b8562f7ec5b0;hp=384b11fdddcb836f2bef455df8210d0a92b07d47;hpb=bc81cb488354e9d9e58143bd737de2331c8019be;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