1
0
mirror of https://github.com/kalmarek/GroupRings.jl.git synced 2024-08-08 08:08:51 +02:00

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

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