1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-08-08 15:58:53 +02:00

standard outer constructors for WreathProduct{Elem}

This commit is contained in:
kalmar 2017-07-21 13:40:54 +02:00
parent 06a4e50a2d
commit b89e60e508

View File

@ -59,7 +59,10 @@ parent(g::WreathProductElem) = WreathProduct(parent(g.n[1]), parent(g.p))
# #
############################################################################### ###############################################################################
# converts??? WreathProduct{T<:Group}(G::T, P::PermGroup) = WreathProduct{T}(G, P)
WreathProductElem{T<:GroupElem}(n::DirectProductGroupElem{T},
p::perm) = WreathProductElem{T}(n, p)
############################################################################### ###############################################################################
# #