]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/cone/doubly_nonnegative.py
mjo: rename matrix_vector.py to basis_repr.py.
[sage.d.git] / mjo / cone / doubly_nonnegative.py
index 3970c32ca85f8cdfc2e44c86f54c01c7d8c4956a..e8cacda5cd492100096eff2cf557c8992a34d9b3 100644 (file)
@@ -16,7 +16,7 @@ from sage.all import *
 from mjo.cone.symmetric_psd import (factor_psd,
                                     is_symmetric_psd,
                                     random_symmetric_psd)
-from mjo.matrix_vector import basis_repr
+from mjo.basis_repr import basis_repr
 
 
 def is_doubly_nonnegative(A):