mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-11-19 14:35:27 +01:00
remove size function, length(::GroupRingElem) is enough
This commit is contained in:
parent
7e1f0ebc46
commit
1c340ce008
@ -183,7 +183,6 @@ end
|
|||||||
|
|
||||||
|
|
||||||
length(X::GroupAlgebraElement) = length(X.coefficients)
|
length(X::GroupAlgebraElement) = length(X.coefficients)
|
||||||
size(X::GroupAlgebraElement) = size(X.coefficients)
|
|
||||||
|
|
||||||
function norm(X::GroupAlgebraElement, p=2)
|
function norm(X::GroupAlgebraElement, p=2)
|
||||||
if p == 1
|
if p == 1
|
||||||
|
Loading…
Reference in New Issue
Block a user