mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
docstring for gens function
This commit is contained in:
parent
392214b697
commit
4b68fe745f
@ -135,6 +135,11 @@ doc"""
|
||||
"""
|
||||
reduce(W::GWord) = reduce!(deepcopy(W))
|
||||
|
||||
doc"""
|
||||
gens(G::AbstractFPGroups)
|
||||
> returns vector of generators of `G`, as its elements.
|
||||
|
||||
"""
|
||||
gens(G::FPGroup) = [G(g) for g in G.gens]
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user