merge Binary operators and Inversion as Group operations

This commit is contained in:
kalmar 2017-07-21 14:33:53 +02:00
parent 354da78769
commit 620b970f62
1 changed files with 1 additions and 6 deletions

View File

@ -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)