mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
avoid creation of parent in perm_autsymbol and skip perm check
This commit is contained in:
parent
87a7285ba5
commit
84d601817c
@ -134,8 +134,7 @@ function perm_autsymbol(p::Generic.perm{I}; pow::Integer=one(I)) where I<:Intege
|
||||
end
|
||||
|
||||
function perm_autsymbol(a::Vector{T}) where T<:Integer
|
||||
G = PermutationGroup(T(length(a)))
|
||||
return perm_autsymbol(G(Vector{Int8}(a)))
|
||||
return perm_autsymbol(perm(Vector{Int8}(a), false))
|
||||
end
|
||||
|
||||
domain(G::AutGroup)= NTuple{length(G.objectGroup.gens), FreeGroupElem}(gens(G.objectGroup))
|
||||
|
Loading…
Reference in New Issue
Block a user