remove eye

This commit is contained in:
kalmar 2017-07-21 13:32:34 +02:00
parent 16f3b6b44e
commit 125e4a5263
1 changed files with 0 additions and 7 deletions

View File

@ -108,13 +108,6 @@ function hash(g::DirectProductGroupElem, h::UInt)
return hash(g.elts, hash(parent(g), hash(DirectProductGroupElem, h)))
end
doc"""
eye(G::DirectProductGroup)
> Return the identity element for the given direct product of groups.
"""
eye(G::DirectProductGroup) = G()
###############################################################################
#
# String I/O