1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-17 10:55:33 +02:00

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

View File

@ -167,7 +167,7 @@ end
############################################################################### ###############################################################################
# #
# Binary operators # Group operations
# #
############################################################################### ###############################################################################
@ -191,11 +191,6 @@ doc"""
(*)(g::WreathProductElem, h::WreathProductElem) = wreath_multiplication(g,h) (*)(g::WreathProductElem, h::WreathProductElem) = wreath_multiplication(g,h)
###############################################################################
#
# Inversion
#
###############################################################################
doc""" doc"""
inv(g::WreathProductElem) inv(g::WreathProductElem)