combine * and inv under "Group Operations" label

This commit is contained in:
kalmar 2017-07-23 03:24:40 +02:00
parent 251fdd4afa
commit b04a472063
1 changed files with 1 additions and 7 deletions

View File

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