mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-25 02:05:30 +01:00
define gens(::AbstractFPGroup)
This commit is contained in:
parent
ffa9cc4cd2
commit
04b07eb260
@ -140,7 +140,7 @@ doc"""
|
|||||||
> returns vector of generators of `G`, as its elements.
|
> returns vector of generators of `G`, as its elements.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
gens(G::FPGroup) = [G(g) for g in G.gens]
|
gens(G::AbstractFPGroup) = [G(g) for g in G.gens]
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user