Skip to content

Commit 99643f4

Browse files
committed
Make IsMatrixGroup and IsFFEMatrixGroup more flexible
1 parent 6c46125 commit 99643f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/grpffmat.gd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
## </ManSection>
2727
## <#/GAPDoc>
2828
##
29-
DeclareSynonym( "IsFFEMatrixGroup", IsFFECollCollColl and IsMatrixGroup );
29+
DeclareCategory( "IsFFEMatrixGroup", IsMatrixGroup );
30+
InstallTrueMethod( IsFFEMatrixGroup, IsFFECollCollColl and IsMatrixGroup );
3031

3132

3233
#############################################################################

lib/grpmat.gd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
## </ManSection>
2727
## <#/GAPDoc>
2828
##
29-
DeclareSynonym( "IsMatrixGroup", IsRingElementCollCollColl and IsGroup );
29+
DeclareCategory( "IsMatrixGroup", IsGroup );
30+
InstallTrueMethod( IsMatrixGroup, IsRingElementCollCollColl and IsGroup );
3031

3132
#############################################################################
3233
##

0 commit comments

Comments
 (0)