
| Current Path : /usr/share/gap/lib/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/share/gap/lib/pperm.g |
DeclareCategoryKernel("IsPartialPerm", IsMultiplicativeElementWithInverse
and IsMultiplicativeElementWithZero and IsAssociativeElement, IS_PPERM);
DeclareCategoryCollections( "IsPartialPerm" );
DeclareCategoryCollections( "IsPartialPermCollection" );
BIND_GLOBAL("PartialPermFamily", NewFamily("PartialPermFamily",
IsPartialPerm, CanEasilySortElements, CanEasilySortElements));
DeclareRepresentation( "IsPPerm2Rep", IsInternalRep, [] );
DeclareRepresentation( "IsPPerm4Rep", IsInternalRep, [] );
BIND_GLOBAL("TYPE_PPERM2", NewType(PartialPermFamily,
IsPartialPerm and IsPPerm2Rep));
BIND_GLOBAL("TYPE_PPERM4", NewType(PartialPermFamily,
IsPartialPerm and IsPPerm4Rep));