mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2025-01-01 03:40:29 +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())
|
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
|
# String I/O
|
||||||
|
Loading…
Reference in New Issue
Block a user