mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-12-25 02:05:30 +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))
|
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]
|
gens(G::FPGroup) = [G(g) for g in G.gens]
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user