From 2f0d9b59cd2184614bbbce803f78a40778e812ef Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 23 Aug 2019 15:22:56 -0400 Subject: [PATCH] eja: delete unused vec2mat() function. --- mjo/eja/eja_utils.py | 3 --- 1 file changed, 3 deletions(-) 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()) -- 2.43.2