From 620b970f621ddc8bdeed0c5dc57582af69b18e8a Mon Sep 17 00:00:00 2001 From: kalmar Date: Fri, 21 Jul 2017 14:33:53 +0200 Subject: [PATCH] merge Binary operators and Inversion as Group operations --- src/WreathProducts.jl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/WreathProducts.jl b/src/WreathProducts.jl index 7dc6893..2970c69 100644 --- a/src/WreathProducts.jl +++ b/src/WreathProducts.jl @@ -167,7 +167,7 @@ end ############################################################################### # -# Binary operators +# Group operations # ############################################################################### @@ -191,11 +191,6 @@ doc""" (*)(g::WreathProductElem, h::WreathProductElem) = wreath_multiplication(g,h) -############################################################################### -# -# Inversion -# -############################################################################### doc""" inv(g::WreathProductElem)