mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-12-29 11:00:28 +01:00
remove generators (for now)
This commit is contained in:
parent
27e9ce254f
commit
faf1b94bae
@ -163,12 +163,6 @@ eltype(X::GroupRingElem) = eltype(X.coeffs)
|
||||
|
||||
one(RG::GroupRing) = RG(RG.group())
|
||||
|
||||
function generators(RG::GroupRing)
|
||||
S = generators(RG.group)
|
||||
S = unique([S..., [inv(s) for s in S]...])
|
||||
return [RG(s) for s in S]
|
||||
end
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# String I/O
|
||||
|
Loading…
Reference in New Issue
Block a user