X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Feja_utils.py;h=b6b0a0327c19842ce654023b00bf6e0b9af539a1;hb=af22a5320eb5a915ff50bc6f90f87195d6cd615d;hp=701d5f561f6ef2418cee5f914ceb030ee9a6f5cb;hpb=393a3fbd21087c3ba22f47b8a3b41ae987e4a841;p=sage.d.git diff --git a/mjo/eja/eja_utils.py b/mjo/eja/eja_utils.py index 701d5f5..b6b0a03 100644 --- a/mjo/eja/eja_utils.py +++ b/mjo/eja/eja_utils.py @@ -1,6 +1,4 @@ -from sage.matrix.constructor import matrix from sage.modules.free_module_element import vector -from sage.functions.other import sqrt def _mat2vec(m): return vector(m.base_ring(), m.list())