remove size function, length(::GroupRingElem) is enough

This commit is contained in:
kalmar 2017-05-16 18:42:52 +02:00
parent 7e1f0ebc46
commit 1c340ce008
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ end
length(X::GroupAlgebraElement) = length(X.coefficients)
size(X::GroupAlgebraElement) = size(X.coefficients)
function norm(X::GroupAlgebraElement, p=2)
if p == 1