From b04a472063f6f5275e5403889de264d8b9ac9a61 Mon Sep 17 00:00:00 2001 From: kalmar Date: Sun, 23 Jul 2017 03:24:40 +0200 Subject: [PATCH] combine * and inv under "Group Operations" label --- src/DirectProducts.jl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/DirectProducts.jl b/src/DirectProducts.jl index e8b9b5c..d05c5bb 100644 --- a/src/DirectProducts.jl +++ b/src/DirectProducts.jl @@ -150,7 +150,7 @@ end ############################################################################### # -# Binary operators +# Group operations # ############################################################################### @@ -174,12 +174,6 @@ function *{T<:RingElem}(g::DirectProductGroupElem{T}, h::DirectProductGroupElem{ return DirectProductGroupElem(g.elts + h.elts) end -############################################################################### -# -# Inversion -# -############################################################################### - doc""" inv(g::DirectProductGroupElem) > Return the inverse of the given element in the direct product group.