X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Feja_utils.py;h=701d5f561f6ef2418cee5f914ceb030ee9a6f5cb;hb=2f0d9b59cd2184614bbbce803f78a40778e812ef;hp=e8b7dc71c7d6f52760f22d1c945b966f0f17529f;hpb=a167bfc4ffb18296eb75d505112a6c1dd4c7f9ae;p=sage.d.git diff --git a/mjo/eja/eja_utils.py b/mjo/eja/eja_utils.py index e8b7dc7..701d5f5 100644 --- a/mjo/eja/eja_utils.py +++ b/mjo/eja/eja_utils.py @@ -4,6 +4,3 @@ from sage.functions.other import sqrt def _mat2vec(m): return vector(m.base_ring(), m.list()) - -def _vec2mat(v): - return matrix(v.base_ring(), sqrt(v.degree()), v.list())