diff --git a/gap/gaptypes.json b/gap/gaptypes.json index 506cfe545a5397aeeab6a4f9439b8c08508dce20..b3433d0aae143708ff43e9097180d5a71fba4711 100644 --- a/gap/gaptypes.json +++ b/gap/gaptypes.json @@ -1,433702 +1 @@ -[ - { - "implied": [], - "name": "IsObject", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_MUTABLE_OBJ", - "IsMutable" - ], - "implied": [ - "IsMutable", - "IsCopyable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 217 - }, - "name": "IsMutable", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_COPYABLE_OBJ", - "IsCopyable" - ], - "implied": [ - "IsCopyable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 183 - }, - "name": "IsCopyable", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_FUNCTION", - "IsFunction" - ], - "implied": [ - "IsFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/function.g", - "line": 42 - }, - "name": "IsFunction", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_OPERATION", - "IsOperation" - ], - "implied": [ - "IsFunction", - "IsOperation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/function.g", - "line": 75 - }, - "name": "IsOperation", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_INT", - "IsInt" - ], - "implied": [ - "IsInt", - "IsRat", - "IsCyc", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsCyclotomic" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 124 - }, - "name": "IsInt", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_RAT", - "IsRat" - ], - "implied": [ - "IsRat", - "IsCyc", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsCyclotomic" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 106 - }, - "name": "IsRat", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_CYC", - "IsCyc" - ], - "implied": [ - "IsCyc", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsCyclotomic" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 56 - }, - "name": "IsCyc", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_FFE", - "IsFFE" - ], - "implied": [ - "IsFFE", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 223 - }, - "name": "IsFFE", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_PERM", - "IsPerm" - ], - "implied": [ - "IsPerm", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsFiniteOrderElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 92 - }, - "name": "IsPerm", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_TRANS", - "IsTransformation" - ], - "implied": [ - "IsTransformation", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.g", - "line": 4 - }, - "name": "IsTransformation", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_PPERM", - "IsPartialPerm" - ], - "implied": [ - "IsPartialPerm", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.g", - "line": 3 - }, - "name": "IsPartialPerm", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_BOOL", - "IsBool" - ], - "implied": [ - "IsBool" - ], - "location": { - "file": "/home/makx/ac/gap/lib/boolean.g", - "line": 35 - }, - "name": "IsBool", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_ATOMIC_RECORD", - "IS_REC", - "IsRecord" - ], - "implied": [ - "IsRecord" - ], - "location": { - "file": "/home/makx/ac/gap/lib/record.g", - "line": 50 - }, - "name": "IsRecord", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_LIST", - "IsList" - ], - "implied": [ - "IsList", - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 35 - }, - "name": "IsList", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_DENSE_LIST", - "IsDenseList" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 376 - }, - "name": "IsDenseList", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_HOMOG_LIST", - "IsHomogeneousList" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 410 - }, - "name": "IsHomogeneousList", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_TABLE_LIST", - "IsTable" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsTable", - "IsListOrCollection", - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 598 - }, - "name": "IsTable", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsSSortedList" - ], - "implied": [ - "Tester(IS_SSORT_LIST)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 503 - }, - "name": "Tester(IS_SSORT_LIST)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNSortedList" - ], - "implied": [ - "Tester(IS_NSORT_LIST)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 516 - }, - "name": "Tester(IS_NSORT_LIST)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPositionsList" - ], - "implied": [ - "Tester(IS_POSS_LIST)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 569 - }, - "name": "Tester(IS_POSS_LIST)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IS_PLIST_REP", - "IsPlistRep" - ], - "implied": [ - "Tester(LENGTH)", - "IsPlistRep", - "IsInternalRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 64 - }, - "name": "IsPlistRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IS_BLIST", - "IsBlist" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsBlist", - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.g", - "line": 744 - }, - "name": "IsBlist", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_BLIST_REP", - "IsBlistRep" - ], - "implied": [ - "IsBlistRep", - "IsInternalRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.g", - "line": 784 - }, - "name": "IsBlistRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IS_RANGE", - "IsRange" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsRange", - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "IsNearAdditiveElement", - "CategoryCollections(IsNearAdditiveElement)", - "IsNearAdditiveElementWithZero", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsZDFRE)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsAdditivelyCommutativeElement)", - "CategoryCollections(IsCommutativeElement)", - "CategoryCollections(IsCyclotomic)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.g", - "line": 528 - }, - "name": "IsRange", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_RANGE_REP", - "IsRangeRep" - ], - "implied": [ - "IsRangeRep", - "IsInternalRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.g", - "line": 545 - }, - "name": "IsRangeRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IS_STRING", - "IsString" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsString", - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/string.g", - "line": 102 - }, - "name": "IsString", - "type": "GAP_Category" - }, - { - "aka": [ - "IS_STRING_REP", - "IsStringRep" - ], - "implied": [ - "IsStringRep", - "IsInternalRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/string.g", - "line": 127 - }, - "name": "IsStringRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsWPObj", - "IsWeakPointerObject" - ], - "implied": [ - "IsList", - "IsWeakPointerObject", - "IsListOrCollection", - "IsFinite", - "Tester(IsFinite)", - "IsSmallList", - "Tester(IsSmallList)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wpobj.gd", - "line": 59 - }, - "name": "IsWeakPointerObject", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNoImmediateMethodsObject" - ], - "implied": [ - "IsNoImmediateMethodsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oper.g", - "line": 193 - }, - "name": "IsNoImmediateMethodsObject", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsInternalRep" - ], - "implied": [ - "IsInternalRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 320 - }, - "name": "IsInternalRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPositionalObjectRep" - ], - "implied": [ - "IsPositionalObjectRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 321 - }, - "name": "IsPositionalObjectRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsComponentObjectRep" - ], - "implied": [ - "IsComponentObjectRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 322 - }, - "name": "IsComponentObjectRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsDataObjectRep" - ], - "implied": [ - "IsDataObjectRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 323 - }, - "name": "IsDataObjectRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsNonAtomicComponentObjectRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsNonAtomicComponentObjectRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 326 - }, - "name": "IsNonAtomicComponentObjectRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsReadOnlyPositionalObjectRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsReadOnlyPositionalObjectRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 328 - }, - "name": "IsReadOnlyPositionalObjectRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsAtomicPositionalObjectRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsAtomicPositionalObjectRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 330 - }, - "name": "IsAtomicPositionalObjectRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsAttributeStoringRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 354 - }, - "name": "IsAttributeStoringRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsFamily" - ], - "implied": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 363 - }, - "name": "IsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "IsType" - ], - "implied": [ - "IsType" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 364 - }, - "name": "IsType", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFamilyOfFamilies" - ], - "implied": [ - "IsFamily", - "IsFamilyOfFamilies" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 365 - }, - "name": "IsFamilyOfFamilies", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFamilyOfTypes" - ], - "implied": [ - "IsFamily", - "IsFamilyOfTypes" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 366 - }, - "name": "IsFamilyOfTypes", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFamilyDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsFamilyDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 373 - }, - "name": "IsFamilyDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsTypeDefaultRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsTypeDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/type.g", - "line": 377 - }, - "name": "IsTypeDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPackedElementDefaultRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsPackedElementDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 824 - }, - "name": "IsPackedElementDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsToBeDefinedObj" - ], - "implied": [ - "IsToBeDefinedObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/variable.g", - "line": 24 - }, - "name": "IsToBeDefinedObj", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLVarsBag" - ], - "implied": [ - "IsLVarsBag" - ], - "location": { - "file": "/home/makx/ac/gap/lib/variable.g", - "line": 258 - }, - "name": "IsLVarsBag", - "type": "GAP_Category" - }, - { - "aka": [ - "IsListOrCollection" - ], - "implied": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 66 - }, - "name": "IsListOrCollection", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 90 - }, - "name": "IsCollection", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCollectionFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsCollection)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 143 - }, - "name": "CategoryFamily(IsCollection)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsStandardIterator" - ], - "implied": [ - "IsStandardIterator" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1132 - }, - "name": "IsStandardIterator", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsIterator" - ], - "implied": [ - "IsIterator" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1175 - }, - "name": "IsIterator", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsEmpty" - ], - "implied": [ - "Tester(IsEmpty)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1344 - }, - "name": "Tester(IsEmpty)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsTrivial" - ], - "implied": [ - "Tester(IsTrivial)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1363 - }, - "name": "Tester(IsTrivial)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNonTrivial" - ], - "implied": [ - "Tester(IsNonTrivial)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1404 - }, - "name": "Tester(IsNonTrivial)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFinite" - ], - "implied": [ - "Tester(IsFinite)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1430 - }, - "name": "Tester(IsFinite)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsWholeFamily" - ], - "implied": [ - "Tester(IsWholeFamily)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1469 - }, - "name": "Tester(IsWholeFamily)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasCanEasilyCompareElements" - ], - "implied": [ - "Tester(CanEasilyCompareElements)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3199 - }, - "name": "Tester(CanEasilyCompareElements)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasCanEasilySortElements" - ], - "implied": [ - "Tester(CanEasilySortElements)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3201 - }, - "name": "Tester(CanEasilySortElements)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "CanComputeSize" - ], - "implied": [ - "CanComputeSize" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3242 - }, - "name": "CanComputeSize", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsConstantTimeAccessList" - ], - "implied": [ - "IsList", - "IsListOrCollection", - "IsConstantTimeAccessList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 88 - }, - "name": "IsConstantTimeAccessList", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsSmallList" - ], - "implied": [ - "Tester(IsSmallList)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 112 - }, - "name": "Tester(IsSmallList)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSortedList" - ], - "implied": [ - "Tester(IsSortedList)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 464 - }, - "name": "Tester(IsSortedList)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsDuplicateFree" - ], - "implied": [ - "Tester(IsDuplicateFree)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 549 - }, - "name": "Tester(IsDuplicateFree)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsQuickPositionList" - ], - "implied": [ - "IsQuickPositionList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 997 - }, - "name": "IsQuickPositionList", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsExtAElement" - ], - "implied": [ - "IsExtAElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 41 - }, - "name": "IsExtAElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExtAElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 42 - }, - "name": "CategoryCollections(IsExtAElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExtAElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "CategoryCollections(CategoryCollections(IsExtAElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 43 - }, - "name": "CategoryCollections(CategoryCollections(IsExtAElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 68 - }, - "name": "IsNearAdditiveElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 69 - }, - "name": "CategoryCollections(IsNearAdditiveElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 70 - }, - "name": "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElementCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 71 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElementWithZero" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 100 - }, - "name": "IsNearAdditiveElementWithZero", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElementWithZeroCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 101 - }, - "name": "CategoryCollections(IsNearAdditiveElementWithZero)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElementWithZeroCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 102 - }, - "name": "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElementWithZeroCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 103 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElementWithInverse" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 136 - }, - "name": "IsNearAdditiveElementWithInverse", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElementWithInverseCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 137 - }, - "name": "CategoryCollections(IsNearAdditiveElementWithInverse)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElementWithInverseCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 138 - }, - "name": "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveElementWithInverseCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 139 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAdditiveElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsAdditiveElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 168 - }, - "name": "IsAdditiveElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAdditiveElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsAdditiveElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 169 - }, - "name": "CategoryCollections(IsAdditiveElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAdditiveElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 170 - }, - "name": "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAdditiveElementCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 171 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExtLElement" - ], - "implied": [ - "IsExtLElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 283 - }, - "name": "IsExtLElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExtLElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 284 - }, - "name": "CategoryCollections(IsExtLElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExtLElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "CategoryCollections(CategoryCollections(IsExtLElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 285 - }, - "name": "CategoryCollections(CategoryCollections(IsExtLElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExtRElement" - ], - "implied": [ - "IsExtRElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 311 - }, - "name": "IsExtRElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExtRElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtRElement", - "CategoryCollections(IsExtRElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 312 - }, - "name": "CategoryCollections(IsExtRElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExtRElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "CategoryCollections(CategoryCollections(IsExtRElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 313 - }, - "name": "CategoryCollections(CategoryCollections(IsExtRElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElement" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 339 - }, - "name": "IsMultiplicativeElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 340 - }, - "name": "CategoryCollections(IsMultiplicativeElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 341 - }, - "name": "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 342 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithOne" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 367 - }, - "name": "IsMultiplicativeElementWithOne", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithOneCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 368 - }, - "name": "CategoryCollections(IsMultiplicativeElementWithOne)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithOneCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 369 - }, - "name": "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithOneCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 370 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithInverse" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 399 - }, - "name": "IsMultiplicativeElementWithInverse", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithInverseCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 400 - }, - "name": "CategoryCollections(IsMultiplicativeElementWithInverse)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithInverseCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 401 - }, - "name": "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithInverseCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 402 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsOddAdditiveNestingDepthFamily" - ], - "implied": [ - "IsOddAdditiveNestingDepthFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 470 - }, - "name": "IsOddAdditiveNestingDepthFamily", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsOddAdditiveNestingDepthObject" - ], - "implied": [ - "IsOddAdditiveNestingDepthObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 471 - }, - "name": "IsOddAdditiveNestingDepthObject", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsGeneralizedRowVector" - ], - "implied": [ - "IsList", - "IsListOrCollection", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsGeneralizedRowVector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 583 - }, - "name": "IsGeneralizedRowVector", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeGeneralizedRowVector" - ], - "implied": [ - "IsList", - "IsListOrCollection", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsGeneralizedRowVector", - "IsMultiplicativeGeneralizedRowVector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 622 - }, - "name": "IsMultiplicativeGeneralizedRowVector", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearRingElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 733 - }, - "name": "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRingElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 852 - }, - "name": "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZDFRE" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 955 - }, - "name": "IsZDFRE", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZDFRECollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsZDFRE)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 956 - }, - "name": "CategoryCollections(IsZDFRE)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZDFRECollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsZDFRE))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 957 - }, - "name": "CategoryCollections(CategoryCollections(IsZDFRE))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMatrixCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero)))", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections((((CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)) and CategoryCollections(CategoryCollections(IsAdditiveElement))) and IsTable) and (CategoryCollections(CategoryCollections(IsMultiplicativeElement)) and IsTable)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1010 - }, - "name": "CategoryCollections((((CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)) and CategoryCollections(CategoryCollections(IsAdditiveElement))) and IsTable) and (CategoryCollections(CategoryCollections(IsMultiplicativeElement)) and IsTable)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsOrdinaryMatrix" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsTable", - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "IsNearAdditiveElement", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "IsNearAdditiveElementWithZero", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "IsMultiplicativeElement", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsGeneralizedRowVector", - "IsMultiplicativeGeneralizedRowVector", - "IsOrdinaryMatrix" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1042 - }, - "name": "IsOrdinaryMatrix", - "type": "GAP_Category" - }, - { - "aka": [ - "IsOrdinaryMatrixCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero)))", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections((((CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)) and CategoryCollections(CategoryCollections(IsAdditiveElement))) and IsTable) and (CategoryCollections(CategoryCollections(IsMultiplicativeElement)) and IsTable)))", - "CategoryCollections(IsOrdinaryMatrix)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1043 - }, - "name": "CategoryCollections(IsOrdinaryMatrix)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLieMatrix" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsTable", - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "IsNearAdditiveElement", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "IsNearAdditiveElementWithZero", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "IsMultiplicativeElement", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsGeneralizedRowVector", - "IsLieMatrix" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1080 - }, - "name": "IsLieMatrix", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssociativeElement" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1106 - }, - "name": "IsAssociativeElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssociativeElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1107 - }, - "name": "CategoryCollections(IsAssociativeElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssociativeElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsAssociativeElement))", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1108 - }, - "name": "CategoryCollections(CategoryCollections(IsAssociativeElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAdditivelyCommutativeElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsAdditiveElement", - "IsAdditivelyCommutativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1151 - }, - "name": "IsAdditivelyCommutativeElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAdditivelyCommutativeElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsAdditivelyCommutativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1152 - }, - "name": "CategoryCollections(IsAdditivelyCommutativeElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAdditivelyCommutativeElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsAdditivelyCommutativeElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1153 - }, - "name": "CategoryCollections(CategoryCollections(IsAdditivelyCommutativeElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAdditivelyCommutativeElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsAdditivelyCommutativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1155 - }, - "name": "CategoryFamily(IsAdditivelyCommutativeElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCommutativeElement" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsCommutativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1202 - }, - "name": "IsCommutativeElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCommutativeElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsCommutativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1203 - }, - "name": "CategoryCollections(IsCommutativeElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCommutativeElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCommutativeElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1204 - }, - "name": "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFiniteOrderElement" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsFiniteOrderElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1235 - }, - "name": "IsFiniteOrderElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFiniteOrderElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsFiniteOrderElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1236 - }, - "name": "CategoryCollections(IsFiniteOrderElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFiniteOrderElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsFiniteOrderElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1237 - }, - "name": "CategoryCollections(CategoryCollections(IsFiniteOrderElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsJacobianElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsJacobianElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1268 - }, - "name": "IsJacobianElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsJacobianElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsJacobianElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1269 - }, - "name": "CategoryCollections(IsJacobianElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsJacobianElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsJacobianElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1270 - }, - "name": "CategoryCollections(CategoryCollections(IsJacobianElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRestrictedJacobianElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsJacobianElement", - "IsRestrictedJacobianElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1272 - }, - "name": "IsRestrictedJacobianElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRestrictedJacobianElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsJacobianElement)", - "CategoryCollections(IsRestrictedJacobianElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1273 - }, - "name": "CategoryCollections(IsRestrictedJacobianElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRestrictedJacobianElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsJacobianElement))", - "CategoryCollections(CategoryCollections(IsRestrictedJacobianElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1274 - }, - "name": "CategoryCollections(CategoryCollections(IsRestrictedJacobianElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZeroSquaredElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsZeroSquaredElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1301 - }, - "name": "IsZeroSquaredElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZeroSquaredElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsZeroSquaredElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1302 - }, - "name": "CategoryCollections(IsZeroSquaredElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZeroSquaredElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsZeroSquaredElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1303 - }, - "name": "CategoryCollections(CategoryCollections(IsZeroSquaredElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsZero" - ], - "implied": [ - "Tester(IsZero)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1321 - }, - "name": "Tester(IsZero)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsOne" - ], - "implied": [ - "Tester(IsOne)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1339 - }, - "name": "Tester(IsOne)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCommutativeFamily" - ], - "implied": [ - "Tester(IsCommutativeFamily)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2039 - }, - "name": "Tester(IsCommutativeFamily)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSkewFieldFamily" - ], - "implied": [ - "Tester(IsSkewFieldFamily)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2053 - }, - "name": "Tester(IsSkewFieldFamily)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsUFDFamily" - ], - "implied": [ - "Tester(IsUFDFamily)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2070 - }, - "name": "Tester(IsUFDFamily)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsAdditiveElementAsMultiplicativeElementRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAdditiveElementAsMultiplicativeElementRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2085 - }, - "name": "IsAdditiveElementAsMultiplicativeElementRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsIdempotent" - ], - "implied": [ - "Tester(IsIdempotent)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2152 - }, - "name": "Tester(IsIdempotent)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsFFECollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsZDFRE)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsAdditivelyCommutativeElement)", - "CategoryCollections(IsCommutativeElement)", - "CategoryCollections(IsFFE)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 225 - }, - "name": "CategoryCollections(IsFFE)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFFECollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsZDFRE))", - "CategoryCollections(CategoryCollections(IsAssociativeElement))", - "CategoryCollections(CategoryCollections(IsAdditivelyCommutativeElement))", - "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 226 - }, - "name": "CategoryCollections(CategoryCollections(IsFFE))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFFECollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 227 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLexOrderedFFE" - ], - "implied": [ - "IsFFE", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsLexOrderedFFE" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 280 - }, - "name": "IsLexOrderedFFE", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLogOrderedFFE" - ], - "implied": [ - "IsFFE", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsLogOrderedFFE" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 281 - }, - "name": "IsLogOrderedFFE", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFFEFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsAdditivelyCommutativeElement)", - "CategoryFamily(IsFFE)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 296 - }, - "name": "CategoryFamily(IsFFE)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGeneralizedDomain" - ], - "implied": [ - "IsGeneralizedDomain" - ], - "location": { - "file": "/home/makx/ac/gap/lib/domain.gd", - "line": 124 - }, - "name": "IsGeneralizedDomain", - "type": "GAP_Category" - }, - { - "aka": [ - "IsChar" - ], - "implied": [ - "IsChar" - ], - "location": { - "file": "/home/makx/ac/gap/lib/string.g", - "line": 41 - }, - "name": "IsChar", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCharCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "CategoryCollections(IsChar)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/string.g", - "line": 43 - }, - "name": "CategoryCollections(IsChar)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCyclotomic" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsCyclotomic" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 54 - }, - "name": "IsCyclotomic", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCyclotomicCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsZDFRE)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsAdditivelyCommutativeElement)", - "CategoryCollections(IsCommutativeElement)", - "CategoryCollections(IsCyclotomic)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 74 - }, - "name": "CategoryCollections(IsCyclotomic)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCyclotomicCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsZDFRE))", - "CategoryCollections(CategoryCollections(IsAssociativeElement))", - "CategoryCollections(CategoryCollections(IsAdditivelyCommutativeElement))", - "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 75 - }, - "name": "CategoryCollections(CategoryCollections(IsCyclotomic))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCyclotomicCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 76 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPosRat" - ], - "implied": [ - "IsRat", - "IsCyc", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsCyclotomic", - "IsPosRat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 142 - }, - "name": "IsPosRat", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNegRat" - ], - "implied": [ - "IsRat", - "IsCyc", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsCyclotomic", - "IsNegRat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 177 - }, - "name": "IsNegRat", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZeroCyc" - ], - "implied": [ - "IsInt", - "IsRat", - "IsCyc", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsZero", - "Tester(IsZero)", - "IsCyclotomic", - "IsZeroCyc" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 208 - }, - "name": "IsZeroCyc", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSmallIntRep" - ], - "implied": [ - "IsInternalRep", - "IsSmallIntRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 238 - }, - "name": "IsSmallIntRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInfinity" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsCyclotomic", - "IsInfinity" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 470 - }, - "name": "IsInfinity", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNegInfinity" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsCyclotomic", - "IsNegInfinity" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 498 - }, - "name": "IsNegInfinity", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsCycInt", - "HasIsIntegralCyclotomic" - ], - "implied": [ - "Tester(IsIntegralCyclotomic)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 599 - }, - "name": "Tester(IsIntegralCyclotomic)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsRecordCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "CategoryCollections(IsRecord)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/record.g", - "line": 51 - }, - "name": "CategoryCollections(IsRecord)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRecordCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "CategoryCollections(CategoryCollections(IsRecord))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/record.g", - "line": 52 - }, - "name": "CategoryCollections(CategoryCollections(IsRecord))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsEnumeratorByFunctionsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsEnumeratorByFunctionsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gi", - "line": 396 - }, - "name": "IsEnumeratorByFunctionsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsIteratorByFunctionsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsIteratorByFunctionsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gi", - "line": 966 - }, - "name": "IsIteratorByFunctionsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsListDefault" - ], - "implied": [ - "IsList", - "IsListOrCollection", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsGeneralizedRowVector", - "IsMultiplicativeGeneralizedRowVector", - "IsListDefault" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.g", - "line": 58 - }, - "name": "IsListDefault", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsRectangularTable" - ], - "implied": [ - "Tester(IsRectangularTable)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.g", - "line": 86 - }, - "name": "Tester(IsRectangularTable)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsPermCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsFiniteOrderElement)", - "CategoryCollections(IsPerm)", - "IsGeneratorsOfMagmaWithInverses", - "Tester(IsGeneratorsOfMagmaWithInverses)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsSubsetLocallyFiniteGroup", - "Tester(IsSubsetLocallyFiniteGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 112 - }, - "name": "CategoryCollections(IsPerm)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPermCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAssociativeElement))", - "CategoryCollections(CategoryCollections(IsFiniteOrderElement))", - "CategoryCollections(CategoryCollections(IsPerm))", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 113 - }, - "name": "CategoryCollections(CategoryCollections(IsPerm))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPerm2Rep" - ], - "implied": [ - "IsInternalRep", - "IsPerm2Rep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 343 - }, - "name": "IsPerm2Rep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPerm4Rep" - ], - "implied": [ - "IsInternalRep", - "IsPerm4Rep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 357 - }, - "name": "IsPerm4Rep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsTransformationCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsTransformation)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.g", - "line": 6 - }, - "name": "CategoryCollections(IsTransformation)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsTransformationCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAssociativeElement))", - "CategoryCollections(CategoryCollections(IsTransformation))", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.g", - "line": 7 - }, - "name": "CategoryCollections(CategoryCollections(IsTransformation))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsTrans2Rep" - ], - "implied": [ - "IsInternalRep", - "IsTrans2Rep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.g", - "line": 12 - }, - "name": "IsTrans2Rep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsTrans4Rep" - ], - "implied": [ - "IsInternalRep", - "IsTrans4Rep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.g", - "line": 13 - }, - "name": "IsTrans4Rep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPartialPermCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsPartialPerm)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsGeneratorsOfInverseSemigroup", - "Tester(IsGeneratorsOfInverseSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.g", - "line": 5 - }, - "name": "CategoryCollections(IsPartialPerm)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPartialPermCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAssociativeElement))", - "CategoryCollections(CategoryCollections(IsPartialPerm))", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.g", - "line": 6 - }, - "name": "CategoryCollections(CategoryCollections(IsPartialPerm))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPPerm2Rep" - ], - "implied": [ - "IsInternalRep", - "IsPPerm2Rep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.g", - "line": 11 - }, - "name": "IsPPerm2Rep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPPerm4Rep" - ], - "implied": [ - "IsInternalRep", - "IsPPerm4Rep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.g", - "line": 12 - }, - "name": "IsPPerm4Rep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInfoClass" - ], - "implied": [ - "IsInfoClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/info.gd", - "line": 43 - }, - "name": "IsInfoClass", - "type": "GAP_Category" - }, - { - "aka": [ - "IsInfoClassCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "CategoryCollections(IsInfoClass)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/info.gd", - "line": 60 - }, - "name": "CategoryCollections(IsInfoClass)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDirectory" - ], - "implied": [ - "IsDirectory" - ], - "location": { - "file": "/home/makx/ac/gap/lib/files.gd", - "line": 27 - }, - "name": "IsDirectory", - "type": "GAP_Category" - }, - { - "aka": [ - "IsInputTextStringRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsInputTextStringRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 65 - }, - "name": "IsInputTextStringRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsClosedStream" - ], - "implied": [ - "IsClosedStream" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 84 - }, - "name": "IsClosedStream", - "type": "GAP_Category" - }, - { - "aka": [ - "IsStream" - ], - "implied": [ - "IsStream" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 102 - }, - "name": "IsStream", - "type": "GAP_Category" - }, - { - "aka": [ - "IsInputStream" - ], - "implied": [ - "IsStream", - "IsInputStream" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 120 - }, - "name": "IsInputStream", - "type": "GAP_Category" - }, - { - "aka": [ - "IsInputTextStream" - ], - "implied": [ - "IsStream", - "IsInputStream", - "IsInputTextStream" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 138 - }, - "name": "IsInputTextStream", - "type": "GAP_Category" - }, - { - "aka": [ - "IsInputTextNone" - ], - "implied": [ - "IsStream", - "IsInputStream", - "IsInputTextStream", - "IsInputTextNone" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 157 - }, - "name": "IsInputTextNone", - "type": "GAP_Category" - }, - { - "aka": [ - "IsOutputStream" - ], - "implied": [ - "IsStream", - "IsOutputStream" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 176 - }, - "name": "IsOutputStream", - "type": "GAP_Category" - }, - { - "aka": [ - "IsOutputTextStream" - ], - "implied": [ - "IsStream", - "IsOutputStream", - "IsOutputTextStream" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 194 - }, - "name": "IsOutputTextStream", - "type": "GAP_Category" - }, - { - "aka": [ - "IsOutputTextNone" - ], - "implied": [ - "IsStream", - "IsOutputStream", - "IsOutputTextStream", - "IsOutputTextNone" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 214 - }, - "name": "IsOutputTextNone", - "type": "GAP_Category" - }, - { - "aka": [ - "IsInputOutputStream" - ], - "implied": [ - "IsStream", - "IsInputStream", - "IsOutputStream", - "IsInputOutputStream" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 848 - }, - "name": "IsInputOutputStream", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRowVectorObj" - ], - "implied": [ - "IsCopyable", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsRowVectorObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobj1.gd", - "line": 24 - }, - "name": "IsRowVectorObj", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMatrixObj" - ], - "implied": [ - "IsCopyable", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsMatrixObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobj1.gd", - "line": 35 - }, - "name": "IsMatrixObj", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRowListMatrix" - ], - "implied": [ - "IsCopyable", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsMatrixObj", - "IsRowListMatrix" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobj1.gd", - "line": 49 - }, - "name": "IsRowListMatrix", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFlatMatrix" - ], - "implied": [ - "IsCopyable", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsMatrixObj", - "IsFlatMatrix" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobj1.gd", - "line": 55 - }, - "name": "IsFlatMatrix", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGF2VectorRep" - ], - "implied": [ - "IsCopyable", - "IsDataObjectRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsRowVectorObj", - "IsGF2VectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vecmat.gd", - "line": 43 - }, - "name": "IsGF2VectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsGF2MatrixRep" - ], - "implied": [ - "IsCopyable", - "IsPositionalObjectRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsMatrixObj", - "IsRowListMatrix", - "IsGF2MatrixRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vecmat.gd", - "line": 301 - }, - "name": "IsGF2MatrixRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "Is8BitVectorRep" - ], - "implied": [ - "IsCopyable", - "IsDataObjectRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsRowVectorObj", - "Is8BitVectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vec8bit.gd", - "line": 29 - }, - "name": "Is8BitVectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "Is8BitMatrixRep" - ], - "implied": [ - "IsCopyable", - "IsPositionalObjectRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsMatrixObj", - "IsRowListMatrix", - "Is8BitMatrixRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mat8bit.gd", - "line": 20 - }, - "name": "Is8BitMatrixRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInfoClassListRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsInfoClassListRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/info.gi", - "line": 40 - }, - "name": "IsInfoClassListRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsRandomSource" - ], - "implied": [ - "IsComponentObjectRep", - "IsRandomSource" - ], - "location": { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 43 - }, - "name": "IsRandomSource", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGlobalRandomSource" - ], - "implied": [ - "IsComponentObjectRep", - "IsRandomSource", - "IsGlobalRandomSource" - ], - "location": { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 185 - }, - "name": "IsGlobalRandomSource", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGAPRandomSource" - ], - "implied": [ - "IsComponentObjectRep", - "IsRandomSource", - "IsGAPRandomSource" - ], - "location": { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 186 - }, - "name": "IsGAPRandomSource", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMersenneTwister" - ], - "implied": [ - "IsComponentObjectRep", - "IsRandomSource", - "IsMersenneTwister" - ], - "location": { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 187 - }, - "name": "IsMersenneTwister", - "type": "GAP_Category" - }, - { - "aka": [ - "IsObjSet" - ], - "implied": [ - "IsInternalRep", - "IsObjSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/objset.g", - "line": 2 - }, - "name": "IsObjSet", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsObjMap" - ], - "implied": [ - "IsInternalRep", - "IsObjMap" - ], - "location": { - "file": "/home/makx/ac/gap/lib/objset.g", - "line": 3 - }, - "name": "IsObjMap", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsFloat" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsCommutativeElement", - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 15 - }, - "name": "IsFloat", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFloatInterval" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsCommutativeElement", - "IsFloat", - "IsFloatInterval" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 16 - }, - "name": "IsFloatInterval", - "type": "GAP_Category" - }, - { - "aka": [ - "IsComplexFloat" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsCommutativeElement", - "IsFloat", - "IsComplexFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 17 - }, - "name": "IsComplexFloat", - "type": "GAP_Category" - }, - { - "aka": [ - "IsComplexFloatInterval" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsCommutativeElement", - "IsFloat", - "IsFloatInterval", - "IsComplexFloat", - "IsComplexFloatInterval" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 18 - }, - "name": "IsComplexFloatInterval", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFloatFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsFloat)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 19 - }, - "name": "CategoryFamily(IsFloat)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFloatCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsZDFRE)", - "CategoryCollections(IsCommutativeElement)", - "CategoryCollections(IsFloat)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 20 - }, - "name": "CategoryCollections(IsFloat)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFloatCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsZDFRE))", - "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "CategoryCollections(CategoryCollections(IsFloat))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 21 - }, - "name": "CategoryCollections(CategoryCollections(IsFloat))", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsPInfinity" - ], - "implied": [ - "Tester(IsPInfinity)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 240 - }, - "name": "Tester(IsPInfinity)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNInfinity" - ], - "implied": [ - "Tester(IsNInfinity)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 241 - }, - "name": "Tester(IsNInfinity)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsXInfinity" - ], - "implied": [ - "Tester(IsXInfinity)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 242 - }, - "name": "Tester(IsXInfinity)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNaN" - ], - "implied": [ - "Tester(IsNaN)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 244 - }, - "name": "Tester(IsNaN)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "FLOAT_DEFAULT_REP", - "IsIEEE754FloatRep" - ], - "implied": [ - "IsInternalRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsCommutativeElement", - "IsFloat", - "IsIEEE754FloatRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/macfloat.g", - "line": 18 - }, - "name": "IsIEEE754FloatRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsDirectoryRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsDirectoryRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/files.gi", - "line": 28 - }, - "name": "IsDirectoryRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInputTextFileRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsInputTextFileRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gi", - "line": 611 - }, - "name": "IsInputTextFileRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInputTextNoneRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsInputTextNoneRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gi", - "line": 787 - }, - "name": "IsInputTextNoneRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsOutputTextStringRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsOutputTextStringRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gi", - "line": 923 - }, - "name": "IsOutputTextStringRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsOutputTextFileRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsOutputTextFileRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gi", - "line": 1048 - }, - "name": "IsOutputTextFileRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsOutputTextNoneRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsOutputTextNoneRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gi", - "line": 1223 - }, - "name": "IsOutputTextNoneRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInputOutputStreamByPtyRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsInputOutputStreamByPtyRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/streams.gi", - "line": 1370 - }, - "name": "IsInputOutputStreamByPtyRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsDirectProductElement" - ], - "implied": [ - "IsCopyable", - "IsList", - "IsDenseList", - "IsListOrCollection", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsDirectProductElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tuples.gd", - "line": 60 - }, - "name": "IsDirectProductElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDirectProductElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsDirectProductElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tuples.gd", - "line": 75 - }, - "name": "CategoryFamily(IsDirectProductElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDirectProductElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsDirectProductElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tuples.gd", - "line": 90 - }, - "name": "CategoryCollections(IsDirectProductElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDefaultDirectProductElementRep" - ], - "implied": [ - "IsCopyable", - "IsList", - "IsDenseList", - "IsPositionalObjectRep", - "IsListOrCollection", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsDirectProductElement", - "IsDefaultDirectProductElementRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tuples.gd", - "line": 129 - }, - "name": "IsDefaultDirectProductElementRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsExtASet" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "IsNearAdditiveElement", - "IsAdditiveElement", - "IsGeneralizedDomain", - "IsExtASet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 22 - }, - "name": "IsExtASet", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssociativeAOpDSum" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "IsNearAdditiveElement", - "IsAdditiveElement", - "IsGeneralizedDomain", - "IsExtASet", - "IsAssociativeAOpDSum" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 32 - }, - "name": "IsAssociativeAOpDSum", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssociativeAOpESum" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "IsNearAdditiveElement", - "IsAdditiveElement", - "IsGeneralizedDomain", - "IsExtASet", - "IsAssociativeAOpESum" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 42 - }, - "name": "IsAssociativeAOpESum", - "type": "GAP_Category" - }, - { - "aka": [ - "IsTrivialAOpEZero" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "IsNearAdditiveElement", - "IsAdditiveElement", - "IsGeneralizedDomain", - "IsExtASet", - "IsTrivialAOpEZero" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 53 - }, - "name": "IsTrivialAOpEZero", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExtLSet" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 27 - }, - "name": "IsExtLSet", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssociativeLOpDProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 43 - }, - "name": "IsAssociativeLOpDProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssociativeLOpEProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 59 - }, - "name": "IsAssociativeLOpEProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveLOpDProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsDistributiveLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 75 - }, - "name": "IsDistributiveLOpDProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveLOpDSum" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsDistributiveLOpDSum" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 91 - }, - "name": "IsDistributiveLOpDSum", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveLOpEProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsDistributiveLOpEProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 107 - }, - "name": "IsDistributiveLOpEProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveLOpESum" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsDistributiveLOpESum" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 123 - }, - "name": "IsDistributiveLOpESum", - "type": "GAP_Category" - }, - { - "aka": [ - "IsTrivialLOpEOne" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsTrivialLOpEOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 140 - }, - "name": "IsTrivialLOpEOne", - "type": "GAP_Category" - }, - { - "aka": [ - "IsTrivialLOpEZero" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsTrivialLOpEZero" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 157 - }, - "name": "IsTrivialLOpEZero", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLeftActedOnByRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsLeftActedOnByRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 171 - }, - "name": "IsLeftActedOnByRing", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsLeftActedOnByDivisionRing" - ], - "implied": [ - "Tester(IsLeftActedOnByDivisionRing)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 188 - }, - "name": "Tester(IsLeftActedOnByDivisionRing)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsLeftActedOnBySuperset" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsLeftActedOnBySuperset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 203 - }, - "name": "IsLeftActedOnBySuperset", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExtRSet" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 21 - }, - "name": "IsExtRSet", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssociativeROpDProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet", - "IsAssociativeROpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 31 - }, - "name": "IsAssociativeROpDProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssociativeROpEProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet", - "IsAssociativeROpEProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 41 - }, - "name": "IsAssociativeROpEProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveROpDProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet", - "IsDistributiveROpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 51 - }, - "name": "IsDistributiveROpDProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveROpDSum" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet", - "IsDistributiveROpDSum" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 61 - }, - "name": "IsDistributiveROpDSum", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveROpEProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet", - "IsDistributiveROpEProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 71 - }, - "name": "IsDistributiveROpEProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveROpESum" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet", - "IsDistributiveROpESum" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 81 - }, - "name": "IsDistributiveROpESum", - "type": "GAP_Category" - }, - { - "aka": [ - "IsTrivialROpEOne" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet", - "IsTrivialROpEOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 92 - }, - "name": "IsTrivialROpEOne", - "type": "GAP_Category" - }, - { - "aka": [ - "IsTrivialROpEZero" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet", - "IsTrivialROpEZero" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 103 - }, - "name": "IsTrivialROpEZero", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRightActedOnByRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet", - "IsRightActedOnByRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 110 - }, - "name": "IsRightActedOnByRing", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRightActedOnByDivisionRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet", - "IsRightActedOnByRing", - "IsRightActedOnByDivisionRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 118 - }, - "name": "IsRightActedOnByDivisionRing", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRightActedOnBySuperset" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtRSet", - "IsRightActedOnBySuperset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 126 - }, - "name": "IsRightActedOnBySuperset", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExtUSet" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtUSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 18 - }, - "name": "IsExtUSet", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssociativeUOpDProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtUSet", - "IsAssociativeUOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 25 - }, - "name": "IsAssociativeUOpDProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssociativeUOpEProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtUSet", - "IsAssociativeUOpEProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 32 - }, - "name": "IsAssociativeUOpEProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveUOpDProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtUSet", - "IsDistributiveUOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 39 - }, - "name": "IsDistributiveUOpDProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveUOpDSum" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtUSet", - "IsDistributiveUOpDSum" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 46 - }, - "name": "IsDistributiveUOpDSum", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveUOpEProd" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtUSet", - "IsDistributiveUOpEProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 53 - }, - "name": "IsDistributiveUOpEProd", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDistributiveUOpESum" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtUSet", - "IsDistributiveUOpESum" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 60 - }, - "name": "IsDistributiveUOpESum", - "type": "GAP_Category" - }, - { - "aka": [ - "IsTrivialUOpEOne" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtUSet", - "IsTrivialUOpEOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 67 - }, - "name": "IsTrivialUOpEOne", - "type": "GAP_Category" - }, - { - "aka": [ - "IsTrivialUOpEZero" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtUSet", - "IsTrivialUOpEZero" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 74 - }, - "name": "IsTrivialUOpEZero", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUpperActedOnByGroup" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtUSet", - "IsUpperActedOnByGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 81 - }, - "name": "IsUpperActedOnByGroup", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUpperActedOnBySuperset" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtUSet", - "IsUpperActedOnBySuperset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 88 - }, - "name": "IsUpperActedOnBySuperset", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDictionary" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDictionary" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 61 - }, - "name": "IsDictionary", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLookupDictionary" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDictionary", - "IsLookupDictionary" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 79 - }, - "name": "IsLookupDictionary", - "type": "GAP_Category" - }, - { - "aka": [ - "IsHash" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDictionary", - "IsLookupDictionary", - "IsHash" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 95 - }, - "name": "IsHash", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDictionaryDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsListOrCollection", - "IsCollection", - "IsDictionary", - "IsDictionaryDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 283 - }, - "name": "IsDictionaryDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsListDictionary" - ], - "implied": [ - "IsComponentObjectRep", - "IsListOrCollection", - "IsCollection", - "IsDictionary", - "IsDictionaryDefaultRep", - "IsListDictionary" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 300 - }, - "name": "IsListDictionary", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsListLookupDictionary" - ], - "implied": [ - "IsComponentObjectRep", - "IsListOrCollection", - "IsCollection", - "IsDictionary", - "IsLookupDictionary", - "IsDictionaryDefaultRep", - "IsListDictionary", - "IsListLookupDictionary" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 303 - }, - "name": "IsListLookupDictionary", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSortDictionary" - ], - "implied": [ - "IsComponentObjectRep", - "IsListOrCollection", - "IsCollection", - "IsDictionary", - "IsDictionaryDefaultRep", - "IsListDictionary", - "IsSortDictionary" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 334 - }, - "name": "IsSortDictionary", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSortLookupDictionary" - ], - "implied": [ - "IsComponentObjectRep", - "IsListOrCollection", - "IsCollection", - "IsDictionary", - "IsLookupDictionary", - "IsDictionaryDefaultRep", - "IsListDictionary", - "IsListLookupDictionary", - "IsSortDictionary", - "IsSortLookupDictionary" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 337 - }, - "name": "IsSortLookupDictionary", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPositionDictionary" - ], - "implied": [ - "IsComponentObjectRep", - "IsListOrCollection", - "IsCollection", - "IsDictionary", - "IsDictionaryDefaultRep", - "IsPositionDictionary" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 355 - }, - "name": "IsPositionDictionary", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPositionLookupDictionary" - ], - "implied": [ - "IsComponentObjectRep", - "IsListOrCollection", - "IsCollection", - "IsDictionary", - "IsLookupDictionary", - "IsDictionaryDefaultRep", - "IsPositionDictionary", - "IsPositionLookupDictionary" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 358 - }, - "name": "IsPositionLookupDictionary", - "type": "GAP_Representation" - }, - { - "aka": [ - "TableHasIntKeyFun" - ], - "implied": [ - "TableHasIntKeyFun" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 423 - }, - "name": "TableHasIntKeyFun", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsDenseHashRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsListOrCollection", - "IsCollection", - "IsDictionary", - "IsLookupDictionary", - "IsHash", - "IsDenseHashRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 455 - }, - "name": "IsDenseHashRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSparseHashRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsListOrCollection", - "IsCollection", - "IsDictionary", - "IsLookupDictionary", - "IsHash", - "IsSparseHashRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 507 - }, - "name": "IsSparseHashRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsGeneralMapping" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 227 - }, - "name": "IsGeneralMapping", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSPGeneralMapping" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 247 - }, - "name": "IsSPGeneralMapping", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNonSPGeneralMapping" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsNonSPGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 248 - }, - "name": "IsNonSPGeneralMapping", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGeneralMappingCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsGeneralMapping)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 262 - }, - "name": "CategoryCollections(IsGeneralMapping)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGeneralMappingFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsGeneralMapping)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 279 - }, - "name": "CategoryFamily(IsGeneralMapping)", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsConstantTimeAccessGeneralMapping" - ], - "implied": [ - "Tester(IsConstantTimeAccessGeneralMapping)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 357 - }, - "name": "Tester(IsConstantTimeAccessGeneralMapping)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsEndoGeneralMapping" - ], - "implied": [ - "Tester(IsEndoGeneralMapping)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 375 - }, - "name": "Tester(IsEndoGeneralMapping)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsTotal" - ], - "implied": [ - "Tester(IsTotal)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 394 - }, - "name": "Tester(IsTotal)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSingleValued" - ], - "implied": [ - "Tester(IsSingleValued)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 418 - }, - "name": "Tester(IsSingleValued)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsInjective" - ], - "implied": [ - "Tester(IsInjective)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 484 - }, - "name": "Tester(IsInjective)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSurjective" - ], - "implied": [ - "Tester(IsSurjective)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 505 - }, - "name": "Tester(IsSurjective)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsCompositionMappingRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsCompositionMappingRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1215 - }, - "name": "IsCompositionMappingRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsGeneralRestrictedMappingRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsGeneralRestrictedMappingRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1286 - }, - "name": "IsGeneralRestrictedMappingRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasRespectsMultiplication" - ], - "implied": [ - "Tester(RespectsMultiplication)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 60 - }, - "name": "Tester(RespectsMultiplication)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasRespectsOne" - ], - "implied": [ - "Tester(RespectsOne)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 89 - }, - "name": "Tester(RespectsOne)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasRespectsInverses" - ], - "implied": [ - "Tester(RespectsInverses)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 119 - }, - "name": "Tester(RespectsInverses)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasRespectsAddition" - ], - "implied": [ - "Tester(RespectsAddition)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 240 - }, - "name": "Tester(RespectsAddition)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasRespectsZero" - ], - "implied": [ - "Tester(RespectsZero)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 270 - }, - "name": "Tester(RespectsZero)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasRespectsAdditiveInverses" - ], - "implied": [ - "Tester(RespectsAdditiveInverses)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 301 - }, - "name": "Tester(RespectsAdditiveInverses)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasRespectsScalarMultiplication" - ], - "implied": [ - "Tester(RespectsScalarMultiplication)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 416 - }, - "name": "Tester(RespectsScalarMultiplication)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFieldHomomorphism" - ], - "implied": [ - "Tester(IsFieldHomomorphism)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 607 - }, - "name": "Tester(IsFieldHomomorphism)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasTransformsMultiplicationIntoAddition" - ], - "implied": [ - "Tester(TransformsMultiplicationIntoAddition)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 729 - }, - "name": "Tester(TransformsMultiplicationIntoAddition)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasTranformsOneIntoZero" - ], - "implied": [ - "Tester(TranformsOneIntoZero)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 758 - }, - "name": "Tester(TranformsOneIntoZero)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasTransformsInversesIntoAdditiveInverses" - ], - "implied": [ - "Tester(TransformsInversesIntoAdditiveInverses)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 789 - }, - "name": "Tester(TransformsInversesIntoAdditiveInverses)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasTransformsAdditionIntoMultiplication" - ], - "implied": [ - "Tester(TransformsAdditionIntoMultiplication)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 860 - }, - "name": "Tester(TransformsAdditionIntoMultiplication)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasTransformsZeroIntoOne" - ], - "implied": [ - "Tester(TransformsZeroIntoOne)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 889 - }, - "name": "Tester(TransformsZeroIntoOne)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasTransformsAdditiveInversesIntoInverses" - ], - "implied": [ - "Tester(TransformsAdditiveInversesIntoInverses)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 918 - }, - "name": "Tester(TransformsAdditiveInversesIntoInverses)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsReflexiveBinaryRelation" - ], - "implied": [ - "Tester(IsReflexiveBinaryRelation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 313 - }, - "name": "Tester(IsReflexiveBinaryRelation)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSymmetricBinaryRelation" - ], - "implied": [ - "Tester(IsSymmetricBinaryRelation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 337 - }, - "name": "Tester(IsSymmetricBinaryRelation)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsTransitiveBinaryRelation" - ], - "implied": [ - "Tester(IsTransitiveBinaryRelation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 362 - }, - "name": "Tester(IsTransitiveBinaryRelation)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAntisymmetricBinaryRelation" - ], - "implied": [ - "Tester(IsAntisymmetricBinaryRelation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 386 - }, - "name": "Tester(IsAntisymmetricBinaryRelation)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPreOrderBinaryRelation" - ], - "implied": [ - "Tester(IsPreOrderBinaryRelation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 407 - }, - "name": "Tester(IsPreOrderBinaryRelation)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPartialOrderBinaryRelation" - ], - "implied": [ - "Tester(IsPartialOrderBinaryRelation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 427 - }, - "name": "Tester(IsPartialOrderBinaryRelation)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsLatticeOrderBinaryRelation" - ], - "implied": [ - "Tester(IsLatticeOrderBinaryRelation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 452 - }, - "name": "Tester(IsLatticeOrderBinaryRelation)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsEquivalenceRelation" - ], - "implied": [ - "Tester(IsEquivalenceRelation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 481 - }, - "name": "Tester(IsEquivalenceRelation)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsHasseDiagram" - ], - "implied": [ - "Tester(IsHasseDiagram)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 600 - }, - "name": "Tester(IsHasseDiagram)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsEquivalenceClass" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsEquivalenceClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 836 - }, - "name": "IsEquivalenceClass", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMagma" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 33 - }, - "name": "IsMagma", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMagmaWithOne" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "Tester(MultiplicativeNeutralElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 68 - }, - "name": "IsMagmaWithOne", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMagmaWithInversesIfNonzero" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "Tester(MultiplicativeNeutralElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 101 - }, - "name": "IsMagmaWithInversesIfNonzero", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMagmaWithInverses" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsMagmaWithInverses", - "Tester(MultiplicativeNeutralElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 130 - }, - "name": "IsMagmaWithInverses", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsGeneratorsOfMagmaWithInverses" - ], - "implied": [ - "Tester(IsGeneratorsOfMagmaWithInverses)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 460 - }, - "name": "Tester(IsGeneratorsOfMagmaWithInverses)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAssociative" - ], - "implied": [ - "Tester(IsAssociative)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 505 - }, - "name": "Tester(IsAssociative)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAbelian", - "HasIsCommutative" - ], - "implied": [ - "Tester(IsCommutative)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 542 - }, - "name": "Tester(IsCommutative)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsMultiplicativeElementWithZero" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithZero" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 37 - }, - "name": "IsMultiplicativeElementWithZero", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithZeroCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithZero)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 38 - }, - "name": "CategoryCollections(IsMultiplicativeElementWithZero)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMagmaWithZeroAdjoinedElementRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithZero", - "IsMagmaWithZeroAdjoinedElementRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 106 - }, - "name": "IsMagmaWithZeroAdjoinedElementRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMagmaWithZeroAdjoined" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithZeroAdjoined" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 108 - }, - "name": "IsMagmaWithZeroAdjoined", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLeftMagmaCongruence" - ], - "implied": [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsReflexiveBinaryRelation", - "Tester(IsReflexiveBinaryRelation)", - "IsSymmetricBinaryRelation", - "Tester(IsSymmetricBinaryRelation)", - "IsTransitiveBinaryRelation", - "Tester(IsTransitiveBinaryRelation)", - "IsPreOrderBinaryRelation", - "Tester(IsPreOrderBinaryRelation)", - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsLeftMagmaCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 34 - }, - "name": "IsLeftMagmaCongruence", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRightMagmaCongruence" - ], - "implied": [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsReflexiveBinaryRelation", - "Tester(IsReflexiveBinaryRelation)", - "IsSymmetricBinaryRelation", - "Tester(IsSymmetricBinaryRelation)", - "IsTransitiveBinaryRelation", - "Tester(IsTransitiveBinaryRelation)", - "IsPreOrderBinaryRelation", - "Tester(IsPreOrderBinaryRelation)", - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsRightMagmaCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 78 - }, - "name": "IsRightMagmaCongruence", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMagmaCongruence" - ], - "implied": [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsReflexiveBinaryRelation", - "Tester(IsReflexiveBinaryRelation)", - "IsSymmetricBinaryRelation", - "Tester(IsSymmetricBinaryRelation)", - "IsTransitiveBinaryRelation", - "Tester(IsTransitiveBinaryRelation)", - "IsPreOrderBinaryRelation", - "Tester(IsPreOrderBinaryRelation)", - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsLeftMagmaCongruence", - "IsRightMagmaCongruence", - "IsMagmaCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 124 - }, - "name": "IsMagmaCongruence", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCongruenceClass" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsGeneralizedDomain", - "IsEquivalenceClass", - "IsCongruenceClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 140 - }, - "name": "IsCongruenceClass", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsLeftSemigroupCongruence" - ], - "implied": [ - "Tester(IsLeftSemigroupCongruence)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 88 - }, - "name": "Tester(IsLeftSemigroupCongruence)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsRightSemigroupCongruence" - ], - "implied": [ - "Tester(IsRightSemigroupCongruence)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 102 - }, - "name": "Tester(IsRightSemigroupCongruence)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSemigroupCongruence" - ], - "implied": [ - "Tester(IsSemigroupCongruence)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 118 - }, - "name": "Tester(IsSemigroupCongruence)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsReesCongruence" - ], - "implied": [ - "Tester(IsReesCongruence)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 137 - }, - "name": "Tester(IsReesCongruence)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsGeneratorsOfSemigroup" - ], - "implied": [ - "Tester(IsGeneratorsOfSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 212 - }, - "name": "Tester(IsGeneratorsOfSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsZeroGroup" - ], - "implied": [ - "Tester(IsZeroGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 364 - }, - "name": "Tester(IsZeroGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSimpleSemigroup" - ], - "implied": [ - "Tester(IsSimpleSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 381 - }, - "name": "Tester(IsSimpleSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsZeroSimpleSemigroup" - ], - "implied": [ - "Tester(IsZeroSimpleSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 400 - }, - "name": "Tester(IsZeroSimpleSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsReesCongruenceSemigroup" - ], - "implied": [ - "Tester(IsReesCongruenceSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 434 - }, - "name": "Tester(IsReesCongruenceSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsRegularSemigroup" - ], - "implied": [ - "Tester(IsRegularSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 517 - }, - "name": "Tester(IsRegularSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsInverseSemigroup" - ], - "implied": [ - "Tester(IsInverseSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 533 - }, - "name": "Tester(IsInverseSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsBand" - ], - "implied": [ - "Tester(IsBand)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 565 - }, - "name": "Tester(IsBand)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsBrandtSemigroup" - ], - "implied": [ - "Tester(IsBrandtSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 566 - }, - "name": "Tester(IsBrandtSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCliffordSemigroup" - ], - "implied": [ - "Tester(IsCliffordSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 567 - }, - "name": "Tester(IsCliffordSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCommutativeSemigroup" - ], - "implied": [ - "Tester(IsCommutativeSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 568 - }, - "name": "Tester(IsCommutativeSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCompletelyRegularSemigroup" - ], - "implied": [ - "Tester(IsCompletelyRegularSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 569 - }, - "name": "Tester(IsCompletelyRegularSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCompletelySimpleSemigroup" - ], - "implied": [ - "Tester(IsCompletelySimpleSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 570 - }, - "name": "Tester(IsCompletelySimpleSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsGroupAsSemigroup" - ], - "implied": [ - "Tester(IsGroupAsSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 571 - }, - "name": "Tester(IsGroupAsSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsIdempotentGenerated" - ], - "implied": [ - "Tester(IsIdempotentGenerated)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 572 - }, - "name": "Tester(IsIdempotentGenerated)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsLeftZeroSemigroup" - ], - "implied": [ - "Tester(IsLeftZeroSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 573 - }, - "name": "Tester(IsLeftZeroSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsMonogenicSemigroup" - ], - "implied": [ - "Tester(IsMonogenicSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 574 - }, - "name": "Tester(IsMonogenicSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsMonoidAsSemigroup" - ], - "implied": [ - "Tester(IsMonoidAsSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 575 - }, - "name": "Tester(IsMonoidAsSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNilpotentSemigroup" - ], - "implied": [ - "Tester(IsNilpotentSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 576 - }, - "name": "Tester(IsNilpotentSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsOrthodoxSemigroup" - ], - "implied": [ - "Tester(IsOrthodoxSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 577 - }, - "name": "Tester(IsOrthodoxSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsRectangularBand" - ], - "implied": [ - "Tester(IsRectangularBand)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 578 - }, - "name": "Tester(IsRectangularBand)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsRightZeroSemigroup" - ], - "implied": [ - "Tester(IsRightZeroSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 579 - }, - "name": "Tester(IsRightZeroSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSemiband" - ], - "implied": [ - "Tester(IsSemiband)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 580 - }, - "name": "Tester(IsSemiband)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSemilattice", - "HasIsSemilatticeAsSemigroup" - ], - "implied": [ - "Tester(IsSemilattice)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 581 - }, - "name": "Tester(IsSemilattice)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsZeroSemigroup" - ], - "implied": [ - "Tester(IsZeroSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 582 - }, - "name": "Tester(IsZeroSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsLeftSemigroupIdeal" - ], - "implied": [ - "Tester(IsLeftSemigroupIdeal)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 50 - }, - "name": "Tester(IsLeftSemigroupIdeal)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsRightSemigroupIdeal" - ], - "implied": [ - "Tester(IsRightSemigroupIdeal)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 51 - }, - "name": "Tester(IsRightSemigroupIdeal)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSemigroupIdeal" - ], - "implied": [ - "Tester(IsSemigroupIdeal)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 52 - }, - "name": "Tester(IsSemigroupIdeal)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCyclic" - ], - "implied": [ - "Tester(IsCyclic)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 157 - }, - "name": "Tester(IsCyclic)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsElementaryAbelian" - ], - "implied": [ - "Tester(IsElementaryAbelian)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 184 - }, - "name": "Tester(IsElementaryAbelian)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFinitelyGeneratedGroup" - ], - "implied": [ - "Tester(IsFinitelyGeneratedGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 217 - }, - "name": "Tester(IsFinitelyGeneratedGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSubsetLocallyFiniteGroup" - ], - "implied": [ - "Tester(IsSubsetLocallyFiniteGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 241 - }, - "name": "Tester(IsSubsetLocallyFiniteGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "CanEasilyTestMembership" - ], - "implied": [ - "CanEasilyTestMembership" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 303 - }, - "name": "CanEasilyTestMembership", - "type": "GAP_Filter" - }, - { - "aka": [ - "CanEasilyComputeWithIndependentGensAbelianGroup" - ], - "implied": [ - "CanEasilyComputeWithIndependentGensAbelianGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 327 - }, - "name": "CanEasilyComputeWithIndependentGensAbelianGroup", - "type": "GAP_Filter" - }, - { - "aka": [ - "CanComputeSizeAnySubgroup" - ], - "implied": [ - "CanComputeSize", - "CanComputeSizeAnySubgroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 347 - }, - "name": "CanComputeSizeAnySubgroup", - "type": "GAP_Filter" - }, - { - "aka": [ - "HasKnowsHowToDecompose" - ], - "implied": [ - "Tester(KnowsHowToDecompose)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 404 - }, - "name": "Tester(KnowsHowToDecompose)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPGroup" - ], - "implied": [ - "Tester(IsPGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 427 - }, - "name": "Tester(IsPGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNilpotentGroup" - ], - "implied": [ - "Tester(IsNilpotentGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 529 - }, - "name": "Tester(IsNilpotentGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPerfectGroup" - ], - "implied": [ - "Tester(IsPerfectGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 557 - }, - "name": "Tester(IsPerfectGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSporadicSimpleGroup" - ], - "implied": [ - "Tester(IsSporadicSimpleGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 586 - }, - "name": "Tester(IsSporadicSimpleGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSimpleGroup" - ], - "implied": [ - "Tester(IsSimpleGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 607 - }, - "name": "Tester(IsSimpleGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAlmostSimpleGroup" - ], - "implied": [ - "Tester(IsAlmostSimpleGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 665 - }, - "name": "Tester(IsAlmostSimpleGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSupersolvableGroup" - ], - "implied": [ - "Tester(IsSupersolvableGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 683 - }, - "name": "Tester(IsSupersolvableGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsMonomialGroup" - ], - "implied": [ - "Tester(IsMonomialGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 709 - }, - "name": "Tester(IsMonomialGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSolvableGroup" - ], - "implied": [ - "Tester(IsSolvableGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 738 - }, - "name": "Tester(IsSolvableGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPolycyclicGroup" - ], - "implied": [ - "Tester(IsPolycyclicGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 770 - }, - "name": "Tester(IsPolycyclicGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNormalInParent" - ], - "implied": [ - "Tester(IsNormalInParent)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2866 - }, - "name": "Tester(IsNormalInParent)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsRightTransversal" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsRightTransversal" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3617 - }, - "name": "IsRightTransversal", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRightTransversalCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "CategoryCollections(IsRightTransversal)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3618 - }, - "name": "CategoryCollections(IsRightTransversal)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGroupOfFamily" - ], - "implied": [ - "IsGroupOfFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4363 - }, - "name": "IsGroupOfFamily", - "type": "GAP_Filter" - }, - { - "aka": [ - "HasIsGeneratorsOfInverseSemigroup" - ], - "implied": [ - "Tester(IsGeneratorsOfInverseSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 19 - }, - "name": "Tester(IsGeneratorsOfInverseSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsNearAdditiveMagma" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "IsGeneralizedDomain", - "IsNearAdditiveMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 34 - }, - "name": "IsNearAdditiveMagma", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveMagmaWithZero" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "IsGeneralizedDomain", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 69 - }, - "name": "IsNearAdditiveMagmaWithZero", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagmaWithInverses" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsGeneralizedDomain", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 106 - }, - "name": "IsNearAdditiveGroup", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsAdditivelyCommutative" - ], - "implied": [ - "Tester(IsAdditivelyCommutative)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 130 - }, - "name": "Tester(IsAdditivelyCommutative)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsAdditiveCoset" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "IsNearAdditiveElement", - "IsAdditiveElement", - "IsGeneralizedDomain", - "IsExtASet", - "IsAssociativeAOpESum", - "IsTrivialAOpEZero", - "IsAdditiveCoset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addcoset.gd", - "line": 26 - }, - "name": "IsAdditiveCoset", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsLDistributive" - ], - "implied": [ - "Tester(IsLDistributive)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 31 - }, - "name": "Tester(IsLDistributive)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsRDistributive" - ], - "implied": [ - "Tester(IsRDistributive)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 60 - }, - "name": "Tester(IsRDistributive)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsUniqueFactorizationRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsUniqueFactorizationRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 535 - }, - "name": "IsUniqueFactorizationRing", - "type": "GAP_Category" - }, - { - "aka": [ - "IsEuclideanRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "Tester(MultiplicativeNeutralElement)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsUniqueFactorizationRing", - "IsEuclideanRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 570 - }, - "name": "IsEuclideanRing", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsAnticommutative" - ], - "implied": [ - "Tester(IsAnticommutative)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 589 - }, - "name": "Tester(IsAnticommutative)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsIntegralRing" - ], - "implied": [ - "Tester(IsIntegralRing)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 618 - }, - "name": "Tester(IsIntegralRing)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsJacobianRing" - ], - "implied": [ - "Tester(IsJacobianRing)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 654 - }, - "name": "Tester(IsJacobianRing)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsZeroSquaredRing" - ], - "implied": [ - "Tester(IsZeroSquaredRing)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 681 - }, - "name": "Tester(IsZeroSquaredRing)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsZeroMultiplicationRing" - ], - "implied": [ - "Tester(IsZeroMultiplicationRing)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 708 - }, - "name": "Tester(IsZeroMultiplicationRing)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsGeneralizedCartanMatrix" - ], - "implied": [ - "Tester(IsGeneralizedCartanMatrix)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 65 - }, - "name": "Tester(IsGeneralizedCartanMatrix)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsMonomialMatrix" - ], - "implied": [ - "Tester(IsMonomialMatrix)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1022 - }, - "name": "Tester(IsMonomialMatrix)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsIdealInParent", - "HasIsTwoSidedIdealInParent" - ], - "implied": [ - "Tester(IsTwoSidedIdealInParent)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 193 - }, - "name": "Tester(IsTwoSidedIdealInParent)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsLeftIdealInParent" - ], - "implied": [ - "Tester(IsLeftIdealInParent)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 194 - }, - "name": "Tester(IsLeftIdealInParent)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsRightIdealInParent" - ], - "implied": [ - "Tester(IsRightIdealInParent)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 195 - }, - "name": "Tester(IsRightIdealInParent)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsFreeLeftModule" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 150 - }, - "name": "IsFreeLeftModule", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsFiniteDimensional" - ], - "implied": [ - "Tester(IsFiniteDimensional)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 173 - }, - "name": "Tester(IsFiniteDimensional)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFullRowModule" - ], - "implied": [ - "Tester(IsFullRowModule)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 208 - }, - "name": "Tester(IsFullRowModule)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFullMatrixModule" - ], - "implied": [ - "Tester(IsFullMatrixModule)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 230 - }, - "name": "Tester(IsFullMatrixModule)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsHandledByNiceBasis" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 250 - }, - "name": "IsHandledByNiceBasis", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsRowModule" - ], - "implied": [ - "Tester(IsRowModule)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 663 - }, - "name": "Tester(IsRowModule)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsMatrixModule" - ], - "implied": [ - "Tester(IsMatrixModule)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 682 - }, - "name": "Tester(IsMatrixModule)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsBasis" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsListOrCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 112 - }, - "name": "IsBasis", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsCanonicalBasis" - ], - "implied": [ - "Tester(IsCanonicalBasis)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 151 - }, - "name": "Tester(IsCanonicalBasis)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCanonicalBasisFullRowModule" - ], - "implied": [ - "Tester(IsCanonicalBasisFullRowModule)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 178 - }, - "name": "Tester(IsCanonicalBasisFullRowModule)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCanonicalBasisFullMatrixModule" - ], - "implied": [ - "Tester(IsCanonicalBasisFullMatrixModule)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 209 - }, - "name": "Tester(IsCanonicalBasisFullMatrixModule)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsIntegralBasis" - ], - "implied": [ - "Tester(IsIntegralBasis)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 235 - }, - "name": "Tester(IsIntegralBasis)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNormalBasis" - ], - "implied": [ - "Tester(IsNormalBasis)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 264 - }, - "name": "Tester(IsNormalBasis)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSemiEchelonized" - ], - "implied": [ - "Tester(IsSemiEchelonized)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 301 - }, - "name": "Tester(IsSemiEchelonized)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsGenericFiniteSpace" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsGenericFiniteSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 961 - }, - "name": "IsGenericFiniteSpace", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsSpaceOfRationalFunctions" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsSpaceOfRationalFunctions" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1012 - }, - "name": "IsSpaceOfRationalFunctions", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsBasisByNiceBasis" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsListOrCollection", - "IsFinite", - "Tester(IsFinite)", - "IsSmallList", - "Tester(IsSmallList)", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsBasis", - "IsBasisByNiceBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1033 - }, - "name": "IsBasisByNiceBasis", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMutableBasis" - ], - "implied": [ - "IsMutableBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basismut.gd", - "line": 89 - }, - "name": "IsMutableBasis", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGaussianSpace" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsGaussianSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 123 - }, - "name": "IsGaussianSpace", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsNonGaussianRowSpace" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsNonGaussianRowSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 312 - }, - "name": "IsNonGaussianRowSpace", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsNonGaussianMatrixSpace" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsNonGaussianMatrixSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 382 - }, - "name": "IsNonGaussianMatrixSpace", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsSubspacesVectorSpace" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsFinite", - "Tester(IsFinite)", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsSubspacesVectorSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 718 - }, - "name": "IsSubspacesVectorSpace", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsVectorSpaceHomomorphism" - ], - "implied": [ - "Tester(IsVectorSpaceHomomorphism)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 816 - }, - "name": "Tester(IsVectorSpaceHomomorphism)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFullHomModule" - ], - "implied": [ - "Tester(IsFullHomModule)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 245 - }, - "name": "Tester(IsFullHomModule)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPseudoCanonicalBasisFullHomModule" - ], - "implied": [ - "Tester(IsPseudoCanonicalBasisFullHomModule)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 272 - }, - "name": "Tester(IsPseudoCanonicalBasisFullHomModule)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsLinearMappingsModule" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsFiniteDimensional", - "Tester(IsFiniteDimensional)", - "IsHandledByNiceBasis", - "IsLinearMappingsModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 359 - }, - "name": "IsLinearMappingsModule", - "type": "GAP_Filter" - }, - { - "aka": [ - "HasIsSimpleAlgebra" - ], - "implied": [ - "Tester(IsSimpleAlgebra)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 211 - }, - "name": "Tester(IsSimpleAlgebra)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsQuaternion" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociative", - "Tester(IsAssociative)", - "IsQuaternion" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 1756 - }, - "name": "IsQuaternion", - "type": "GAP_Category" - }, - { - "aka": [ - "IsQuaternionCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsQuaternion)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 1757 - }, - "name": "CategoryCollections(IsQuaternion)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsQuaternionCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsQuaternion))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 1758 - }, - "name": "CategoryCollections(CategoryCollections(IsQuaternion))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfMagmaRingModuloRelations" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsElementOfMagmaRingModuloRelations" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 254 - }, - "name": "IsElementOfMagmaRingModuloRelations", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfMagmaRingModuloRelationsCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsElementOfMagmaRingModuloRelations)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 256 - }, - "name": "CategoryCollections(IsElementOfMagmaRingModuloRelations)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfMagmaRingModuloRelationsFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsElementOfMagmaRingModuloRelations)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 275 - }, - "name": "CategoryFamily(IsElementOfMagmaRingModuloRelations)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFreeMagmaRing" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsElementOfMagmaRingModuloRelations", - "IsElementOfFreeMagmaRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 297 - }, - "name": "IsElementOfFreeMagmaRing", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFreeMagmaRingCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsElementOfMagmaRingModuloRelations)", - "CategoryCollections(IsElementOfFreeMagmaRing)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 299 - }, - "name": "CategoryCollections(IsElementOfFreeMagmaRing)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFreeMagmaRingFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsElementOfMagmaRingModuloRelations)", - "CategoryFamily(IsElementOfFreeMagmaRing)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 317 - }, - "name": "CategoryFamily(IsElementOfFreeMagmaRing)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMagmaRingModuloRelations" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsMagmaRingModuloRelations" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 412 - }, - "name": "IsMagmaRingModuloRelations", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFreeMagmaRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsMagmaRingModuloRelations", - "IsFreeMagmaRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 466 - }, - "name": "IsFreeMagmaRing", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsGroupRing" - ], - "implied": [ - "Tester(IsGroupRing)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 503 - }, - "name": "Tester(IsGroupRing)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsMagmaRingModuloSpanOfZero" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsMagmaRingModuloRelations", - "IsMagmaRingModuloSpanOfZero" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 645 - }, - "name": "IsMagmaRingModuloSpanOfZero", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfMagmaRingModuloSpanOfZeroFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsElementOfMagmaRingModuloRelations)", - "IsElementOfMagmaRingModuloSpanOfZeroFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 665 - }, - "name": "IsElementOfMagmaRingModuloSpanOfZeroFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSpaceOfElementsOfMagmaRing" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsSpaceOfElementsOfMagmaRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 721 - }, - "name": "IsSpaceOfElementsOfMagmaRing", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsElementOfFpAlgebra" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsElementOfFpAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 18 - }, - "name": "IsElementOfFpAlgebra", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFpAlgebraCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsElementOfFpAlgebra)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 25 - }, - "name": "CategoryCollections(IsElementOfFpAlgebra)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFpAlgebraFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsElementOfFpAlgebra)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 32 - }, - "name": "CategoryFamily(IsElementOfFpAlgebra)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSubalgebraFpAlgebra" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsSubalgebraFpAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 39 - }, - "name": "IsSubalgebraFpAlgebra", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsFullFpAlgebra" - ], - "implied": [ - "Tester(IsFullFpAlgebra)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 64 - }, - "name": "Tester(IsFullFpAlgebra)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNormalForm" - ], - "implied": [ - "Tester(IsNormalForm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 148 - }, - "name": "Tester(IsNormalForm)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsFpAlgebraElementsSpace" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsFpAlgebraElementsSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 230 - }, - "name": "IsFpAlgebraElementsSpace", - "type": "GAP_Filter" - }, - { - "aka": [ - "HasIsLieAbelian" - ], - "implied": [ - "Tester(IsLieAbelian)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 62 - }, - "name": "Tester(IsLieAbelian)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsLieNilpotent" - ], - "implied": [ - "Tester(IsLieNilpotent)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 87 - }, - "name": "Tester(IsLieNilpotent)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsRestrictedLieAlgebra" - ], - "implied": [ - "Tester(IsRestrictedLieAlgebra)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 114 - }, - "name": "Tester(IsRestrictedLieAlgebra)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsLieSolvable" - ], - "implied": [ - "Tester(IsLieSolvable)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 187 - }, - "name": "Tester(IsLieSolvable)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsRootSystem" - ], - "implied": [ - "IsRootSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 831 - }, - "name": "IsRootSystem", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRootSystemFromLieAlgebra" - ], - "implied": [ - "IsRootSystem", - "IsRootSystemFromLieAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 853 - }, - "name": "IsRootSystemFromLieAlgebra", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFamilyElementOfFreeLieAlgebra" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsElementOfMagmaRingModuloRelations)", - "IsFamilyElementOfFreeLieAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1286 - }, - "name": "IsFamilyElementOfFreeLieAlgebra", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFptoSCAMorphism" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsFptoSCAMorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1304 - }, - "name": "IsFptoSCAMorphism", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFamilyOverFullCoefficientsFamily" - ], - "implied": [ - "IsFamily", - "IsFamilyOverFullCoefficientsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 65 - }, - "name": "IsFamilyOverFullCoefficientsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSCAlgebraObj" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsSCAlgebraObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 78 - }, - "name": "IsSCAlgebraObj", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSCAlgebraObjCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsSCAlgebraObj)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 79 - }, - "name": "CategoryCollections(IsSCAlgebraObj)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSCAlgebraObjCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsSCAlgebraObj))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 80 - }, - "name": "CategoryCollections(CategoryCollections(IsSCAlgebraObj))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSCAlgebraObjCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsSCAlgebraObj)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 81 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsSCAlgebraObj)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSCAlgebraObjFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsSCAlgebraObj)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 82 - }, - "name": "CategoryFamily(IsSCAlgebraObj)", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsFullSCAlgebra" - ], - "implied": [ - "Tester(IsFullSCAlgebra)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 100 - }, - "name": "Tester(IsFullSCAlgebra)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCanonicalBasisFullSCAlgebra" - ], - "implied": [ - "Tester(IsCanonicalBasisFullSCAlgebra)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 117 - }, - "name": "Tester(IsCanonicalBasisFullSCAlgebra)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsSCAlgebraObjSpace" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsSCAlgebraObjSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 135 - }, - "name": "IsSCAlgebraObjSpace", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsLieObject" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsJacobianElement", - "IsZeroSquaredElement", - "IsLieObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 115 - }, - "name": "IsLieObject", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLieObjectCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsJacobianElement)", - "CategoryCollections(IsZeroSquaredElement)", - "CategoryCollections(IsLieObject)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 117 - }, - "name": "CategoryCollections(IsLieObject)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRestrictedLieObjectCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsJacobianElement)", - "CategoryCollections(IsRestrictedJacobianElement)", - "CategoryCollections(IsZeroSquaredElement)", - "CategoryCollections(IsLieObject)", - "CategoryCollections((IsLieObject and IsRestrictedJacobianElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 122 - }, - "name": "CategoryCollections((IsLieObject and IsRestrictedJacobianElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLieObjectsModule" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsLieObjectsModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 254 - }, - "name": "IsLieObjectsModule", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsAlgebraModuleElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsAlgebraModuleElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 67 - }, - "name": "IsAlgebraModuleElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAlgebraModuleElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsAlgebraModuleElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 68 - }, - "name": "CategoryCollections(IsAlgebraModuleElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAlgebraModuleElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsAlgebraModuleElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 69 - }, - "name": "CategoryFamily(IsAlgebraModuleElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLeftAlgebraModuleElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsAlgebraModuleElement", - "IsLeftAlgebraModuleElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 88 - }, - "name": "IsLeftAlgebraModuleElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLeftAlgebraModuleElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsAlgebraModuleElement)", - "CategoryCollections(IsLeftAlgebraModuleElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 89 - }, - "name": "CategoryCollections(IsLeftAlgebraModuleElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRightAlgebraModuleElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsAlgebraModuleElement", - "IsRightAlgebraModuleElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 132 - }, - "name": "IsRightAlgebraModuleElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRightAlgebraModuleElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsAlgebraModuleElement)", - "CategoryCollections(IsRightAlgebraModuleElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 133 - }, - "name": "CategoryCollections(IsRightAlgebraModuleElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsAlgebraModule" - ], - "implied": [ - "Tester(IsAlgebraModule)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 146 - }, - "name": "Tester(IsAlgebraModule)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsLeftAlgebraModule" - ], - "implied": [ - "Tester(IsLeftAlgebraModule)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 159 - }, - "name": "Tester(IsLeftAlgebraModule)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsRightAlgebraModule" - ], - "implied": [ - "Tester(IsRightAlgebraModule)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 172 - }, - "name": "Tester(IsRightAlgebraModule)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsBasisOfAlgebraModuleElementSpace" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsListOrCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsBasis", - "IsBasisOfAlgebraModuleElementSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 466 - }, - "name": "IsBasisOfAlgebraModuleElementSpace", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMonomialElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMonomialElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 789 - }, - "name": "IsMonomialElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMonomialElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMonomialElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 790 - }, - "name": "CategoryCollections(IsMonomialElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMonomialElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsMonomialElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 791 - }, - "name": "CategoryFamily(IsMonomialElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsTensorElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMonomialElement", - "IsTensorElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 823 - }, - "name": "IsTensorElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsTensorElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMonomialElement)", - "CategoryCollections(IsTensorElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 824 - }, - "name": "CategoryCollections(IsTensorElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsWedgeElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMonomialElement", - "IsWedgeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 913 - }, - "name": "IsWedgeElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsWedgeElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMonomialElement)", - "CategoryCollections(IsWedgeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 914 - }, - "name": "CategoryCollections(IsWedgeElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSymmetricPowerElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMonomialElement", - "IsSymmetricPowerElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 991 - }, - "name": "IsSymmetricPowerElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSymmetricPowerElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMonomialElement)", - "CategoryCollections(IsSymmetricPowerElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 992 - }, - "name": "CategoryCollections(IsSymmetricPowerElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDirectSumElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsDirectSumElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1054 - }, - "name": "IsDirectSumElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDirectSumElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsDirectSumElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1055 - }, - "name": "CategoryCollections(IsDirectSumElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDirectSumElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsDirectSumElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1056 - }, - "name": "CategoryFamily(IsDirectSumElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSparseRowSpaceElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsSparseRowSpaceElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1123 - }, - "name": "IsSparseRowSpaceElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSparseRowSpaceElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsSparseRowSpaceElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1124 - }, - "name": "CategoryCollections(IsSparseRowSpaceElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSparseRowSpaceElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsSparseRowSpaceElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1125 - }, - "name": "CategoryFamily(IsSparseRowSpaceElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsDirectSumElementsSpace" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsDirectSumElementsSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1166 - }, - "name": "IsDirectSumElementsSpace", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsCochain" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsCochain" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 87 - }, - "name": "IsCochain", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCochainCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsCochain)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 88 - }, - "name": "CategoryCollections(IsCochain)", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsWeylGroup" - ], - "implied": [ - "Tester(IsWeylGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 274 - }, - "name": "Tester(IsWeylGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsUEALatticeElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsUEALatticeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 676 - }, - "name": "IsUEALatticeElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUEALatticeElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsUEALatticeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 677 - }, - "name": "CategoryCollections(IsUEALatticeElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUEALatticeElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsUEALatticeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 678 - }, - "name": "CategoryFamily(IsUEALatticeElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsWeightRepElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsWeightRepElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 774 - }, - "name": "IsWeightRepElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsWeightRepElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsWeightRepElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 775 - }, - "name": "CategoryCollections(IsWeightRepElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsWeightRepElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsWeightRepElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 776 - }, - "name": "CategoryFamily(IsWeightRepElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsBasisOfWeightRepElementSpace" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsListOrCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsBasis", - "IsBasisOfWeightRepElementSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 799 - }, - "name": "IsBasisOfWeightRepElementSpace", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCochainsSpace" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsCochainsSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 913 - }, - "name": "IsCochainsSpace", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsSearchTable" - ], - "implied": [ - "IsSearchTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 944 - }, - "name": "IsSearchTable", - "type": "GAP_Category" - }, - { - "aka": [ - "IsVectorSearchTable" - ], - "implied": [ - "IsSearchTable", - "IsVectorSearchTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 996 - }, - "name": "IsVectorSearchTable", - "type": "GAP_Category" - }, - { - "aka": [ - "IsIntegers" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "Tester(MultiplicativeNeutralElement)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsUniqueFactorizationRing", - "IsEuclideanRing", - "IsFreeLeftModule", - "IsIntegers" - ], - "location": { - "file": "/home/makx/ac/gap/lib/integer.gd", - "line": 44 - }, - "name": "IsIntegers", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPositiveIntegers" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "Tester(MultiplicativeNeutralElement)", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsPositiveIntegers" - ], - "location": { - "file": "/home/makx/ac/gap/lib/integer.gd", - "line": 46 - }, - "name": "IsPositiveIntegers", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNonnegativeIntegers" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "Tester(MultiplicativeNeutralElement)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsNonnegativeIntegers" - ], - "location": { - "file": "/home/makx/ac/gap/lib/integer.gd", - "line": 48 - }, - "name": "IsNonnegativeIntegers", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGaussianIntegers" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "Tester(MultiplicativeNeutralElement)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsUniqueFactorizationRing", - "IsEuclideanRing", - "IsFreeLeftModule", - "IsFiniteDimensional", - "Tester(IsFiniteDimensional)", - "IsGaussianIntegers" - ], - "location": { - "file": "/home/makx/ac/gap/lib/integer.gd", - "line": 103 - }, - "name": "IsGaussianIntegers", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSCRingObj" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsSCRingObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 21 - }, - "name": "IsSCRingObj", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSCRingObjCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsSCRingObj)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 22 - }, - "name": "CategoryCollections(IsSCRingObj)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSCRingObjCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsSCRingObj))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 23 - }, - "name": "CategoryCollections(CategoryCollections(IsSCRingObj))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSCRingObjCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsSCRingObj)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 24 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsSCRingObj)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSCRingObjFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsSCRingObj)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 25 - }, - "name": "CategoryFamily(IsSCRingObj)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPolynomialFunction" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 63 - }, - "name": "IsPolynomialFunction", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRationalFunction" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction", - "IsRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 64 - }, - "name": "IsRationalFunction", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPolynomialFunctionCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsZDFRE)", - "CategoryCollections(IsPolynomialFunction)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 66 - }, - "name": "CategoryCollections(IsPolynomialFunction)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRationalFunctionCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsZDFRE)", - "CategoryCollections(IsPolynomialFunction)", - "CategoryCollections(IsRationalFunction)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 67 - }, - "name": "CategoryCollections(IsRationalFunction)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPolynomialFunctionsFamilyElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction", - "IsPolynomialFunctionsFamilyElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 85 - }, - "name": "IsPolynomialFunctionsFamilyElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRationalFunctionsFamilyElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction", - "IsRationalFunction", - "IsPolynomialFunctionsFamilyElement", - "IsRationalFunctionsFamilyElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 87 - }, - "name": "IsRationalFunctionsFamilyElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPolynomialFunctionsFamily" - ], - "implied": [ - "IsFamily", - "IsPolynomialFunctionsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 116 - }, - "name": "IsPolynomialFunctionsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRationalFunctionsFamily" - ], - "implied": [ - "IsFamily", - "IsUFDFamily", - "Tester(IsUFDFamily)", - "IsPolynomialFunctionsFamily", - "IsRationalFunctionsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 117 - }, - "name": "IsRationalFunctionsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRationalFunctionOverField" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction", - "IsRationalFunction", - "IsRationalFunctionOverField" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 135 - }, - "name": "IsRationalFunctionOverField", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsPolynomial" - ], - "implied": [ - "Tester(IsPolynomial)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 254 - }, - "name": "Tester(IsPolynomial)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsUnivariateRationalFunction" - ], - "implied": [ - "Tester(IsUnivariateRationalFunction)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 297 - }, - "name": "Tester(IsUnivariateRationalFunction)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsLaurentPolynomial" - ], - "implied": [ - "Tester(IsLaurentPolynomial)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 335 - }, - "name": "Tester(IsLaurentPolynomial)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsConstantRationalFunction" - ], - "implied": [ - "Tester(IsConstantRationalFunction)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 355 - }, - "name": "Tester(IsConstantRationalFunction)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsRationalFunctionDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction", - "IsRationalFunction", - "IsRationalFunctionDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 396 - }, - "name": "IsRationalFunctionDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPolynomialDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)", - "IsPolynomialDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 419 - }, - "name": "IsPolynomialDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsLaurentPolynomialDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)", - "IsLaurentPolynomialDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 441 - }, - "name": "IsLaurentPolynomialDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsUnivariateRationalFunctionDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)", - "IsUnivariateRationalFunctionDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 460 - }, - "name": "IsUnivariateRationalFunctionDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsLaurentPolynomialsFamilyElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction", - "IsRationalFunction", - "IsLaurentPolynomialsFamilyElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1692 - }, - "name": "IsLaurentPolynomialsFamilyElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUnivariatePolynomialsFamilyElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction", - "IsRationalFunction", - "IsUnivariatePolynomialsFamilyElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1707 - }, - "name": "IsUnivariatePolynomialsFamilyElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLaurentPolynomialsFamily" - ], - "implied": [ - "IsFamily", - "Tester(OneImmutable)", - "IsCommutativeFamily", - "Tester(IsCommutativeFamily)", - "IsLaurentPolynomialsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1725 - }, - "name": "IsLaurentPolynomialsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUnivariatePolynomialsFamily" - ], - "implied": [ - "IsFamily", - "IsUnivariatePolynomialsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1743 - }, - "name": "IsUnivariatePolynomialsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsPrimeField" - ], - "implied": [ - "Tester(IsPrimeField)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 123 - }, - "name": "Tester(IsPrimeField)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsFieldControlledByGaloisGroup" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsUniqueFactorizationRing", - "IsEuclideanRing", - "IsIntegralRing", - "Tester(IsIntegralRing)", - "IsFreeLeftModule", - "IsFieldControlledByGaloisGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 501 - }, - "name": "IsFieldControlledByGaloisGroup", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFieldElementsSpace" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsFieldElementsSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 1002 - }, - "name": "IsFieldElementsSpace", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsZmodnZObj" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsZmodnZObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 80 - }, - "name": "IsZmodnZObj", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZmodnZObjNonprime" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsZmodnZObj", - "IsZmodnZObjNonprime" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 81 - }, - "name": "IsZmodnZObjNonprime", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZmodnZObjNonprimeFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsAdditivelyCommutativeElement)", - "CategoryFamily(IsZmodnZObjNonprime)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 98 - }, - "name": "CategoryFamily(IsZmodnZObjNonprime)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZmodnZObjNonprimeCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsAdditivelyCommutativeElement)", - "CategoryCollections(IsCommutativeElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsZmodnZObjNonprime)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 116 - }, - "name": "CategoryCollections(IsZmodnZObjNonprime)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZmodnZObjNonprimeCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAssociativeElement))", - "CategoryCollections(CategoryCollections(IsAdditivelyCommutativeElement))", - "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(CategoryCollections(IsZmodnZObjNonprime))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 117 - }, - "name": "CategoryCollections(CategoryCollections(IsZmodnZObjNonprime))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZmodnZObjNonprimeCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsZmodnZObjNonprime)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 118 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsZmodnZObjNonprime)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZmodnZepsObj" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZmodnZepsObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnze.gd", - "line": 14 - }, - "name": "IsZmodnZepsObj", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZmodnZepsObjCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsZmodnZepsObj)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnze.gd", - "line": 16 - }, - "name": "CategoryCollections(IsZmodnZepsObj)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsZmodnZepsRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsZmodnZepsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnze.gd", - "line": 18 - }, - "name": "IsZmodnZepsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsNumberField" - ], - "implied": [ - "Tester(IsNumberField)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 77 - }, - "name": "Tester(IsNumberField)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAbelianNumberField" - ], - "implied": [ - "Tester(IsAbelianNumberField)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 104 - }, - "name": "Tester(IsAbelianNumberField)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCyclotomicField" - ], - "implied": [ - "Tester(IsCyclotomicField)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 169 - }, - "name": "Tester(IsCyclotomicField)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsGaussianRationals" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsZDFRE)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsAdditivelyCommutativeElement)", - "CategoryCollections(IsCommutativeElement)", - "IsGeneralizedDomain", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsUniqueFactorizationRing", - "IsEuclideanRing", - "IsIntegralRing", - "Tester(IsIntegralRing)", - "IsFreeLeftModule", - "IsGaussianRationals" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 294 - }, - "name": "IsGaussianRationals", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPadicNumber" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsCommutativeElement", - "IsPadicNumber" - ], - "location": { - "file": "/home/makx/ac/gap/lib/padics.gd", - "line": 26 - }, - "name": "IsPadicNumber", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPadicNumberCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsCommutativeElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsPadicNumber)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/padics.gd", - "line": 28 - }, - "name": "CategoryCollections(IsPadicNumber)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPadicNumberCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAssociativeElement))", - "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(CategoryCollections(IsPadicNumber))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/padics.gd", - "line": 29 - }, - "name": "CategoryCollections(CategoryCollections(IsPadicNumber))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPadicNumberFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsPadicNumber)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/padics.gd", - "line": 46 - }, - "name": "CategoryFamily(IsPadicNumber)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPurePadicNumber" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsCommutativeElement", - "IsPadicNumber", - "IsPurePadicNumber" - ], - "location": { - "file": "/home/makx/ac/gap/lib/padics.gd", - "line": 63 - }, - "name": "IsPurePadicNumber", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPurePadicNumberFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsPadicNumber)", - "CategoryFamily(IsPurePadicNumber)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/padics.gd", - "line": 80 - }, - "name": "CategoryFamily(IsPurePadicNumber)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPadicExtensionNumber" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsCommutativeElement", - "IsPadicNumber", - "IsPadicExtensionNumber" - ], - "location": { - "file": "/home/makx/ac/gap/lib/padics.gd", - "line": 102 - }, - "name": "IsPadicExtensionNumber", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPadicExtensionNumberFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsPadicNumber)", - "CategoryFamily(IsPadicExtensionNumber)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/padics.gd", - "line": 124 - }, - "name": "CategoryFamily(IsPadicExtensionNumber)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPolynomialRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsPolynomialRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 29 - }, - "name": "IsPolynomialRing", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFunctionField" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFunctionField" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 45 - }, - "name": "IsFunctionField", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUnivariatePolynomialRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsPolynomialRing", - "IsUnivariatePolynomialRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 71 - }, - "name": "IsUnivariatePolynomialRing", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFiniteFieldPolynomialRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsPolynomialRing", - "IsFiniteFieldPolynomialRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 88 - }, - "name": "IsFiniteFieldPolynomialRing", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAbelianNumberFieldPolynomialRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsPolynomialRing", - "IsAbelianNumberFieldPolynomialRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 106 - }, - "name": "IsAbelianNumberFieldPolynomialRing", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAlgebraicExtensionPolynomialRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsPolynomialRing", - "IsAlgebraicExtensionPolynomialRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 122 - }, - "name": "IsAlgebraicExtensionPolynomialRing", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRationalsPolynomialRing" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsPolynomialRing", - "IsAbelianNumberFieldPolynomialRing", - "IsRationalsPolynomialRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 150 - }, - "name": "IsRationalsPolynomialRing", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAlgebraicElement" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsAlgebraicElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 29 - }, - "name": "IsAlgebraicElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAlgebraicElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsZDFRE)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsAdditivelyCommutativeElement)", - "CategoryCollections(IsCommutativeElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsAlgebraicElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 30 - }, - "name": "CategoryCollections(IsAlgebraicElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAlgebraicElementCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))", - "CategoryCollections(CategoryCollections(IsZDFRE))", - "CategoryCollections(CategoryCollections(IsAssociativeElement))", - "CategoryCollections(CategoryCollections(IsAdditivelyCommutativeElement))", - "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(CategoryCollections(IsAlgebraicElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 31 - }, - "name": "CategoryCollections(CategoryCollections(IsAlgebraicElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAlgebraicElementCollCollColl" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithOne)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAlgebraicElement)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 32 - }, - "name": "CategoryCollections(CategoryCollections(CategoryCollections(IsAlgebraicElement)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAlgebraicElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsNearAdditiveElementWithInverse and IsMultiplicativeElement))", - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))", - "CategoryFamily(IsAdditivelyCommutativeElement)", - "CategoryFamily(IsAlgebraicElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 45 - }, - "name": "CategoryFamily(IsAlgebraicElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAlgebraicExtension" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsUniqueFactorizationRing", - "IsEuclideanRing", - "IsIntegralRing", - "Tester(IsIntegralRing)", - "IsFreeLeftModule", - "IsAlgebraicExtension" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 67 - }, - "name": "IsAlgebraicExtension", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUnknown" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsCyclotomic", - "IsUnknown" - ], - "location": { - "file": "/home/makx/ac/gap/lib/unknown.gd", - "line": 144 - }, - "name": "IsUnknown", - "type": "GAP_Category" - }, - { - "aka": [ - "IsWord" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsWord" - ], - "location": { - "file": "/home/makx/ac/gap/lib/word.gd", - "line": 141 - }, - "name": "IsWord", - "type": "GAP_Category" - }, - { - "aka": [ - "IsWordCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsWord)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/word.gd", - "line": 169 - }, - "name": "CategoryCollections(IsWord)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNonassocWord" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsWord", - "IsNonassocWord" - ], - "location": { - "file": "/home/makx/ac/gap/lib/word.gd", - "line": 208 - }, - "name": "IsNonassocWord", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNonassocWordCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsWord)", - "CategoryCollections(IsNonassocWord)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/word.gd", - "line": 232 - }, - "name": "CategoryCollections(IsNonassocWord)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNonassocWordWithOneCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsWord)", - "CategoryCollections(IsNonassocWord)", - "CategoryCollections((IsNonassocWord and (IsWord and IsMultiplicativeElementWithOne)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/word.gd", - "line": 233 - }, - "name": "CategoryCollections((IsNonassocWord and (IsWord and IsMultiplicativeElementWithOne)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNonassocWordFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsNonassocWord)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/word.gd", - "line": 249 - }, - "name": "CategoryFamily(IsNonassocWord)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsNonassocWordWithOneFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsNonassocWord)", - "CategoryFamily((IsNonassocWord and (IsWord and IsMultiplicativeElementWithOne)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/word.gd", - "line": 250 - }, - "name": "CategoryFamily((IsNonassocWord and (IsWord and IsMultiplicativeElementWithOne)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssocWordCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsWord)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 132 - }, - "name": "CategoryCollections((IsWord and IsAssociativeElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssocWordWithOneCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsWord)", - "CategoryCollections((IsWord and IsAssociativeElement))", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 133 - }, - "name": "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssocWordWithInverseCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfMagmaWithInverses", - "Tester(IsGeneratorsOfMagmaWithInverses)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsWord)", - "CategoryCollections((IsWord and IsAssociativeElement))", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 134 - }, - "name": "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssocWordFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 136 - }, - "name": "CategoryFamily((IsWord and IsAssociativeElement))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssocWordWithOneFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))", - "CategoryFamily(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 137 - }, - "name": "CategoryFamily(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAssocWordWithInverseFamily", - "IsElementOfFreeGroupFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))", - "CategoryFamily(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))", - "CategoryFamily(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 138 - }, - "name": "CategoryFamily(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSyllableWordsFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsSyllableWordsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 159 - }, - "name": "IsSyllableWordsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "Is8BitsFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsSyllableWordsFamily", - "Is8BitsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 183 - }, - "name": "Is8BitsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "Is16BitsFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsSyllableWordsFamily", - "Is16BitsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 184 - }, - "name": "Is16BitsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "Is32BitsFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsSyllableWordsFamily", - "Is32BitsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 185 - }, - "name": "Is32BitsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "IsInfBitsFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsSyllableWordsFamily", - "IsInfBitsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 186 - }, - "name": "IsInfBitsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSyllableAssocWordRep" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 204 - }, - "name": "IsSyllableAssocWordRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsLetterAssocWordRep" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 222 - }, - "name": "IsLetterAssocWordRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBLetterAssocWordRep" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep", - "IsBLetterAssocWordRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 242 - }, - "name": "IsBLetterAssocWordRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsWLetterAssocWordRep" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep", - "IsWLetterAssocWordRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 243 - }, - "name": "IsWLetterAssocWordRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsLetterWordsFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsLetterWordsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 265 - }, - "name": "IsLetterWordsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "IsBLetterWordsFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsLetterWordsFamily", - "IsBLetterWordsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 284 - }, - "name": "IsBLetterWordsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "IsWLetterWordsFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsLetterWordsFamily", - "IsWLetterWordsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 285 - }, - "name": "IsWLetterWordsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsFreeSemigroup" - ], - "implied": [ - "Tester(IsFreeSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 314 - }, - "name": "Tester(IsFreeSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFreeMonoid" - ], - "implied": [ - "Tester(IsFreeMonoid)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 315 - }, - "name": "Tester(IsFreeMonoid)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsPlistVectorRep" - ], - "implied": [ - "IsCopyable", - "IsPositionalObjectRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsRowVectorObj", - "IsPlistVectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobjplist.gd", - "line": 17 - }, - "name": "IsPlistVectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPlistMatrixRep" - ], - "implied": [ - "IsCopyable", - "IsPositionalObjectRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsMatrixObj", - "IsRowListMatrix", - "IsPlistMatrixRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobjplist.gd", - "line": 23 - }, - "name": "IsPlistMatrixRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsIntVector" - ], - "implied": [ - "IsIntVector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobjplist.gd", - "line": 41 - }, - "name": "IsIntVector", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsFFEVector" - ], - "implied": [ - "IsFFEVector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobjplist.gd", - "line": 42 - }, - "name": "IsFFEVector", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsCheckingVector" - ], - "implied": [ - "IsCheckingVector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobjplist.gd", - "line": 45 - }, - "name": "IsCheckingVector", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsCheckingMatrix" - ], - "implied": [ - "IsCheckingMatrix" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobjplist.gd", - "line": 46 - }, - "name": "IsCheckingMatrix", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsRewritingSystem" - ], - "implied": [ - "IsCopyable", - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 111 - }, - "name": "IsRewritingSystem", - "type": "GAP_Category" - }, - { - "aka": [ - "IsReducedConfluentRewritingSystem" - ], - "implied": [ - "IsCopyable", - "IsRewritingSystem", - "IsReducedConfluentRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 128 - }, - "name": "IsReducedConfluentRewritingSystem", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsBuiltFromAdditiveMagmaWithInverses" - ], - "implied": [ - "Tester(IsBuiltFromAdditiveMagmaWithInverses)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 143 - }, - "name": "Tester(IsBuiltFromAdditiveMagmaWithInverses)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsBuiltFromMagma" - ], - "implied": [ - "Tester(IsBuiltFromMagma)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 159 - }, - "name": "Tester(IsBuiltFromMagma)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsBuiltFromMagmaWithOne" - ], - "implied": [ - "Tester(IsBuiltFromMagmaWithOne)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 175 - }, - "name": "Tester(IsBuiltFromMagmaWithOne)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsBuiltFromMagmaWithInverses" - ], - "implied": [ - "Tester(IsBuiltFromMagmaWithInverses)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 191 - }, - "name": "Tester(IsBuiltFromMagmaWithInverses)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsBuiltFromGroup" - ], - "implied": [ - "Tester(IsBuiltFromGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 207 - }, - "name": "Tester(IsBuiltFromGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsBuiltFromSemigroup" - ], - "implied": [ - "Tester(IsBuiltFromSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 234 - }, - "name": "Tester(IsBuiltFromSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsBuiltFromMonoid" - ], - "implied": [ - "Tester(IsBuiltFromMonoid)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 247 - }, - "name": "Tester(IsBuiltFromMonoid)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsConfluent" - ], - "implied": [ - "Tester(IsConfluent)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 462 - }, - "name": "Tester(IsConfluent)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsReduced" - ], - "implied": [ - "Tester(IsReduced)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 482 - }, - "name": "Tester(IsReduced)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsPolycyclicCollector" - ], - "implied": [ - "IsCopyable", - "IsRewritingSystem", - "IsBuiltFromMagma", - "Tester(IsBuiltFromMagma)", - "IsBuiltFromMagmaWithOne", - "Tester(IsBuiltFromMagmaWithOne)", - "IsBuiltFromMagmaWithInverses", - "Tester(IsBuiltFromMagmaWithInverses)", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)", - "IsPolycyclicCollector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 58 - }, - "name": "IsPolycyclicCollector", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPowerConjugateCollector" - ], - "implied": [ - "IsCopyable", - "IsRewritingSystem", - "IsBuiltFromMagma", - "Tester(IsBuiltFromMagma)", - "IsBuiltFromMagmaWithOne", - "Tester(IsBuiltFromMagmaWithOne)", - "IsBuiltFromMagmaWithInverses", - "Tester(IsBuiltFromMagmaWithInverses)", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)", - "IsPolycyclicCollector", - "IsPowerConjugateCollector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 74 - }, - "name": "IsPowerConjugateCollector", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPowerCommutatorCollector" - ], - "implied": [ - "IsCopyable", - "IsRewritingSystem", - "IsBuiltFromMagma", - "Tester(IsBuiltFromMagma)", - "IsBuiltFromMagmaWithOne", - "Tester(IsBuiltFromMagmaWithOne)", - "IsBuiltFromMagmaWithInverses", - "Tester(IsBuiltFromMagmaWithInverses)", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)", - "IsPolycyclicCollector", - "IsPowerCommutatorCollector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 90 - }, - "name": "IsPowerCommutatorCollector", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUpToDatePolycyclicCollector" - ], - "implied": [ - "IsUpToDatePolycyclicCollector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 112 - }, - "name": "IsUpToDatePolycyclicCollector", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsElementsFamilyByRws" - ], - "implied": [ - "IsFamily", - "IsElementsFamilyByRws" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwsgrp.gd", - "line": 26 - }, - "name": "IsElementsFamilyByRws", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithInverseByRws" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsMultiplicativeElementWithInverseByRws" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwsgrp.gd", - "line": 51 - }, - "name": "IsMultiplicativeElementWithInverseByRws", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementFinitePolycyclicGroup" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsElementFinitePolycyclicGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 32 - }, - "name": "IsElementFinitePolycyclicGroup", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementFinitePolycyclicGroupCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsSubsetLocallyFiniteGroup", - "Tester(IsSubsetLocallyFiniteGroup)", - "CategoryCollections(IsElementFinitePolycyclicGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 33 - }, - "name": "CategoryCollections(IsElementFinitePolycyclicGroup)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsMultiplicativeElementWithInverseByRws", - "IsMultiplicativeElementWithInverseByPolycyclicCollector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 52 - }, - "name": "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMultiplicativeElementWithInverseByPolycyclicCollectorCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfMagmaWithInverses", - "Tester(IsGeneratorsOfMagmaWithInverses)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 55 - }, - "name": "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsKernelPcWord" - ], - "implied": [ - "IsKernelPcWord" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 114 - }, - "name": "IsKernelPcWord", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsElementsFamilyBy8BitsSingleCollector" - ], - "implied": [ - "IsFamily", - "IsElementsFamilyByRws", - "IsElementsFamilyBy8BitsSingleCollector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 130 - }, - "name": "IsElementsFamilyBy8BitsSingleCollector", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementsFamilyBy16BitsSingleCollector" - ], - "implied": [ - "IsFamily", - "IsElementsFamilyByRws", - "IsElementsFamilyBy16BitsSingleCollector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 146 - }, - "name": "IsElementsFamilyBy16BitsSingleCollector", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementsFamilyBy32BitsSingleCollector" - ], - "implied": [ - "IsFamily", - "IsElementsFamilyByRws", - "IsElementsFamilyBy32BitsSingleCollector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 162 - }, - "name": "IsElementsFamilyBy32BitsSingleCollector", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMonomialOrdering" - ], - "implied": [ - "IsMonomialOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 60 - }, - "name": "IsMonomialOrdering", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMonomialOrderingDefaultRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsMonomialOrdering", - "IsMonomialOrderingDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 74 - }, - "name": "IsMonomialOrderingDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsGeneralPcgs" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsNoImmediateMethodsObject", - "IsListOrCollection", - "IsCollection", - "IsFinite", - "Tester(IsFinite)", - "IsConstantTimeAccessList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 32 - }, - "name": "IsGeneralPcgs", - "type": "GAP_Category" - }, - { - "aka": [ - "IsModuloPcgs" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsNoImmediateMethodsObject", - "IsListOrCollection", - "IsCollection", - "IsFinite", - "Tester(IsFinite)", - "IsConstantTimeAccessList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralPcgs", - "IsModuloPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 49 - }, - "name": "IsModuloPcgs", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPcgs" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsNoImmediateMethodsObject", - "IsListOrCollection", - "IsCollection", - "IsFinite", - "Tester(IsFinite)", - "IsConstantTimeAccessList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralPcgs", - "IsModuloPcgs", - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 77 - }, - "name": "IsPcgs", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPcgsFamily" - ], - "implied": [ - "IsFamily", - "IsPcgsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 93 - }, - "name": "IsPcgsFamily", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPcgsDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 109 - }, - "name": "IsPcgsDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsPcgsElementaryAbelianSeries" - ], - "implied": [ - "Tester(IsPcgsElementaryAbelianSeries)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 289 - }, - "name": "Tester(IsPcgsElementaryAbelianSeries)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPcgsCentralSeries" - ], - "implied": [ - "Tester(IsPcgsCentralSeries)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 388 - }, - "name": "Tester(IsPcgsCentralSeries)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPcgsPCentralSeriesPGroup" - ], - "implied": [ - "Tester(IsPcgsPCentralSeriesPGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 483 - }, - "name": "Tester(IsPcgsPCentralSeriesPGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPcgsChiefSeries" - ], - "implied": [ - "Tester(IsPcgsChiefSeries)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 577 - }, - "name": "Tester(IsPcgsChiefSeries)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPrimeOrdersPcgs" - ], - "implied": [ - "Tester(IsPrimeOrdersPcgs)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 729 - }, - "name": "Tester(IsPrimeOrdersPcgs)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFiniteOrdersPcgs" - ], - "implied": [ - "Tester(IsFiniteOrdersPcgs)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 745 - }, - "name": "Tester(IsFiniteOrdersPcgs)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsInducedPcgs" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsNoImmediateMethodsObject", - "IsListOrCollection", - "IsCollection", - "IsFinite", - "Tester(IsFinite)", - "IsConstantTimeAccessList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralPcgs", - "IsModuloPcgs", - "IsPcgs", - "IsInducedPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 28 - }, - "name": "IsInducedPcgs", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsCanonicalPcgs" - ], - "implied": [ - "Tester(IsCanonicalPcgs)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 261 - }, - "name": "Tester(IsCanonicalPcgs)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsParentPcgsFamilyPcgs" - ], - "implied": [ - "Tester(IsParentPcgsFamilyPcgs)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 305 - }, - "name": "Tester(IsParentPcgsFamilyPcgs)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFamilyPcgs" - ], - "implied": [ - "Tester(IsFamilyPcgs)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgspcg.gd", - "line": 31 - }, - "name": "Tester(IsFamilyPcgs)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNumeratorParentPcgsFamilyPcgs" - ], - "implied": [ - "Tester(IsNumeratorParentPcgsFamilyPcgs)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 153 - }, - "name": "Tester(IsNumeratorParentPcgsFamilyPcgs)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsPcgsPermGroupRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsFiniteOrdersPcgs", - "Tester(IsFiniteOrdersPcgs)", - "IsPcgsPermGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsperm.gd", - "line": 24 - }, - "name": "IsPcgsPermGroupRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsModuloPcgsPermGroupRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsFiniteOrdersPcgs", - "Tester(IsFiniteOrdersPcgs)", - "IsPcgsPermGroupRep", - "IsModuloPcgsPermGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsperm.gd", - "line": 32 - }, - "name": "IsModuloPcgsPermGroupRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsSpecialPcgs" - ], - "implied": [ - "Tester(IsSpecialPcgs)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 32 - }, - "name": "Tester(IsSpecialPcgs)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsInducedPcgsWrtSpecialPcgs" - ], - "implied": [ - "Tester(IsInducedPcgsWrtSpecialPcgs)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 250 - }, - "name": "Tester(IsInducedPcgsWrtSpecialPcgs)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCanonicalPcgsWrtSpecialPcgs" - ], - "implied": [ - "Tester(IsCanonicalPcgsWrtSpecialPcgs)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 264 - }, - "name": "Tester(IsCanonicalPcgsWrtSpecialPcgs)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "CanEasilyComputePcgs" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "CanComputeSize", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsSimpleSemigroup", - "Tester(IsSimpleSemigroup)", - "IsRegularSemigroup", - "Tester(IsRegularSemigroup)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "IsCompletelyRegularSemigroup", - "Tester(IsCompletelyRegularSemigroup)", - "IsGroupAsSemigroup", - "Tester(IsGroupAsSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsOrthodoxSemigroup", - "Tester(IsOrthodoxSemigroup)", - "CanComputeSizeAnySubgroup", - "IsSolvableGroup", - "Tester(IsSolvableGroup)", - "CanEasilyComputePcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 315 - }, - "name": "CanEasilyComputePcgs", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsGroupGeneralMappingByImages" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 185 - }, - "name": "IsGroupGeneralMappingByImages", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPreimagesByAsGroupGeneralMappingByImages" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 206 - }, - "name": "IsPreimagesByAsGroupGeneralMappingByImages", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 226 - }, - "name": "IsGroupGeneralMappingByAsGroupGeneralMappingByImages", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsConjugatorIsomorphism" - ], - "implied": [ - "Tester(IsConjugatorIsomorphism)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 500 - }, - "name": "Tester(IsConjugatorIsomorphism)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsInnerAutomorphism" - ], - "implied": [ - "Tester(IsInnerAutomorphism)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 505 - }, - "name": "Tester(IsInnerAutomorphism)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsGroupGeneralMappingByPcgs" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "IsGroupGeneralMappingByPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghompcgs.gd", - "line": 27 - }, - "name": "IsGroupGeneralMappingByPcgs", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPcGroupGeneralMappingByImages" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "IsGroupGeneralMappingByPcgs", - "IsPcGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghompcgs.gd", - "line": 47 - }, - "name": "IsPcGroupGeneralMappingByImages", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsToPcGroupGeneralMappingByImages" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "IsToPcGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghompcgs.gd", - "line": 69 - }, - "name": "IsToPcGroupGeneralMappingByImages", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsNaturalHomomorphismPcGroupRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsSurjective", - "Tester(IsSurjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsNaturalHomomorphismPcGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghompcgs.gd", - "line": 101 - }, - "name": "IsNaturalHomomorphismPcGroupRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPcgsToPcgsGeneralMappingByImages" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "IsGroupGeneralMappingByPcgs", - "IsPcGroupGeneralMappingByImages", - "IsToPcGroupGeneralMappingByImages", - "IsPcgsToPcgsGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghompcgs.gd", - "line": 117 - }, - "name": "IsPcgsToPcgsGeneralMappingByImages", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsWreathProductElement" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWreathProductElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 558 - }, - "name": "IsWreathProductElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsWreathProductElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfMagmaWithInverses", - "Tester(IsGeneratorsOfMagmaWithInverses)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsWreathProductElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 559 - }, - "name": "CategoryCollections(IsWreathProductElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsWreathProductElementDefaultRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWreathProductElement", - "IsWreathProductElementDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 565 - }, - "name": "IsWreathProductElementDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPermGroupGeneralMapping" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPermGroupGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomperm.gd", - "line": 33 - }, - "name": "IsPermGroupGeneralMapping", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPermGroupGeneralMappingByImages" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "IsPermGroupGeneralMapping", - "IsPermGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomperm.gd", - "line": 35 - }, - "name": "IsPermGroupGeneralMappingByImages", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsToPermGroupGeneralMappingByImages" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "IsToPermGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomperm.gd", - "line": 60 - }, - "name": "IsToPermGroupGeneralMappingByImages", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsNaturalSymmetricGroup" - ], - "implied": [ - "Tester(IsNaturalSymmetricGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 48 - }, - "name": "Tester(IsNaturalSymmetricGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNaturalAlternatingGroup" - ], - "implied": [ - "Tester(IsNaturalAlternatingGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 50 - }, - "name": "Tester(IsNaturalAlternatingGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAlternatingGroup" - ], - "implied": [ - "Tester(IsAlternatingGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 68 - }, - "name": "Tester(IsAlternatingGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSymmetricGroup" - ], - "implied": [ - "Tester(IsSymmetricGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 93 - }, - "name": "Tester(IsSymmetricGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsDihedralGroup" - ], - "implied": [ - "Tester(IsDihedralGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 366 - }, - "name": "Tester(IsDihedralGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsQuaternionGroup" - ], - "implied": [ - "Tester(IsQuaternionGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 387 - }, - "name": "Tester(IsQuaternionGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsQuasiDihedralGroup" - ], - "implied": [ - "Tester(IsQuasiDihedralGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 408 - }, - "name": "Tester(IsQuasiDihedralGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPSL" - ], - "implied": [ - "Tester(IsPSL)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 426 - }, - "name": "Tester(IsPSL)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsQuotientSystem" - ], - "implied": [ - "IsQuotientSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 25 - }, - "name": "IsQuotientSystem", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsPQuotientSystem" - ], - "implied": [ - "Tester(IsPQuotientSystem)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 42 - }, - "name": "Tester(IsPQuotientSystem)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNilpQuotientSystem" - ], - "implied": [ - "Tester(IsNilpQuotientSystem)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 53 - }, - "name": "Tester(IsNilpQuotientSystem)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsExternalSet" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 42 - }, - "name": "IsExternalSet", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExternalSubset" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSubset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 71 - }, - "name": "IsExternalSubset", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsExternalOrbit" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSubset", - "IsExternalOrbit" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 89 - }, - "name": "IsExternalOrbit", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsExternalSetByPcgs" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSetByPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 90 - }, - "name": "IsExternalSetByPcgs", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExternalSetDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSetDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 111 - }, - "name": "IsExternalSetDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsExternalSetByActorsRep", - "IsExternalSetByOperatorsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSetByActorsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 114 - }, - "name": "IsExternalSetByActorsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsActionHomomorphism" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsActionHomomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 165 - }, - "name": "IsActionHomomorphism", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsActionHomomorphismByActors" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsActionHomomorphism", - "IsActionHomomorphismByActors" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 168 - }, - "name": "IsActionHomomorphismByActors", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsActionHomomorphismSubset" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsActionHomomorphism", - "IsActionHomomorphismSubset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 170 - }, - "name": "IsActionHomomorphismSubset", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsActionHomomorphismByBase" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsActionHomomorphism", - "IsActionHomomorphismByBase" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 202 - }, - "name": "IsActionHomomorphismByBase", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsConstituentHomomorphism" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsActionHomomorphism", - "IsConstituentHomomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 216 - }, - "name": "IsConstituentHomomorphism", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBlocksHomomorphism" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsActionHomomorphism", - "IsBlocksHomomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 219 - }, - "name": "IsBlocksHomomorphism", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsLinearActionHomomorphism" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsActionHomomorphism", - "IsLinearActionHomomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 235 - }, - "name": "IsLinearActionHomomorphism", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsProjectiveActionHomomorphism" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsActionHomomorphism", - "IsProjectiveActionHomomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 251 - }, - "name": "IsProjectiveActionHomomorphism", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsTransitive" - ], - "implied": [ - "Tester(IsTransitive)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1719 - }, - "name": "Tester(IsTransitive)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPrimitive" - ], - "implied": [ - "Tester(IsPrimitive)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1750 - }, - "name": "Tester(IsPrimitive)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPrimitiveAffine" - ], - "implied": [ - "Tester(IsPrimitiveAffine)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1768 - }, - "name": "Tester(IsPrimitiveAffine)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSemiRegular" - ], - "implied": [ - "Tester(IsSemiRegular)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1795 - }, - "name": "Tester(IsSemiRegular)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsRegular" - ], - "implied": [ - "Tester(IsRegular)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1832 - }, - "name": "Tester(IsRegular)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsPermOnEnumerator" - ], - "implied": [ - "IsPerm", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsFiniteOrderElement", - "IsPermOnEnumerator" - ], - "location": { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 739 - }, - "name": "IsPermOnEnumerator", - "type": "GAP_Category" - }, - { - "aka": [ - "IsExternalOrbitByStabiliserRep", - "IsExternalOrbitByStabilizerRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSubset", - "IsExternalOrbit", - "IsExternalOrbitByStabilizerRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/clas.gd", - "line": 25 - }, - "name": "IsExternalOrbitByStabilizerRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsConjugacyClassGroupRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSubset", - "IsExternalOrbit", - "IsConjugacyClassGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/clas.gd", - "line": 44 - }, - "name": "IsConjugacyClassGroupRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsConjugacyClassPermGroupRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSubset", - "IsExternalOrbit", - "IsExternalOrbitByStabilizerRep", - "IsConjugacyClassGroupRep", - "IsConjugacyClassPermGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/clas.gd", - "line": 47 - }, - "name": "IsConjugacyClassPermGroupRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsRationalClassGroupRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsFinite", - "Tester(IsFinite)", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsRationalClassGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/clas.gd", - "line": 99 - }, - "name": "IsRationalClassGroupRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsRationalClassPermGroupRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsFinite", - "Tester(IsFinite)", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsRationalClassGroupRep", - "IsRationalClassPermGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/clas.gd", - "line": 103 - }, - "name": "IsRationalClassPermGroupRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsDoubleCoset" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsExtRSet", - "IsDoubleCoset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 160 - }, - "name": "IsDoubleCoset", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRightCoset" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSubset", - "IsExternalOrbit", - "IsRightCoset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 321 - }, - "name": "IsRightCoset", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsCentralFactor" - ], - "implied": [ - "Tester(IsCentralFactor)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 212 - }, - "name": "Tester(IsCentralFactor)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsConjugacyClassSubgroupsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSubset", - "IsExternalOrbit", - "IsConjugacyClassSubgroupsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 57 - }, - "name": "IsConjugacyClassSubgroupsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsConjugacyClassSubgroupsByStabiliserRep", - "IsConjugacyClassSubgroupsByStabilizerRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSubset", - "IsExternalOrbit", - "IsExternalOrbitByStabilizerRep", - "IsConjugacyClassSubgroupsRep", - "IsConjugacyClassSubgroupsByStabilizerRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 59 - }, - "name": "IsConjugacyClassSubgroupsByStabilizerRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsLatticeSubgroupsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsLatticeSubgroupsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 137 - }, - "name": "IsLatticeSubgroupsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsFrattiniFree" - ], - "implied": [ - "Tester(IsFrattiniFree)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppcaut.gd", - "line": 14 - }, - "name": "Tester(IsFrattiniFree)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsStraightLineProgram" - ], - "implied": [ - "IsStraightLineProgram" - ], - "location": { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 114 - }, - "name": "IsStraightLineProgram", - "type": "GAP_Category" - }, - { - "aka": [ - "StraightLineProgramElmRankFilter" - ], - "implied": [ - "StraightLineProgramElmRankFilter" - ], - "location": { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 532 - }, - "name": "StraightLineProgramElmRankFilter", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsStraightLineProgElm" - ], - "implied": [ - "IsPositionalObjectRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "StraightLineProgramElmRankFilter", - "IsStraightLineProgElm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 536 - }, - "name": "IsStraightLineProgElm", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsObjWithMemoryRankFilter" - ], - "implied": [ - "IsObjWithMemoryRankFilter" - ], - "location": { - "file": "/home/makx/ac/gap/lib/memory.gd", - "line": 13 - }, - "name": "IsObjWithMemoryRankFilter", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsObjWithMemory" - ], - "implied": [ - "IsComponentObjectRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsObjWithMemoryRankFilter", - "IsObjWithMemory" - ], - "location": { - "file": "/home/makx/ac/gap/lib/memory.gd", - "line": 17 - }, - "name": "IsObjWithMemory", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSubgroupFgGroup" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsSimpleSemigroup", - "Tester(IsSimpleSemigroup)", - "IsRegularSemigroup", - "Tester(IsRegularSemigroup)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "IsCompletelyRegularSemigroup", - "Tester(IsCompletelyRegularSemigroup)", - "IsGroupAsSemigroup", - "Tester(IsGroupAsSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsOrthodoxSemigroup", - "Tester(IsOrthodoxSemigroup)", - "IsSubgroupFgGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 191 - }, - "name": "IsSubgroupFgGroup", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSubgroupFpGroup" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsSimpleSemigroup", - "Tester(IsSimpleSemigroup)", - "IsRegularSemigroup", - "Tester(IsRegularSemigroup)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "IsCompletelyRegularSemigroup", - "Tester(IsCompletelyRegularSemigroup)", - "IsGroupAsSemigroup", - "Tester(IsGroupAsSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsOrthodoxSemigroup", - "Tester(IsOrthodoxSemigroup)", - "IsSubgroupFgGroup", - "IsSubgroupFpGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 208 - }, - "name": "IsSubgroupFpGroup", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFpGroup" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsElementOfFpGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 260 - }, - "name": "IsElementOfFpGroup", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFpGroupCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfMagmaWithInverses", - "Tester(IsGeneratorsOfMagmaWithInverses)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsElementOfFpGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 273 - }, - "name": "CategoryCollections(IsElementOfFpGroup)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFpGroupFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsElementOfFpGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 305 - }, - "name": "CategoryFamily(IsElementOfFpGroup)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsSubgroupOfWholeGroupByQuotientRep" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsSimpleSemigroup", - "Tester(IsSimpleSemigroup)", - "IsRegularSemigroup", - "Tester(IsRegularSemigroup)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "IsCompletelyRegularSemigroup", - "Tester(IsCompletelyRegularSemigroup)", - "IsGroupAsSemigroup", - "Tester(IsGroupAsSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsOrthodoxSemigroup", - "Tester(IsOrthodoxSemigroup)", - "IsSubgroupFgGroup", - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 731 - }, - "name": "IsSubgroupOfWholeGroupByQuotientRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPresentation" - ], - "implied": [ - "IsCopyable", - "IsPresentation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 398 - }, - "name": "IsPresentation", - "type": "GAP_Category" - }, - { - "implied": [ - "Extrarankfilter" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 26 - }, - "name": "Extrarankfilter", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsFromFpGroupGeneralMapping" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "Extrarankfilter", - "IsFromFpGroupGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 26 - }, - "name": "IsFromFpGroupGeneralMapping", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFromFpGroupGeneralMappingByImages" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "Extrarankfilter", - "IsFromFpGroupGeneralMapping", - "IsFromFpGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 50 - }, - "name": "IsFromFpGroupGeneralMappingByImages", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsFromFpGroupStdGensGeneralMappingByImages" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "Extrarankfilter", - "IsFromFpGroupGeneralMapping", - "IsFromFpGroupGeneralMappingByImages", - "IsFromFpGroupStdGensGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 74 - }, - "name": "IsFromFpGroupStdGensGeneralMappingByImages", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsToFpGroupGeneralMappingByImages" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "IsToFpGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 94 - }, - "name": "IsToFpGroupGeneralMappingByImages", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsWordDecompHomomorphism" - ], - "implied": [ - "Tester(IsWordDecompHomomorphism)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 112 - }, - "name": "Tester(IsWordDecompHomomorphism)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsCanonicalBasisIntegersRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsCanonicalBasisIntegersRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/integer.gi", - "line": 101 - }, - "name": "IsCanonicalBasisIntegersRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsNiceMonomorphism" - ], - "implied": [ - "IsNiceMonomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 56 - }, - "name": "IsNiceMonomorphism", - "type": "GAP_Filter" - }, - { - "aka": [ - "HasIsCanonicalNiceMonomorphism" - ], - "implied": [ - "Tester(IsCanonicalNiceMonomorphism)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 110 - }, - "name": "Tester(IsCanonicalNiceMonomorphism)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsHandledByNiceMonomorphism" - ], - "implied": [ - "Tester(IsHandledByNiceMonomorphism)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 181 - }, - "name": "Tester(IsHandledByNiceMonomorphism)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsGroupOfAutomorphisms" - ], - "implied": [ - "Tester(IsGroupOfAutomorphisms)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 68 - }, - "name": "Tester(IsGroupOfAutomorphisms)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsGroupOfAutomorphismsFiniteGroup" - ], - "implied": [ - "Tester(IsGroupOfAutomorphismsFiniteGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 84 - }, - "name": "Tester(IsGroupOfAutomorphismsFiniteGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAutomorphismGroup" - ], - "implied": [ - "Tester(IsAutomorphismGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 145 - }, - "name": "Tester(IsAutomorphismGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsGL", - "HasIsGeneralLinearGroup" - ], - "implied": [ - "Tester(IsGeneralLinearGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 220 - }, - "name": "Tester(IsGeneralLinearGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNaturalGL" - ], - "implied": [ - "Tester(IsNaturalGL)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 241 - }, - "name": "Tester(IsNaturalGL)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSL", - "HasIsSpecialLinearGroup" - ], - "implied": [ - "Tester(IsSpecialLinearGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 264 - }, - "name": "Tester(IsSpecialLinearGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNaturalSL" - ], - "implied": [ - "Tester(IsNaturalSL)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 289 - }, - "name": "Tester(IsNaturalSL)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSubgroupSL" - ], - "implied": [ - "Tester(IsSubgroupSL)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 308 - }, - "name": "Tester(IsSubgroupSL)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFullSubgroupGLorSLRespectingBilinearForm" - ], - "implied": [ - "Tester(IsFullSubgroupGLorSLRespectingBilinearForm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 350 - }, - "name": "Tester(IsFullSubgroupGLorSLRespectingBilinearForm)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFullSubgroupGLorSLRespectingSesquilinearForm" - ], - "implied": [ - "Tester(IsFullSubgroupGLorSLRespectingSesquilinearForm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 398 - }, - "name": "Tester(IsFullSubgroupGLorSLRespectingSesquilinearForm)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFullSubgroupGLorSLRespectingQuadraticForm" - ], - "implied": [ - "Tester(IsFullSubgroupGLorSLRespectingQuadraticForm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 493 - }, - "name": "Tester(IsFullSubgroupGLorSLRespectingQuadraticForm)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "CanComputeFittingFree" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsFinite", - "Tester(IsFinite)", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsFiniteOrderElement)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsSimpleSemigroup", - "Tester(IsSimpleSemigroup)", - "IsRegularSemigroup", - "Tester(IsRegularSemigroup)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "IsCompletelyRegularSemigroup", - "Tester(IsCompletelyRegularSemigroup)", - "IsCompletelySimpleSemigroup", - "Tester(IsCompletelySimpleSemigroup)", - "IsGroupAsSemigroup", - "Tester(IsGroupAsSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsOrthodoxSemigroup", - "Tester(IsOrthodoxSemigroup)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "IsSubsetLocallyFiniteGroup", - "Tester(IsSubsetLocallyFiniteGroup)", - "CanComputeFittingFree", - "IsNilpotentByFinite", - "Tester(IsNilpotentByFinite)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 40 - }, - "name": "CanComputeFittingFree", - "type": "GAP_Filter" - }, - { - "aka": [ - "HasIsRationalMatrixGroup" - ], - "implied": [ - "Tester(IsRationalMatrixGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 43 - }, - "name": "Tester(IsRationalMatrixGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsIntegerMatrixGroup" - ], - "implied": [ - "Tester(IsIntegerMatrixGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 61 - }, - "name": "Tester(IsIntegerMatrixGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsBravaisGroup" - ], - "implied": [ - "Tester(IsBravaisGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 256 - }, - "name": "Tester(IsBravaisGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsPerfectLibraryGroup" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsSimpleSemigroup", - "Tester(IsSimpleSemigroup)", - "IsRegularSemigroup", - "Tester(IsRegularSemigroup)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "IsCompletelyRegularSemigroup", - "Tester(IsCompletelyRegularSemigroup)", - "IsGroupAsSemigroup", - "Tester(IsGroupAsSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsOrthodoxSemigroup", - "Tester(IsOrthodoxSemigroup)", - "IsPerfectLibraryGroup" - ], - "location": { - "file": "/home/makx/ac/gap/grp/perf.gd", - "line": 30 - }, - "name": "IsPerfectLibraryGroup", - "type": "GAP_Category" - }, - { - "aka": [ - "IsImfMatrixGroup" - ], - "implied": [ - "IsImfMatrixGroup" - ], - "location": { - "file": "/home/makx/ac/gap/grp/imf.gd", - "line": 34 - }, - "name": "IsImfMatrixGroup", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsOrdering" - ], - "implied": [ - "IsOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 34 - }, - "name": "IsOrdering", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsWellFoundedOrdering" - ], - "implied": [ - "Tester(IsWellFoundedOrdering)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 79 - }, - "name": "Tester(IsWellFoundedOrdering)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsTotalOrdering" - ], - "implied": [ - "Tester(IsTotalOrdering)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 101 - }, - "name": "Tester(IsTotalOrdering)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsOrderingOnFamilyOfAssocWords" - ], - "implied": [ - "Tester(IsOrderingOnFamilyOfAssocWords)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 357 - }, - "name": "Tester(IsOrderingOnFamilyOfAssocWords)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsTranslationInvariantOrdering" - ], - "implied": [ - "Tester(IsTranslationInvariantOrdering)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 399 - }, - "name": "Tester(IsTranslationInvariantOrdering)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsShortLexOrdering" - ], - "implied": [ - "Tester(IsShortLexOrdering)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 552 - }, - "name": "Tester(IsShortLexOrdering)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsWeightLexOrdering" - ], - "implied": [ - "Tester(IsWeightLexOrdering)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 650 - }, - "name": "Tester(IsWeightLexOrdering)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsBasicWreathProductOrdering" - ], - "implied": [ - "Tester(IsBasicWreathProductOrdering)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 705 - }, - "name": "Tester(IsBasicWreathProductOrdering)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsWreathProductOrdering" - ], - "implied": [ - "Tester(IsWreathProductOrdering)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 766 - }, - "name": "Tester(IsWreathProductOrdering)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFlatKernelOfTransformation" - ], - "implied": [ - "Tester(IsFlatKernelOfTransformation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 69 - }, - "name": "Tester(IsFlatKernelOfTransformation)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsElementOfFpSemigroup" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement", - "IsElementOfFpSemigroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpsemi.gd", - "line": 30 - }, - "name": "IsElementOfFpSemigroup", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFpSemigroupCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsElementOfFpSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpsemi.gd", - "line": 62 - }, - "name": "CategoryCollections(IsElementOfFpSemigroup)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFpSemigroupFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsElementOfFpSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpsemi.gd", - "line": 96 - }, - "name": "CategoryFamily(IsElementOfFpSemigroup)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFpMonoid" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsAssociativeElement", - "IsElementOfFpMonoid" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpmon.gd", - "line": 28 - }, - "name": "IsElementOfFpMonoid", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFpMonoidCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsElementOfFpMonoid)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpmon.gd", - "line": 46 - }, - "name": "CategoryCollections(IsElementOfFpMonoid)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsElementOfFpMonoidFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsElementOfFpMonoid)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpmon.gd", - "line": 82 - }, - "name": "CategoryFamily(IsElementOfFpMonoid)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsKnuthBendixRewritingSystem" - ], - "implied": [ - "IsCopyable", - "IsRewritingSystem", - "IsKnuthBendixRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/kbsemi.gd", - "line": 35 - }, - "name": "IsKnuthBendixRewritingSystem", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMonoidByAdjoiningIdentityElt" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsAssociativeElement", - "IsMonoidByAdjoiningIdentityElt" - ], - "location": { - "file": "/home/makx/ac/gap/lib/adjoin.gd", - "line": 11 - }, - "name": "IsMonoidByAdjoiningIdentityElt", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMonoidByAdjoiningIdentity" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsMonoidByAdjoiningIdentity" - ], - "location": { - "file": "/home/makx/ac/gap/lib/adjoin.gd", - "line": 12 - }, - "name": "IsMonoidByAdjoiningIdentity", - "type": "GAP_Category" - }, - { - "aka": [ - "IsMonoidByAdjoiningIdentityEltRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsMonoidByAdjoiningIdentityEltRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/adjoin.gd", - "line": 18 - }, - "name": "IsMonoidByAdjoiningIdentityEltRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsGreensRelation" - ], - "implied": [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsReflexiveBinaryRelation", - "Tester(IsReflexiveBinaryRelation)", - "IsSymmetricBinaryRelation", - "Tester(IsSymmetricBinaryRelation)", - "IsTransitiveBinaryRelation", - "Tester(IsTransitiveBinaryRelation)", - "IsPreOrderBinaryRelation", - "Tester(IsPreOrderBinaryRelation)", - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensRelation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 70 - }, - "name": "IsGreensRelation", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGreensRRelation" - ], - "implied": [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsReflexiveBinaryRelation", - "Tester(IsReflexiveBinaryRelation)", - "IsSymmetricBinaryRelation", - "Tester(IsSymmetricBinaryRelation)", - "IsTransitiveBinaryRelation", - "Tester(IsTransitiveBinaryRelation)", - "IsPreOrderBinaryRelation", - "Tester(IsPreOrderBinaryRelation)", - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensRelation", - "IsGreensRRelation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 71 - }, - "name": "IsGreensRRelation", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGreensLRelation" - ], - "implied": [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsReflexiveBinaryRelation", - "Tester(IsReflexiveBinaryRelation)", - "IsSymmetricBinaryRelation", - "Tester(IsSymmetricBinaryRelation)", - "IsTransitiveBinaryRelation", - "Tester(IsTransitiveBinaryRelation)", - "IsPreOrderBinaryRelation", - "Tester(IsPreOrderBinaryRelation)", - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensRelation", - "IsGreensLRelation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 72 - }, - "name": "IsGreensLRelation", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGreensJRelation" - ], - "implied": [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsReflexiveBinaryRelation", - "Tester(IsReflexiveBinaryRelation)", - "IsSymmetricBinaryRelation", - "Tester(IsSymmetricBinaryRelation)", - "IsTransitiveBinaryRelation", - "Tester(IsTransitiveBinaryRelation)", - "IsPreOrderBinaryRelation", - "Tester(IsPreOrderBinaryRelation)", - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensRelation", - "IsGreensJRelation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 73 - }, - "name": "IsGreensJRelation", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGreensHRelation" - ], - "implied": [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsReflexiveBinaryRelation", - "Tester(IsReflexiveBinaryRelation)", - "IsSymmetricBinaryRelation", - "Tester(IsSymmetricBinaryRelation)", - "IsTransitiveBinaryRelation", - "Tester(IsTransitiveBinaryRelation)", - "IsPreOrderBinaryRelation", - "Tester(IsPreOrderBinaryRelation)", - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensRelation", - "IsGreensHRelation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 74 - }, - "name": "IsGreensHRelation", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGreensDRelation" - ], - "implied": [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsReflexiveBinaryRelation", - "Tester(IsReflexiveBinaryRelation)", - "IsSymmetricBinaryRelation", - "Tester(IsSymmetricBinaryRelation)", - "IsTransitiveBinaryRelation", - "Tester(IsTransitiveBinaryRelation)", - "IsPreOrderBinaryRelation", - "Tester(IsPreOrderBinaryRelation)", - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensRelation", - "IsGreensDRelation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 75 - }, - "name": "IsGreensDRelation", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsFiniteSemigroupGreensRelation" - ], - "implied": [ - "Tester(IsFiniteSemigroupGreensRelation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 77 - }, - "name": "Tester(IsFiniteSemigroupGreensRelation)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsGreensClass" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsEquivalenceClass", - "IsGreensClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 179 - }, - "name": "IsGreensClass", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGreensRClass" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsEquivalenceClass", - "IsGreensClass", - "IsGreensRClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 180 - }, - "name": "IsGreensRClass", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGreensLClass" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsEquivalenceClass", - "IsGreensClass", - "IsGreensLClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 181 - }, - "name": "IsGreensLClass", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGreensJClass" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsEquivalenceClass", - "IsGreensClass", - "IsGreensJClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 182 - }, - "name": "IsGreensJClass", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGreensHClass" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsEquivalenceClass", - "IsGreensClass", - "IsGreensHClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 183 - }, - "name": "IsGreensHClass", - "type": "GAP_Category" - }, - { - "aka": [ - "IsGreensDClass" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsEquivalenceClass", - "IsGreensClass", - "IsGreensDClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 184 - }, - "name": "IsGreensDClass", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsRegularDClass" - ], - "implied": [ - "Tester(IsRegularDClass)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 325 - }, - "name": "Tester(IsRegularDClass)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsGroupHClass" - ], - "implied": [ - "Tester(IsGroupHClass)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 344 - }, - "name": "Tester(IsGroupHClass)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsSemigroupGeneralMappingRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsSemigroupGeneralMappingRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 418 - }, - "name": "IsSemigroupGeneralMappingRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSemigroupHomomorphismByImagesRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsSemigroupHomomorphismByImagesRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 440 - }, - "name": "IsSemigroupHomomorphismByImagesRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsFpSemigpReducedElt" - ], - "implied": [ - "Tester(IsFpSemigpReducedElt)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 459 - }, - "name": "Tester(IsFpSemigpReducedElt)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFpMonoidReducedElt" - ], - "implied": [ - "Tester(IsFpMonoidReducedElt)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 460 - }, - "name": "Tester(IsFpMonoidReducedElt)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFullTransformationSemigroup" - ], - "implied": [ - "Tester(IsFullTransformationSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semitran.gd", - "line": 18 - }, - "name": "Tester(IsFullTransformationSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsReesMatrixSemigroupElement" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement", - "IsReesMatrixSemigroupElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 13 - }, - "name": "IsReesMatrixSemigroupElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsReesZeroMatrixSemigroupElement" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement", - "IsReesZeroMatrixSemigroupElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 14 - }, - "name": "IsReesZeroMatrixSemigroupElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsReesMatrixSemigroupElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 16 - }, - "name": "CategoryCollections(IsReesMatrixSemigroupElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsReesZeroMatrixSemigroupElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsAssociativeElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "CategoryCollections(IsReesZeroMatrixSemigroupElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 17 - }, - "name": "CategoryCollections(IsReesZeroMatrixSemigroupElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsReesMatrixSemigroup" - ], - "implied": [ - "Tester(IsReesMatrixSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 53 - }, - "name": "Tester(IsReesMatrixSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsReesZeroMatrixSemigroup" - ], - "implied": [ - "Tester(IsReesZeroMatrixSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 54 - }, - "name": "Tester(IsReesZeroMatrixSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsQuotientSemigroup" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsQuotientSemigroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiquo.gd", - "line": 48 - }, - "name": "IsQuotientSemigroup", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsSymmetricInverseSemigroup" - ], - "implied": [ - "Tester(IsSymmetricInverseSemigroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semipperm.gd", - "line": 22 - }, - "name": "Tester(IsSymmetricInverseSemigroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsNearlyCharacterTable" - ], - "implied": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 322 - }, - "name": "IsNearlyCharacterTable", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCharacterTable" - ], - "implied": [ - "IsNearlyCharacterTable", - "IsCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 323 - }, - "name": "IsCharacterTable", - "type": "GAP_Category" - }, - { - "aka": [ - "IsOrdinaryTable" - ], - "implied": [ - "IsNearlyCharacterTable", - "IsCharacterTable", - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 324 - }, - "name": "IsOrdinaryTable", - "type": "GAP_Category" - }, - { - "aka": [ - "IsBrauerTable" - ], - "implied": [ - "IsNearlyCharacterTable", - "IsCharacterTable", - "IsBrauerTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 325 - }, - "name": "IsBrauerTable", - "type": "GAP_Category" - }, - { - "aka": [ - "IsCharacterTableInProgress" - ], - "implied": [ - "IsNearlyCharacterTable", - "IsCharacterTableInProgress" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 326 - }, - "name": "IsCharacterTableInProgress", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsAlmostSimpleCharacterTable" - ], - "implied": [ - "Tester(IsAlmostSimpleCharacterTable)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1228 - }, - "name": "Tester(IsAlmostSimpleCharacterTable)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsMonomialCharacterTable" - ], - "implied": [ - "Tester(IsMonomialCharacterTable)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1229 - }, - "name": "Tester(IsMonomialCharacterTable)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNilpotentCharacterTable" - ], - "implied": [ - "Tester(IsNilpotentCharacterTable)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1230 - }, - "name": "Tester(IsNilpotentCharacterTable)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPerfectCharacterTable" - ], - "implied": [ - "Tester(IsPerfectCharacterTable)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1231 - }, - "name": "Tester(IsPerfectCharacterTable)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSimpleCharacterTable" - ], - "implied": [ - "Tester(IsSimpleCharacterTable)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1232 - }, - "name": "Tester(IsSimpleCharacterTable)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSolubleCharacterTable", - "HasIsSolvableCharacterTable" - ], - "implied": [ - "Tester(IsSolvableCharacterTable)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1233 - }, - "name": "Tester(IsSolvableCharacterTable)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSporadicSimpleCharacterTable" - ], - "implied": [ - "Tester(IsSporadicSimpleCharacterTable)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1235 - }, - "name": "Tester(IsSporadicSimpleCharacterTable)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSupersolubleCharacterTable", - "HasIsSupersolvableCharacterTable" - ], - "implied": [ - "Tester(IsSupersolvableCharacterTable)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1237 - }, - "name": "Tester(IsSupersolvableCharacterTable)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsLibraryCharacterTableRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsLibraryCharacterTableRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 4444 - }, - "name": "IsLibraryCharacterTableRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsGenericCharacterTableRep" - ], - "implied": [ - "IsNearlyCharacterTable", - "IsGenericCharacterTableRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 4478 - }, - "name": "IsGenericCharacterTableRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsClassFunction" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsListOrCollection", - "IsCollection", - "IsFinite", - "Tester(IsFinite)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "IsNearAdditiveElement", - "CategoryCollections(IsNearAdditiveElement)", - "IsNearAdditiveElementWithZero", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "IsMultiplicativeElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsMultiplicativeElementWithOne", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsMultiplicativeElementWithInverse", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralizedRowVector", - "IsAssociativeElement", - "IsCommutativeElement", - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 92 - }, - "name": "IsClassFunction", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsCharacter" - ], - "implied": [ - "Tester(IsCharacter)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1122 - }, - "name": "Tester(IsCharacter)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsVirtualCharacter" - ], - "implied": [ - "Tester(IsVirtualCharacter)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1142 - }, - "name": "Tester(IsVirtualCharacter)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsIrreducibleCharacter" - ], - "implied": [ - "Tester(IsIrreducibleCharacter)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1195 - }, - "name": "Tester(IsIrreducibleCharacter)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsClassFunctionsSpace" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsClassFunctionsSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 2854 - }, - "name": "IsClassFunctionsSpace", - "type": "GAP_Filter" - }, - { - "aka": [ - "HasIsBergerCondition" - ], - "implied": [ - "Tester(IsBergerCondition)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 213 - }, - "name": "Tester(IsBergerCondition)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPrimitiveCharacter" - ], - "implied": [ - "Tester(IsPrimitiveCharacter)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 313 - }, - "name": "Tester(IsPrimitiveCharacter)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsQuasiPrimitive" - ], - "implied": [ - "Tester(IsQuasiPrimitive)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 366 - }, - "name": "Tester(IsQuasiPrimitive)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsInducedFromNormalSubgroup" - ], - "implied": [ - "Tester(IsInducedFromNormalSubgroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 419 - }, - "name": "Tester(IsInducedFromNormalSubgroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsMonomialCharacter" - ], - "implied": [ - "Tester(IsMonomialCharacter)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 458 - }, - "name": "Tester(IsMonomialCharacter)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsMonomialNumber" - ], - "implied": [ - "Tester(IsMonomialNumber)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 529 - }, - "name": "Tester(IsMonomialNumber)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSubnormallyMonomial" - ], - "implied": [ - "Tester(IsSubnormallyMonomial)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 742 - }, - "name": "Tester(IsSubnormallyMonomial)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsRelativelySM" - ], - "implied": [ - "Tester(IsRelativelySM)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 820 - }, - "name": "Tester(IsRelativelySM)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsMinimalNonmonomial" - ], - "implied": [ - "Tester(IsMinimalNonmonomial)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 851 - }, - "name": "Tester(IsMinimalNonmonomial)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsTableOfMarks" - ], - "implied": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 520 - }, - "name": "IsTableOfMarks", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsAbelianTom" - ], - "implied": [ - "Tester(IsAbelianTom)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1204 - }, - "name": "Tester(IsAbelianTom)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsCyclicTom" - ], - "implied": [ - "Tester(IsCyclicTom)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1229 - }, - "name": "Tester(IsCyclicTom)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNilpotentTom" - ], - "implied": [ - "Tester(IsNilpotentTom)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1249 - }, - "name": "Tester(IsNilpotentTom)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPerfectTom" - ], - "implied": [ - "Tester(IsPerfectTom)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1269 - }, - "name": "Tester(IsPerfectTom)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSolvableTom" - ], - "implied": [ - "Tester(IsSolvableTom)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1289 - }, - "name": "Tester(IsSolvableTom)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsTableOfMarksWithGens" - ], - "implied": [ - "IsTableOfMarksWithGens" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1952 - }, - "name": "IsTableOfMarksWithGens", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsUnicodeString" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsString", - "IsListOrCollection", - "IsConstantTimeAccessList", - "IsUnicodeString" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/GAPDoc-1.5.1/lib/UnicodeTools.gd", - "line": 28 - }, - "name": "IsUnicodeString", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsUnicodeCharacter" - ], - "implied": [ - "IsInt", - "IsRat", - "IsCyc", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsChar", - "IsCyclotomic", - "IsUnicodeCharacter" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/GAPDoc-1.5.1/lib/UnicodeTools.gd", - "line": 29 - }, - "name": "IsUnicodeCharacter", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsObjToBePrinted" - ], - "implied": [ - "IsObjToBePrinted" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/GAPDoc-1.5.1/lib/PrintUtil.gd", - "line": 14 - }, - "name": "IsObjToBePrinted", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsFile" - ], - "implied": [ - "IsFile" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/io-4.4.4/gap/io.gd", - "line": 15 - }, - "name": "IsFile", - "type": "GAP_Category" - }, - { - "aka": [ - "IO_Result" - ], - "implied": [ - "IsComponentObjectRep", - "IO_Result" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/io-4.4.4/gap/io.gd", - "line": 20 - }, - "name": "IO_Result", - "type": "GAP_Category" - }, - { - "aka": [ - "IsRealRandomSource" - ], - "implied": [ - "IsComponentObjectRep", - "IsRandomSource", - "IsRealRandomSource" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/io-4.4.4/gap/realrandom.gd", - "line": 13 - }, - "name": "IsRealRandomSource", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBackgroundJob" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsBackgroundJob" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/io-4.4.4/gap/background.gd", - "line": 17 - }, - "name": "IsBackgroundJob", - "type": "GAP_Category" - }, - { - "aka": [ - "IsBackgroundJobByFork" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsBackgroundJob", - "IsBackgroundJobByFork" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/io-4.4.4/gap/background.gd", - "line": 20 - }, - "name": "IsBackgroundJobByFork", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsWorkerFarm" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsWorkerFarm" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/io-4.4.4/gap/background.gd", - "line": 96 - }, - "name": "IsWorkerFarm", - "type": "GAP_Category" - }, - { - "aka": [ - "IsWorkerFarmByFork" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsWorkerFarm", - "IsWorkerFarmByFork" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/io-4.4.4/gap/background.gd", - "line": 98 - }, - "name": "IsWorkerFarmByFork", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsIOHubCat" - ], - "implied": [ - "IsComponentObjectRep", - "IsIOHubCat" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/io-4.4.4/gap/iohub.gd", - "line": 20 - }, - "name": "IsIOHubCat", - "type": "GAP_Category" - }, - { - "aka": [ - "IsIOHub" - ], - "implied": [ - "IsComponentObjectRep", - "IsIOHubCat", - "IsIOHub" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/io-4.4.4/gap/iohub.gd", - "line": 23 - }, - "name": "IsIOHub", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEmptyRowVectorRep" - ], - "implied": [ - "IsList", - "IsPositionalObjectRep", - "IsListOrCollection", - "IsConstantTimeAccessList", - "IsEmptyRowVectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rvecempt.gi", - "line": 18 - }, - "name": "IsEmptyRowVectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsNullMapMatrix" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsTable", - "IsListOrCollection", - "IsCollection", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(CategoryCollections(IsExtAElement))", - "IsNearAdditiveElement", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElement))", - "IsNearAdditiveElementWithZero", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "IsMultiplicativeElement", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsGeneralizedRowVector", - "IsNullMapMatrix" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gi", - "line": 240 - }, - "name": "IsNullMapMatrix", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBlockMatrixRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsBlockMatrixRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matblock.gi", - "line": 46 - }, - "name": "IsBlockMatrixRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsDefaultGeneralMappingRep" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "Tester(Range)", - "Tester(Source)", - "IsDefaultGeneralMappingRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapprep.gi", - "line": 41 - }, - "name": "IsDefaultGeneralMappingRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMappingByFunctionRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsMappingByFunctionRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapprep.gi", - "line": 487 - }, - "name": "IsMappingByFunctionRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMappingByFunctionWithInverseRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)", - "IsMappingByFunctionRep", - "IsMappingByFunctionWithInverseRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapprep.gi", - "line": 499 - }, - "name": "IsMappingByFunctionWithInverseRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsNonSPMappingByFunctionRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsNonSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsMappingByFunctionRep", - "IsNonSPMappingByFunctionRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapprep.gi", - "line": 506 - }, - "name": "IsNonSPMappingByFunctionRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsNonSPMappingByFunctionWithInverseRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsNonSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)", - "IsMappingByFunctionRep", - "IsMappingByFunctionWithInverseRep", - "IsNonSPMappingByFunctionRep", - "IsNonSPMappingByFunctionWithInverseRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapprep.gi", - "line": 514 - }, - "name": "IsNonSPMappingByFunctionWithInverseRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSPMappingByFunctionRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsMappingByFunctionRep", - "IsSPMappingByFunctionRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapprep.gi", - "line": 521 - }, - "name": "IsSPMappingByFunctionRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSPMappingByFunctionWithInverseRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)", - "IsMappingByFunctionRep", - "IsMappingByFunctionWithInverseRep", - "IsSPMappingByFunctionRep", - "IsSPMappingByFunctionWithInverseRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapprep.gi", - "line": 529 - }, - "name": "IsSPMappingByFunctionWithInverseRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInverseGeneralMappingRep" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsNonSPGeneralMapping", - "IsInverseGeneralMappingRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapprep.gi", - "line": 847 - }, - "name": "IsInverseGeneralMappingRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBinaryRelationDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsBinaryRelationDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gi", - "line": 124 - }, - "name": "IsBinaryRelationDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBinaryRelationOnPointsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsBinaryRelationOnPointsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gi", - "line": 133 - }, - "name": "IsBinaryRelationOnPointsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEquivalenceRelationDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsEquivalenceRelationDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gi", - "line": 142 - }, - "name": "IsEquivalenceRelationDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEquivalenceClassDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsEquivalenceClassDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gi", - "line": 153 - }, - "name": "IsEquivalenceClassDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsRightTransversalRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsRightTransversal", - "IsRightTransversalRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gi", - "line": 2509 - }, - "name": "IsRightTransversalRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsAdditiveCosetDefaultRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsAdditiveCosetDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addcoset.gi", - "line": 25 - }, - "name": "IsAdditiveCosetDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsRelativeBasisDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsRelativeBasisDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gi", - "line": 105 - }, - "name": "IsRelativeBasisDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBasisWithReplacedLeftModuleRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsBasisWithReplacedLeftModuleRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gi", - "line": 1415 - }, - "name": "IsBasisWithReplacedLeftModuleRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMutableBasisByImmutableBasisRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsMutableBasisByImmutableBasisRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basismut.gi", - "line": 91 - }, - "name": "IsMutableBasisByImmutableBasisRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMutableBasisViaNiceMutableBasisRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsMutableBasisViaNiceMutableBasisRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basismut.gi", - "line": 242 - }, - "name": "IsMutableBasisViaNiceMutableBasisRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSubspacesVectorSpaceDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsSubspacesVectorSpaceDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspc.gi", - "line": 390 - }, - "name": "IsSubspacesVectorSpaceDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSemiEchelonBasisOfGaussianRowSpaceRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsSemiEchelonBasisOfGaussianRowSpaceRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspcrow.gi", - "line": 248 - }, - "name": "IsSemiEchelonBasisOfGaussianRowSpaceRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSubspacesFullRowSpaceDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsSubspacesVectorSpaceDefaultRep", - "IsSubspacesFullRowSpaceDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspcrow.gi", - "line": 1174 - }, - "name": "IsSubspacesFullRowSpaceDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMutableBasisOfGaussianRowSpaceRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsMutableBasisOfGaussianRowSpaceRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspcrow.gi", - "line": 1389 - }, - "name": "IsMutableBasisOfGaussianRowSpaceRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSemiEchelonBasisOfGaussianMatrixSpaceRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsSemiEchelonBasisOfGaussianMatrixSpaceRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspcmat.gi", - "line": 157 - }, - "name": "IsSemiEchelonBasisOfGaussianMatrixSpaceRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMutableBasisOfGaussianMatrixSpaceRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsMutableBasisOfGaussianMatrixSpaceRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspcmat.gi", - "line": 825 - }, - "name": "IsMutableBasisOfGaussianMatrixSpaceRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsLinearGeneralMappingByImagesDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsLinearGeneralMappingByImagesDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspchom.gi", - "line": 133 - }, - "name": "IsLinearGeneralMappingByImagesDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsLinearMappingByMatrixDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsLinearMappingByMatrixDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspchom.gi", - "line": 1082 - }, - "name": "IsLinearMappingByMatrixDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMagmaRingObjDefaultRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsMagmaRingObjDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gi", - "line": 72 - }, - "name": "IsMagmaRingObjDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsCanonicalBasisFreeMagmaRingRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsCanonicalBasisFreeMagmaRingRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gi", - "line": 849 - }, - "name": "IsCanonicalBasisFreeMagmaRingRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEmbeddingRingMagmaRing" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "IsEmbeddingRingMagmaRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gi", - "line": 1159 - }, - "name": "IsEmbeddingRingMagmaRing", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEmbeddingMagmaMagmaRing" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsEmbeddingMagmaMagmaRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gi", - "line": 1257 - }, - "name": "IsEmbeddingMagmaMagmaRing", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsAlgebraGeneralMappingByImagesDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alghom.gi", - "line": 49 - }, - "name": "IsAlgebraGeneralMappingByImagesDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPolynomialRingDefaultGeneratorMapping" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsAlgebraGeneralMappingByImagesDefaultRep", - "IsPolynomialRingDefaultGeneratorMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alghom.gi", - "line": 52 - }, - "name": "IsPolynomialRingDefaultGeneratorMapping", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsOperationAlgebraHomomorphismDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsOperationAlgebraHomomorphismDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alghom.gi", - "line": 749 - }, - "name": "IsOperationAlgebraHomomorphismDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsAlgebraHomomorphismFromFpRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsAlgebraHomomorphismFromFpRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alghom.gi", - "line": 950 - }, - "name": "IsAlgebraHomomorphismFromFpRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSpaceOfUEAElements" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "IsSpaceOfUEAElements" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gi", - "line": 3555 - }, - "name": "IsSpaceOfUEAElements", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsDenseCoeffVectorRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsDenseCoeffVectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gi", - "line": 82 - }, - "name": "IsDenseCoeffVectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsLieEmbeddingRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsLieEmbeddingRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/liefam.gi", - "line": 403 - }, - "name": "IsLieEmbeddingRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMutableBasisViaUnderlyingMutableBasisRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsMutableBasisViaUnderlyingMutableBasisRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gi", - "line": 479 - }, - "name": "IsMutableBasisViaUnderlyingMutableBasisRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMonomialElementRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsMonomialElementRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gi", - "line": 1323 - }, - "name": "IsMonomialElementRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBasisOfMonomialSpaceRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsBasisOfMonomialSpaceRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gi", - "line": 1601 - }, - "name": "IsBasisOfMonomialSpaceRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBasisOfSparseRowSpaceRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsBasisOfSparseRowSpaceRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gi", - "line": 2967 - }, - "name": "IsBasisOfSparseRowSpaceRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsZeroCochainRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsPackedElementDefaultRep", - "IsZeroCochainRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gi", - "line": 19 - }, - "name": "IsZeroCochainRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsVectorSearchTableDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsSearchTable", - "IsVectorSearchTable", - "IsVectorSearchTableDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gi", - "line": 2217 - }, - "name": "IsVectorSearchTableDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsRingGeneralMappingByImagesDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "IsRingGeneralMappingByImagesDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringhom.gi", - "line": 21 - }, - "name": "IsRingGeneralMappingByImagesDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSCRingGeneralMappingByImagesDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "IsRingGeneralMappingByImagesDefaultRep", - "IsSCRingGeneralMappingByImagesDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringhom.gi", - "line": 24 - }, - "name": "IsSCRingGeneralMappingByImagesDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsAlgebraicExtensionDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsUniqueFactorizationRing", - "IsEuclideanRing", - "IsIntegralRing", - "Tester(IsIntegralRing)", - "IsFreeLeftModule", - "IsAlgebraicExtension", - "IsAlgebraicExtensionDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gi", - "line": 20 - }, - "name": "IsAlgebraicExtensionDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsAlgBFRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsAlgebraicElement", - "IsAlgBFRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gi", - "line": 27 - }, - "name": "IsAlgBFRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsAlgExtRep", - "IsKroneckerConstRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsAssociativeElement", - "IsAdditivelyCommutativeElement", - "IsCommutativeElement", - "IsAlgebraicElement", - "IsKroneckerConstRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gi", - "line": 36 - }, - "name": "IsKroneckerConstRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsCanonicalBasisAlgebraicExtension" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsCanonicalBasisAlgebraicExtension" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gi", - "line": 935 - }, - "name": "IsCanonicalBasisAlgebraicExtension", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsUnknownDefaultRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsUnknownDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/unknown.gi", - "line": 34 - }, - "name": "IsUnknownDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBasisFiniteFieldRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsBasisFiniteFieldRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fieldfin.gi", - "line": 381 - }, - "name": "IsBasisFiniteFieldRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsFrobeniusAutomorphism" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsFrobeniusAutomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fieldfin.gi", - "line": 640 - }, - "name": "IsFrobeniusAutomorphism", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsModulusRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsModulusRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnz.gi", - "line": 42 - }, - "name": "IsModulusRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsCoeffsModConwayPolRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsCoeffsModConwayPolRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffeconway.gi", - "line": 34 - }, - "name": "IsCoeffsModConwayPolRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsCanonicalBasisRationals" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsCanonicalBasisRationals" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rational.gi", - "line": 94 - }, - "name": "IsCanonicalBasisRationals", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsCanonicalBasisGaussianIntegersRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsCanonicalBasisGaussianIntegersRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gaussian.gi", - "line": 55 - }, - "name": "IsCanonicalBasisGaussianIntegersRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsCanonicalBasisAbelianNumberFieldRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsCanonicalBasisAbelianNumberFieldRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gi", - "line": 1178 - }, - "name": "IsCanonicalBasisAbelianNumberFieldRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsCanonicalBasisCyclotomicFieldRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsCanonicalBasisAbelianNumberFieldRep", - "IsCanonicalBasisCyclotomicFieldRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gi", - "line": 1191 - }, - "name": "IsCanonicalBasisCyclotomicFieldRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsANFAutomorphismRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsANFAutomorphismRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gi", - "line": 1769 - }, - "name": "IsANFAutomorphismRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsLockedRepresentationVector" - ], - "implied": [ - "IsLockedRepresentationVector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vecmat.gi", - "line": 20 - }, - "name": "IsLockedRepresentationVector", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsBracketRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsBracketRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/word.gi", - "line": 160 - }, - "name": "IsBracketRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "Is8BitsAssocWord" - ], - "implied": [ - "IsDataObjectRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep", - "Is8BitsAssocWord" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordrep.gi", - "line": 45 - }, - "name": "Is8BitsAssocWord", - "type": "GAP_Representation" - }, - { - "aka": [ - "Is16BitsAssocWord" - ], - "implied": [ - "IsDataObjectRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep", - "Is16BitsAssocWord" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordrep.gi", - "line": 48 - }, - "name": "Is16BitsAssocWord", - "type": "GAP_Representation" - }, - { - "aka": [ - "Is32BitsAssocWord" - ], - "implied": [ - "IsDataObjectRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep", - "Is32BitsAssocWord" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordrep.gi", - "line": 51 - }, - "name": "Is32BitsAssocWord", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInfBitsAssocWord" - ], - "implied": [ - "IsPositionalObjectRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep", - "IsInfBitsAssocWord" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordrep.gi", - "line": 54 - }, - "name": "IsInfBitsAssocWord", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInfiniteListOfNamesRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsInfiniteListOfNamesRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordrep.gi", - "line": 1079 - }, - "name": "IsInfiniteListOfNamesRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInfiniteListOfGeneratorsRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsInfiniteListOfGeneratorsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordrep.gi", - "line": 1202 - }, - "name": "IsInfiniteListOfGeneratorsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSingleCollectorRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsSingleCollectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcsng.gi", - "line": 26 - }, - "name": "IsSingleCollectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "Is8BitsSingleCollectorRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsSingleCollectorRep", - "Is8BitsSingleCollectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcsng.gi", - "line": 36 - }, - "name": "Is8BitsSingleCollectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "Is16BitsSingleCollectorRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsSingleCollectorRep", - "Is16BitsSingleCollectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcsng.gi", - "line": 46 - }, - "name": "Is16BitsSingleCollectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "Is32BitsSingleCollectorRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsSingleCollectorRep", - "Is32BitsSingleCollectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcsng.gi", - "line": 56 - }, - "name": "Is32BitsSingleCollectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsDefaultRhsTypeSingleCollector" - ], - "implied": [ - "IsDefaultRhsTypeSingleCollector" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcsng.gi", - "line": 69 - }, - "name": "IsDefaultRhsTypeSingleCollector", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsCombinatorialCollectorRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspccoc.gi", - "line": 21 - }, - "name": "IsCombinatorialCollectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsNBitsPcWordRep" - ], - "implied": [ - "IsDataObjectRep", - "IsNBitsPcWordRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gi", - "line": 172 - }, - "name": "IsNBitsPcWordRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "Is8BitsPcWordRep" - ], - "implied": [ - "IsDataObjectRep", - "IsKernelPcWord", - "IsNBitsPcWordRep", - "Is8BitsPcWordRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gi", - "line": 358 - }, - "name": "Is8BitsPcWordRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "Is16BitsPcWordRep" - ], - "implied": [ - "IsDataObjectRep", - "IsKernelPcWord", - "IsNBitsPcWordRep", - "Is16BitsPcWordRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gi", - "line": 530 - }, - "name": "Is16BitsPcWordRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "Is32BitsPcWordRep" - ], - "implied": [ - "IsDataObjectRep", - "IsKernelPcWord", - "IsNBitsPcWordRep", - "Is32BitsPcWordRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gi", - "line": 701 - }, - "name": "Is32BitsPcWordRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsDeepThoughtCollectorRep" - ], - "implied": [ - "IsPositionalObjectRep", - "IsDeepThoughtCollectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwsdt.gi", - "line": 22 - }, - "name": "IsDeepThoughtCollectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEnumeratorByPcgsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsEnumeratorByPcgsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gi", - "line": 1253 - }, - "name": "IsEnumeratorByPcgsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPcgsByPcgsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsFiniteOrdersPcgs", - "Tester(IsFiniteOrdersPcgs)", - "IsPcgsByPcgsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gi", - "line": 1665 - }, - "name": "IsPcgsByPcgsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInducedPcgsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsInducedPcgsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gi", - "line": 21 - }, - "name": "IsInducedPcgsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSubsetInducedPcgsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsInducedPcgsRep", - "IsSubsetInducedPcgsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gi", - "line": 30 - }, - "name": "IsSubsetInducedPcgsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsTailInducedPcgsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsInducedPcgsRep", - "IsSubsetInducedPcgsRep", - "IsTailInducedPcgsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gi", - "line": 39 - }, - "name": "IsTailInducedPcgsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsModuloPcgsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsModuloPcgsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gi", - "line": 21 - }, - "name": "IsModuloPcgsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsModuloTailPcgsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsModuloPcgsRep", - "IsModuloTailPcgsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gi", - "line": 30 - }, - "name": "IsModuloTailPcgsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSubsetInducedNumeratorModuloTailPcgsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsModuloPcgsRep", - "IsModuloTailPcgsRep", - "IsSubsetInducedNumeratorModuloTailPcgsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gi", - "line": 39 - }, - "name": "IsSubsetInducedNumeratorModuloTailPcgsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsModuloTailPcgsByListRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsModuloPcgsRep", - "IsModuloTailPcgsRep", - "IsModuloTailPcgsByListRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gi", - "line": 47 - }, - "name": "IsModuloTailPcgsByListRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsNumeratorParentForExponentsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsModuloPcgsRep", - "IsNumeratorParentForExponentsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gi", - "line": 58 - }, - "name": "IsNumeratorParentForExponentsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsNumeratorParentLayersForExponentsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsModuloPcgsRep", - "IsNumeratorParentLayersForExponentsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gi", - "line": 70 - }, - "name": "IsNumeratorParentLayersForExponentsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsUnsortedPcgsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsUnsortedPcgsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgspcg.gi", - "line": 19 - }, - "name": "IsUnsortedPcgsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSortedPcgsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsUnsortedPcgsRep", - "IsSortedPcgsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgspcg.gi", - "line": 27 - }, - "name": "IsSortedPcgsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMemberPcSeriesPermGroup" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsFinite", - "Tester(IsFinite)", - "CanEasilyCompareElements", - "Tester(CanEasilyCompareElements)", - "CanEasilySortElements", - "Tester(CanEasilySortElements)", - "CanComputeSize", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "CategoryCollections(IsAssociativeElement)", - "CategoryCollections(IsFiniteOrderElement)", - "IsGeneralizedDomain", - "CategoryCollections(IsPerm)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsMagmaWithInverses", - "IsGeneratorsOfMagmaWithInverses", - "Tester(IsGeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(MultiplicativeNeutralElement)", - "IsGeneratorsOfSemigroup", - "Tester(IsGeneratorsOfSemigroup)", - "IsSimpleSemigroup", - "Tester(IsSimpleSemigroup)", - "IsRegularSemigroup", - "Tester(IsRegularSemigroup)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "IsCompletelyRegularSemigroup", - "Tester(IsCompletelyRegularSemigroup)", - "IsCompletelySimpleSemigroup", - "Tester(IsCompletelySimpleSemigroup)", - "IsGroupAsSemigroup", - "Tester(IsGroupAsSemigroup)", - "IsMonoidAsSemigroup", - "Tester(IsMonoidAsSemigroup)", - "IsOrthodoxSemigroup", - "Tester(IsOrthodoxSemigroup)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "IsSubsetLocallyFiniteGroup", - "Tester(IsSubsetLocallyFiniteGroup)", - "CanEasilyTestMembership", - "CanComputeSizeAnySubgroup", - "KnowsHowToDecompose", - "Tester(KnowsHowToDecompose)", - "CanComputeFittingFree", - "IsMemberPcSeriesPermGroup", - "IsNilpotentByFinite", - "Tester(IsNilpotentByFinite)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsperm.gi", - "line": 19 - }, - "name": "IsMemberPcSeriesPermGroup", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsMagmaByMultiplicationTableObj" - ], - "implied": [ - "IsPositionalObjectRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsMagmaByMultiplicationTableObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grptbl.gi", - "line": 23 - }, - "name": "IsMagmaByMultiplicationTableObj", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPcgsDirectProductRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgsDefaultRep", - "IsPcgsDirectProductRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprd.gi", - "line": 333 - }, - "name": "IsPcgsDirectProductRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBlocksOfActionHomomorphism" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsActionHomomorphism", - "IsActionHomomorphismByBase", - "IsBlocksOfActionHomomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomperm.gi", - "line": 1806 - }, - "name": "IsBlocksOfActionHomomorphism", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEmbeddingDirectProductPermGroup" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsEmbeddingDirectProductPermGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprdperm.gi", - "line": 86 - }, - "name": "IsEmbeddingDirectProductPermGroup", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEmbeddingWreathProductPermGroup" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsEmbeddingWreathProductPermGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprdperm.gi", - "line": 95 - }, - "name": "IsEmbeddingWreathProductPermGroup", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEmbeddingImprimitiveWreathProductPermGroup" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsEmbeddingWreathProductPermGroup", - "IsEmbeddingImprimitiveWreathProductPermGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprdperm.gi", - "line": 103 - }, - "name": "IsEmbeddingImprimitiveWreathProductPermGroup", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEmbeddingProductActionWreathProductPermGroup" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages", - "IsEmbeddingWreathProductPermGroup", - "IsEmbeddingProductActionWreathProductPermGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprdperm.gi", - "line": 113 - }, - "name": "IsEmbeddingProductActionWreathProductPermGroup", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsProjectionDirectProductPermGroup" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsSurjective", - "Tester(IsSurjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsProjectionDirectProductPermGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprdperm.gi", - "line": 234 - }, - "name": "IsProjectionDirectProductPermGroup", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsProjectionSubdirectProductPermGroup" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsSurjective", - "Tester(IsSurjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsProjectionSubdirectProductPermGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprdperm.gi", - "line": 407 - }, - "name": "IsProjectionSubdirectProductPermGroup", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEmbeddingDirectProductMatrixGroup" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsEmbeddingDirectProductMatrixGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprdmat.gi", - "line": 91 - }, - "name": "IsEmbeddingDirectProductMatrixGroup", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsProjectionDirectProductMatrixGroup" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsSurjective", - "Tester(IsSurjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsProjectionDirectProductMatrixGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprdmat.gi", - "line": 169 - }, - "name": "IsProjectionDirectProductMatrixGroup", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEmbeddingImprimitiveWreathProductMatrixGroup" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsEmbeddingImprimitiveWreathProductMatrixGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprdmat.gi", - "line": 313 - }, - "name": "IsEmbeddingImprimitiveWreathProductMatrixGroup", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSlicedPerm" - ], - "implied": [ - "IsPerm", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsFiniteOrderElement", - "IsSlicedPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/stbcbckt.gi", - "line": 64 - }, - "name": "IsSlicedPerm", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsSlicedPermInv" - ], - "implied": [ - "IsPerm", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsFiniteOrderElement", - "IsSlicedPermInv" - ], - "location": { - "file": "/home/makx/ac/gap/lib/stbcbckt.gi", - "line": 117 - }, - "name": "IsSlicedPermInv", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsRightCosetDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsGeneralizedDomain", - "IsExternalSet", - "IsExternalSubset", - "IsExternalOrbit", - "IsRightCoset", - "IsRightCosetDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetgrp.gi", - "line": 18 - }, - "name": "IsRightCosetDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsDoubleCosetDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsExtRSet", - "IsDoubleCoset", - "IsDoubleCosetDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetgrp.gi", - "line": 57 - }, - "name": "IsDoubleCosetDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsRightTransversalViaCosetsRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsRightTransversal", - "IsRightTransversalRep", - "IsRightTransversalViaCosetsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetgrp.gi", - "line": 1078 - }, - "name": "IsRightTransversalViaCosetsRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsFactoredTransversalRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsRightTransversal", - "IsRightTransversalRep", - "IsFactoredTransversalRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetgrp.gi", - "line": 1168 - }, - "name": "IsFactoredTransversalRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsRightTransversalPermGroupRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsRightTransversal", - "IsRightTransversalRep", - "IsRightTransversalPermGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetperm.gi", - "line": 119 - }, - "name": "IsRightTransversalPermGroupRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsRightTransversalPcGroupRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsRightTransversal", - "IsRightTransversalRep", - "IsRightTransversalPcGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetpc.gi", - "line": 234 - }, - "name": "IsRightTransversalPcGroupRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsEnumeratorByNiceomorphismRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsEnumeratorByNiceomorphismRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnice.gi", - "line": 1022 - }, - "name": "IsEnumeratorByNiceomorphismRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsActionHomomorphismAutomGroup" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsActionHomomorphism", - "IsActionHomomorphismByBase", - "IsActionHomomorphismAutomGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/morpheus.gi", - "line": 64 - }, - "name": "IsActionHomomorphismAutomGroup", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBlowUpIsomorphism" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)", - "IsBlowUpIsomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gi", - "line": 981 - }, - "name": "IsBlowUpIsomorphism", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsRightTransversalFpGroupRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsRightTransversal", - "IsRightTransversalRep", - "IsRightTransversalFpGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gi", - "line": 5131 - }, - "name": "IsRightTransversalFpGroupRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPresentationDefaultRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPresentationDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/sgpres.gi", - "line": 1381 - }, - "name": "IsPresentationDefaultRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsModuloPcgsFpGroupRep" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsNoImmediateMethodsObject", - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsFinite", - "Tester(IsFinite)", - "IsConstantTimeAccessList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneralPcgs", - "IsModuloPcgs", - "IsPcgsDefaultRep", - "IsModuloPcgsFpGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomfp.gi", - "line": 1135 - }, - "name": "IsModuloPcgsFpGroupRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsTransformationRepOfEndo" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsTransformationRepOfEndo" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fastendo.gi", - "line": 25 - }, - "name": "IsTransformationRepOfEndo", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsKnuthBendixRewritingSystemRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsKnuthBendixRewritingSystemRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/kbsemi.gi", - "line": 23 - }, - "name": "IsKnuthBendixRewritingSystemRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsFloatPseudoField" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsFloatPseudoField" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gi", - "line": 17 - }, - "name": "IsFloatPseudoField", - "type": "GAP_Category" - }, - { - "aka": [ - "IsFloatRationalFunction" - ], - "implied": [ - "IsExtAElement", - "IsNearAdditiveElement", - "IsNearAdditiveElementWithZero", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsZDFRE", - "IsPolynomialFunction", - "IsRationalFunction", - "IsFloatRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gi", - "line": 20 - }, - "name": "IsFloatRationalFunction", - "type": "GAP_Category" - }, - { - "aka": [ - "IsIEEE754PseudoField" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsFloatPseudoField", - "IsIEEE754PseudoField" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ieee754.g", - "line": 122 - }, - "name": "IsIEEE754PseudoField", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsLinearlyPrimitive", - "HasIsPrimitiveMatrixGroup" - ], - "implied": [ - "Tester(IsPrimitiveMatrixGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/prim/irredsol.gd", - "line": 257 - }, - "name": "Tester(IsPrimitiveMatrixGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsPrimGrpIterRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsPrimGrpIterRep" - ], - "location": { - "file": "/home/makx/ac/gap/prim/primitiv.gi", - "line": 368 - }, - "name": "IsPrimGrpIterRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPGAutomorphismRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "IsPGAutomorphismRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/autpgrp/gap/autos.gd", - "line": 27 - }, - "name": "IsPGAutomorphismRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBasisOfMatrixField" - ], - "implied": [ - "IsList", - "IsDenseList", - "IsHomogeneousList", - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsBasis", - "IsBasisOfMatrixField" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 10 - }, - "name": "IsBasisOfMatrixField", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsUnitGroup" - ], - "implied": [ - "Tester(IsUnitGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 17 - }, - "name": "Tester(IsUnitGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsUnitGroupIsomorphism" - ], - "implied": [ - "Tester(IsUnitGroupIsomorphism)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 18 - }, - "name": "Tester(IsUnitGroupIsomorphism)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNumberFieldByMatrices" - ], - "implied": [ - "Tester(IsNumberFieldByMatrices)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 19 - }, - "name": "Tester(IsNumberFieldByMatrices)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsMultGroupByFieldElemsIsomorphism" - ], - "implied": [ - "Tester(IsMultGroupByFieldElemsIsomorphism)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 20 - }, - "name": "Tester(IsMultGroupByFieldElemsIsomorphism)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsFromTheLeftCollectorRep" - ], - "implied": [ - "IsCopyable", - "IsRewritingSystem", - "IsBuiltFromMagma", - "Tester(IsBuiltFromMagma)", - "IsBuiltFromMagmaWithOne", - "Tester(IsBuiltFromMagmaWithOne)", - "IsBuiltFromMagmaWithInverses", - "Tester(IsBuiltFromMagmaWithInverses)", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)", - "IsPolycyclicCollector", - "IsPowerConjugateCollector", - "IsFromTheLeftCollectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/collect.gd", - "line": 15 - }, - "name": "IsFromTheLeftCollectorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsWeightedCollector" - ], - "implied": [ - "Tester(IsWeightedCollector)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/collect.gd", - "line": 25 - }, - "name": "Tester(IsWeightedCollector)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPolynomialCollector" - ], - "implied": [ - "Tester(IsPolynomialCollector)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/collect.gd", - "line": 32 - }, - "name": "Tester(IsPolynomialCollector)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasUseLibraryCollector" - ], - "implied": [ - "Tester(UseLibraryCollector)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/collect.gd", - "line": 40 - }, - "name": "Tester(UseLibraryCollector)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPolycyclicPresentation" - ], - "implied": [ - "Tester(IsPolycyclicPresentation)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/collect.gd", - "line": 111 - }, - "name": "Tester(IsPolycyclicPresentation)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsPcpElement" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsPcpElement" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcpelms.gd", - "line": 10 - }, - "name": "IsPcpElement", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPcpElementFamily" - ], - "implied": [ - "IsFamily", - "CategoryFamily(IsPcpElement)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcpelms.gd", - "line": 11 - }, - "name": "CategoryFamily(IsPcpElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPcpElementCollection" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsGeneratorsOfMagmaWithInverses", - "Tester(IsGeneratorsOfMagmaWithInverses)", - "CategoryCollections(IsPcpElement)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcpelms.gd", - "line": 12 - }, - "name": "CategoryCollections(IsPcpElement)", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPcpElementRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsPcpElementRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcpelms.gd", - "line": 26 - }, - "name": "IsPcpElementRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsPcp" - ], - "implied": [ - "IsPcp" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcppcps.gd", - "line": 19 - }, - "name": "IsPcp", - "type": "GAP_Category" - }, - { - "aka": [ - "IsPcpRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsPcpRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcppcps.gd", - "line": 22 - }, - "name": "IsPcpRep", - "type": "GAP_Representation" - }, - { - "implied": [ - "Extrarankfilter" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/grphoms.gd", - "line": 17 - }, - "name": "Extrarankfilter", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsFromPcpGHBI" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "Extrarankfilter", - "IsFromPcpGHBI" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/grphoms.gd", - "line": 18 - }, - "name": "IsFromPcpGHBI", - "type": "GAP_Representation" - }, - { - "implied": [ - "Extrarankfilter" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/grphoms.gd", - "line": 22 - }, - "name": "Extrarankfilter", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsToPcpGHBI" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages", - "Extrarankfilter", - "IsToPcpGHBI" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/grphoms.gd", - "line": 23 - }, - "name": "IsToPcpGHBI", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsHomomorphismIntoMatrixGroup" - ], - "implied": [ - "Tester(IsHomomorphismIntoMatrixGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/matrep/matrep.gd", - "line": 12 - }, - "name": "Tester(IsHomomorphismIntoMatrixGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNilpotentByFinite" - ], - "implied": [ - "Tester(IsNilpotentByFinite)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/pcpgrp.gd", - "line": 11 - }, - "name": "Tester(IsNilpotentByFinite)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsTorsionFree" - ], - "implied": [ - "Tester(IsTorsionFree)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/torsion.gd", - "line": 30 - }, - "name": "Tester(IsTorsionFree)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFreeAbelian" - ], - "implied": [ - "Tester(IsFreeAbelian)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/torsion.gd", - "line": 38 - }, - "name": "Tester(IsFreeAbelian)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsClass" - ], - "implied": [ - "IsListOrCollection", - "IsClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/classes.gd", - "line": 15 - }, - "name": "IsClass", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsGroupClass" - ], - "implied": [ - "Tester(IsGroupClass)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 16 - }, - "name": "Tester(IsGroupClass)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasContainsTrivialGroup" - ], - "implied": [ - "Tester(ContainsTrivialGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 49 - }, - "name": "Tester(ContainsTrivialGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSubgroupClosed" - ], - "implied": [ - "Tester(IsSubgroupClosed)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 65 - }, - "name": "Tester(IsSubgroupClosed)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNormalSubgroupClosed" - ], - "implied": [ - "Tester(IsNormalSubgroupClosed)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 66 - }, - "name": "Tester(IsNormalSubgroupClosed)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsQuotientClosed" - ], - "implied": [ - "Tester(IsQuotientClosed)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 67 - }, - "name": "Tester(IsQuotientClosed)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsResiduallyClosed" - ], - "implied": [ - "Tester(IsResiduallyClosed)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 68 - }, - "name": "Tester(IsResiduallyClosed)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNormalProductClosed" - ], - "implied": [ - "Tester(IsNormalProductClosed)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 69 - }, - "name": "Tester(IsNormalProductClosed)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsDirectProductClosed" - ], - "implied": [ - "Tester(IsDirectProductClosed)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 70 - }, - "name": "Tester(IsDirectProductClosed)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSchunckClass" - ], - "implied": [ - "Tester(IsSchunckClass)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 71 - }, - "name": "Tester(IsSchunckClass)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSaturated" - ], - "implied": [ - "Tester(IsSaturated)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 72 - }, - "name": "Tester(IsSaturated)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPrimitiveSoluble", - "HasIsPrimitiveSolubleGroup", - "HasIsPrimitiveSolvable", - "HasIsPrimitiveSolvableGroup" - ], - "implied": [ - "Tester(IsPrimitiveSolubleGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/schunck.gd", - "line": 14 - }, - "name": "Tester(IsPrimitiveSolubleGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsClassByPropertyRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsClass", - "IsClassByPropertyRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/classes.gi", - "line": 200 - }, - "name": "IsClassByPropertyRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsClassByComplementRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsClass", - "IsClassByComplementRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/classes.gi", - "line": 279 - }, - "name": "IsClassByComplementRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsClassByIntersectionRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsClass", - "IsClassByIntersectionRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/classes.gi", - "line": 387 - }, - "name": "IsClassByIntersectionRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsClassByUnionRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsClass", - "IsClassByUnionRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/classes.gi", - "line": 594 - }, - "name": "IsClassByUnionRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsGroupClassByListRep" - ], - "implied": [ - "IsListOrCollection", - "IsClass", - "IsGroupClass", - "Tester(IsGroupClass)", - "IsGroupClassByListRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gi", - "line": 462 - }, - "name": "IsGroupClassByListRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsFittingProductRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsClass", - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsNormalSubgroupClosed", - "Tester(IsNormalSubgroupClosed)", - "IsNormalProductClosed", - "Tester(IsNormalProductClosed)", - "IsDirectProductClosed", - "Tester(IsDirectProductClosed)", - "IsFittingProductRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/fitting.gi", - "line": 100 - }, - "name": "IsFittingProductRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsFittingSetRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "CategoryCollections(CategoryCollections(IsExtLElement))", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(CategoryCollections(IsExtRElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsClass", - "IsClassByPropertyRep", - "IsFittingSetRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/fitting.gi", - "line": 181 - }, - "name": "IsFittingSetRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsFormationProductRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsClass", - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsQuotientClosed", - "Tester(IsQuotientClosed)", - "IsResiduallyClosed", - "Tester(IsResiduallyClosed)", - "IsDirectProductClosed", - "Tester(IsDirectProductClosed)", - "IsFormationProductRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/form.gi", - "line": 236 - }, - "name": "IsFormationProductRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsBBoxProgram" - ], - "implied": [ - "IsBBoxProgram" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/atlasrep/gap/bbox.gd", - "line": 151 - }, - "name": "IsBBoxProgram", - "type": "GAP_Category" - }, - { - "aka": [ - "IsStraightLineDecision" - ], - "implied": [ - "IsStraightLineDecision" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/atlasrep/gap/bbox.gd", - "line": 490 - }, - "name": "IsStraightLineDecision", - "type": "GAP_Category" - }, - { - "aka": [ - "HasKnowsSomeGroupInfo" - ], - "implied": [ - "Tester(KnowsSomeGroupInfo)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 1838 - }, - "name": "Tester(KnowsSomeGroupInfo)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNontrivialDirectProduct" - ], - "implied": [ - "Tester(IsNontrivialDirectProduct)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 2019 - }, - "name": "Tester(IsNontrivialDirectProduct)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasKnowsDeligneLusztigNames" - ], - "implied": [ - "Tester(KnowsDeligneLusztigNames)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 2050 - }, - "name": "Tester(KnowsDeligneLusztigNames)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsDuplicateTable" - ], - "implied": [ - "Tester(IsDuplicateTable)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 2091 - }, - "name": "Tester(IsDuplicateTable)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsSpinSymTable" - ], - "implied": [ - "IsNearlyCharacterTable", - "IsCharacterTable", - "IsSpinSymTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/spinsym/gap/young.gd", - "line": 53 - }, - "name": "IsSpinSymTable", - "type": "GAP_Category" - }, - { - "aka": [ - "IsLibTomRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsLibTomRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/tomlib/gap/tmadmin.tmd", - "line": 94 - }, - "name": "IsLibTomRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsInvAutomatonCategory" - ], - "implied": [ - "IsInvAutomatonCategory" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/Autom.gd", - "line": 10 - }, - "name": "IsInvAutomatonCategory", - "type": "GAP_Category" - }, - { - "aka": [ - "IsAutomorphismGroupOfFreeGroup" - ], - "implied": [ - "IsGroupOfAutomorphisms", - "Tester(IsGroupOfAutomorphisms)", - "IsAutomorphismGroup", - "Tester(IsAutomorphismGroup)", - "IsAutomorphismGroupOfFreeGroup" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/AutGrp.gd", - "line": 17 - }, - "name": "IsAutomorphismGroupOfFreeGroup", - "type": "GAP_Filter" - }, - { - "aka": [ - "IsSimpleInvAutomatonRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsListOrCollection", - "IsCollection", - "IsInvAutomatonCategory", - "IsSimpleInvAutomatonRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/Autom.gi", - "line": 15 - }, - "name": "IsSimpleInvAutomatonRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsIrreducibleMatrixGroup" - ], - "implied": [ - "Tester(IsIrreducibleMatrixGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 19 - }, - "name": "Tester(IsIrreducibleMatrixGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAbsolutelyIrreducibleMatrixGroup" - ], - "implied": [ - "Tester(IsAbsolutelyIrreducibleMatrixGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 32 - }, - "name": "Tester(IsAbsolutelyIrreducibleMatrixGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsMaximalAbsolutelyIrreducibleSolvableMatrixGroup" - ], - "implied": [ - "Tester(IsMaximalAbsolutelyIrreducibleSolvableMatrixGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 94 - }, - "name": "Tester(IsMaximalAbsolutelyIrreducibleSolvableMatrixGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsNilpotentLieAutomorphismRep" - ], - "implied": [ - "IsExtLElement", - "IsExtRElement", - "IsMultiplicativeElement", - "IsMultiplicativeElementWithOne", - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsNilpotentLieAutomorphismRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 14 - }, - "name": "IsNilpotentLieAutomorphismRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsLieNilpotentOverFp" - ], - "implied": [ - "Tester(IsLieNilpotentOverFp)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 18 - }, - "name": "Tester(IsLieNilpotentOverFp)", - "type": "GAP_TrueProperty" - }, - { - "implied": [ - "Tester(IsLieCover)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 41 - }, - "name": "Tester(IsLieCover)", - "type": "GAP_TrueProperty" - }, - { - "implied": [ - "Tester(IsLieAlgebraWithNB)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 58 - }, - "name": "Tester(IsLieAlgebraWithNB)", - "type": "GAP_TrueProperty" - }, - { - "implied": [ - "Tester(IsNilpotentBasis)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 63 - }, - "name": "Tester(IsNilpotentBasis)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsGroupAlgebra" - ], - "implied": [ - "Tester(IsGroupAlgebra)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 37 - }, - "name": "Tester(IsGroupAlgebra)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFModularGroupAlgebra" - ], - "implied": [ - "Tester(IsFModularGroupAlgebra)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 48 - }, - "name": "Tester(IsFModularGroupAlgebra)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPModularGroupAlgebra" - ], - "implied": [ - "Tester(IsPModularGroupAlgebra)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 58 - }, - "name": "Tester(IsPModularGroupAlgebra)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsGroupOfUnitsOfMagmaRing" - ], - "implied": [ - "Tester(IsGroupOfUnitsOfMagmaRing)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 261 - }, - "name": "Tester(IsGroupOfUnitsOfMagmaRing)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsUnitGroupOfGroupRing" - ], - "implied": [ - "Tester(IsUnitGroupOfGroupRing)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 268 - }, - "name": "Tester(IsUnitGroupOfGroupRing)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsNormalizedUnitGroupOfGroupRing" - ], - "implied": [ - "Tester(IsNormalizedUnitGroupOfGroupRing)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 275 - }, - "name": "Tester(IsNormalizedUnitGroupOfGroupRing)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsLieAlgebraByAssociativeAlgebra" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsExtAElement", - "CategoryCollections(IsExtAElement)", - "CategoryCollections(IsNearAdditiveElement)", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "CategoryCollections(IsExtLElement)", - "IsExtRElement", - "CategoryCollections(IsExtRElement)", - "CategoryCollections(IsMultiplicativeElement)", - "IsGeneralizedDomain", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsAnticommutative", - "Tester(IsAnticommutative)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsFreeLeftModule", - "IsLieAlgebraByAssociativeAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 437 - }, - "name": "IsLieAlgebraByAssociativeAlgebra", - "type": "GAP_Category" - }, - { - "aka": [ - "HasIsLieAlgebraOfGroupRing" - ], - "implied": [ - "Tester(IsLieAlgebraOfGroupRing)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 459 - }, - "name": "Tester(IsLieAlgebraOfGroupRing)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsBasisOfLieAlgebraOfGroupRing" - ], - "implied": [ - "Tester(IsBasisOfLieAlgebraOfGroupRing)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 470 - }, - "name": "Tester(IsBasisOfLieAlgebraOfGroupRing)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsLieMetabelian" - ], - "implied": [ - "Tester(IsLieMetabelian)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 542 - }, - "name": "Tester(IsLieMetabelian)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsLieCentreByMetabelian" - ], - "implied": [ - "Tester(IsLieCentreByMetabelian)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 558 - }, - "name": "Tester(IsLieCentreByMetabelian)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSolvablePolynomial" - ], - "implied": [ - "Tester(IsSolvablePolynomial)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/radiroot/lib/Radicals.gd", - "line": 21 - }, - "name": "Tester(IsSolvablePolynomial)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSeparablePolynomial" - ], - "implied": [ - "Tester(IsSeparablePolynomial)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/radiroot/lib/Radicals.gd", - "line": 22 - }, - "name": "Tester(IsSeparablePolynomial)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAffineCrystGroupOnRight" - ], - "implied": [ - "Tester(IsAffineCrystGroupOnRight)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 22 - }, - "name": "Tester(IsAffineCrystGroupOnRight)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAffineCrystGroupOnLeft" - ], - "implied": [ - "Tester(IsAffineCrystGroupOnLeft)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 28 - }, - "name": "Tester(IsAffineCrystGroupOnLeft)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAffineCrystGroupOnLeftOrRight" - ], - "implied": [ - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 35 - }, - "name": "Tester(IsAffineCrystGroupOnLeftOrRight)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSpaceGroup" - ], - "implied": [ - "Tester(IsSpaceGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 120 - }, - "name": "Tester(IsSpaceGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsStandardAffineCrystGroup" - ], - "implied": [ - "Tester(IsStandardAffineCrystGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 126 - }, - "name": "Tester(IsStandardAffineCrystGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsSymmorphicSpaceGroup" - ], - "implied": [ - "Tester(IsSymmorphicSpaceGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 139 - }, - "name": "Tester(IsSymmorphicSpaceGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPointGroup" - ], - "implied": [ - "Tester(IsPointGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 145 - }, - "name": "Tester(IsPointGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsPointHomomorphism" - ], - "implied": [ - "Tester(IsPointHomomorphism)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/hom.gd", - "line": 14 - }, - "name": "Tester(IsPointHomomorphism)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFromAffineCrystGroupToFpGroup" - ], - "implied": [ - "Tester(IsFromAffineCrystGroupToFpGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/hom.gd", - "line": 33 - }, - "name": "Tester(IsFromAffineCrystGroupToFpGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsFromAffineCrystGroupToPcpGroup" - ], - "implied": [ - "Tester(IsFromAffineCrystGroupToPcpGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/hom.gd", - "line": 39 - }, - "name": "Tester(IsFromAffineCrystGroupToPcpGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsWyckoffPosition" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsWyckoffPosition" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/wyckoff.gd", - "line": 16 - }, - "name": "IsWyckoffPosition", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsWyckoffGraph" - ], - "implied": [ - "IsWyckoffGraph" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/wyckoff.gd", - "line": 89 - }, - "name": "IsWyckoffGraph", - "type": "GAP_Filter" - }, - { - "aka": [ - "HasIsColorGroup" - ], - "implied": [ - "Tester(IsColorGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/color.gd", - "line": 16 - }, - "name": "Tester(IsColorGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAlmostCrystallographic" - ], - "implied": [ - "Tester(IsAlmostCrystallographic)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/aclib/gap/groups.gd", - "line": 7 - }, - "name": "Tester(IsAlmostCrystallographic)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsAlmostBieberbachGroup" - ], - "implied": [ - "Tester(IsAlmostBieberbachGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/aclib/gap/groups.gd", - "line": 8 - }, - "name": "Tester(IsAlmostBieberbachGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsIsomorphismByFinitePolycyclicMatrixGroup" - ], - "implied": [ - "Tester(IsIsomorphismByFinitePolycyclicMatrixGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polenta-1.3.6/lib/present.gd", - "line": 20 - }, - "name": "Tester(IsIsomorphismByFinitePolycyclicMatrixGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsIsomorphismByPolycyclicMatrixGroup" - ], - "implied": [ - "Tester(IsIsomorphismByPolycyclicMatrixGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polenta-1.3.6/lib/present.gd", - "line": 22 - }, - "name": "Tester(IsIsomorphismByPolycyclicMatrixGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsTriangularizableMatGroup" - ], - "implied": [ - "Tester(IsTriangularizableMatGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polenta-1.3.6/lib/solvable.gd", - "line": 30 - }, - "name": "Tester(IsTriangularizableMatGroup)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsZ_pi" - ], - "implied": [ - "Tester(IsZ_pi)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/z_pi.gd", - "line": 18 - }, - "name": "Tester(IsZ_pi)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsResidueClassUnion", - "IsUnionOfResidueClasses" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsResidueClassUnion" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 18 - }, - "name": "IsResidueClassUnion", - "type": "GAP_Category" - }, - { - "aka": [ - "IsResidueClassUnionOfZ", - "IsUnionOfResidueClassesOfZ" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsResidueClassUnion", - "IsResidueClassUnionOfZ", - "IsResidueClassUnionOfZorZ_pi" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 40 - }, - "name": "IsResidueClassUnionOfZ", - "type": "GAP_Category" - }, - { - "aka": [ - "IsResidueClassUnionOfZxZ", - "IsUnionOfResidueClassesOfZxZ" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsResidueClassUnion", - "IsResidueClassUnionOfZxZ" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 43 - }, - "name": "IsResidueClassUnionOfZxZ", - "type": "GAP_Category" - }, - { - "aka": [ - "IsResidueClassUnionOfZ_pi", - "IsUnionOfResidueClassesOfZ_pi" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsResidueClassUnion", - "IsResidueClassUnionOfZ_pi", - "IsResidueClassUnionOfZorZ_pi" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 46 - }, - "name": "IsResidueClassUnionOfZ_pi", - "type": "GAP_Category" - }, - { - "aka": [ - "IsResidueClassUnionOfGFqx", - "IsUnionOfResidueClassesOfGFqx" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsResidueClassUnion", - "IsResidueClassUnionOfGFqx" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 49 - }, - "name": "IsResidueClassUnionOfGFqx", - "type": "GAP_Category" - }, - { - "aka": [ - "IsResidueClassUnionOfZorZ_pi", - "IsUnionOfResidueClassesOfZorZ_pi" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsResidueClassUnion", - "IsResidueClassUnionOfZorZ_pi" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 52 - }, - "name": "IsResidueClassUnionOfZorZ_pi", - "type": "GAP_Category" - }, - { - "aka": [ - "IsResidueClassUnionResidueListRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsResidueClassUnionResidueListRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 90 - }, - "name": "IsResidueClassUnionResidueListRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsResidueClassUnionClassListRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsResidueClassUnionClassListRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 130 - }, - "name": "IsResidueClassUnionClassListRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "IsResidueClassUnionsIteratorRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsResidueClassUnionsIteratorRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 160 - }, - "name": "IsResidueClassUnionsIteratorRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsResidueClass" - ], - "implied": [ - "Tester(IsResidueClass)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 217 - }, - "name": "Tester(IsResidueClass)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsZxZ" - ], - "implied": [ - "Tester(IsZxZ)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 292 - }, - "name": "Tester(IsZxZ)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/fixedrep.gd", - "line": 18 - }, - "name": "IsUnionOfResidueClassesWithFixedRepresentatives", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUnionOfResidueClassesOfZWithFixedRepresentatives" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsUnionOfResidueClassesWithFixedRepresentatives", - "IsUnionOfResidueClassesOfZWithFixedRepresentatives", - "IsUnionOfResidueClassesOfZorZ_piWithFixedRepresentatives" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/fixedrep.gd", - "line": 32 - }, - "name": "IsUnionOfResidueClassesOfZWithFixedRepresentatives", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUnionOfResidueClassesOfZ_piWithFixedRepresentatives" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsUnionOfResidueClassesWithFixedRepresentatives", - "IsUnionOfResidueClassesOfZ_piWithFixedRepresentatives", - "IsUnionOfResidueClassesOfZorZ_piWithFixedRepresentatives" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/fixedrep.gd", - "line": 34 - }, - "name": "IsUnionOfResidueClassesOfZ_piWithFixedRepresentatives", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUnionOfResidueClassesOfGFqxWithFixedRepresentatives" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsUnionOfResidueClassesWithFixedRepresentatives", - "IsUnionOfResidueClassesOfGFqxWithFixedRepresentatives" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/fixedrep.gd", - "line": 36 - }, - "name": "IsUnionOfResidueClassesOfGFqxWithFixedRepresentatives", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUnionOfResidueClassesOfZorZ_piWithFixedRepresentatives" - ], - "implied": [ - "IsListOrCollection", - "IsCollection", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsGeneralizedDomain", - "IsUnionOfResidueClassesWithFixedRepresentatives", - "IsUnionOfResidueClassesOfZorZ_piWithFixedRepresentatives" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/fixedrep.gd", - "line": 38 - }, - "name": "IsUnionOfResidueClassesOfZorZ_piWithFixedRepresentatives", - "type": "GAP_Category" - }, - { - "aka": [ - "IsUnionOfResidueClassesWithFixedRepsStandardRep" - ], - "implied": [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsUnionOfResidueClassesWithFixedRepsStandardRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/fixedrep.gd", - "line": 58 - }, - "name": "IsUnionOfResidueClassesWithFixedRepsStandardRep", - "type": "GAP_Representation" - }, - { - "aka": [ - "HasIsResidueClassWithFixedRepresentative" - ], - "implied": [ - "Tester(IsResidueClassWithFixedRepresentative)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/fixedrep.gd", - "line": 104 - }, - "name": "Tester(IsResidueClassWithFixedRepresentative)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "HasIsOverlappingFree" - ], - "implied": [ - "Tester(IsOverlappingFree)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/fixedrep.gd", - "line": 180 - }, - "name": "Tester(IsOverlappingFree)", - "type": "GAP_TrueProperty" - }, - { - "aka": [ - "Name", - "SimsName" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 356 - }, - "name": "Name", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InfoText" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 373 - }, - "name": "InfoText", - "type": "GAP_Attribute" - }, - { - "aka": [ - "String" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 412 - }, - "name": "String", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsImpossible" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 619 - }, - "name": "IsImpossible", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CollectionsFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 125 - }, - "name": "CollectionsFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ElementsFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 181 - }, - "name": "ElementsFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsEmpty" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1344 - }, - "name": "IsEmpty", - "type": "GAP_Property" - }, - { - "aka": [ - "IsTrivial" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1363 - }, - "name": "IsTrivial", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNonTrivial" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1404 - }, - "name": "IsNonTrivial", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFinite" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1430 - }, - "name": "IsFinite", - "type": "GAP_Property" - }, - { - "aka": [ - "IsWholeFamily" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1469 - }, - "name": "IsWholeFamily", - "type": "GAP_Property" - }, - { - "aka": [ - "Size" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1505 - }, - "name": "Size", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Representative" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1545 - }, - "name": "Representative", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RepresentativeSmallest" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1575 - }, - "name": "RepresentativeSmallest", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PseudoRandomSeed" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1743 - }, - "name": "PseudoRandomSeed", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Enumerator" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1777 - }, - "name": "Enumerator", - "type": "GAP_Attribute" - }, - { - "aka": [ - "EnumeratorSorted" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1821 - }, - "name": "EnumeratorSorted", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingCollection" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2011 - }, - "name": "UnderlyingCollection", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsList" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2217 - }, - "name": "AsList", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsSortedList" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2258 - }, - "name": "AsSortedList", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsSSortedList", - "AsSet" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2320 - }, - "name": "AsSSortedList", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CanEasilyCompareElements" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3199 - }, - "name": "CanEasilyCompareElements", - "type": "GAP_Property" - }, - { - "aka": [ - "CanEasilySortElements" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3201 - }, - "name": "CanEasilySortElements", - "type": "GAP_Property" - }, - { - "aka": [ - "RandomizerAttr" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3250 - }, - "name": "RandomizerAttr", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CheapRandomizerAttr" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3251 - }, - "name": "CheapRandomizerAttr", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsSmallList" - ], - "filters": [ - "IsList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 112 - }, - "name": "IsSmallList", - "type": "GAP_Property" - }, - { - "aka": [ - "LENGTH", - "Length" - ], - "filters": [ - "IsList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 136 - }, - "name": "Length", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ConstantTimeAccessList" - ], - "filters": [ - "IsList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 290 - }, - "name": "ConstantTimeAccessList", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsSortedList" - ], - "filters": [ - "IsList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 464 - }, - "name": "IsSortedList", - "type": "GAP_Property" - }, - { - "aka": [ - "IS_SSORT_LIST", - "IsSSortedList", - "IsSet" - ], - "filters": [ - "IsList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 503 - }, - "name": "IsSSortedList", - "type": "GAP_Property" - }, - { - "aka": [ - "IS_NSORT_LIST", - "IsNSortedList" - ], - "filters": [ - "IsDenseList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 516 - }, - "name": "IsNSortedList", - "type": "GAP_Property" - }, - { - "aka": [ - "IsDuplicateFree" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 549 - }, - "name": "IsDuplicateFree", - "type": "GAP_Property" - }, - { - "aka": [ - "IS_POSS_LIST", - "IsPositionsList" - ], - "filters": [ - "IsDenseList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 569 - }, - "name": "IsPositionsList", - "type": "GAP_Property" - }, - { - "aka": [ - "AsDuplicateFreeList" - ], - "filters": [ - "IsList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1300 - }, - "name": "AsDuplicateFreeList", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SortingPerm" - ], - "filters": [ - "IsList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1603 - }, - "name": "SortingPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NestingDepthA" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 648 - }, - "name": "NestingDepthA", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NestingDepthM" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 692 - }, - "name": "NestingDepthM", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsZero" - ], - "filters": [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1321 - }, - "name": "IsZero", - "type": "GAP_Property" - }, - { - "aka": [ - "IsOne" - ], - "filters": [ - "IsMultiplicativeElementWithOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1339 - }, - "name": "IsOne", - "type": "GAP_Property" - }, - { - "aka": [ - "Zero", - "ZeroAttr", - "ZeroImmutable" - ], - "filters": [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1415 - }, - "name": "ZeroImmutable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AdditiveInverse", - "AdditiveInverseAttr", - "AdditiveInverseImmutable" - ], - "filters": [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1497 - }, - "name": "AdditiveInverseImmutable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Identity", - "One", - "OneAttr", - "OneImmutable" - ], - "filters": [ - "IsMultiplicativeElementWithOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1607 - }, - "name": "OneImmutable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Inverse", - "InverseAttr", - "InverseImmutable" - ], - "filters": [ - "IsMultiplicativeElementWithInverse" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1696 - }, - "name": "InverseImmutable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Int" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1858 - }, - "name": "Int", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Rat" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1891 - }, - "name": "Rat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Characteristic" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1985 - }, - "name": "Characteristic", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Order", - "OrderCyc" - ], - "filters": [ - "IsMultiplicativeElementWithOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2007 - }, - "name": "Order", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormedRowVector" - ], - "filters": [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsHomogeneousList", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElementWithInverse)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2032 - }, - "name": "NormedRowVector", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsCommutativeFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2039 - }, - "name": "IsCommutativeFamily", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSkewFieldFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2053 - }, - "name": "IsSkewFieldFamily", - "type": "GAP_Property" - }, - { - "aka": [ - "IsUFDFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2070 - }, - "name": "IsUFDFamily", - "type": "GAP_Property" - }, - { - "aka": [ - "AdditiveElementsAsMultiplicativeElementsFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2099 - }, - "name": "AdditiveElementsAsMultiplicativeElementsFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AdditiveElementAsMultiplicativeElement" - ], - "filters": [ - "IsAdditiveElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2118 - }, - "name": "AdditiveElementAsMultiplicativeElement", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsIdempotent" - ], - "filters": [ - "IsMultiplicativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2152 - }, - "name": "IsIdempotent", - "type": "GAP_Property" - }, - { - "aka": [ - "DegreeFFE" - ], - "filters": [ - "IsFFE" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 496 - }, - "name": "DegreeFFE", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IntFFE" - ], - "filters": [ - "IsFFE" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 570 - }, - "name": "IntFFE", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IntFFESymm" - ], - "filters": [ - "IsFFE" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 617 - }, - "name": "IntFFESymm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsInternalFFE" - ], - "filters": [ - "IsFFE" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 653 - }, - "name": "AsInternalFFE", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfDomain" - ], - "filters": [ - "IsGeneralizedDomain", - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/domain.gd", - "line": 164 - }, - "name": "GeneratorsOfDomain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AssociatedSemigroup", - "ParentAttr" - ], - "filters": [ - "IsGeneralizedDomain", - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/domain.gd", - "line": 279 - }, - "name": "ParentAttr", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsCycInt", - "IsIntegralCyclotomic" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 599 - }, - "name": "IsIntegralCyclotomic", - "type": "GAP_Property" - }, - { - "aka": [ - "CONDUCTOR", - "Conductor" - ], - "filters": [ - "IsCyc" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 640 - }, - "name": "Conductor", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RecFields", - "RecNames" - ], - "filters": [ - "IsRecord" - ], - "location": { - "file": "/home/makx/ac/gap/lib/record.g", - "line": 154 - }, - "name": "RecNames", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsRectangularTable" - ], - "filters": [ - "IsList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/list.g", - "line": 86 - }, - "name": "IsRectangularTable", - "type": "GAP_Property" - }, - { - "aka": [ - "SmallestGeneratorPerm" - ], - "filters": [ - "IsPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 136 - }, - "name": "SmallestGeneratorPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SmallestMovedPoint", - "SmallestMovedPointPerm" - ], - "filters": [ - "IsPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 167 - }, - "name": "SmallestMovedPoint", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LargestMovedPoint", - "LargestMovedPointPerm" - ], - "filters": [ - "IsPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 197 - }, - "name": "LargestMovedPoint", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DegreeAction", - "DegreeOperation", - "NrMovedPoints", - "NrMovedPointsPerm" - ], - "filters": [ - "IsPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 242 - }, - "name": "NrMovedPoints", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MovedPoints" - ], - "filters": [ - "IsPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 270 - }, - "name": "MovedPoints", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SignPerm" - ], - "filters": [ - "IsPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 294 - }, - "name": "SignPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CycleStructurePerm" - ], - "filters": [ - "IsPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 329 - }, - "name": "CycleStructurePerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Cos" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 178 - }, - "name": "Cos", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Sin" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 179 - }, - "name": "Sin", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Tan" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 180 - }, - "name": "Tan", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Sec" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 181 - }, - "name": "Sec", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Csc" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 182 - }, - "name": "Csc", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Cot" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 183 - }, - "name": "Cot", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Asin" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 184 - }, - "name": "Asin", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Acos" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 185 - }, - "name": "Acos", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Atan" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 186 - }, - "name": "Atan", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Cosh" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 187 - }, - "name": "Cosh", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Sinh" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 188 - }, - "name": "Sinh", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Tanh" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 189 - }, - "name": "Tanh", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Sech" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 190 - }, - "name": "Sech", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Csch" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 191 - }, - "name": "Csch", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Coth" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 192 - }, - "name": "Coth", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Asinh" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 193 - }, - "name": "Asinh", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Acosh" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 194 - }, - "name": "Acosh", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Atanh" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 195 - }, - "name": "Atanh", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Log2" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 197 - }, - "name": "Log2", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Log10" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 198 - }, - "name": "Log10", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Log1p" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 199 - }, - "name": "Log1p", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Exp" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 200 - }, - "name": "Exp", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Exp2" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 201 - }, - "name": "Exp2", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Exp10" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 202 - }, - "name": "Exp10", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Expm1" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 203 - }, - "name": "Expm1", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CubeRoot" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 204 - }, - "name": "CubeRoot", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Square" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 205 - }, - "name": "Square", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Ceil" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 206 - }, - "name": "Ceil", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Floor" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 207 - }, - "name": "Floor", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Round" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 208 - }, - "name": "Round", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Trunc" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 209 - }, - "name": "Trunc", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FrExp" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 211 - }, - "name": "FrExp", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Argument" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 213 - }, - "name": "Argument", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AbsoluteValue" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 214 - }, - "name": "AbsoluteValue", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Frac" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 217 - }, - "name": "Frac", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SinCos" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 218 - }, - "name": "SinCos", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Erf" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 219 - }, - "name": "Erf", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Zeta" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 220 - }, - "name": "Zeta", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Gamma" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 221 - }, - "name": "Gamma", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComplexI" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 222 - }, - "name": "ComplexI", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PrecisionFloat" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 224 - }, - "name": "PrecisionFloat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SignFloat" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 225 - }, - "name": "SignFloat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Sup" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 227 - }, - "name": "Sup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Inf" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 228 - }, - "name": "Inf", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Mid" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 229 - }, - "name": "Mid", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AbsoluteDiameter" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 230 - }, - "name": "AbsoluteDiameter", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RelativeDiameter" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 231 - }, - "name": "RelativeDiameter", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPInfinity" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 240 - }, - "name": "IsPInfinity", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNInfinity" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 241 - }, - "name": "IsNInfinity", - "type": "GAP_Property" - }, - { - "aka": [ - "IsXInfinity" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 242 - }, - "name": "IsXInfinity", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNaN" - ], - "filters": [ - "IsFloat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 244 - }, - "name": "IsNaN", - "type": "GAP_Property" - }, - { - "aka": [ - "ComponentsOfDirectProductElementsFamily" - ], - "filters": [ - "CategoryFamily(IsDirectProductElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tuples.gd", - "line": 120 - }, - "name": "ComponentsOfDirectProductElementsFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "EmptyRowVector" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rvecempt.gd", - "line": 28 - }, - "name": "EmptyRowVector", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfExtASet" - ], - "filters": [ - "IsExtASet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 60 - }, - "name": "GeneratorsOfExtASet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AdditivelyActingDomain" - ], - "filters": [ - "IsExtASet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 68 - }, - "name": "AdditivelyActingDomain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsLeftActedOnByDivisionRing" - ], - "filters": [ - "IsExtLSet", - "IsLeftActedOnByRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 188 - }, - "name": "IsLeftActedOnByDivisionRing", - "type": "GAP_Property" - }, - { - "aka": [ - "GeneratorsOfExtLSet", - "GeneratorsOfLeftMagmaIdeal" - ], - "filters": [ - "IsExtLSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 217 - }, - "name": "GeneratorsOfExtLSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LeftActingDomain" - ], - "filters": [ - "IsExtLSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 236 - }, - "name": "LeftActingDomain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfExtRSet", - "GeneratorsOfRightMagmaIdeal" - ], - "filters": [ - "IsExtRSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 133 - }, - "name": "GeneratorsOfExtRSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RightActingDomain" - ], - "filters": [ - "IsExtRSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 140 - }, - "name": "RightActingDomain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfExtUSet" - ], - "filters": [ - "IsExtUSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 95 - }, - "name": "GeneratorsOfExtUSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UpperActingDomain" - ], - "filters": [ - "IsExtRSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 102 - }, - "name": "UpperActingDomain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FamilyRange" - ], - "filters": [ - "CategoryFamily(IsGeneralMapping)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 297 - }, - "name": "FamilyRange", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FamilySource" - ], - "filters": [ - "CategoryFamily(IsGeneralMapping)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 315 - }, - "name": "FamilySource", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FamiliesOfGeneralMappingsAndRanges" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 335 - }, - "name": "FamiliesOfGeneralMappingsAndRanges", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsConstantTimeAccessGeneralMapping" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 357 - }, - "name": "IsConstantTimeAccessGeneralMapping", - "type": "GAP_Property" - }, - { - "aka": [ - "IsBinaryRelation", - "IsEndoGeneralMapping" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 375 - }, - "name": "IsEndoGeneralMapping", - "type": "GAP_Property" - }, - { - "aka": [ - "IsTotal" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 394 - }, - "name": "IsTotal", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSingleValued" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 418 - }, - "name": "IsSingleValued", - "type": "GAP_Property" - }, - { - "aka": [ - "IsInjective", - "IsOneToOne" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 484 - }, - "name": "IsInjective", - "type": "GAP_Property" - }, - { - "aka": [ - "IsOnto", - "IsSurjective" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 505 - }, - "name": "IsSurjective", - "type": "GAP_Property" - }, - { - "aka": [ - "Range" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 543 - }, - "name": "Range", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Source", - "UnderlyingDomainOfBinaryRelation" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 560 - }, - "name": "Source", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingRelation" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 584 - }, - "name": "UnderlyingRelation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingGeneralMapping" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 601 - }, - "name": "UnderlyingGeneralMapping", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IdentityMapping" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 657 - }, - "name": "IdentityMapping", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InverseGeneralMapping" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 688 - }, - "name": "InverseGeneralMapping", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ImagesSource" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 709 - }, - "name": "ImagesSource", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PreImagesRange" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 730 - }, - "name": "PreImagesRange", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MappingGeneratorsImages" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1478 - }, - "name": "MappingGeneratorsImages", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RespectsMultiplication" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 60 - }, - "name": "RespectsMultiplication", - "type": "GAP_Property" - }, - { - "aka": [ - "RespectsOne" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 89 - }, - "name": "RespectsOne", - "type": "GAP_Property" - }, - { - "aka": [ - "RespectsInverses" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 119 - }, - "name": "RespectsInverses", - "type": "GAP_Property" - }, - { - "aka": [ - "KernelOfMultiplicativeGeneralMapping" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 180 - }, - "name": "KernelOfMultiplicativeGeneralMapping", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CoKernelOfMultiplicativeGeneralMapping" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 204 - }, - "name": "CoKernelOfMultiplicativeGeneralMapping", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RespectsAddition" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 240 - }, - "name": "RespectsAddition", - "type": "GAP_Property" - }, - { - "aka": [ - "RespectsZero" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 270 - }, - "name": "RespectsZero", - "type": "GAP_Property" - }, - { - "aka": [ - "RespectsAdditiveInverses" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 301 - }, - "name": "RespectsAdditiveInverses", - "type": "GAP_Property" - }, - { - "aka": [ - "KernelOfAdditiveGeneralMapping" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 358 - }, - "name": "KernelOfAdditiveGeneralMapping", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CoKernelOfAdditiveGeneralMapping" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 378 - }, - "name": "CoKernelOfAdditiveGeneralMapping", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RespectsScalarMultiplication" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 416 - }, - "name": "RespectsScalarMultiplication", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFieldHomomorphism" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 607 - }, - "name": "IsFieldHomomorphism", - "type": "GAP_Property" - }, - { - "aka": [ - "TransformsMultiplicationIntoAddition" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 729 - }, - "name": "TransformsMultiplicationIntoAddition", - "type": "GAP_Property" - }, - { - "aka": [ - "TranformsOneIntoZero" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 758 - }, - "name": "TranformsOneIntoZero", - "type": "GAP_Property" - }, - { - "aka": [ - "TransformsInversesIntoAdditiveInverses" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 789 - }, - "name": "TransformsInversesIntoAdditiveInverses", - "type": "GAP_Property" - }, - { - "aka": [ - "TransformsAdditionIntoMultiplication" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 860 - }, - "name": "TransformsAdditionIntoMultiplication", - "type": "GAP_Property" - }, - { - "aka": [ - "TransformsZeroIntoOne" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 889 - }, - "name": "TransformsZeroIntoOne", - "type": "GAP_Property" - }, - { - "aka": [ - "TransformsAdditiveInversesIntoInverses" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 918 - }, - "name": "TransformsAdditiveInversesIntoInverses", - "type": "GAP_Property" - }, - { - "aka": [ - "ImagesListOfBinaryRelation", - "Successors" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 248 - }, - "name": "Successors", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DegreeOfBinaryRelation" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 266 - }, - "name": "DegreeOfBinaryRelation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsReflexiveBinaryRelation" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 313 - }, - "name": "IsReflexiveBinaryRelation", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSymmetricBinaryRelation" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 337 - }, - "name": "IsSymmetricBinaryRelation", - "type": "GAP_Property" - }, - { - "aka": [ - "IsTransitiveBinaryRelation" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 362 - }, - "name": "IsTransitiveBinaryRelation", - "type": "GAP_Property" - }, - { - "aka": [ - "IsAntisymmetricBinaryRelation" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 386 - }, - "name": "IsAntisymmetricBinaryRelation", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPreOrderBinaryRelation" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 407 - }, - "name": "IsPreOrderBinaryRelation", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPartialOrderBinaryRelation" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 427 - }, - "name": "IsPartialOrderBinaryRelation", - "type": "GAP_Property" - }, - { - "aka": [ - "IsLatticeOrderBinaryRelation" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 452 - }, - "name": "IsLatticeOrderBinaryRelation", - "type": "GAP_Property" - }, - { - "aka": [ - "IsEquivalenceRelation" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 481 - }, - "name": "IsEquivalenceRelation", - "type": "GAP_Property" - }, - { - "aka": [ - "IsHasseDiagram" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 600 - }, - "name": "IsHasseDiagram", - "type": "GAP_Property" - }, - { - "aka": [ - "PartialOrderOfHasseDiagram" - ], - "filters": [ - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 618 - }, - "name": "PartialOrderOfHasseDiagram", - "type": "GAP_Attribute" - }, - { - "aka": [ - "EquivalenceRelationPartition" - ], - "filters": [ - "IsEquivalenceRelation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 684 - }, - "name": "EquivalenceRelationPartition", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfEquivalenceRelationPartition" - ], - "filters": [ - "IsEquivalenceRelation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 704 - }, - "name": "GeneratorsOfEquivalenceRelationPartition", - "type": "GAP_Attribute" - }, - { - "aka": [ - "EquivalenceClassRelation" - ], - "filters": [ - "IsEquivalenceClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 852 - }, - "name": "EquivalenceClassRelation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "EquivalenceClasses" - ], - "filters": [ - "IsEquivalenceRelation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 874 - }, - "name": "EquivalenceClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsMagma" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 357 - }, - "name": "AsMagma", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfMagma", - "GeneratorsOfSemigroup" - ], - "filters": [ - "IsMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 400 - }, - "name": "GeneratorsOfMagma", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfMagmaWithOne", - "GeneratorsOfMonoid" - ], - "filters": [ - "IsMagmaWithOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 423 - }, - "name": "GeneratorsOfMagmaWithOne", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfGroup", - "GeneratorsOfMagmaWithInverses" - ], - "filters": [ - "IsMagmaWithInverses" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 443 - }, - "name": "GeneratorsOfMagmaWithInverses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsGeneratorsOfMagmaWithInverses" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 460 - }, - "name": "IsGeneratorsOfMagmaWithInverses", - "type": "GAP_Property" - }, - { - "aka": [ - "TrivialSubgroup", - "TrivialSubmagmaWithOne", - "TrivialSubmonoid" - ], - "filters": [ - "IsMagmaWithOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 478 - }, - "name": "TrivialSubmagmaWithOne", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsAssociative" - ], - "filters": [ - "IsMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 505 - }, - "name": "IsAssociative", - "type": "GAP_Property" - }, - { - "aka": [ - "IsAbelian", - "IsCommutative" - ], - "filters": [ - "IsMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 542 - }, - "name": "IsCommutative", - "type": "GAP_Property" - }, - { - "aka": [ - "MultiplicativeNeutralElement" - ], - "filters": [ - "IsMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 581 - }, - "name": "MultiplicativeNeutralElement", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Center", - "Centre" - ], - "filters": [ - "IsMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 617 - }, - "name": "Centre", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Idempotents" - ], - "filters": [ - "IsMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 636 - }, - "name": "Idempotents", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CentraliserInParent", - "CentralizerInParent" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 705 - }, - "name": "CentralizerInParent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MagmaGeneratorsOfFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 937 - }, - "name": "MagmaGeneratorsOfFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfMagmaIdeal" - ], - "filters": [ - "IsMagma", - "IsLeftActedOnBySuperset", - "IsMagma", - "IsRightActedOnBySuperset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmideal.gd", - "line": 221 - }, - "name": "GeneratorsOfMagmaIdeal", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MultiplicativeZero" - ], - "filters": [ - "IsMultiplicativeElementWithZero" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 99 - }, - "name": "MultiplicativeZero", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InjectionZeroMagma" - ], - "filters": [ - "IsMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 109 - }, - "name": "InjectionZeroMagma", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MagmaWithZeroAdjoined" - ], - "filters": [ - "IsMultiplicativeElementWithZero", - "IsMagmaWithZeroAdjoinedElementRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 110 - }, - "name": "MagmaWithZeroAdjoined", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingInjectionZeroMagma" - ], - "filters": [ - "IsMagmaWithZeroAdjoined" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 112 - }, - "name": "UnderlyingInjectionZeroMagma", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratingPairsOfLeftMagmaCongruence" - ], - "filters": [ - "IsLeftMagmaCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 46 - }, - "name": "GeneratingPairsOfLeftMagmaCongruence", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PartialClosureOfCongruence" - ], - "filters": [ - "IsLeftMagmaCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 47 - }, - "name": "PartialClosureOfCongruence", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratingPairsOfRightMagmaCongruence" - ], - "filters": [ - "IsRightMagmaCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 90 - }, - "name": "GeneratingPairsOfRightMagmaCongruence", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratingPairsOfMagmaCongruence", - "GeneratingPairsOfSemigroupCongruence" - ], - "filters": [ - "IsMagmaCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 136 - }, - "name": "GeneratingPairsOfMagmaCongruence", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsLeftSemigroupCongruence" - ], - "filters": [ - "IsLeftMagmaCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 88 - }, - "name": "IsLeftSemigroupCongruence", - "type": "GAP_Property" - }, - { - "aka": [ - "IsRightSemigroupCongruence" - ], - "filters": [ - "IsRightMagmaCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 102 - }, - "name": "IsRightSemigroupCongruence", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSemigroupCongruence" - ], - "filters": [ - "IsMagmaCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 118 - }, - "name": "IsSemigroupCongruence", - "type": "GAP_Property" - }, - { - "aka": [ - "IsReesCongruence" - ], - "filters": [ - "IsSemigroupCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 137 - }, - "name": "IsReesCongruence", - "type": "GAP_Property" - }, - { - "aka": [ - "AsSemigroup" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 141 - }, - "name": "AsSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsGeneratorsOfSemigroup" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 212 - }, - "name": "IsGeneratorsOfSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "CayleyGraphSemigroup", - "RightCayleyGraphSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 232 - }, - "name": "CayleyGraphSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CayleyGraphDualSemigroup", - "LeftCayleyGraphSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 233 - }, - "name": "CayleyGraphDualSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsZeroGroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 364 - }, - "name": "IsZeroGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSimpleSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 381 - }, - "name": "IsSimpleSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsZeroSimpleSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 400 - }, - "name": "IsZeroSimpleSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "ANonReesCongruenceOfSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 416 - }, - "name": "ANonReesCongruenceOfSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsReesCongruenceSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 434 - }, - "name": "IsReesCongruenceSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsRegularSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 517 - }, - "name": "IsRegularSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsInverseSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 533 - }, - "name": "IsInverseSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "NilpotencyDegree" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 561 - }, - "name": "NilpotencyDegree", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsBand" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 565 - }, - "name": "IsBand", - "type": "GAP_Property" - }, - { - "aka": [ - "IsBrandtSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 566 - }, - "name": "IsBrandtSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsCliffordSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 567 - }, - "name": "IsCliffordSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsCommutativeSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 568 - }, - "name": "IsCommutativeSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsCompletelyRegularSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 569 - }, - "name": "IsCompletelyRegularSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsCompletelySimpleSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 570 - }, - "name": "IsCompletelySimpleSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsGroupAsSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 571 - }, - "name": "IsGroupAsSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsIdempotentGenerated" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 572 - }, - "name": "IsIdempotentGenerated", - "type": "GAP_Property" - }, - { - "aka": [ - "IsLeftZeroSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 573 - }, - "name": "IsLeftZeroSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsMonogenicSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 574 - }, - "name": "IsMonogenicSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsMonoidAsSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 575 - }, - "name": "IsMonoidAsSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNilpotentSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 576 - }, - "name": "IsNilpotentSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsOrthodoxSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 577 - }, - "name": "IsOrthodoxSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsRectangularBand" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 578 - }, - "name": "IsRectangularBand", - "type": "GAP_Property" - }, - { - "aka": [ - "IsRightZeroSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 579 - }, - "name": "IsRightZeroSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSemiband" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 580 - }, - "name": "IsSemiband", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSemilattice", - "IsSemilatticeAsSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 581 - }, - "name": "IsSemilattice", - "type": "GAP_Property" - }, - { - "aka": [ - "IsZeroSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 582 - }, - "name": "IsZeroSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsLeftSemigroupIdeal" - ], - "filters": [ - "IsMagma", - "IsLeftActedOnBySuperset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 50 - }, - "name": "IsLeftSemigroupIdeal", - "type": "GAP_Property" - }, - { - "aka": [ - "IsRightSemigroupIdeal" - ], - "filters": [ - "IsMagma", - "IsRightActedOnBySuperset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 51 - }, - "name": "IsRightSemigroupIdeal", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSemigroupIdeal" - ], - "filters": [ - "IsMagma", - "IsLeftActedOnBySuperset", - "IsMagma", - "IsRightActedOnBySuperset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 52 - }, - "name": "IsSemigroupIdeal", - "type": "GAP_Property" - }, - { - "aka": [ - "ReesCongruenceOfSemigroupIdeal" - ], - "filters": [ - "IsMagma", - "IsLeftActedOnBySuperset", - "IsMagma", - "IsRightActedOnBySuperset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 70 - }, - "name": "ReesCongruenceOfSemigroupIdeal", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsMonoid" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/monoid.gd", - "line": 125 - }, - "name": "AsMonoid", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsCyclic" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 157 - }, - "name": "IsCyclic", - "type": "GAP_Property" - }, - { - "aka": [ - "IsElementaryAbelian" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 184 - }, - "name": "IsElementaryAbelian", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFinitelyGeneratedGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 217 - }, - "name": "IsFinitelyGeneratedGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSubsetLocallyFiniteGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 241 - }, - "name": "IsSubsetLocallyFiniteGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "KnowsHowToDecompose" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 404 - }, - "name": "KnowsHowToDecompose", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 427 - }, - "name": "IsPGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "PrimePGroup" - ], - "filters": [ - "IsPGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 462 - }, - "name": "PrimePGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PClassPGroup" - ], - "filters": [ - "IsPGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 483 - }, - "name": "PClassPGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RankPGroup" - ], - "filters": [ - "IsPGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 510 - }, - "name": "RankPGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsNilpotentGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 529 - }, - "name": "IsNilpotentGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPerfectGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 557 - }, - "name": "IsPerfectGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSporadicSimpleGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 586 - }, - "name": "IsSporadicSimpleGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSimpleGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 607 - }, - "name": "IsSimpleGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsAlmostSimpleGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 665 - }, - "name": "IsAlmostSimpleGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSupersolvableGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 683 - }, - "name": "IsSupersolvableGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsMonomialGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 709 - }, - "name": "IsMonomialGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSolubleGroup", - "IsSolvableGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 738 - }, - "name": "IsSolvableGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPolycyclicGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 770 - }, - "name": "IsPolycyclicGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "AbelianInvariants" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 807 - }, - "name": "AbelianInvariants", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsInfiniteAbelianizationGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 827 - }, - "name": "IsInfiniteAbelianizationGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsGroup" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 851 - }, - "name": "AsGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ChiefSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 880 - }, - "name": "ChiefSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CommutatorFactorGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 943 - }, - "name": "CommutatorFactorGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CompositionSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 962 - }, - "name": "CompositionSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ConjugacyClasses" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1068 - }, - "name": "ConjugacyClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ConjugacyClassesMaximalSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1092 - }, - "name": "ConjugacyClassesMaximalSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MaximalSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1116 - }, - "name": "MaximalSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MaximalSubgroupClassReps" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1139 - }, - "name": "MaximalSubgroupClassReps", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PerfectResiduum" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1188 - }, - "name": "PerfectResiduum", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RepresentativesPerfectSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1221 - }, - "name": "RepresentativesPerfectSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RepresentativesSimpleSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1222 - }, - "name": "RepresentativesSimpleSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ConjugacyClassesPerfectSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1247 - }, - "name": "ConjugacyClassesPerfectSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ConjugacyClassesSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1280 - }, - "name": "ConjugacyClassesSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LatticeSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1313 - }, - "name": "LatticeSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DerivedLength" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1337 - }, - "name": "DerivedLength", - "type": "GAP_Attribute" - }, - { - "aka": [ - "HirschLength" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1354 - }, - "name": "HirschLength", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DerivedSeriesOfGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1375 - }, - "name": "DerivedSeriesOfGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DerivedSubgroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1400 - }, - "name": "DerivedSubgroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MaximalAbelianQuotient" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1420 - }, - "name": "MaximalAbelianQuotient", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CommutatorLength" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1444 - }, - "name": "CommutatorLength", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DimensionsLoewyFactors" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1480 - }, - "name": "DimensionsLoewyFactors", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ElementaryAbelianSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1515 - }, - "name": "ElementaryAbelianSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ElementaryAbelianSeriesLargeSteps" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1516 - }, - "name": "ElementaryAbelianSeriesLargeSteps", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Exponent" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1539 - }, - "name": "Exponent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FittingSubgroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1563 - }, - "name": "FittingSubgroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PrefrattiniSubgroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1604 - }, - "name": "PrefrattiniSubgroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FrattiniSubgroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1626 - }, - "name": "FrattiniSubgroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InvariantForm" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1640 - }, - "name": "InvariantForm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "JenningsSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1661 - }, - "name": "JenningsSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LowerCentralSeriesOfGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1682 - }, - "name": "LowerCentralSeriesOfGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NilpotencyClassOfGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1701 - }, - "name": "NilpotencyClassOfGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MaximalNormalSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1723 - }, - "name": "MaximalNormalSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalMaximalSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1737 - }, - "name": "NormalMaximalSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MinimalNormalSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1759 - }, - "name": "MinimalNormalSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1784 - }, - "name": "NormalSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NrConjugacyClasses" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1820 - }, - "name": "NrConjugacyClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedOmegas" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1852 - }, - "name": "ComputedOmegas", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedAgemos" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1879 - }, - "name": "ComputedAgemos", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RadicalGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1902 - }, - "name": "RadicalGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RationalClasses" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1926 - }, - "name": "RationalClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsSmallest" - ], - "filters": [ - "IsMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1956 - }, - "name": "GeneratorsSmallest", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LargestElementGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1974 - }, - "name": "LargestElementGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MinimalGeneratingSet" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2010 - }, - "name": "MinimalGeneratingSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SmallGeneratingSet" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2035 - }, - "name": "SmallGeneratingSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SupersolvableResiduum" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2058 - }, - "name": "SupersolvableResiduum", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComplementSystem" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2118 - }, - "name": "ComplementSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SylowSystem" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2146 - }, - "name": "SylowSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "HallSystem" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2174 - }, - "name": "HallSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Socle" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2216 - }, - "name": "Socle", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UpperCentralSeriesOfGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2237 - }, - "name": "UpperCentralSeriesOfGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CoreInParent" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2558 - }, - "name": "CoreInParent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndexInParent" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2720 - }, - "name": "IndexInParent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndexInWholeGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2741 - }, - "name": "IndexInWholeGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndependentGeneratorsOfAbelianGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "IsCommutative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2771 - }, - "name": "IndependentGeneratorsOfAbelianGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsNormalInParent" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2866 - }, - "name": "IsNormalInParent", - "type": "GAP_Property" - }, - { - "aka": [ - "ComputedIsPNilpotents" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2904 - }, - "name": "ComputedIsPNilpotents", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedIsPSolvables" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2923 - }, - "name": "ComputedIsPSolvables", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalClosureInParent" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3007 - }, - "name": "NormalClosureInParent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormaliserInParent", - "NormalizerInParent" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3064 - }, - "name": "NormalizerInParent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedPCentralSeriess" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3106 - }, - "name": "ComputedPCentralSeriess", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedPRumps" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3126 - }, - "name": "ComputedPRumps", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedPCores" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3151 - }, - "name": "ComputedPCores", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SubnormalSeriesInParent" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3175 - }, - "name": "SubnormalSeriesInParent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedSylowSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3201 - }, - "name": "ComputedSylowSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedSylowComplements" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3228 - }, - "name": "ComputedSylowComplements", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedHallSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3273 - }, - "name": "ComputedHallSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalHallSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3312 - }, - "name": "NormalHallSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GrowthFunctionOfGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(GeneratorsOfMagmaWithInverses)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3410 - }, - "name": "GrowthFunctionOfGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ElementTestFunction" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3574 - }, - "name": "ElementTestFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RightTransversalInParent" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3683 - }, - "name": "RightTransversalInParent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismTypeInfoFiniteSimpleGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3864 - }, - "name": "IsomorphismTypeInfoFiniteSimpleGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismPcGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3963 - }, - "name": "IsomorphismPcGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismSpecialPcGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3984 - }, - "name": "IsomorphismSpecialPcGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismPermGroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4015 - }, - "name": "IsomorphismPermGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismFpGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4045 - }, - "name": "IsomorphismFpGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PrimePowerComponents" - ], - "filters": [ - "IsMultiplicativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4229 - }, - "name": "PrimePowerComponents", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsGeneratorsOfInverseSemigroup" - ], - "filters": [ - "IsListOrCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 19 - }, - "name": "IsGeneratorsOfInverseSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "GeneratorsOfInverseMonoid" - ], - "filters": [ - "IsInverseSemigroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 22 - }, - "name": "GeneratorsOfInverseMonoid", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfInverseSemigroup" - ], - "filters": [ - "IsInverseSemigroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 23 - }, - "name": "GeneratorsOfInverseSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsInverseSemigroup" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 37 - }, - "name": "AsInverseSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsInverseMonoid" - ], - "filters": [ - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 38 - }, - "name": "AsInverseMonoid", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ReverseNaturalPartialOrder" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 42 - }, - "name": "ReverseNaturalPartialOrder", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NaturalPartialOrder" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 43 - }, - "name": "NaturalPartialOrder", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsAdditivelyCommutative" - ], - "filters": [ - "IsNearAdditiveMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 130 - }, - "name": "IsAdditivelyCommutative", - "type": "GAP_Property" - }, - { - "aka": [ - "GeneratorsOfAdditiveMagma", - "GeneratorsOfNearAdditiveMagma" - ], - "filters": [ - "IsNearAdditiveMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 525 - }, - "name": "GeneratorsOfNearAdditiveMagma", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfAdditiveMagmaWithZero", - "GeneratorsOfNearAdditiveMagmaWithZero" - ], - "filters": [ - "IsNearAdditiveMagmaWithZero" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 552 - }, - "name": "GeneratorsOfNearAdditiveMagmaWithZero", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfAdditiveGroup", - "GeneratorsOfAdditiveMagmaWithInverses", - "GeneratorsOfNearAdditiveGroup", - "GeneratorsOfNearAdditiveMagmaWithInverses" - ], - "filters": [ - "IsNearAdditiveGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 578 - }, - "name": "GeneratorsOfNearAdditiveGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TrivialSubFLMLOR", - "TrivialSubadditiveMagmaWithZero", - "TrivialSubalgebra", - "TrivialSubmodule", - "TrivialSubnearAdditiveMagmaWithZero", - "TrivialSubspace" - ], - "filters": [ - "IsNearAdditiveMagmaWithZero" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 604 - }, - "name": "TrivialSubnearAdditiveMagmaWithZero", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AdditiveNeutralElement" - ], - "filters": [ - "IsNearAdditiveMagma" - ], - "location": { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 633 - }, - "name": "AdditiveNeutralElement", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsLDistributive" - ], - "filters": [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 31 - }, - "name": "IsLDistributive", - "type": "GAP_Property" - }, - { - "aka": [ - "IsRDistributive" - ], - "filters": [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 60 - }, - "name": "IsRDistributive", - "type": "GAP_Property" - }, - { - "aka": [ - "GeneratorsOfSemiring" - ], - "filters": [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 189 - }, - "name": "GeneratorsOfSemiring", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfSemiringWithOne" - ], - "filters": [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagmaWithOne", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 209 - }, - "name": "GeneratorsOfSemiringWithOne", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfSemiringWithZero" - ], - "filters": [ - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 229 - }, - "name": "GeneratorsOfSemiringWithZero", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfSemiringWithOneAndZero" - ], - "filters": [ - "IsNearAdditiveMagmaWithZero", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagmaWithOne", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 244 - }, - "name": "GeneratorsOfSemiringWithOneAndZero", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsSemiring" - ], - "filters": [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 261 - }, - "name": "AsSemiring", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsSemiringWithOne" - ], - "filters": [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 278 - }, - "name": "AsSemiringWithOne", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsSemiringWithZero" - ], - "filters": [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 295 - }, - "name": "AsSemiringWithZero", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsSemiringWithOneAndZero" - ], - "filters": [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 312 - }, - "name": "AsSemiringWithOneAndZero", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CentralIdempotentsOfAlgebra", - "CentralIdempotentsOfSemiring" - ], - "filters": [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 555 - }, - "name": "CentralIdempotentsOfSemiring", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsNearRing" - ], - "filters": [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsMultiplicativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 68 - }, - "name": "AsNearRing", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsRing" - ], - "filters": [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 143 - }, - "name": "AsRing", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfRing" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 168 - }, - "name": "GeneratorsOfRing", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfRingWithOne" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 197 - }, - "name": "GeneratorsOfRingWithOne", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsAnticommutative" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 589 - }, - "name": "IsAnticommutative", - "type": "GAP_Property" - }, - { - "aka": [ - "IsIntegralRing" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 618 - }, - "name": "IsIntegralRing", - "type": "GAP_Property" - }, - { - "aka": [ - "IsJacobianRing" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 654 - }, - "name": "IsJacobianRing", - "type": "GAP_Property" - }, - { - "aka": [ - "IsZeroSquaredRing" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 681 - }, - "name": "IsZeroSquaredRing", - "type": "GAP_Property" - }, - { - "aka": [ - "IsZeroMultiplicationRing" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 708 - }, - "name": "IsZeroMultiplicationRing", - "type": "GAP_Property" - }, - { - "aka": [ - "Units" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 757 - }, - "name": "Units", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsGeneralizedCartanMatrix" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 65 - }, - "name": "IsGeneralizedCartanMatrix", - "type": "GAP_Property" - }, - { - "aka": [ - "BaseMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 158 - }, - "name": "BaseMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BaseOrthogonalSpaceMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 207 - }, - "name": "BaseOrthogonalSpaceMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DefaultFieldOfMatrix" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 234 - }, - "name": "DefaultFieldOfMatrix", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DepthOfUpperTriangularMatrix" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 258 - }, - "name": "DepthOfUpperTriangularMatrix", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DeterminantMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 282 - }, - "name": "DeterminantMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DimensionsMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 351 - }, - "name": "DimensionsMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NullspaceMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 514 - }, - "name": "NullspaceMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TriangulizedNullspaceMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 515 - }, - "name": "TriangulizedNullspaceMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ProjectiveOrder" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 666 - }, - "name": "ProjectiveOrder", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RankMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 712 - }, - "name": "RankMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SemiEchelonMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 763 - }, - "name": "SemiEchelonMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SemiEchelonMatTransformation" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 824 - }, - "name": "SemiEchelonMatTransformation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TransposedMat", - "TransposedMatAttr", - "TransposedMatImmutable" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 946 - }, - "name": "TransposedMatImmutable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsMonomialMatrix" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1022 - }, - "name": "IsMonomialMatrix", - "type": "GAP_Property" - }, - { - "aka": [ - "JordanDecomposition" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1762 - }, - "name": "JordanDecomposition", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CharacteristicPolynomial" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1922 - }, - "name": "CharacteristicPolynomial", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BaseIntMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 333 - }, - "name": "BaseIntMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NullspaceIntMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 437 - }, - "name": "NullspaceIntMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AbelianInvariantsOfList" - ], - "filters": [ - "CategoryCollections(IsCyclotomic)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 517 - }, - "name": "AbelianInvariantsOfList", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MatrixByBlockMatrix" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matblock.gd", - "line": 85 - }, - "name": "MatrixByBlockMatrix", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsIdealInParent", - "IsTwoSidedIdealInParent" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 193 - }, - "name": "IsTwoSidedIdealInParent", - "type": "GAP_Property" - }, - { - "aka": [ - "IsLeftIdealInParent" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 194 - }, - "name": "IsLeftIdealInParent", - "type": "GAP_Property" - }, - { - "aka": [ - "IsRightIdealInParent" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 195 - }, - "name": "IsRightIdealInParent", - "type": "GAP_Property" - }, - { - "aka": [ - "GeneratorsOfIdeal", - "GeneratorsOfTwoSidedIdeal" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 308 - }, - "name": "GeneratorsOfTwoSidedIdeal", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfLeftIdeal" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 329 - }, - "name": "GeneratorsOfLeftIdeal", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfRightIdeal" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 348 - }, - "name": "GeneratorsOfRightIdeal", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LeftActingRingOfIdeal" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 367 - }, - "name": "LeftActingRingOfIdeal", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RightActingRingOfIdeal" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 369 - }, - "name": "RightActingRingOfIdeal", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFiniteDimensional" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 173 - }, - "name": "IsFiniteDimensional", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFullRowModule" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 208 - }, - "name": "IsFullRowModule", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFullMatrixModule" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 230 - }, - "name": "IsFullMatrixModule", - "type": "GAP_Property" - }, - { - "aka": [ - "Dimension" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 279 - }, - "name": "Dimension", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfLeftModule", - "GeneratorsOfLeftOperatorAdditiveGroup", - "GeneratorsOfLeftVectorSpace", - "GeneratorsOfVectorSpace" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 298 - }, - "name": "GeneratorsOfLeftOperatorAdditiveGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfRightModule", - "GeneratorsOfRightOperatorAdditiveGroup" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtRSet", - "IsDistributiveROpDSum" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 340 - }, - "name": "GeneratorsOfRightOperatorAdditiveGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsRowModule" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 663 - }, - "name": "IsRowModule", - "type": "GAP_Property" - }, - { - "aka": [ - "IsMatrixModule" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 682 - }, - "name": "IsMatrixModule", - "type": "GAP_Property" - }, - { - "aka": [ - "DimensionOfVectors" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 714 - }, - "name": "DimensionOfVectors", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsCanonicalBasis" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 151 - }, - "name": "IsCanonicalBasis", - "type": "GAP_Property" - }, - { - "aka": [ - "IsCanonicalBasisFullRowModule" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 178 - }, - "name": "IsCanonicalBasisFullRowModule", - "type": "GAP_Property" - }, - { - "aka": [ - "IsCanonicalBasisFullMatrixModule" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 209 - }, - "name": "IsCanonicalBasisFullMatrixModule", - "type": "GAP_Property" - }, - { - "aka": [ - "IsIntegralBasis" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 235 - }, - "name": "IsIntegralBasis", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNormalBasis" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 264 - }, - "name": "IsNormalBasis", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSemiEchelonized" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 301 - }, - "name": "IsSemiEchelonized", - "type": "GAP_Property" - }, - { - "aka": [ - "BasisVectors" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 328 - }, - "name": "BasisVectors", - "type": "GAP_Attribute" - }, - { - "aka": [ - "EnumeratorByBasis" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 362 - }, - "name": "EnumeratorByBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StructureConstantsTable" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 427 - }, - "name": "StructureConstantsTable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingLeftModule" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 458 - }, - "name": "UnderlyingLeftModule", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Basis" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 636 - }, - "name": "Basis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SemiEchelonBasis" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 692 - }, - "name": "SemiEchelonBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NiceBasis" - ], - "filters": [ - "IsBasisByNiceBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1064 - }, - "name": "NiceBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NiceFreeLeftModule" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1102 - }, - "name": "NiceFreeLeftModule", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NiceFreeLeftModuleInfo" - ], - "filters": [ - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1122 - }, - "name": "NiceFreeLeftModuleInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CanonicalBasis" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 239 - }, - "name": "CanonicalBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormedRowVectors" - ], - "filters": [ - "IsGaussianSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 414 - }, - "name": "NormedRowVectors", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Subspaces" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 757 - }, - "name": "Subspaces", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OrthogonalSpaceInFullRowSpace" - ], - "filters": [ - "IsGaussianSpace" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 794 - }, - "name": "OrthogonalSpaceInFullRowSpace", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsVectorSpaceHomomorphism" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 816 - }, - "name": "IsVectorSpaceHomomorphism", - "type": "GAP_Property" - }, - { - "aka": [ - "AsLeftModuleGeneralMappingByImages" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 134 - }, - "name": "AsLeftModuleGeneralMappingByImages", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFullHomModule" - ], - "filters": [ - "IsFreeLeftModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 245 - }, - "name": "IsFullHomModule", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPseudoCanonicalBasisFullHomModule" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 272 - }, - "name": "IsPseudoCanonicalBasisFullHomModule", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSimpleAlgebra" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 211 - }, - "name": "IsSimpleAlgebra", - "type": "GAP_Property" - }, - { - "aka": [ - "GeneratorsOfAlgebra", - "GeneratorsOfFLMLOR", - "GeneratorsOfLeftOperatorRing" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 225 - }, - "name": "GeneratorsOfLeftOperatorRing", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfAlgebraWithOne", - "GeneratorsOfFLMLORWithOne", - "GeneratorsOfLeftOperatorRingWithOne" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 240 - }, - "name": "GeneratorsOfLeftOperatorRingWithOne", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PowerSubalgebraSeries" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 326 - }, - "name": "PowerSubalgebraSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AdjointBasis" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 364 - }, - "name": "AdjointBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndicesOfAdjointBasis" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 393 - }, - "name": "IndicesOfAdjointBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RadicalOfAlgebra" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 418 - }, - "name": "RadicalOfAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DirectSumDecomposition" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 471 - }, - "name": "DirectSumDecomposition", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NullAlgebra" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 520 - }, - "name": "NullAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieAlgebraByDomain" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 1460 - }, - "name": "LieAlgebraByDomain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LeviMalcevDecomposition" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 2054 - }, - "name": "LeviMalcevDecomposition", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Grading" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 2178 - }, - "name": "Grading", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CoefficientsAndMagmaElements" - ], - "filters": [ - "IsElementOfMagmaRingModuloRelations" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 336 - }, - "name": "CoefficientsAndMagmaElements", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ZeroCoefficient" - ], - "filters": [ - "IsElementOfMagmaRingModuloRelations" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 355 - }, - "name": "ZeroCoefficient", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsGroupRing" - ], - "filters": [ - "IsFreeMagmaRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 503 - }, - "name": "IsGroupRing", - "type": "GAP_Property" - }, - { - "aka": [ - "UnderlyingMagma" - ], - "filters": [ - "IsFreeMagmaRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 520 - }, - "name": "UnderlyingMagma", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AugmentationIdeal" - ], - "filters": [ - "IsFreeMagmaRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 599 - }, - "name": "AugmentationIdeal", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFullFpAlgebra" - ], - "filters": [ - "IsFreeLeftModule", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "CategoryCollections(IsElementOfFpAlgebra)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 64 - }, - "name": "IsFullFpAlgebra", - "type": "GAP_Property" - }, - { - "aka": [ - "FreeGeneratorsOfFpAlgebra" - ], - "filters": [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 116 - }, - "name": "FreeGeneratorsOfFpAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RelatorsOfFpAlgebra" - ], - "filters": [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 128 - }, - "name": "RelatorsOfFpAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeAlgebraOfFpAlgebra" - ], - "filters": [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 141 - }, - "name": "FreeAlgebraOfFpAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsNormalForm" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 148 - }, - "name": "IsNormalForm", - "type": "GAP_Property" - }, - { - "aka": [ - "NiceNormalFormByExtRepFunction" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 168 - }, - "name": "NiceNormalFormByExtRepFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NiceAlgebraMonomorphism" - ], - "filters": [ - "IsSubalgebraFpAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 206 - }, - "name": "NiceAlgebraMonomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsLieAbelian" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 62 - }, - "name": "IsLieAbelian", - "type": "GAP_Property" - }, - { - "aka": [ - "IsLieNilpotent" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 87 - }, - "name": "IsLieNilpotent", - "type": "GAP_Property" - }, - { - "aka": [ - "IsRestrictedLieAlgebra" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 114 - }, - "name": "IsRestrictedLieAlgebra", - "type": "GAP_Property" - }, - { - "aka": [ - "LieDerivedSubalgebra" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 137 - }, - "name": "LieDerivedSubalgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieDerivedSeries" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 162 - }, - "name": "LieDerivedSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsLieSoluble", - "IsLieSolvable" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 187 - }, - "name": "IsLieSolvable", - "type": "GAP_Property" - }, - { - "aka": [ - "LieLowerCentralSeries" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 211 - }, - "name": "LieLowerCentralSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieUpperCentralSeries" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 236 - }, - "name": "LieUpperCentralSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieCenter", - "LieCentre" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 270 - }, - "name": "LieCentre", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Derivations", - "RightDerivations" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 316 - }, - "name": "RightDerivations", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LeftDerivations" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 317 - }, - "name": "LeftDerivations", - "type": "GAP_Attribute" - }, - { - "aka": [ - "KillingMatrix" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 342 - }, - "name": "KillingMatrix", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CartanSubalgebra" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 366 - }, - "name": "CartanSubalgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PthPowerImages" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 394 - }, - "name": "PthPowerImages", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NonLieNilpotentElement", - "NonNilpotentElement" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 423 - }, - "name": "NonNilpotentElement", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieNilRadical" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 478 - }, - "name": "LieNilRadical", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieSolubleRadical", - "LieSolvableRadical" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 501 - }, - "name": "LieSolvableRadical", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SemiSimpleType" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 530 - }, - "name": "SemiSimpleType", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieCentraliserInParent", - "LieCentralizerInParent" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 573 - }, - "name": "LieCentralizerInParent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieNormaliserInParent", - "LieNormalizerInParent" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 615 - }, - "name": "LieNormalizerInParent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PowerS" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 708 - }, - "name": "PowerS", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingLieAlgebra" - ], - "filters": [ - "IsRootSystemFromLieAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 871 - }, - "name": "UnderlyingLieAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RootSystem" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 899 - }, - "name": "RootSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PositiveRoots" - ], - "filters": [ - "IsRootSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 916 - }, - "name": "PositiveRoots", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NegativeRoots" - ], - "filters": [ - "IsRootSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 933 - }, - "name": "NegativeRoots", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PositiveRootVectors" - ], - "filters": [ - "IsRootSystemFromLieAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 954 - }, - "name": "PositiveRootVectors", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NegativeRootVectors" - ], - "filters": [ - "IsRootSystemFromLieAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 975 - }, - "name": "NegativeRootVectors", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SimpleSystem" - ], - "filters": [ - "IsRootSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 992 - }, - "name": "SimpleSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CartanMatrix" - ], - "filters": [ - "IsRootSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1010 - }, - "name": "CartanMatrix", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BilinearFormMat" - ], - "filters": [ - "IsRootSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1030 - }, - "name": "BilinearFormMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CanonicalGenerators" - ], - "filters": [ - "IsRootSystemFromLieAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1086 - }, - "name": "CanonicalGenerators", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ChevalleyBasis" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1115 - }, - "name": "ChevalleyBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UniversalEnvelopingAlgebra" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1236 - }, - "name": "UniversalEnvelopingAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "JenningsLieAlgebra" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1438 - }, - "name": "JenningsLieAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PCentralLieAlgebra" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1477 - }, - "name": "PCentralLieAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NaturalHomomorphismOfLieAlgebraFromNilpotentGroup" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1502 - }, - "name": "NaturalHomomorphismOfLieAlgebraFromNilpotentGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFullSCAlgebra" - ], - "filters": [ - "IsFreeLeftModule", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "CategoryCollections(IsSCAlgebraObj)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 100 - }, - "name": "IsFullSCAlgebra", - "type": "GAP_Property" - }, - { - "aka": [ - "IsCanonicalBasisFullSCAlgebra" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 117 - }, - "name": "IsCanonicalBasisFullSCAlgebra", - "type": "GAP_Property" - }, - { - "aka": [ - "IsomorphismFpAlgebra", - "IsomorphismFpFLMLOR" - ], - "filters": [ - "IsFreeLeftModule", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 365 - }, - "name": "IsomorphismFpFLMLOR", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismMatrixAlgebra", - "IsomorphismMatrixFLMLOR" - ], - "filters": [ - "IsFreeLeftModule", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 395 - }, - "name": "IsomorphismMatrixFLMLOR", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismSCAlgebra", - "IsomorphismSCFLMLOR" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 436 - }, - "name": "IsomorphismSCFLMLOR", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 150 - }, - "name": "LieFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingFamily" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 168 - }, - "name": "UnderlyingFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieObject" - ], - "filters": [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 197 - }, - "name": "LieObject", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingRingElement" - ], - "filters": [ - "IsLieObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 230 - }, - "name": "UnderlyingRingElement", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsAlgebraModule" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 146 - }, - "name": "IsAlgebraModule", - "type": "GAP_Property" - }, - { - "aka": [ - "IsLeftAlgebraModule" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 159 - }, - "name": "IsLeftAlgebraModule", - "type": "GAP_Property" - }, - { - "aka": [ - "IsRightAlgebraModule" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 172 - }, - "name": "IsRightAlgebraModule", - "type": "GAP_Property" - }, - { - "aka": [ - "LeftActingAlgebra" - ], - "filters": [ - "IsAlgebraModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 189 - }, - "name": "LeftActingAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RightActingAlgebra" - ], - "filters": [ - "IsAlgebraModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 206 - }, - "name": "RightActingAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfAlgebraModule" - ], - "filters": [ - "IsAlgebraModule" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 259 - }, - "name": "GeneratorsOfAlgebraModule", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AdjointModule" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 601 - }, - "name": "AdjointModule", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FaithfulModule" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 652 - }, - "name": "FaithfulModule", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsWeylGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 274 - }, - "name": "IsWeylGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "WeylGroup" - ], - "filters": [ - "IsRootSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 308 - }, - "name": "WeylGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SparseCartanMatrix" - ], - "filters": [ - "IsWeylGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 329 - }, - "name": "SparseCartanMatrix", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LongestWeylWordPerm" - ], - "filters": [ - "IsWeylGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 383 - }, - "name": "LongestWeylWordPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PositiveRootsAsWeights" - ], - "filters": [ - "IsRootSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 476 - }, - "name": "PositiveRootsAsWeights", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LatticeGeneratorsInUEA" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 720 - }, - "name": "LatticeGeneratorsInUEA", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PrimeDivisors" - ], - "filters": [ - "IsInt" - ], - "location": { - "file": "/home/makx/ac/gap/lib/integer.gd", - "line": 486 - }, - "name": "PrimeDivisors", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StandardGeneratorsSubringSCRing" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "CategoryCollections(IsSCRingObj)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 62 - }, - "name": "StandardGeneratorsSubringSCRing", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Subrings" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 88 - }, - "name": "Subrings", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Ideals" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 111 - }, - "name": "Ideals", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DirectSumInfo" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 194 - }, - "name": "DirectSumInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Permanent" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/combinat.gd", - "line": 1490 - }, - "name": "Permanent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RationalFunctionsFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 154 - }, - "name": "RationalFunctionsFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CoefficientsFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 181 - }, - "name": "CoefficientsFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NumeratorOfRationalFunction" - ], - "filters": [ - "IsPolynomialFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 200 - }, - "name": "NumeratorOfRationalFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DenominatorOfRationalFunction" - ], - "filters": [ - "IsRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 226 - }, - "name": "DenominatorOfRationalFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPolynomial" - ], - "filters": [ - "IsPolynomialFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 254 - }, - "name": "IsPolynomial", - "type": "GAP_Property" - }, - { - "aka": [ - "AsPolynomial" - ], - "filters": [ - "IsPolynomialFunction", - "IsPolynomial" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 278 - }, - "name": "AsPolynomial", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsUnivariateRationalFunction" - ], - "filters": [ - "IsRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 297 - }, - "name": "IsUnivariateRationalFunction", - "type": "GAP_Property" - }, - { - "aka": [ - "IsLaurentPolynomial" - ], - "filters": [ - "IsPolynomialFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 335 - }, - "name": "IsLaurentPolynomial", - "type": "GAP_Property" - }, - { - "aka": [ - "IsConstantRationalFunction" - ], - "filters": [ - "IsPolynomialFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 355 - }, - "name": "IsConstantRationalFunction", - "type": "GAP_Property" - }, - { - "aka": [ - "ExtRepNumeratorRatFun" - ], - "filters": [ - "IsPolynomialFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 503 - }, - "name": "ExtRepNumeratorRatFun", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ExtRepDenominatorRatFun" - ], - "filters": [ - "IsRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 521 - }, - "name": "ExtRepDenominatorRatFun", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ExtRepPolynomialRatFun" - ], - "filters": [ - "IsPolynomialFunction", - "IsPolynomial" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 559 - }, - "name": "ExtRepPolynomialRatFun", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CoefficientsOfLaurentPolynomial", - "CoefficientsOfUnivariateLaurentPolynomial" - ], - "filters": [ - "IsLaurentPolynomial" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 589 - }, - "name": "CoefficientsOfLaurentPolynomial", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndeterminateNumberOfLaurentPolynomial", - "IndeterminateNumberOfUnivariateLaurentPolynomial", - "IndeterminateNumberOfUnivariateRationalFunction" - ], - "filters": [ - "IsUnivariateRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 618 - }, - "name": "IndeterminateNumberOfUnivariateRationalFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndeterminateOfLaurentPolynomial", - "IndeterminateOfUnivariateRationalFunction" - ], - "filters": [ - "IsUnivariateRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 823 - }, - "name": "IndeterminateOfUnivariateRationalFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CoefficientsOfUnivariatePolynomial" - ], - "filters": [ - "IsPolynomial", - "IsUnivariateRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 919 - }, - "name": "CoefficientsOfUnivariatePolynomial", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DegreeOfLaurentPolynomial", - "DegreeOfUnivariateLaurentPolynomial" - ], - "filters": [ - "IsLaurentPolynomial" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 954 - }, - "name": "DegreeOfLaurentPolynomial", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CoefficientsOfUnivariateRationalFunction" - ], - "filters": [ - "IsUnivariateRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1021 - }, - "name": "CoefficientsOfUnivariateRationalFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Derivative" - ], - "filters": [ - "IsUnivariateRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1338 - }, - "name": "Derivative", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Discriminant" - ], - "filters": [ - "IsPolynomial" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1399 - }, - "name": "Discriminant", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PrimeField" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 105 - }, - "name": "PrimeField", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPrimeField" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 123 - }, - "name": "IsPrimeField", - "type": "GAP_Property" - }, - { - "aka": [ - "DefiningPolynomial" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing", - "IsCommutative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 146 - }, - "name": "DefiningPolynomial", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DegreeOverPrimeField" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 164 - }, - "name": "DegreeOverPrimeField", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfDivisionRing", - "GeneratorsOfField" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 185 - }, - "name": "GeneratorsOfDivisionRing", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalBase" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing", - "IsCommutative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 240 - }, - "name": "NormalBase", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PrimitiveElement" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 259 - }, - "name": "PrimitiveElement", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PrimitiveRoot" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing", - "IsCommutative", - "IsFinite" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 288 - }, - "name": "PrimitiveRoot", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RootOfDefiningPolynomial" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing", - "IsCommutative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 308 - }, - "name": "RootOfDefiningPolynomial", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Subfields" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing", - "IsCommutative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 378 - }, - "name": "Subfields", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Conjugates" - ], - "filters": [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 566 - }, - "name": "Conjugates", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Norm" - ], - "filters": [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 592 - }, - "name": "Norm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Trace" - ], - "filters": [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 630 - }, - "name": "Trace", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GaloisGroup" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing", - "IsCommutative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 703 - }, - "name": "GaloisGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComplexConjugate" - ], - "filters": [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 754 - }, - "name": "ComplexConjugate", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RealPart" - ], - "filters": [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 756 - }, - "name": "RealPart", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ImaginaryPart" - ], - "filters": [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 758 - }, - "name": "ImaginaryPart", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FrobeniusAutomorphism" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing", - "IsCommutative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 972 - }, - "name": "FrobeniusAutomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ModulusOfZmodnZObj" - ], - "filters": [ - "IsZmodnZObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 247 - }, - "name": "ModulusOfZmodnZObj", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Cyclotomic" - ], - "filters": [ - "IsZmodnZepsObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnze.gd", - "line": 24 - }, - "name": "Cyclotomic", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsRingOfIntegralCyclotomics" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne" - ], - "location": { - "file": "/home/makx/ac/gap/lib/zmodnze.gd", - "line": 26 - }, - "name": "IsRingOfIntegralCyclotomics", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GaloisMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.gd", - "line": 932 - }, - "name": "GaloisMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RationalizedMat" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/cyclotom.gd", - "line": 961 - }, - "name": "RationalizedMat", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsNumberField" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing", - "IsCommutative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 77 - }, - "name": "IsNumberField", - "type": "GAP_Property" - }, - { - "aka": [ - "IsAbelianNumberField" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing", - "IsCommutative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 104 - }, - "name": "IsAbelianNumberField", - "type": "GAP_Property" - }, - { - "aka": [ - "IsCyclotomicField" - ], - "filters": [ - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNonTrivial", - "IsAssociative", - "IsEuclideanRing", - "IsCommutative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 169 - }, - "name": "IsCyclotomicField", - "type": "GAP_Property" - }, - { - "aka": [ - "GaloisStabiliser", - "GaloisStabilizer" - ], - "filters": [ - "IsAbelianNumberField" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 210 - }, - "name": "GaloisStabilizer", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ExponentOfPowering" - ], - "filters": [ - "IsGeneralMapping", - "IsTotal", - "IsSingleValued" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 790 - }, - "name": "ExponentOfPowering", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CoefficientsRing" - ], - "filters": [ - "IsPolynomialRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 186 - }, - "name": "CoefficientsRing", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndeterminatesOfFunctionField", - "IndeterminatesOfPolynomialRing" - ], - "filters": [ - "IsPolynomialRing" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 373 - }, - "name": "IndeterminatesOfPolynomialRing", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SplittingField" - ], - "filters": [ - "IsPolynomial" - ], - "location": { - "file": "/home/makx/ac/gap/lib/upoly.gd", - "line": 29 - }, - "name": "SplittingField", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IrrFacsPol" - ], - "filters": [ - "IsPolynomial" - ], - "location": { - "file": "/home/makx/ac/gap/lib/upoly.gd", - "line": 47 - }, - "name": "IrrFacsPol", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MinimizedBombieriNorm" - ], - "filters": [ - "IsPolynomial", - "IsRationalFunctionsFamilyElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/polyrat.gd", - "line": 99 - }, - "name": "MinimizedBombieriNorm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AlgebraicElementsFamilies" - ], - "filters": [ - "IsPolynomial", - "IsUnivariateRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 82 - }, - "name": "AlgebraicElementsFamilies", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DefectApproximation" - ], - "filters": [ - "IsAlgebraicExtension" - ], - "location": { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 159 - }, - "name": "DefectApproximation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFreeSemigroup" - ], - "filters": [ - "CategoryCollections((IsWord and IsAssociativeElement))", - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 314 - }, - "name": "IsFreeSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFreeMonoid" - ], - "filters": [ - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))", - "IsMagmaWithOne", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 315 - }, - "name": "IsFreeMonoid", - "type": "GAP_Property" - }, - { - "aka": [ - "NrSyllables", - "NumberSyllables" - ], - "filters": [ - "IsWord", - "IsAssociativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 717 - }, - "name": "NumberSyllables", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BaseDomain" - ], - "filters": [ - "IsRowVectorObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 120 - }, - "name": "BaseDomain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RowLength" - ], - "filters": [ - "IsMatrixObj" - ], - "location": { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 377 - }, - "name": "RowLength", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsBuiltFromAdditiveMagmaWithInverses" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 143 - }, - "name": "IsBuiltFromAdditiveMagmaWithInverses", - "type": "GAP_Property" - }, - { - "aka": [ - "IsBuiltFromMagma" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 159 - }, - "name": "IsBuiltFromMagma", - "type": "GAP_Property" - }, - { - "aka": [ - "IsBuiltFromMagmaWithOne" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 175 - }, - "name": "IsBuiltFromMagmaWithOne", - "type": "GAP_Property" - }, - { - "aka": [ - "IsBuiltFromMagmaWithInverses" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 191 - }, - "name": "IsBuiltFromMagmaWithInverses", - "type": "GAP_Property" - }, - { - "aka": [ - "IsBuiltFromGroup" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 207 - }, - "name": "IsBuiltFromGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsBuiltFromSemigroup" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 234 - }, - "name": "IsBuiltFromSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsBuiltFromMonoid" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 247 - }, - "name": "IsBuiltFromMonoid", - "type": "GAP_Property" - }, - { - "aka": [ - "SemigroupOfRewritingSystem" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 271 - }, - "name": "SemigroupOfRewritingSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MonoidOfRewritingSystem" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 287 - }, - "name": "MonoidOfRewritingSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ConfluentRws" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 324 - }, - "name": "ConfluentRws", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsOfRws" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 344 - }, - "name": "GeneratorsOfRws", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NumberGeneratorsOfRws" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 361 - }, - "name": "NumberGeneratorsOfRws", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Rules" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 388 - }, - "name": "Rules", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OrderOfRewritingSystem", - "OrderingOfRewritingSystem" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 418 - }, - "name": "OrderingOfRewritingSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsConfluent" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 462 - }, - "name": "IsConfluent", - "type": "GAP_Property" - }, - { - "aka": [ - "IsReduced" - ], - "filters": [ - "IsRewritingSystem", - "IsMutable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 482 - }, - "name": "IsReduced", - "type": "GAP_Property" - }, - { - "aka": [ - "RelativeOrders" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 105 - }, - "name": "RelativeOrders", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DefiningPcgs" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 98 - }, - "name": "DefiningPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MonomialComparisonFunction" - ], - "filters": [ - "IsMonomialOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 103 - }, - "name": "MonomialComparisonFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MonomialExtrepComparisonFun" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 123 - }, - "name": "MonomialExtrepComparisonFun", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OccuringVariableIndices" - ], - "filters": [ - "IsMonomialOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 144 - }, - "name": "OccuringVariableIndices", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StoredGroebnerBasis" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "CategoryCollections(IsRationalFunction)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 557 - }, - "name": "StoredGroebnerBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GroupByPcgs", - "PcGroupWithPcgs" - ], - "filters": [ - "IsModuloPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 200 - }, - "name": "PcGroupWithPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GroupOfPcgs" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 220 - }, - "name": "GroupOfPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OneOfPcgs" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 253 - }, - "name": "OneOfPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PcSeries" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 270 - }, - "name": "PcSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPcgsElementaryAbelianSeries" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 289 - }, - "name": "IsPcgsElementaryAbelianSeries", - "type": "GAP_Property" - }, - { - "aka": [ - "PcgsElementaryAbelianSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 312 - }, - "name": "PcgsElementaryAbelianSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndicesEANormalSteps" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 349 - }, - "name": "IndicesEANormalSteps", - "type": "GAP_Attribute" - }, - { - "aka": [ - "EANormalSeriesByPcgs" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 369 - }, - "name": "EANormalSeriesByPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPcgsCentralSeries" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 388 - }, - "name": "IsPcgsCentralSeries", - "type": "GAP_Property" - }, - { - "aka": [ - "PcgsCentralSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 407 - }, - "name": "PcgsCentralSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndicesCentralNormalSteps" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 444 - }, - "name": "IndicesCentralNormalSteps", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CentralNormalSeriesByPcgs" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 464 - }, - "name": "CentralNormalSeriesByPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPcgsPCentralSeriesPGroup" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 483 - }, - "name": "IsPcgsPCentralSeriesPGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "PcgsPCentralSeriesPGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 502 - }, - "name": "PcgsPCentralSeriesPGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndicesPCentralNormalStepsPGroup" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 539 - }, - "name": "IndicesPCentralNormalStepsPGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PCentralNormalSeriesByPcgsPGroup" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 559 - }, - "name": "PCentralNormalSeriesByPcgsPGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPcgsChiefSeries" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 577 - }, - "name": "IsPcgsChiefSeries", - "type": "GAP_Property" - }, - { - "aka": [ - "PcgsChiefSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 595 - }, - "name": "PcgsChiefSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndicesChiefNormalSteps" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 631 - }, - "name": "IndicesChiefNormalSteps", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ChiefNormalSeriesByPcgs" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 670 - }, - "name": "ChiefNormalSeriesByPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndicesNormalSteps" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 690 - }, - "name": "IndicesNormalSteps", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalSeriesByPcgs" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 710 - }, - "name": "NormalSeriesByPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPrimeOrdersPcgs" - ], - "filters": [ - "IsGeneralPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 729 - }, - "name": "IsPrimeOrdersPcgs", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFiniteOrdersPcgs" - ], - "filters": [ - "IsGeneralPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 745 - }, - "name": "IsFiniteOrdersPcgs", - "type": "GAP_Property" - }, - { - "aka": [ - "RefinedPcGroup" - ], - "filters": [ - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 762 - }, - "name": "RefinedPcGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismRefinedPcGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 780 - }, - "name": "IsomorphismRefinedPcGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LeadCoeffsIGS" - ], - "filters": [ - "IsInducedPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 76 - }, - "name": "LeadCoeffsIGS", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ParentPcgs" - ], - "filters": [ - "IsInducedPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 213 - }, - "name": "ParentPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CanonicalPcgs" - ], - "filters": [ - "IsInducedPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 240 - }, - "name": "CanonicalPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsCanonicalPcgs" - ], - "filters": [ - "IsInducedPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 261 - }, - "name": "IsCanonicalPcgs", - "type": "GAP_Property" - }, - { - "aka": [ - "IsParentPcgsFamilyPcgs" - ], - "filters": [ - "IsInducedPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 305 - }, - "name": "IsParentPcgsFamilyPcgs", - "type": "GAP_Property" - }, - { - "aka": [ - "ElementaryAbelianSubseries" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 320 - }, - "name": "ElementaryAbelianSubseries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFamilyPcgs" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgspcg.gd", - "line": 31 - }, - "name": "IsFamilyPcgs", - "type": "GAP_Property" - }, - { - "aka": [ - "DenominatorOfModuloPcgs" - ], - "filters": [ - "IsModuloPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 120 - }, - "name": "DenominatorOfModuloPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NumeratorOfModuloPcgs" - ], - "filters": [ - "IsModuloPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 138 - }, - "name": "NumeratorOfModuloPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsNumeratorParentPcgsFamilyPcgs" - ], - "filters": [ - "IsModuloPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 153 - }, - "name": "IsNumeratorParentPcgsFamilyPcgs", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSpecialPcgs" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 32 - }, - "name": "IsSpecialPcgs", - "type": "GAP_Property" - }, - { - "aka": [ - "SpecialPcgs" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 57 - }, - "name": "SpecialPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LGHeads" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 71 - }, - "name": "LGHeads", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LGTails" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 85 - }, - "name": "LGTails", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LGWeights" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 101 - }, - "name": "LGWeights", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LGLayers" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 118 - }, - "name": "LGLayers", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LGFirst" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 135 - }, - "name": "LGFirst", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LGLength" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 197 - }, - "name": "LGLength", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InducedPcgsWrtSpecialPcgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 219 - }, - "name": "InducedPcgsWrtSpecialPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CanonicalPcgsWrtSpecialPcgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 233 - }, - "name": "CanonicalPcgsWrtSpecialPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsInducedPcgsWrtSpecialPcgs" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 250 - }, - "name": "IsInducedPcgsWrtSpecialPcgs", - "type": "GAP_Property" - }, - { - "aka": [ - "IsCanonicalPcgsWrtSpecialPcgs" - ], - "filters": [ - "IsPcgs" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 264 - }, - "name": "IsCanonicalPcgsWrtSpecialPcgs", - "type": "GAP_Property" - }, - { - "aka": [ - "CanonicalPcgsWrtFamilyPcgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 75 - }, - "name": "CanonicalPcgsWrtFamilyPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CanonicalPcgsWrtHomePcgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 90 - }, - "name": "CanonicalPcgsWrtHomePcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FamilyPcgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 111 - }, - "name": "FamilyPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "HomePcgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 128 - }, - "name": "HomePcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InducedPcgsWrtFamilyPcgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 149 - }, - "name": "InducedPcgsWrtFamilyPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedInducedPcgses" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 229 - }, - "name": "ComputedInducedPcgses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InducedPcgsWrtHomePcgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 245 - }, - "name": "InducedPcgsWrtHomePcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Pcgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 267 - }, - "name": "Pcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneralizedPcgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 281 - }, - "name": "GeneralizedPcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OmegaSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 558 - }, - "name": "OmegaSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalizerInHomePcgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(HomePcgs)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppcnrm.gd", - "line": 27 - }, - "name": "NormalizerInHomePcgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MultiplicationTable" - ], - "filters": [ - "IsHomogeneousList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grptbl.gd", - "line": 270 - }, - "name": "MultiplicationTable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AllBlocks" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 281 - }, - "name": "AllBlocks", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TransitiveIdentification" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 314 - }, - "name": "TransitiveIdentification", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PrimitiveIdentification" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 346 - }, - "name": "PrimitiveIdentification", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ONanScottType" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 406 - }, - "name": "ONanScottType", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SocleTypePrimitiveGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 449 - }, - "name": "SocleTypePrimitiveGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TwoClosure" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/stbcbckt.gd", - "line": 195 - }, - "name": "TwoClosure", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsGroupGeneralMappingByImages" - ], - "filters": [ - "IsGeneralMapping", - "RespectsMultiplication", - "RespectsInverses" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 251 - }, - "name": "AsGroupGeneralMappingByImages", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MappingOfWhichItIsAsGGMBI" - ], - "filters": [ - "IsGeneralMapping", - "RespectsMultiplication", - "RespectsInverses" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 268 - }, - "name": "MappingOfWhichItIsAsGGMBI", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NaturalHomomorphismByNormalSubgroupInParent", - "NaturalHomomorphismByNormalSubgroupNCInParent" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 322 - }, - "name": "NaturalHomomorphismByNormalSubgroupNCInParent", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsConjugatorIsomorphism" - ], - "filters": [ - "IsGeneralMapping", - "RespectsMultiplication", - "RespectsInverses" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 500 - }, - "name": "IsConjugatorIsomorphism", - "type": "GAP_Property" - }, - { - "aka": [ - "IsInnerAutomorphism" - ], - "filters": [ - "IsGeneralMapping", - "RespectsMultiplication", - "RespectsInverses" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 505 - }, - "name": "IsInnerAutomorphism", - "type": "GAP_Property" - }, - { - "aka": [ - "ConjugatorInnerAutomorphism", - "ConjugatorOfConjugatorIsomorphism" - ], - "filters": [ - "IsConjugatorIsomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 552 - }, - "name": "ConjugatorOfConjugatorIsomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ImagesSmallestGenerators" - ], - "filters": [ - "IsGeneralMapping", - "RespectsMultiplication", - "RespectsInverses" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 657 - }, - "name": "ImagesSmallestGenerators", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RegularActionHomomorphism" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 675 - }, - "name": "RegularActionHomomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DirectProductInfo" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 468 - }, - "name": "DirectProductInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SubdirectProductInfo" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 481 - }, - "name": "SubdirectProductInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SemidirectProductInfo" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 494 - }, - "name": "SemidirectProductInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "WreathProductInfo" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 507 - }, - "name": "WreathProductInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeProductInfo" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 520 - }, - "name": "FreeProductInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsNaturalSymmetricGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 48 - }, - "name": "IsNaturalSymmetricGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNaturalAlternatingGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 50 - }, - "name": "IsNaturalAlternatingGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsAlternatingGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 68 - }, - "name": "IsAlternatingGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSymmetricGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 93 - }, - "name": "IsSymmetricGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "SymmetricParentGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 122 - }, - "name": "SymmetricParentGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AlternatingSubgroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 137 - }, - "name": "AlternatingSubgroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OrbitStabilizingParentGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 154 - }, - "name": "OrbitStabilizingParentGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DirectFactorsOfGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 131 - }, - "name": "DirectFactorsOfGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SemidirectFactorsOfGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 319 - }, - "name": "SemidirectFactorsOfGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DecompositionTypes", - "DecompositionTypesOfGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 346 - }, - "name": "DecompositionTypesOfGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsDihedralGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 366 - }, - "name": "IsDihedralGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "DihedralGenerators" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 367 - }, - "name": "DihedralGenerators", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsQuaternionGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 387 - }, - "name": "IsQuaternionGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "QuaternionGenerators" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 388 - }, - "name": "QuaternionGenerators", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsQuasiDihedralGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 408 - }, - "name": "IsQuasiDihedralGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "QuasiDihedralGenerators" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 409 - }, - "name": "QuasiDihedralGenerators", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPSL" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 426 - }, - "name": "IsPSL", - "type": "GAP_Property" - }, - { - "aka": [ - "ParametersOfGroupViewedAsPSL" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 446 - }, - "name": "ParametersOfGroupViewedAsPSL", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ParametersOfGroupViewedAsSL" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 447 - }, - "name": "ParametersOfGroupViewedAsSL", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ParametersOfGroupViewedAsGL" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 448 - }, - "name": "ParametersOfGroupViewedAsGL", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AlternatingDegree" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 474 - }, - "name": "AlternatingDegree", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SymmetricDegree" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 475 - }, - "name": "SymmetricDegree", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PSLDegree" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 476 - }, - "name": "PSLDegree", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PSLUnderlyingField" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 477 - }, - "name": "PSLUnderlyingField", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SLDegree" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 478 - }, - "name": "SLDegree", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SLUnderlyingField" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 479 - }, - "name": "SLUnderlyingField", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GLDegree" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 480 - }, - "name": "GLDegree", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GLUnderlyingField" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 481 - }, - "name": "GLUnderlyingField", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StructureDescription" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 756 - }, - "name": "StructureDescription", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPQuotientSystem" - ], - "filters": [ - "IsQuotientSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 42 - }, - "name": "IsPQuotientSystem", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNilpQuotientSystem" - ], - "filters": [ - "IsQuotientSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 53 - }, - "name": "IsNilpQuotientSystem", - "type": "GAP_Property" - }, - { - "aka": [ - "ActingDomain" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 132 - }, - "name": "ActingDomain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "HomeEnumerator" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 161 - }, - "name": "HomeEnumerator", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ActionKernelExternalSet" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 187 - }, - "name": "ActionKernelExternalSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LinearActionBasis" - ], - "filters": [ - "IsLinearActionHomomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 271 - }, - "name": "LinearActionBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FunctionAction" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 288 - }, - "name": "FunctionAction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StabiliserOfExternalSet", - "StabilizerOfExternalSet" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 312 - }, - "name": "StabilizerOfExternalSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CanonicalRepresentativeOfExternalSet" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 336 - }, - "name": "CanonicalRepresentativeOfExternalSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CanonicalRepresentativeDeterminatorOfExternalSet" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 362 - }, - "name": "CanonicalRepresentativeDeterminatorOfExternalSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CanEasilyDetermineCanonicalRepresentativeExternalSet" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 378 - }, - "name": "CanEasilyDetermineCanonicalRepresentativeExternalSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ActorOfExternalSet", - "OperatorOfExternalSet" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 411 - }, - "name": "ActorOfExternalSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ActionHomomorphismAttr" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 948 - }, - "name": "ActionHomomorphismAttr", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SurjectiveActionHomomorphismAttr" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 971 - }, - "name": "SurjectiveActionHomomorphismAttr", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingExternalSet" - ], - "filters": [ - "IsActionHomomorphism" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1002 - }, - "name": "UnderlyingExternalSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ExternalSet" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1171 - }, - "name": "ExternalSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Orbits" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1294 - }, - "name": "Orbits", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OrbitsDomain" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1347 - }, - "name": "OrbitsDomain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OrbitLengths" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1388 - }, - "name": "OrbitLengths", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OrbitLengthsDomain" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1421 - }, - "name": "OrbitLengthsDomain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ExternalOrbits" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1467 - }, - "name": "ExternalOrbits", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ExternalOrbitsStabilisers", - "ExternalOrbitsStabilizers" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1505 - }, - "name": "ExternalOrbitsStabilizers", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Transitivity" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1540 - }, - "name": "Transitivity", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BlocksAttr" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1578 - }, - "name": "BlocksAttr", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MaximalBlocksAttr" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1613 - }, - "name": "MaximalBlocksAttr", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RepresentativesMinimalBlocksAttr" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1652 - }, - "name": "RepresentativesMinimalBlocksAttr", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Earns" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1683 - }, - "name": "Earns", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsTransitive" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1719 - }, - "name": "IsTransitive", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPrimitive" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1750 - }, - "name": "IsPrimitive", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPrimitiveAffine" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1768 - }, - "name": "IsPrimitiveAffine", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSemiRegular" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1795 - }, - "name": "IsSemiRegular", - "type": "GAP_Property" - }, - { - "aka": [ - "IsRegular" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1832 - }, - "name": "IsRegular", - "type": "GAP_Property" - }, - { - "aka": [ - "RankAction" - ], - "filters": [ - "IsExternalSet" - ], - "location": { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1859 - }, - "name": "RankAction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StabChainMutable" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 174 - }, - "name": "StabChainMutable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StabChainImmutable" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 175 - }, - "name": "StabChainImmutable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StabChainOptions" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 195 - }, - "name": "StabChainOptions", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BaseOfGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 319 - }, - "name": "BaseOfGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MinimalStabChain" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 486 - }, - "name": "MinimalStabChain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DecomposedRationalClass" - ], - "filters": [ - "IsRationalClassGroupRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/clas.gd", - "line": 152 - }, - "name": "DecomposedRationalClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StoredPermliftSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/permdeco.gd", - "line": 73 - }, - "name": "StoredPermliftSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedAscendingChains" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 87 - }, - "name": "ComputedAscendingChains", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LeftActingGroup" - ], - "filters": [ - "IsDoubleCoset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 176 - }, - "name": "LeftActingGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RightActingGroup" - ], - "filters": [ - "IsDoubleCoset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 177 - }, - "name": "RightActingGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RepresentativesContainedRightCosets" - ], - "filters": [ - "IsDoubleCoset" - ], - "location": { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 298 - }, - "name": "RepresentativesContainedRightCosets", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NaturalHomomorphismsPool" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/factgrp.gd", - "line": 124 - }, - "name": "NaturalHomomorphismsPool", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SocleComplement" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 261 - }, - "name": "SocleComplement", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SocleDimensions" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 274 - }, - "name": "SocleDimensions", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ModuleOfExtension" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 287 - }, - "name": "ModuleOfExtension", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OmegaAndLowerPCentralSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/randiso.gd", - "line": 11 - }, - "name": "OmegaAndLowerPCentralSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SchurCover", - "SchurCovering" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 58 - }, - "name": "SchurCover", - "type": "GAP_Attribute" - }, - { - "aka": [ - "EpimorphismSchurCover" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 81 - }, - "name": "EpimorphismSchurCover", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AbelianInvariantsMultiplier", - "SchurMultPcpGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 126 - }, - "name": "AbelianInvariantsMultiplier", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Epicenter", - "Epicentre", - "ExteriorCenter", - "ExteriorCentre" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 151 - }, - "name": "Epicentre", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsCentralFactor" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 212 - }, - "name": "IsCentralFactor", - "type": "GAP_Property" - }, - { - "aka": [ - "Zuppos" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 158 - }, - "name": "Zuppos", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MaximalSubgroupsLattice" - ], - "filters": [ - "IsLatticeSubgroupsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 272 - }, - "name": "MaximalSubgroupsLattice", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MinimalSupergroupsLattice" - ], - "filters": [ - "IsLatticeSubgroupsRep" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 319 - }, - "name": "MinimalSupergroupsLattice", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TomDataAlmostSimpleRecognition" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 417 - }, - "name": "TomDataAlmostSimpleRecognition", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFrattiniFree" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grppcaut.gd", - "line": 14 - }, - "name": "IsFrattiniFree", - "type": "GAP_Property" - }, - { - "aka": [ - "LinesOfBBoxProgram", - "LinesOfStraightLineProgram" - ], - "filters": [ - "IsStraightLineProgram" - ], - "location": { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 219 - }, - "name": "LinesOfStraightLineProgram", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NrInputsOfStraightLineProgram" - ], - "filters": [ - "IsStraightLineProgram" - ], - "location": { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 247 - }, - "name": "NrInputsOfStraightLineProgram", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StraightLineProgElmType" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 552 - }, - "name": "StraightLineProgElmType", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SlotUsagePattern" - ], - "filters": [ - "IsStraightLineProgram" - ], - "location": { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 930 - }, - "name": "SlotUsagePattern", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LargestNrSlots" - ], - "filters": [ - "IsStraightLineProgram" - ], - "location": { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 943 - }, - "name": "LargestNrSlots", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TypeOfObjWithMemory" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/memory.gd", - "line": 19 - }, - "name": "TypeOfObjWithMemory", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FpElmEqualityMethod" - ], - "filters": [ - "CategoryFamily(IsElementOfFpGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 322 - }, - "name": "FpElmEqualityMethod", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FpElmComparisonMethod" - ], - "filters": [ - "CategoryFamily(IsElementOfFpGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 340 - }, - "name": "FpElmComparisonMethod", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FpElementNFFunction" - ], - "filters": [ - "CategoryFamily(IsElementOfFpGroup)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 381 - }, - "name": "FpElementNFFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CosetTableInWholeGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 623 - }, - "name": "CosetTableInWholeGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CosetTableNormalClosureInWholeGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 645 - }, - "name": "CosetTableNormalClosureInWholeGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsSubgroupOfWholeGroupByQuotient" - ], - "filters": [ - "IsSubgroupFpGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 780 - }, - "name": "AsSubgroupOfWholeGroupByQuotient", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeGeneratorsOfFpGroup" - ], - "filters": [ - "IsSubgroupFpGroup", - "IsGroupOfFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 947 - }, - "name": "FreeGeneratorsOfFpGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RelatorsOfFpGroup" - ], - "filters": [ - "IsSubgroupFpGroup", - "IsGroupOfFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 993 - }, - "name": "RelatorsOfFpGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeGroupOfFpGroup" - ], - "filters": [ - "IsSubgroupFpGroup", - "IsGroupOfFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1012 - }, - "name": "FreeGroupOfFpGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndicesInvolutaryGenerators" - ], - "filters": [ - "IsSubgroupFpGroup", - "IsGroupOfFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1031 - }, - "name": "IndicesInvolutaryGenerators", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StoredExcludedOrders" - ], - "filters": [ - "IsSubgroupFpGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1196 - }, - "name": "StoredExcludedOrders", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FPFaithHom" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1280 - }, - "name": "FPFaithHom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AugmentedCosetTableMtcInWholeGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 212 - }, - "name": "AugmentedCosetTableMtcInWholeGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AugmentedCosetTableRrsInWholeGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 233 - }, - "name": "AugmentedCosetTableRrsInWholeGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AugmentedCosetTableNormalClosureInWholeGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 253 - }, - "name": "AugmentedCosetTableNormalClosureInWholeGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PrimaryGeneratorWords" - ], - "filters": [ - "IsPresentation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 776 - }, - "name": "PrimaryGeneratorWords", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TietzeOrigin" - ], - "filters": [ - "IsSubgroupFpGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tietze.gd", - "line": 65 - }, - "name": "TietzeOrigin", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TzOptions" - ], - "filters": [ - "IsPresentation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tietze.gd", - "line": 1614 - }, - "name": "TzOptions", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsWordDecompHomomorphism" - ], - "filters": [ - "IsGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 112 - }, - "name": "IsWordDecompHomomorphism", - "type": "GAP_Property" - }, - { - "aka": [ - "CosetTableFpHom" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 132 - }, - "name": "CosetTableFpHom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismSimplifiedFpGroup" - ], - "filters": [ - "IsSubgroupFpGroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 238 - }, - "name": "IsomorphismSimplifiedFpGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "EpimorphismFromFreeGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 288 - }, - "name": "EpimorphismFromFreeGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NiceMonomorphism" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 34 - }, - "name": "NiceMonomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsCanonicalNiceMonomorphism" - ], - "filters": [ - "IsGeneralMapping", - "RespectsMultiplication", - "RespectsInverses" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 110 - }, - "name": "IsCanonicalNiceMonomorphism", - "type": "GAP_Property" - }, - { - "aka": [ - "CanonicalNiceMonomorphism" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 125 - }, - "name": "CanonicalNiceMonomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NiceObject" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 159 - }, - "name": "NiceObject", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsHandledByNiceMonomorphism" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 181 - }, - "name": "IsHandledByNiceMonomorphism", - "type": "GAP_Property" - }, - { - "aka": [ - "SeedFaithfulAction" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 949 - }, - "name": "SeedFaithfulAction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AutomorphismGroup" - ], - "filters": [ - "IsGeneralizedDomain", - "IsCollection" - ], - "location": { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 49 - }, - "name": "AutomorphismGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsGroupOfAutomorphisms" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 68 - }, - "name": "IsGroupOfAutomorphisms", - "type": "GAP_Property" - }, - { - "aka": [ - "IsGroupOfAutomorphismsFiniteGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 84 - }, - "name": "IsGroupOfAutomorphismsFiniteGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "AutomorphismDomain" - ], - "filters": [ - "IsGroupOfAutomorphisms" - ], - "location": { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 112 - }, - "name": "AutomorphismDomain", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsAutomorphismGroup" - ], - "filters": [ - "IsGroupOfAutomorphisms" - ], - "location": { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 145 - }, - "name": "IsAutomorphismGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "InnerAutomorphismsAutomorphismGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 169 - }, - "name": "InnerAutomorphismsAutomorphismGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DefaultFieldOfMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 100 - }, - "name": "DefaultFieldOfMatrixGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DegreeOfMatrixGroup", - "DimensionOfMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 121 - }, - "name": "DimensionOfMatrixGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FieldOfMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 155 - }, - "name": "FieldOfMatrixGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TransposedMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 181 - }, - "name": "TransposedMatrixGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsGL", - "IsGeneralLinearGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 220 - }, - "name": "IsGeneralLinearGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNaturalGL" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 241 - }, - "name": "IsNaturalGL", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSL", - "IsSpecialLinearGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 264 - }, - "name": "IsSpecialLinearGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNaturalSL" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 289 - }, - "name": "IsNaturalSL", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSubgroupSL" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 308 - }, - "name": "IsSubgroupSL", - "type": "GAP_Property" - }, - { - "aka": [ - "InvariantBilinearForm" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 330 - }, - "name": "InvariantBilinearForm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFullSubgroupGLorSLRespectingBilinearForm" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 350 - }, - "name": "IsFullSubgroupGLorSLRespectingBilinearForm", - "type": "GAP_Property" - }, - { - "aka": [ - "InvariantSesquilinearForm" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 377 - }, - "name": "InvariantSesquilinearForm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFullSubgroupGLorSLRespectingSesquilinearForm" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 398 - }, - "name": "IsFullSubgroupGLorSLRespectingSesquilinearForm", - "type": "GAP_Property" - }, - { - "aka": [ - "InvariantQuadraticForm" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 445 - }, - "name": "InvariantQuadraticForm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFullSubgroupGLorSLRespectingQuadraticForm" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 493 - }, - "name": "IsFullSubgroupGLorSLRespectingQuadraticForm", - "type": "GAP_Property" - }, - { - "aka": [ - "FittingFreeLiftSetup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 83 - }, - "name": "FittingFreeLiftSetup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RecogDecompinfoHomomorphism" - ], - "filters": [ - "IsGeneralMapping", - "IsTotal", - "IsSingleValued" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 120 - }, - "name": "RecogDecompinfoHomomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DirectFactorsFittingFreeSocle" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 186 - }, - "name": "DirectFactorsFittingFreeSocle", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ChiefSeriesTF" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 198 - }, - "name": "ChiefSeriesTF", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsRationalMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 43 - }, - "name": "IsRationalMatrixGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsIntegerMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 61 - }, - "name": "IsIntegerMatrixGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "ZClassRepsQClass" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 124 - }, - "name": "ZClassRepsQClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormaliserInGLnZ", - "NormalizerInGLnZ" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 143 - }, - "name": "NormalizerInGLnZ", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CentraliserInGLnZ", - "CentralizerInGLnZ" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 162 - }, - "name": "CentralizerInGLnZ", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsBravaisGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 256 - }, - "name": "IsBravaisGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "BravaisGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 283 - }, - "name": "BravaisGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BravaisSubgroups" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 300 - }, - "name": "BravaisSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BravaisSupergroups" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 317 - }, - "name": "BravaisSupergroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormaliserInGLnZBravaisGroup", - "NormalizerInGLnZBravaisGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 334 - }, - "name": "NormalizerInGLnZBravaisGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InvariantLattice" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 355 - }, - "name": "InvariantLattice", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PerfectIdentification" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/grp/perf.gd", - "line": 77 - }, - "name": "PerfectIdentification", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DataAboutSimpleGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/grp/simple.gd", - "line": 121 - }, - "name": "DataAboutSimpleGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ImfRecord" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/grp/imf.gd", - "line": 41 - }, - "name": "ImfRecord", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OrderingsFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 51 - }, - "name": "OrderingsFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsWellFoundedOrdering" - ], - "filters": [ - "IsOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 79 - }, - "name": "IsWellFoundedOrdering", - "type": "GAP_Property" - }, - { - "aka": [ - "IsTotalOrdering" - ], - "filters": [ - "IsOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 101 - }, - "name": "IsTotalOrdering", - "type": "GAP_Property" - }, - { - "aka": [ - "FamilyForOrdering" - ], - "filters": [ - "IsOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 124 - }, - "name": "FamilyForOrdering", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LessThanFunction" - ], - "filters": [ - "IsOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 144 - }, - "name": "LessThanFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LessThanOrEqualFunction" - ], - "filters": [ - "IsOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 164 - }, - "name": "LessThanOrEqualFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsOrderingOnFamilyOfAssocWords" - ], - "filters": [ - "IsOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 357 - }, - "name": "IsOrderingOnFamilyOfAssocWords", - "type": "GAP_Property" - }, - { - "aka": [ - "LetterRepWordsLessFunc" - ], - "filters": [ - "IsOrderingOnFamilyOfAssocWords" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 374 - }, - "name": "LetterRepWordsLessFunc", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsTranslationInvariantOrdering" - ], - "filters": [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 399 - }, - "name": "IsTranslationInvariantOrdering", - "type": "GAP_Property" - }, - { - "aka": [ - "OrderingOnGenerators" - ], - "filters": [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 453 - }, - "name": "OrderingOnGenerators", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsShortLexOrdering" - ], - "filters": [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 552 - }, - "name": "IsShortLexOrdering", - "type": "GAP_Property" - }, - { - "aka": [ - "WeightOfGenerators" - ], - "filters": [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 632 - }, - "name": "WeightOfGenerators", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsWeightLexOrdering" - ], - "filters": [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 650 - }, - "name": "IsWeightLexOrdering", - "type": "GAP_Property" - }, - { - "aka": [ - "IsBasicWreathProductOrdering" - ], - "filters": [ - "IsOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 705 - }, - "name": "IsBasicWreathProductOrdering", - "type": "GAP_Property" - }, - { - "aka": [ - "IsWreathProductOrdering" - ], - "filters": [ - "IsOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 766 - }, - "name": "IsWreathProductOrdering", - "type": "GAP_Property" - }, - { - "aka": [ - "LevelsOfGenerators" - ], - "filters": [ - "IsOrdering", - "IsWreathProductOrdering" - ], - "location": { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 798 - }, - "name": "LevelsOfGenerators", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LargestImageOfMovedPoint" - ], - "filters": [ - "IsTransformation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 42 - }, - "name": "LargestImageOfMovedPoint", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SmallestImageOfMovedPoint" - ], - "filters": [ - "IsTransformation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 44 - }, - "name": "SmallestImageOfMovedPoint", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RankOfTransformation" - ], - "filters": [ - "IsTransformation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 53 - }, - "name": "RankOfTransformation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsPermutation" - ], - "filters": [ - "IsAssociativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 59 - }, - "name": "AsPermutation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsTransformation" - ], - "filters": [ - "IsAssociativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 61 - }, - "name": "AsTransformation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DegreeOfTransformationCollection" - ], - "filters": [ - "CategoryCollections(IsTransformation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 66 - }, - "name": "DegreeOfTransformationCollection", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FlatKernelOfTransformation" - ], - "filters": [ - "IsTransformation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 67 - }, - "name": "FlatKernelOfTransformation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFlatKernelOfTransformation" - ], - "filters": [ - "IsHomogeneousList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 69 - }, - "name": "IsFlatKernelOfTransformation", - "type": "GAP_Property" - }, - { - "aka": [ - "ImageSetOfTransformation" - ], - "filters": [ - "IsTransformation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 75 - }, - "name": "ImageSetOfTransformation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "KernelOfTransformation" - ], - "filters": [ - "IsTransformation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 78 - }, - "name": "KernelOfTransformation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SmallestIdempotentPower" - ], - "filters": [ - "IsAssociativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 93 - }, - "name": "SmallestIdempotentPower", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComponentRepsOfTransformation" - ], - "filters": [ - "IsTransformation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 110 - }, - "name": "ComponentRepsOfTransformation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NrComponentsOfTransformation" - ], - "filters": [ - "IsTransformation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 111 - }, - "name": "NrComponentsOfTransformation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComponentsOfTransformation" - ], - "filters": [ - "IsTransformation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 112 - }, - "name": "ComponentsOfTransformation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CyclesOfTransformation" - ], - "filters": [ - "IsTransformation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 115 - }, - "name": "CyclesOfTransformation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LeftOne" - ], - "filters": [ - "IsAssociativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 118 - }, - "name": "LeftOne", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RightOne" - ], - "filters": [ - "IsAssociativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 119 - }, - "name": "RightOne", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DomainOfPartialPerm" - ], - "filters": [ - "IsPartialPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 29 - }, - "name": "DomainOfPartialPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ImageListOfPartialPerm" - ], - "filters": [ - "IsPartialPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 30 - }, - "name": "ImageListOfPartialPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ImageSetOfPartialPerm" - ], - "filters": [ - "IsPartialPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 32 - }, - "name": "ImageSetOfPartialPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IndexPeriodOfPartialPerm" - ], - "filters": [ - "IsPartialPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 33 - }, - "name": "IndexPeriodOfPartialPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComponentRepsOfPartialPerm" - ], - "filters": [ - "IsPartialPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 34 - }, - "name": "ComponentRepsOfPartialPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NrComponentsOfPartialPerm" - ], - "filters": [ - "IsPartialPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 35 - }, - "name": "NrComponentsOfPartialPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComponentsOfPartialPerm" - ], - "filters": [ - "IsPartialPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 36 - }, - "name": "ComponentsOfPartialPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FixedPointsOfPartialPerm" - ], - "filters": [ - "IsPartialPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 37 - }, - "name": "FixedPointsOfPartialPerm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NrFixedPoints" - ], - "filters": [ - "IsPartialPerm" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 39 - }, - "name": "NrFixedPoints", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DegreeOfPartialPermCollection" - ], - "filters": [ - "CategoryCollections(IsPartialPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 81 - }, - "name": "DegreeOfPartialPermCollection", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CodegreeOfPartialPermCollection" - ], - "filters": [ - "CategoryCollections(IsPartialPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 82 - }, - "name": "CodegreeOfPartialPermCollection", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RankOfPartialPermCollection" - ], - "filters": [ - "CategoryCollections(IsPartialPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 83 - }, - "name": "RankOfPartialPermCollection", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DomainOfPartialPermCollection" - ], - "filters": [ - "CategoryCollections(IsPartialPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 84 - }, - "name": "DomainOfPartialPermCollection", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ImageOfPartialPermCollection" - ], - "filters": [ - "CategoryCollections(IsPartialPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/pperm.gd", - "line": 85 - }, - "name": "ImageOfPartialPermCollection", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TransformationRepresentation" - ], - "filters": [ - "IsGeneralMapping", - "IsTotal", - "IsSingleValued", - "IsEndoGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fastendo.gd", - "line": 28 - }, - "name": "TransformationRepresentation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeGeneratorsOfFpSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsElementOfFpSemigroup)", - "IsWholeFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpsemi.gd", - "line": 184 - }, - "name": "FreeGeneratorsOfFpSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeSemigroupOfFpSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsElementOfFpSemigroup)", - "IsWholeFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpsemi.gd", - "line": 204 - }, - "name": "FreeSemigroupOfFpSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RelationsOfFpSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsElementOfFpSemigroup)", - "IsWholeFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpsemi.gd", - "line": 238 - }, - "name": "RelationsOfFpSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismFpSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpsemi.gd", - "line": 268 - }, - "name": "IsomorphismFpSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeGeneratorsOfFpMonoid" - ], - "filters": [ - "IsMagmaWithOne", - "IsAssociative", - "CategoryCollections(IsElementOfFpMonoid)", - "IsWholeFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpmon.gd", - "line": 164 - }, - "name": "FreeGeneratorsOfFpMonoid", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeMonoidOfFpMonoid" - ], - "filters": [ - "IsMagmaWithOne", - "IsAssociative", - "CategoryCollections(IsElementOfFpMonoid)", - "IsWholeFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpmon.gd", - "line": 182 - }, - "name": "FreeMonoidOfFpMonoid", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RelationsOfFpMonoid" - ], - "filters": [ - "IsMagmaWithOne", - "IsAssociative", - "CategoryCollections(IsElementOfFpMonoid)", - "IsWholeFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpmon.gd", - "line": 198 - }, - "name": "RelationsOfFpMonoid", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismFpMonoid" - ], - "filters": [ - "IsMagmaWithOne", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/fpmon.gd", - "line": 216 - }, - "name": "IsomorphismFpMonoid", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ReducedConfluentRewritingSystem" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwssmg.gd", - "line": 82 - }, - "name": "ReducedConfluentRewritingSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeMonoidOfRewritingSystem" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwssmg.gd", - "line": 127 - }, - "name": "FreeMonoidOfRewritingSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FamilyForRewritingSystem" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwssmg.gd", - "line": 143 - }, - "name": "FamilyForRewritingSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeSemigroupOfRewritingSystem" - ], - "filters": [ - "IsRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/rwssmg.gd", - "line": 162 - }, - "name": "FreeSemigroupOfRewritingSystem", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TzRules" - ], - "filters": [ - "IsKnuthBendixRewritingSystem" - ], - "location": { - "file": "/home/makx/ac/gap/lib/kbsemi.gd", - "line": 132 - }, - "name": "TzRules", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CosetTableOfFpSemigroup" - ], - "filters": [ - "IsRightMagmaCongruence" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tcsemi.gd", - "line": 40 - }, - "name": "CosetTableOfFpSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AdjoinedIdentityFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/adjoin.gd", - "line": 14 - }, - "name": "AdjoinedIdentityFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingSemigroupFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/adjoin.gd", - "line": 15 - }, - "name": "UnderlyingSemigroupFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AdjoinedIdentityDefaultType" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/adjoin.gd", - "line": 16 - }, - "name": "AdjoinedIdentityDefaultType", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MonoidByAdjoiningIdentity" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/adjoin.gd", - "line": 29 - }, - "name": "MonoidByAdjoiningIdentity", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingSemigroupOfMonoidByAdjoiningIdentity" - ], - "filters": [ - "IsMonoidByAdjoiningIdentity" - ], - "location": { - "file": "/home/makx/ac/gap/lib/adjoin.gd", - "line": 38 - }, - "name": "UnderlyingSemigroupOfMonoidByAdjoiningIdentity", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MonoidByAdjoiningIdentityElt" - ], - "filters": [ - "IsMultiplicativeElement", - "IsAssociativeElement" - ], - "location": { - "file": "/home/makx/ac/gap/lib/adjoin.gd", - "line": 48 - }, - "name": "MonoidByAdjoiningIdentityElt", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingSemigroupElementOfMonoidByAdjoiningIdentityElt" - ], - "filters": [ - "IsMonoidByAdjoiningIdentityElt" - ], - "location": { - "file": "/home/makx/ac/gap/lib/adjoin.gd", - "line": 58 - }, - "name": "UnderlyingSemigroupElementOfMonoidByAdjoiningIdentityElt", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFiniteSemigroupGreensRelation" - ], - "filters": [ - "IsGreensRelation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 77 - }, - "name": "IsFiniteSemigroupGreensRelation", - "type": "GAP_Property" - }, - { - "aka": [ - "GreensRRelation" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 103 - }, - "name": "GreensRRelation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GreensLRelation" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 104 - }, - "name": "GreensLRelation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GreensJRelation" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 105 - }, - "name": "GreensJRelation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GreensDRelation" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 106 - }, - "name": "GreensDRelation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GreensHRelation" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 107 - }, - "name": "GreensHRelation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AssociatedConcreteSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsElementOfFpSemigroup)", - "IsWholeFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 146 - }, - "name": "AssociatedConcreteSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AssociatedFpSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 147 - }, - "name": "AssociatedFpSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GreensRClasses" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 227 - }, - "name": "GreensRClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GreensLClasses" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 228 - }, - "name": "GreensLClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GreensJClasses" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 229 - }, - "name": "GreensJClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GreensDClasses" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 230 - }, - "name": "GreensDClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GreensHClasses" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 231 - }, - "name": "GreensHClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RClassOfHClass" - ], - "filters": [ - "IsGreensHClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 277 - }, - "name": "RClassOfHClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LClassOfHClass" - ], - "filters": [ - "IsGreensHClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 278 - }, - "name": "LClassOfHClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DClassOfHClass" - ], - "filters": [ - "IsGreensHClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 279 - }, - "name": "DClassOfHClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DClassOfLClass" - ], - "filters": [ - "IsGreensLClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 280 - }, - "name": "DClassOfLClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DClassOfRClass" - ], - "filters": [ - "IsGreensRClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 281 - }, - "name": "DClassOfRClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GroupHClassOfGreensDClass" - ], - "filters": [ - "IsGreensDClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 299 - }, - "name": "GroupHClassOfGreensDClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsRegularDClass" - ], - "filters": [ - "IsGreensDClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 325 - }, - "name": "IsRegularDClass", - "type": "GAP_Property" - }, - { - "aka": [ - "IsGroupHClass" - ], - "filters": [ - "IsGreensHClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 344 - }, - "name": "IsGroupHClass", - "type": "GAP_Property" - }, - { - "aka": [ - "EggBoxOfDClass" - ], - "filters": [ - "IsGreensDClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 363 - }, - "name": "EggBoxOfDClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InternalRepGreensRelation" - ], - "filters": [ - "IsGreensRelation" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 388 - }, - "name": "InternalRepGreensRelation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CanonicalGreensClass" - ], - "filters": [ - "IsGreensClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 389 - }, - "name": "CanonicalGreensClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFpSemigpReducedElt" - ], - "filters": [ - "IsElementOfFpSemigroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 459 - }, - "name": "IsFpSemigpReducedElt", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFpMonoidReducedElt" - ], - "filters": [ - "IsElementOfFpMonoid" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semirel.gd", - "line": 460 - }, - "name": "IsFpMonoidReducedElt", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFullTransformationMonoid", - "IsFullTransformationSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semitran.gd", - "line": 18 - }, - "name": "IsFullTransformationSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "DegreeOfTransformationSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsTransformation)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semitran.gd", - "line": 24 - }, - "name": "DegreeOfTransformationSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismTransformationSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semitran.gd", - "line": 27 - }, - "name": "IsomorphismTransformationSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismTransformationMonoid" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semitran.gd", - "line": 28 - }, - "name": "IsomorphismTransformationMonoid", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AntiIsomorphismTransformationSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semitran.gd", - "line": 32 - }, - "name": "AntiIsomorphismTransformationSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsReesMatrixSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 53 - }, - "name": "IsReesMatrixSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsReesZeroMatrixSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 54 - }, - "name": "IsReesZeroMatrixSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "Matrix", - "MatrixOfReesMatrixSemigroup", - "MatrixOfReesZeroMatrixSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 80 - }, - "name": "Matrix", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Rows", - "RowsOfReesMatrixSemigroup", - "RowsOfReesZeroMatrixSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 85 - }, - "name": "Rows", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Columns", - "ColumnsOfReesMatrixSemigroup", - "ColumnsOfReesZeroMatrixSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 90 - }, - "name": "Columns", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingSemigroup", - "UnderlyingSemigroupOfReesMatrixSemigroup", - "UnderlyingSemigroupOfReesZeroMatrixSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 95 - }, - "name": "UnderlyingSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AssociatedReesMatrixSemigroupOfDClass" - ], - "filters": [ - "IsGreensDClass" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 104 - }, - "name": "AssociatedReesMatrixSemigroupOfDClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismReesMatrixSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 105 - }, - "name": "IsomorphismReesMatrixSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismReesZeroMatrixSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 107 - }, - "name": "IsomorphismReesZeroMatrixSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ReesMatrixSemigroupOfFamily" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 111 - }, - "name": "ReesMatrixSemigroupOfFamily", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TypeReesMatrixSemigroupElements" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 113 - }, - "name": "TypeReesMatrixSemigroupElements", - "type": "GAP_Attribute" - }, - { - "aka": [ - "QuotientSemigroupPreimage" - ], - "filters": [ - "IsQuotientSemigroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiquo.gd", - "line": 86 - }, - "name": "QuotientSemigroupPreimage", - "type": "GAP_Attribute" - }, - { - "aka": [ - "QuotientSemigroupCongruence" - ], - "filters": [ - "IsQuotientSemigroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiquo.gd", - "line": 87 - }, - "name": "QuotientSemigroupCongruence", - "type": "GAP_Attribute" - }, - { - "aka": [ - "QuotientSemigroupHomomorphism" - ], - "filters": [ - "IsQuotientSemigroup" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semiquo.gd", - "line": 88 - }, - "name": "QuotientSemigroupHomomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DegreeOfPartialPermSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsPartialPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semipperm.gd", - "line": 18 - }, - "name": "DegreeOfPartialPermSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CodegreeOfPartialPermSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsPartialPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semipperm.gd", - "line": 19 - }, - "name": "CodegreeOfPartialPermSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RankOfPartialPermSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsPartialPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semipperm.gd", - "line": 20 - }, - "name": "RankOfPartialPermSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsSymmetricInverseMonoid", - "IsSymmetricInverseSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative", - "CategoryCollections(IsPartialPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semipperm.gd", - "line": 22 - }, - "name": "IsSymmetricInverseSemigroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsomorphismPartialPermSemigroup" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semipperm.gd", - "line": 28 - }, - "name": "IsomorphismPartialPermSemigroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismPartialPermMonoid" - ], - "filters": [ - "IsMagma", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/semipperm.gd", - "line": 29 - }, - "name": "IsomorphismPartialPermMonoid", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingGroup" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 499 - }, - "name": "UnderlyingGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IdentificationOfConjugacyClasses" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 589 - }, - "name": "IdentificationOfConjugacyClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CharacterDegrees" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 874 - }, - "name": "CharacterDegrees", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Irr" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 968 - }, - "name": "Irr", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LinearCharacters" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1015 - }, - "name": "LinearCharacters", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IBr" - ], - "filters": [ - "IsBrauerTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1041 - }, - "name": "IBr", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OrdinaryCharacterTable" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1078 - }, - "name": "OrdinaryCharacterTable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsAlmostSimpleCharacterTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1228 - }, - "name": "IsAlmostSimpleCharacterTable", - "type": "GAP_Property" - }, - { - "aka": [ - "IsMonomialCharacterTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1229 - }, - "name": "IsMonomialCharacterTable", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNilpotentCharacterTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1230 - }, - "name": "IsNilpotentCharacterTable", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPerfectCharacterTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1231 - }, - "name": "IsPerfectCharacterTable", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSimpleCharacterTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1232 - }, - "name": "IsSimpleCharacterTable", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSolubleCharacterTable", - "IsSolvableCharacterTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1233 - }, - "name": "IsSolvableCharacterTable", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSporadicSimpleCharacterTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1235 - }, - "name": "IsSporadicSimpleCharacterTable", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSupersolubleCharacterTable", - "IsSupersolvableCharacterTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1237 - }, - "name": "IsSupersolvableCharacterTable", - "type": "GAP_Property" - }, - { - "aka": [ - "OrdersClassRepresentatives" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1341 - }, - "name": "OrdersClassRepresentatives", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SizesCentralisers", - "SizesCentralizers" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1368 - }, - "name": "SizesCentralizers", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SizesConjugacyClasses" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1395 - }, - "name": "SizesConjugacyClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AutomorphismsOfTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1424 - }, - "name": "AutomorphismsOfTable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingCharacteristic" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1466 - }, - "name": "UnderlyingCharacteristic", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassNames" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1517 - }, - "name": "ClassNames", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CharacterNames" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1522 - }, - "name": "CharacterNames", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassParameters" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1578 - }, - "name": "ClassParameters", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CharacterParameters" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1581 - }, - "name": "CharacterParameters", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Identifier" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1624 - }, - "name": "Identifier", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InverseClasses" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1708 - }, - "name": "InverseClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RealClasses" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1738 - }, - "name": "RealClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassRoots" - ], - "filters": [ - "IsCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1797 - }, - "name": "ClassRoots", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfNormalSubgroups" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1848 - }, - "name": "ClassPositionsOfNormalSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfMaximalNormalSubgroups" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1851 - }, - "name": "ClassPositionsOfMaximalNormalSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfMinimalNormalSubgroups" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1854 - }, - "name": "ClassPositionsOfMinimalNormalSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfCenter", - "ClassPositionsOfCentre" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1905 - }, - "name": "ClassPositionsOfCentre", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfDirectProductDecompositions" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1938 - }, - "name": "ClassPositionsOfDirectProductDecompositions", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfDerivedSubgroup" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1965 - }, - "name": "ClassPositionsOfDerivedSubgroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfElementaryAbelianSeries" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 1993 - }, - "name": "ClassPositionsOfElementaryAbelianSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfFittingSubgroup" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2017 - }, - "name": "ClassPositionsOfFittingSubgroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfSolvableRadical" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2039 - }, - "name": "ClassPositionsOfSolvableRadical", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfLowerCentralSeries" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2100 - }, - "name": "ClassPositionsOfLowerCentralSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfUpperCentralSeries" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2127 - }, - "name": "ClassPositionsOfUpperCentralSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfSolubleResiduum", - "ClassPositionsOfSolvableResiduum" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2144 - }, - "name": "ClassPositionsOfSolvableResiduum", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfSupersolvableResiduum" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2171 - }, - "name": "ClassPositionsOfSupersolvableResiduum", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedPrimeBlockss" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2328 - }, - "name": "ComputedPrimeBlockss", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BlocksInfo" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2440 - }, - "name": "BlocksInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DecompositionMatrix" - ], - "filters": [ - "IsBrauerTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2491 - }, - "name": "DecompositionMatrix", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedIsPSolubleCharacterTables", - "ComputedIsPSolvableCharacterTables" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2662 - }, - "name": "ComputedIsPSolvableCharacterTables", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedIndicators" - ], - "filters": [ - "IsCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2749 - }, - "name": "ComputedIndicators", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedBrauerTables" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 3113 - }, - "name": "ComputedBrauerTables", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DisplayOptions" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 3514 - }, - "name": "DisplayOptions", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FactorsOfDirectProduct" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 3728 - }, - "name": "FactorsOfDirectProduct", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CharacterTableIsoclinic" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 3859 - }, - "name": "CharacterTableIsoclinic", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SourceOfIsoclinicTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 3871 - }, - "name": "SourceOfIsoclinicTable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPermutation" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 4229 - }, - "name": "ClassPermutation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalSubgroupClassesInfo" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 4301 - }, - "name": "NormalSubgroupClassesInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingCharacterTable" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 308 - }, - "name": "UnderlyingCharacterTable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ValuesOfClassFunction" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 349 - }, - "name": "ValuesOfClassFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GlobalPartitionOfClasses" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 683 - }, - "name": "GlobalPartitionOfClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TrivialCharacter" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 975 - }, - "name": "TrivialCharacter", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NaturalCharacter" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1024 - }, - "name": "NaturalCharacter", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsCharacter" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1122 - }, - "name": "IsCharacter", - "type": "GAP_Property" - }, - { - "aka": [ - "IsVirtualCharacter" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1142 - }, - "name": "IsVirtualCharacter", - "type": "GAP_Property" - }, - { - "aka": [ - "IsIrreducibleCharacter" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1195 - }, - "name": "IsIrreducibleCharacter", - "type": "GAP_Property" - }, - { - "aka": [ - "CenterOfCharacter", - "CentreOfCharacter" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1355 - }, - "name": "CentreOfCharacter", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ConstituentsOfCharacter" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1408 - }, - "name": "ConstituentsOfCharacter", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DegreeOfCharacter" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1437 - }, - "name": "DegreeOfCharacter", - "type": "GAP_Attribute" - }, - { - "aka": [ - "KernelOfCharacter" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1510 - }, - "name": "KernelOfCharacter", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassPositionsOfKernel" - ], - "filters": [ - "IsHomogeneousList" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1536 - }, - "name": "ClassPositionsOfKernel", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CentralCharacter" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1648 - }, - "name": "CentralCharacter", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DeterminantOfCharacter" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1685 - }, - "name": "DeterminantOfCharacter", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BrauerCharacterValue" - ], - "filters": [ - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsTable", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 2668 - }, - "name": "BrauerCharacterValue", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedPowerMaps" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmaps.gd", - "line": 181 - }, - "name": "ComputedPowerMaps", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FusionConjugacyClassesOp" - ], - "filters": [ - "IsGeneralMapping" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmaps.gd", - "line": 660 - }, - "name": "FusionConjugacyClassesOp", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedClassFusions" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmaps.gd", - "line": 736 - }, - "name": "ComputedClassFusions", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NamesOfFusionSources" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmaps.gd", - "line": 854 - }, - "name": "NamesOfFusionSources", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BaumClausenInfo" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblsolv.gd", - "line": 120 - }, - "name": "BaumClausenInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IrreducibleRepresentations" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "IsFinite" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblsolv.gd", - "line": 192 - }, - "name": "IrreducibleRepresentations", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IrrBaumClausen" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblsolv.gd", - "line": 249 - }, - "name": "IrrBaumClausen", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IrrConlon" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblsolv.gd", - "line": 377 - }, - "name": "IrrConlon", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MolienSeriesInfo" - ], - "filters": [ - "IsRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmoli.gd", - "line": 180 - }, - "name": "MolienSeriesInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Alpha" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 137 - }, - "name": "Alpha", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Delta" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 157 - }, - "name": "Delta", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsBergerCondition" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 213 - }, - "name": "IsBergerCondition", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPrimitiveCharacter" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 313 - }, - "name": "IsPrimitiveCharacter", - "type": "GAP_Property" - }, - { - "aka": [ - "TestQuasiPrimitive" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 364 - }, - "name": "TestQuasiPrimitive", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsQuasiPrimitive" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 366 - }, - "name": "IsQuasiPrimitive", - "type": "GAP_Property" - }, - { - "aka": [ - "IsInducedFromNormalSubgroup" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 419 - }, - "name": "IsInducedFromNormalSubgroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsMonomialCharacter" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 458 - }, - "name": "IsMonomialCharacter", - "type": "GAP_Property" - }, - { - "aka": [ - "IsMonomialNumber" - ], - "filters": [ - "IsInt", - "IsPosRat" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 529 - }, - "name": "IsMonomialNumber", - "type": "GAP_Property" - }, - { - "aka": [ - "TestMonomialQuick" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 589 - }, - "name": "TestMonomialQuick", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TestMonomial" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 659 - }, - "name": "TestMonomial", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TestSubnormallyMonomial" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 739 - }, - "name": "TestSubnormallyMonomial", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsSubnormallyMonomial" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 742 - }, - "name": "IsSubnormallyMonomial", - "type": "GAP_Property" - }, - { - "aka": [ - "TestRelativelySM" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 814 - }, - "name": "TestRelativelySM", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsRelativelySM" - ], - "filters": [ - "IsClassFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 820 - }, - "name": "IsRelativelySM", - "type": "GAP_Property" - }, - { - "aka": [ - "IsMinimalNonmonomial" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblmono.gd", - "line": 851 - }, - "name": "IsMinimalNonmonomial", - "type": "GAP_Property" - }, - { - "aka": [ - "DixonRecord" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblgrp.gd", - "line": 127 - }, - "name": "DixonRecord", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IrrDixonSchneider" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/ctblgrp.gd", - "line": 373 - }, - "name": "IrrDixonSchneider", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TableOfMarks" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 333 - }, - "name": "TableOfMarks", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PermutationTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 614 - }, - "name": "PermutationTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MarksTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 734 - }, - "name": "MarksTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SubsTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 735 - }, - "name": "SubsTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NrSubsTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 776 - }, - "name": "NrSubsTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OrdersTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 777 - }, - "name": "OrdersTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LengthsTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 801 - }, - "name": "LengthsTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassTypesTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 836 - }, - "name": "ClassTypesTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ClassNamesTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 884 - }, - "name": "ClassNamesTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FusionsTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 917 - }, - "name": "FusionsTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IdempotentsTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 993 - }, - "name": "IdempotentsTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IdempotentsTomInfo" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 994 - }, - "name": "IdempotentsTomInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MatTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1059 - }, - "name": "MatTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MoebiusTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1108 - }, - "name": "MoebiusTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "WeightsTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1142 - }, - "name": "WeightsTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsAbelianTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1204 - }, - "name": "IsAbelianTom", - "type": "GAP_Property" - }, - { - "aka": [ - "IsCyclicTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1229 - }, - "name": "IsCyclicTom", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNilpotentTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1249 - }, - "name": "IsNilpotentTom", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPerfectTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1269 - }, - "name": "IsPerfectTom", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSolubleTom", - "IsSolvableTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1289 - }, - "name": "IsSolvableTom", - "type": "GAP_Property" - }, - { - "aka": [ - "DerivedSubgroupsTomPossible" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1393 - }, - "name": "DerivedSubgroupsTomPossible", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DerivedSubgroupsTomUnique" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1394 - }, - "name": "DerivedSubgroupsTomUnique", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalisersTom", - "NormalizersTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1446 - }, - "name": "NormalizersTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CyclicExtensionsTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1539 - }, - "name": "CyclicExtensionsTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedCyclicExtensionsTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1566 - }, - "name": "ComputedCyclicExtensionsTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MaximalSubgroupsTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1750 - }, - "name": "MaximalSubgroupsTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GeneratorsSubgroupsTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1851 - }, - "name": "GeneratorsSubgroupsTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StraightLineProgramsTom" - ], - "filters": [ - "IsTableOfMarks" - ], - "location": { - "file": "/home/makx/ac/gap/lib/tom.gd", - "line": 1883 - }, - "name": "StraightLineProgramsTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ProcessID" - ], - "filters": [ - "IsFile" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/io-4.4.4/gap/io.gd", - "line": 17 - }, - "name": "ProcessID", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IdGroup", - "IdSmallGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/small/small.gd", - "line": 306 - }, - "name": "IdGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Gap3CatalogueIdGroup", - "IdGap3SolvableGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/small/small.gd", - "line": 369 - }, - "name": "Gap3CatalogueIdGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FrattinifactorSize" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/small/small.gd", - "line": 400 - }, - "name": "FrattinifactorSize", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FrattinifactorId" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/small/small.gd", - "line": 413 - }, - "name": "FrattinifactorId", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GaloisType" - ], - "filters": [ - "IsRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/lib/galois.gd", - "line": 56 - }, - "name": "GaloisType", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SimsNo" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPerm)" - ], - "location": { - "file": "/home/makx/ac/gap/prim/primitiv.gd", - "line": 238 - }, - "name": "SimsNo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MinimalBlockDimension" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/prim/irredsol.gd", - "line": 243 - }, - "name": "MinimalBlockDimension", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsLinearlyPrimitive", - "IsPrimitiveMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/prim/irredsol.gd", - "line": 257 - }, - "name": "IsPrimitiveMatrixGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IrrFacsAlgExtPol" - ], - "filters": [ - "IsPolynomial", - "IsUnivariateRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/factors.gd", - "line": 34 - }, - "name": "IrrFacsAlgExtPol", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsUnitGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 17 - }, - "name": "IsUnitGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsUnitGroupIsomorphism" - ], - "filters": [ - "IsGeneralMapping", - "IsTotal", - "IsSingleValued" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 18 - }, - "name": "IsUnitGroupIsomorphism", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNumberFieldByMatrices" - ], - "filters": [ - "IsNumberField" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 19 - }, - "name": "IsNumberFieldByMatrices", - "type": "GAP_Property" - }, - { - "aka": [ - "IsMultGroupByFieldElemsIsomorphism" - ], - "filters": [ - "IsGeneralMapping", - "IsTotal", - "IsSingleValued" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 20 - }, - "name": "IsMultGroupByFieldElemsIsomorphism", - "type": "GAP_Property" - }, - { - "aka": [ - "IntegerDefiningPolynomial" - ], - "filters": [ - "IsNumberField" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 22 - }, - "name": "IntegerDefiningPolynomial", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IntegerPrimitiveElement" - ], - "filters": [ - "IsNumberField" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 23 - }, - "name": "IntegerPrimitiveElement", - "type": "GAP_Attribute" - }, - { - "aka": [ - "EquationOrderBasis" - ], - "filters": [ - "IsNumberField" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 24 - }, - "name": "EquationOrderBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MaximalOrderBasis" - ], - "filters": [ - "IsNumberField" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 25 - }, - "name": "MaximalOrderBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnitGroup" - ], - "filters": [ - "IsNumberField" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 26 - }, - "name": "UnitGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FieldOfUnitGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/Alnuth-3.0.0/gap/field.gd", - "line": 28 - }, - "name": "FieldOfUnitGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsWeightedCollector" - ], - "filters": [ - "IsPolycyclicCollector" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/collect.gd", - "line": 25 - }, - "name": "IsWeightedCollector", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPolynomialCollector" - ], - "filters": [ - "IsFromTheLeftCollectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/collect.gd", - "line": 32 - }, - "name": "IsPolynomialCollector", - "type": "GAP_Property" - }, - { - "aka": [ - "UseLibraryCollector" - ], - "filters": [ - "IsFromTheLeftCollectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/collect.gd", - "line": 40 - }, - "name": "UseLibraryCollector", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPolycyclicPresentation" - ], - "filters": [ - "IsFromTheLeftCollectorRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/collect.gd", - "line": 111 - }, - "name": "IsPolycyclicPresentation", - "type": "GAP_Property" - }, - { - "aka": [ - "TailOfElm" - ], - "filters": [ - "IsPcpElement" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcpelms.gd", - "line": 52 - }, - "name": "TailOfElm", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RelativeOrderPcp" - ], - "filters": [ - "IsPcpElement" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcpelms.gd", - "line": 53 - }, - "name": "RelativeOrderPcp", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RelativeIndex" - ], - "filters": [ - "IsPcpElement" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcpelms.gd", - "line": 54 - }, - "name": "RelativeIndex", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FactorOrder" - ], - "filters": [ - "IsPcpElement" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcpelms.gd", - "line": 55 - }, - "name": "FactorOrder", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Igs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPcpElement)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcpgrps.gd", - "line": 21 - }, - "name": "Igs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Ngs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPcpElement)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcpgrps.gd", - "line": 22 - }, - "name": "Ngs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Cgs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPcpElement)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/pcpgrps.gd", - "line": 23 - }, - "name": "Cgs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "EfaSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPcpElement)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/basic.gd", - "line": 30 - }, - "name": "EfaSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PcpsOfEfaSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPcpElement)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/basic.gd", - "line": 41 - }, - "name": "PcpsOfEfaSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsomorphismPcpGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/basic.gd", - "line": 47 - }, - "name": "IsomorphismPcpGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PcpGroupByEfaSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/basic.gd", - "line": 48 - }, - "name": "PcpGroupByEfaSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsHomomorphismIntoMatrixGroup" - ], - "filters": [ - "IsGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/matrep/matrep.gd", - "line": 12 - }, - "name": "IsHomomorphismIntoMatrixGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "SemiSimpleEfaSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative", - "CategoryCollections(IsPcpElement)" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/pcpgrp.gd", - "line": 7 - }, - "name": "SemiSimpleEfaSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FCCentre" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/pcpgrp.gd", - "line": 8 - }, - "name": "FCCentre", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsNilpotentByFinite" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/pcpgrp.gd", - "line": 11 - }, - "name": "IsNilpotentByFinite", - "type": "GAP_Property" - }, - { - "aka": [ - "ComputedMaximalSubgroupClassesByIndexs" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/pcpgrp.gd", - "line": 18 - }, - "name": "ComputedMaximalSubgroupClassesByIndexs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedLowIndexSubgroupClassess" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/pcpgrp.gd", - "line": 21 - }, - "name": "ComputedLowIndexSubgroupClassess", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedLowIndexNormalSubgroupss" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/pcpgrp.gd", - "line": 23 - }, - "name": "ComputedLowIndexNormalSubgroupss", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SchurExtension" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/pcpgrp.gd", - "line": 30 - }, - "name": "SchurExtension", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SchurExtensionEpimorphism" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/pcpgrp.gd", - "line": 31 - }, - "name": "SchurExtensionEpimorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NonAbelianTensorSquare" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/pcpgrp.gd", - "line": 35 - }, - "name": "NonAbelianTensorSquare", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NonAbelianExteriorSquare" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/pcpgrp.gd", - "line": 36 - }, - "name": "NonAbelianExteriorSquare", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TorsionSubgroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/torsion.gd", - "line": 23 - }, - "name": "TorsionSubgroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalTorsionSubgroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/torsion.gd", - "line": 24 - }, - "name": "NormalTorsionSubgroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FiniteSubgroupClasses" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/torsion.gd", - "line": 25 - }, - "name": "FiniteSubgroupClasses", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsTorsionFree" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/torsion.gd", - "line": 30 - }, - "name": "IsTorsionFree", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFreeAbelian" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/pcpgrp/torsion.gd", - "line": 38 - }, - "name": "IsFreeAbelian", - "type": "GAP_Property" - }, - { - "aka": [ - "MemberFunction" - ], - "filters": [ - "IsClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/classes.gd", - "line": 24 - }, - "name": "MemberFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedIsMembers" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/classes.gd", - "line": 36 - }, - "name": "ComputedIsMembers", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsGroupClass" - ], - "filters": [ - "IsClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 16 - }, - "name": "IsGroupClass", - "type": "GAP_Property" - }, - { - "aka": [ - "GroupClass" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 32 - }, - "name": "GroupClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ContainsTrivialGroup" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 49 - }, - "name": "ContainsTrivialGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSubgroupClosed" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 65 - }, - "name": "IsSubgroupClosed", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNormalSubgroupClosed" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 66 - }, - "name": "IsNormalSubgroupClosed", - "type": "GAP_Property" - }, - { - "aka": [ - "IsQuotientClosed" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 67 - }, - "name": "IsQuotientClosed", - "type": "GAP_Property" - }, - { - "aka": [ - "IsResiduallyClosed" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 68 - }, - "name": "IsResiduallyClosed", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNormalProductClosed" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 69 - }, - "name": "IsNormalProductClosed", - "type": "GAP_Property" - }, - { - "aka": [ - "IsDirectProductClosed" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 70 - }, - "name": "IsDirectProductClosed", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSchunckClass" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 71 - }, - "name": "IsSchunckClass", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSaturated" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/grpclass.gd", - "line": 72 - }, - "name": "IsSaturated", - "type": "GAP_Property" - }, - { - "aka": [ - "FittingClass" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/fitting.gd", - "line": 38 - }, - "name": "FittingClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InjectorFunction" - ], - "filters": [ - "IsClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/fitting.gd", - "line": 92 - }, - "name": "InjectorFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RadicalFunction" - ], - "filters": [ - "IsClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/fitting.gd", - "line": 102 - }, - "name": "RadicalFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPrimitiveSoluble", - "IsPrimitiveSolubleGroup", - "IsPrimitiveSolvable", - "IsPrimitiveSolvableGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/schunck.gd", - "line": 14 - }, - "name": "IsPrimitiveSolubleGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "SchunckClass" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/schunck.gd", - "line": 24 - }, - "name": "SchunckClass", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Boundary" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/schunck.gd", - "line": 34 - }, - "name": "Boundary", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ProjectorFunction" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/schunck.gd", - "line": 54 - }, - "name": "ProjectorFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BoundaryFunction" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/schunck.gd", - "line": 64 - }, - "name": "BoundaryFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OrdinaryFormation" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/form.gd", - "line": 38 - }, - "name": "OrdinaryFormation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SaturatedFormation" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/form.gd", - "line": 75 - }, - "name": "SaturatedFormation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FittingFormation" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/form.gd", - "line": 107 - }, - "name": "FittingFormation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SaturatedFittingFormation" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/form.gd", - "line": 153 - }, - "name": "SaturatedFittingFormation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ResidualFunction" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/form.gd", - "line": 163 - }, - "name": "ResidualFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LocalDefinitionFunction" - ], - "filters": [ - "IsGroupClass" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/form.gd", - "line": 173 - }, - "name": "LocalDefinitionFunction", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedProjectors" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/projector.gd", - "line": 20 - }, - "name": "ComputedProjectors", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedCoveringSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/projector.gd", - "line": 28 - }, - "name": "ComputedCoveringSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedInjectors" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/injector.gd", - "line": 20 - }, - "name": "ComputedInjectors", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedRadicals" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/radical.gd", - "line": 15 - }, - "name": "ComputedRadicals", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedResiduals" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/residual.gd", - "line": 13 - }, - "name": "ComputedResiduals", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CharacteristicSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/residual.gd", - "line": 23 - }, - "name": "CharacteristicSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalGeneratorsOfNilpotentResidual" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/util.gd", - "line": 35 - }, - "name": "NormalGeneratorsOfNilpotentResidual", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PrimePowerGensPcSequence" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/util.gd", - "line": 137 - }, - "name": "PrimePowerGensPcSequence", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CRISP_SmallGeneratingSet" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/util.gd", - "line": 227 - }, - "name": "CRISP_SmallGeneratingSet", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NilpotentProjector" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/samples.gd", - "line": 27 - }, - "name": "NilpotentProjector", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SupersolubleProjector", - "SupersolvableProjector" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/samples.gd", - "line": 41 - }, - "name": "SupersolubleProjector", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedPSocleComponentss" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/socle.gd", - "line": 12 - }, - "name": "ComputedPSocleComponentss", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedPSocleSeriess" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/socle.gd", - "line": 19 - }, - "name": "ComputedPSocleSeriess", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedPSocles" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/socle.gd", - "line": 26 - }, - "name": "ComputedPSocles", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AbelianSocle", - "SolubleSocle", - "SolvableSocle" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/socle.gd", - "line": 33 - }, - "name": "SolubleSocle", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SocleComponents" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/socle.gd", - "line": 41 - }, - "name": "SocleComponents", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AbelianSocleComponents", - "SolubleSocleComponents", - "SolvableSocleComponents" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/socle.gd", - "line": 48 - }, - "name": "SolubleSocleComponents", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedMinimalNormalPSubgroupss" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/socle.gd", - "line": 57 - }, - "name": "ComputedMinimalNormalPSubgroupss", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AbelianMinimalNormalSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crisp-1.4.3/lib/socle.gd", - "line": 64 - }, - "name": "AbelianMinimalNormalSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LinesOfStraightLineDecision" - ], - "filters": [ - "IsStraightLineDecision" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/atlasrep/gap/bbox.gd", - "line": 559 - }, - "name": "LinesOfStraightLineDecision", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NrInputsOfStraightLineDecision" - ], - "filters": [ - "IsStraightLineDecision" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/atlasrep/gap/bbox.gd", - "line": 585 - }, - "name": "NrInputsOfStraightLineDecision", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsBBoxProgram" - ], - "filters": [ - "IsStraightLineProgram" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/atlasrep/gap/bbox.gd", - "line": 904 - }, - "name": "AsBBoxProgram", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsStraightLineProgram" - ], - "filters": [ - "IsBBoxProgram" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/atlasrep/gap/bbox.gd", - "line": 946 - }, - "name": "AsStraightLineProgram", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AsStraightLineDecision" - ], - "filters": [ - "IsBBoxProgram" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/atlasrep/gap/bbox.gd", - "line": 986 - }, - "name": "AsStraightLineDecision", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Maxes" - ], - "filters": [ - "IsUnknown" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/atlasrep/gap/types.gd", - "line": 384 - }, - "name": "Maxes", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AtlasRepInfoRecord" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/atlasrep/gap/interfac.gd", - "line": 1142 - }, - "name": "AtlasRepInfoRecord", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CASInfo" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 1509 - }, - "name": "CASInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ConstructionInfoCharacterTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 1574 - }, - "name": "ConstructionInfoCharacterTable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FusionToTom" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 1632 - }, - "name": "FusionToTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ProjectivesInfo" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 1685 - }, - "name": "ProjectivesInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ExtensionInfoCharacterTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 1730 - }, - "name": "ExtensionInfoCharacterTable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GroupInfoForCharacterTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 1811 - }, - "name": "GroupInfoForCharacterTable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "KnowsSomeGroupInfo" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 1838 - }, - "name": "KnowsSomeGroupInfo", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNontrivialDirectProduct" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 2019 - }, - "name": "IsNontrivialDirectProduct", - "type": "GAP_Property" - }, - { - "aka": [ - "KnowsDeligneLusztigNames" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 2050 - }, - "name": "KnowsDeligneLusztigNames", - "type": "GAP_Property" - }, - { - "aka": [ - "IsDuplicateTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 2091 - }, - "name": "IsDuplicateTable", - "type": "GAP_Property" - }, - { - "aka": [ - "IdentifierOfMainTable" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 2125 - }, - "name": "IdentifierOfMainTable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IdentifiersOfDuplicateTables" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/ctadmin.tbd", - "line": 2159 - }, - "name": "IdentifiersOfDuplicateTables", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DeligneLusztigNames" - ], - "filters": [ - "IsCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/dlnames/dlnames.gd", - "line": 77 - }, - "name": "DeligneLusztigNames", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DeligneLusztigName" - ], - "filters": [ - "IsCharacter" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/dlnames/dlnames.gd", - "line": 110 - }, - "name": "DeligneLusztigName", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FingerprintOfCharacterTable" - ], - "filters": [ - "IsOrdinaryTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/ctbllib/gap4/obsolete.gd", - "line": 91 - }, - "name": "FingerprintOfCharacterTable", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SpinSymIngredients" - ], - "filters": [ - "IsNearlyCharacterTable" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/spinsym/gap/young.gd", - "line": 29 - }, - "name": "SpinSymIngredients", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NamesLibTom" - ], - "filters": [ - "IsTableOfMarks", - "IsLibTomRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/tomlib/gap/tmadmin.tmd", - "line": 245 - }, - "name": "NamesLibTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NotifiedFusionsOfLibTom" - ], - "filters": [ - "IsTableOfMarks", - "IsLibTomRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/tomlib/gap/tmadmin.tmd", - "line": 275 - }, - "name": "NotifiedFusionsOfLibTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FusionsOfLibTom" - ], - "filters": [ - "IsTableOfMarks", - "IsLibTomRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/tomlib/gap/tmadmin.tmd", - "line": 278 - }, - "name": "FusionsOfLibTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NotifiedFusionsToLibTom" - ], - "filters": [ - "IsTableOfMarks", - "IsLibTomRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/tomlib/gap/tmadmin.tmd", - "line": 309 - }, - "name": "NotifiedFusionsToLibTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FusionsToLibTom" - ], - "filters": [ - "IsTableOfMarks", - "IsLibTomRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/tomlib/gap/tmadmin.tmd", - "line": 313 - }, - "name": "FusionsToLibTom", - "type": "GAP_Attribute" - }, - { - "aka": [ - "StandardGeneratorsInfo" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/tomlib/gap/stdgen.gd", - "line": 151 - }, - "name": "StandardGeneratorsInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FGA_States" - ], - "filters": [ - "IsInvAutomatonCategory" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/Autom.gd", - "line": 41 - }, - "name": "FGA_States", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FGA_GeneratorsLetterRep" - ], - "filters": [ - "IsInvAutomatonCategory" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/Autom.gd", - "line": 42 - }, - "name": "FGA_GeneratorsLetterRep", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeGeneratorsOfGroup" - ], - "filters": [ - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/FreeGrps.gd", - "line": 19 - }, - "name": "FreeGeneratorsOfGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RankOfFreeGroup" - ], - "filters": [ - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/FreeGrps.gd", - "line": 28 - }, - "name": "RankOfFreeGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeGroupAutomaton" - ], - "filters": [ - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/FreeGrps.gd", - "line": 39 - }, - "name": "FreeGroupAutomaton", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FreeGroupExtendedAutomaton" - ], - "filters": [ - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/FreeGrps.gd", - "line": 50 - }, - "name": "FreeGroupExtendedAutomaton", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalizerInWholeGroup" - ], - "filters": [ - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/Normal.gd", - "line": 16 - }, - "name": "NormalizerInWholeGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FGA_Source" - ], - "filters": [ - "IsFromFpGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/Hom.gd", - "line": 16 - }, - "name": "FGA_Source", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FGA_Image" - ], - "filters": [ - "IsToFpGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/Hom.gd", - "line": 24 - }, - "name": "FGA_Image", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FGA_WhiteheadParams" - ], - "filters": [ - "IsGeneralMapping", - "RespectsMultiplication", - "RespectsInverses", - "IsGeneralMapping", - "IsTotal", - "IsSingleValued" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/Whitehd.gd", - "line": 10 - }, - "name": "FGA_WhiteheadParams", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FGA_WhiteheadAutomorphisms" - ], - "filters": [ - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/Whitehd.gd", - "line": 11 - }, - "name": "FGA_WhiteheadAutomorphisms", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FGA_NielsenAutomorphisms" - ], - "filters": [ - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/fga/lib/Whitehd.gd", - "line": 12 - }, - "name": "FGA_NielsenAutomorphisms", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsIrreducibleMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 19 - }, - "name": "IsIrreducibleMatrixGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "ComputedIsIrreducibleMatrixGroups" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 20 - }, - "name": "ComputedIsIrreducibleMatrixGroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsAbsolutelyIrreducibleMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 32 - }, - "name": "IsAbsolutelyIrreducibleMatrixGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "ComputedIsPrimitiveMatrixGroups" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 46 - }, - "name": "ComputedIsPrimitiveMatrixGroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MinimalBlockDimensionOfMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 62 - }, - "name": "MinimalBlockDimensionOfMatrixGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedMinimalBlockDimensionOfMatrixGroups" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 63 - }, - "name": "ComputedMinimalBlockDimensionOfMatrixGroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CharacteristicOfField" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 76 - }, - "name": "CharacteristicOfField", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RepresentationIsomorphism" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 85 - }, - "name": "RepresentationIsomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsMaximalAISMatrixGroup", - "IsMaximalAbsolutelyIrreducibleSolubleMatrixGroup", - "IsMaximalAbsolutelyIrreducibleSolvableMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 94 - }, - "name": "IsMaximalAbsolutelyIrreducibleSolvableMatrixGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "ImprimitivitySystems" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 137 - }, - "name": "ImprimitivitySystems", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedImprimitivitySystemss" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 138 - }, - "name": "ComputedImprimitivitySystemss", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TraceField" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 147 - }, - "name": "TraceField", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ConjugatingMatTraceField" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 166 - }, - "name": "ConjugatingMatTraceField", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FingerprintMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/recognize.gd", - "line": 34 - }, - "name": "FingerprintMatrixGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IdIrredSolMatrixGroup", - "IdIrreducibleSolubleMatrixGroup", - "IdIrreducibleSolvableMatrixGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/recognize.gd", - "line": 123 - }, - "name": "IdIrreducibleSolvableMatrixGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IdPrimitiveSolubleGroup", - "IdPrimitiveSolvableGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/recognizeprim.gd", - "line": 23 - }, - "name": "IdPrimitiveSolvableGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsLieNilpotentOverFp" - ], - "filters": [ - "IsLieNilpotent" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 18 - }, - "name": "IsLieNilpotentOverFp", - "type": "GAP_Property" - }, - { - "aka": [ - "AutomorphismGroupOfNilpotentLieAlgebra" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 21 - }, - "name": "AutomorphismGroupOfNilpotentLieAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "MinimalGeneratorNumber" - ], - "filters": [ - "IsLieNilpotent" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 30 - }, - "name": "MinimalGeneratorNumber", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsLieCover" - ], - "filters": [ - "IsLieNilpotentOverFp" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 41 - }, - "name": "IsLieCover", - "type": "GAP_Property" - }, - { - "aka": [ - "CoverOf" - ], - "filters": [ - "IsLieCover" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 43 - }, - "name": "CoverOf", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CoverHomomorphism" - ], - "filters": [ - "IsLieCover" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 45 - }, - "name": "CoverHomomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieCover" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 47 - }, - "name": "LieCover", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieNucleus" - ], - "filters": [ - "IsLieNilpotentOverFp" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 49 - }, - "name": "LieNucleus", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieMultiplicator" - ], - "filters": [ - "IsLieNilpotentOverFp" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 51 - }, - "name": "LieMultiplicator", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsLieAlgebraWithNB" - ], - "filters": [ - "IsLieNilpotentOverFp" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 58 - }, - "name": "IsLieAlgebraWithNB", - "type": "GAP_Property" - }, - { - "aka": [ - "NilpotentBasis" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 61 - }, - "name": "NilpotentBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsNilpotentBasis" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 63 - }, - "name": "IsNilpotentBasis", - "type": "GAP_Property" - }, - { - "aka": [ - "LieNBDefinitions" - ], - "filters": [ - "IsNilpotentBasis" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 65 - }, - "name": "LieNBDefinitions", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieNBWeights" - ], - "filters": [ - "IsNilpotentBasis" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/sophus/gap/sophus.gd", - "line": 67 - }, - "name": "LieNBWeights", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsGroupAlgebra" - ], - "filters": [ - "IsGroupRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 37 - }, - "name": "IsGroupAlgebra", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFModularGroupAlgebra" - ], - "filters": [ - "IsGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 48 - }, - "name": "IsFModularGroupAlgebra", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPModularGroupAlgebra" - ], - "filters": [ - "IsFModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 58 - }, - "name": "IsPModularGroupAlgebra", - "type": "GAP_Property" - }, - { - "aka": [ - "UnderlyingRing" - ], - "filters": [ - "IsGroupRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 76 - }, - "name": "UnderlyingRing", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingField" - ], - "filters": [ - "IsGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 85 - }, - "name": "UnderlyingField", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Support" - ], - "filters": [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 105 - }, - "name": "Support", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CoefficientsBySupport" - ], - "filters": [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 115 - }, - "name": "CoefficientsBySupport", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TraceOfMagmaRingElement" - ], - "filters": [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 127 - }, - "name": "TraceOfMagmaRingElement", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Augmentation" - ], - "filters": [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 149 - }, - "name": "Augmentation", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsSymmetric" - ], - "filters": [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 181 - }, - "name": "IsSymmetric", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsUnitary" - ], - "filters": [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 192 - }, - "name": "IsUnitary", - "type": "GAP_Attribute" - }, - { - "aka": [ - "WeightedBasis" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 228 - }, - "name": "WeightedBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AugmentationIdealPowerSeries" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 239 - }, - "name": "AugmentationIdealPowerSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AugmentationIdealNilpotencyIndex" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 246 - }, - "name": "AugmentationIdealNilpotencyIndex", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AugmentationIdealOfDerivedSubgroupNilpotencyIndex" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 254 - }, - "name": "AugmentationIdealOfDerivedSubgroupNilpotencyIndex", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsGroupOfUnitsOfMagmaRing" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 261 - }, - "name": "IsGroupOfUnitsOfMagmaRing", - "type": "GAP_Property" - }, - { - "aka": [ - "IsUnitGroupOfGroupRing" - ], - "filters": [ - "IsGroupOfUnitsOfMagmaRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 268 - }, - "name": "IsUnitGroupOfGroupRing", - "type": "GAP_Property" - }, - { - "aka": [ - "IsNormalizedUnitGroupOfGroupRing" - ], - "filters": [ - "IsGroupOfUnitsOfMagmaRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 275 - }, - "name": "IsNormalizedUnitGroupOfGroupRing", - "type": "GAP_Property" - }, - { - "aka": [ - "UnderlyingGroupRing" - ], - "filters": [ - "IsGroupOfUnitsOfMagmaRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 282 - }, - "name": "UnderlyingGroupRing", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NormalizedUnitGroup" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 310 - }, - "name": "NormalizedUnitGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PcNormalizedUnitGroup" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 317 - }, - "name": "PcNormalizedUnitGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ComputedAugmentationIdealPowerFactorGroups" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 327 - }, - "name": "ComputedAugmentationIdealPowerFactorGroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PcUnits" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 334 - }, - "name": "PcUnits", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NaturalBijectionToPcNormalizedUnitGroup" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 342 - }, - "name": "NaturalBijectionToPcNormalizedUnitGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NaturalBijectionToNormalizedUnitGroup" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 350 - }, - "name": "NaturalBijectionToNormalizedUnitGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GroupBases" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 357 - }, - "name": "GroupBases", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BicyclicUnitGroup" - ], - "filters": [ - "IsNormalizedUnitGroupOfGroupRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 413 - }, - "name": "BicyclicUnitGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnitarySubgroup" - ], - "filters": [ - "IsNormalizedUnitGroupOfGroupRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 420 - }, - "name": "UnitarySubgroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "UnderlyingAssociativeAlgebra" - ], - "filters": [ - "IsLieAlgebraByAssociativeAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 447 - }, - "name": "UnderlyingAssociativeAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsLieAlgebraOfGroupRing" - ], - "filters": [ - "IsLieAlgebraByAssociativeAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 459 - }, - "name": "IsLieAlgebraOfGroupRing", - "type": "GAP_Property" - }, - { - "aka": [ - "IsBasisOfLieAlgebraOfGroupRing" - ], - "filters": [ - "IsBasis" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 470 - }, - "name": "IsBasisOfLieAlgebraOfGroupRing", - "type": "GAP_Property" - }, - { - "aka": [ - "NaturalBijectionToLieAlgebra" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 495 - }, - "name": "NaturalBijectionToLieAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NaturalBijectionToAssociativeAlgebra" - ], - "filters": [ - "IsLieAlgebraByAssociativeAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 505 - }, - "name": "NaturalBijectionToAssociativeAlgebra", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AugmentationHomomorphism" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsMagmaWithOne", - "IsAssociativeLOpDProd", - "IsGroupRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 527 - }, - "name": "AugmentationHomomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsLieMetabelian" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 542 - }, - "name": "IsLieMetabelian", - "type": "GAP_Property" - }, - { - "aka": [ - "IsLieCentreByMetabelian" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 558 - }, - "name": "IsLieCentreByMetabelian", - "type": "GAP_Property" - }, - { - "aka": [ - "LieUpperNilpotencyIndex" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 565 - }, - "name": "LieUpperNilpotencyIndex", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieLowerNilpotencyIndex" - ], - "filters": [ - "IsPModularGroupAlgebra" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 572 - }, - "name": "LieLowerNilpotencyIndex", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieDerivedLength" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsLeftActedOnByRing", - "IsDistributiveLOpESum", - "IsAssociativeLOpEProd", - "IsTrivialLOpEOne", - "IsLeftActedOnByDivisionRing", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive", - "IsAssociativeLOpDProd", - "IsZeroSquaredRing", - "IsJacobianRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 579 - }, - "name": "LieDerivedLength", - "type": "GAP_Attribute" - }, - { - "aka": [ - "SubgroupsOfIndexTwo" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 596 - }, - "name": "SubgroupsOfIndexTwo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DihedralDepth" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 605 - }, - "name": "DihedralDepth", - "type": "GAP_Attribute" - }, - { - "aka": [ - "DimensionBasis" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 612 - }, - "name": "DimensionBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieDimensionSubgroups" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 619 - }, - "name": "LieDimensionSubgroups", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LieUpperCodimensionSeries" - ], - "filters": [ - "IsGroupRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/laguna/lib/laguna.gd", - "line": 627 - }, - "name": "LieUpperCodimensionSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "RootsAsMatrices" - ], - "filters": [ - "IsPolynomial", - "IsUnivariateRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/radiroot/lib/Radicals.gd", - "line": 20 - }, - "name": "RootsAsMatrices", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsSolvablePolynomial" - ], - "filters": [ - "IsPolynomial", - "IsUnivariateRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/radiroot/lib/Radicals.gd", - "line": 21 - }, - "name": "IsSolvablePolynomial", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSeparablePolynomial" - ], - "filters": [ - "IsPolynomial", - "IsUnivariateRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/radiroot/lib/Radicals.gd", - "line": 22 - }, - "name": "IsSeparablePolynomial", - "type": "GAP_Property" - }, - { - "aka": [ - "IsomorphismMatrixField" - ], - "filters": [ - "IsNumberField" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/radiroot/lib/SplittField.gd", - "line": 14 - }, - "name": "IsomorphismMatrixField", - "type": "GAP_Attribute" - }, - { - "aka": [ - "GaloisGroupOnRoots" - ], - "filters": [ - "IsPolynomial", - "IsUnivariateRationalFunction" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/radiroot/lib/Manipulations.gd", - "line": 15 - }, - "name": "GaloisGroupOnRoots", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsAffineCrystGroupOnRight" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 22 - }, - "name": "IsAffineCrystGroupOnRight", - "type": "GAP_Property" - }, - { - "aka": [ - "IsAffineCrystGroupOnLeft" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 28 - }, - "name": "IsAffineCrystGroupOnLeft", - "type": "GAP_Property" - }, - { - "aka": [ - "IsAffineCrystGroupOnLeftOrRight" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 35 - }, - "name": "IsAffineCrystGroupOnLeftOrRight", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSpaceGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 120 - }, - "name": "IsSpaceGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsStandardAffineCrystGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 126 - }, - "name": "IsStandardAffineCrystGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsSymmorphicSpaceGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 139 - }, - "name": "IsSymmorphicSpaceGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsPointGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 145 - }, - "name": "IsPointGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "NormalizerPointGroupInGLnZ" - ], - "filters": [ - "IsPointGroup" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 151 - }, - "name": "NormalizerPointGroupInGLnZ", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CentralizerPointGroupInGLnZ" - ], - "filters": [ - "IsPointGroup" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 157 - }, - "name": "CentralizerPointGroupInGLnZ", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AffineCrystGroupOfPointGroup" - ], - "filters": [ - "IsPointGroup" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 163 - }, - "name": "AffineCrystGroupOfPointGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PointGroup" - ], - "filters": [ - "IsAffineCrystGroupOnLeftOrRight" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 176 - }, - "name": "PointGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "PointHomomorphism" - ], - "filters": [ - "IsAffineCrystGroupOnLeftOrRight" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 182 - }, - "name": "PointHomomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TranslationBasis" - ], - "filters": [ - "IsAffineCrystGroupOnLeftOrRight" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 188 - }, - "name": "TranslationBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "InternalBasis" - ], - "filters": [ - "IsAffineCrystGroupOnLeftOrRight" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 206 - }, - "name": "InternalBasis", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TransParts" - ], - "filters": [ - "IsAffineCrystGroupOnLeftOrRight" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 213 - }, - "name": "TransParts", - "type": "GAP_Attribute" - }, - { - "aka": [ - "TranslationNormalizer" - ], - "filters": [ - "IsAffineCrystGroupOnLeftOrRight" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 219 - }, - "name": "TranslationNormalizer", - "type": "GAP_Attribute" - }, - { - "aka": [ - "AffineNormalizer" - ], - "filters": [ - "IsAffineCrystGroupOnLeftOrRight" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/cryst.gd", - "line": 225 - }, - "name": "AffineNormalizer", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsPointHomomorphism" - ], - "filters": [ - "IsGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/hom.gd", - "line": 14 - }, - "name": "IsPointHomomorphism", - "type": "GAP_Property" - }, - { - "aka": [ - "NiceToCryst" - ], - "filters": [ - "IsPointGroup" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/hom.gd", - "line": 20 - }, - "name": "NiceToCryst", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsFromAffineCrystGroupToFpGroup" - ], - "filters": [ - "IsGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/hom.gd", - "line": 33 - }, - "name": "IsFromAffineCrystGroupToFpGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsFromAffineCrystGroupToPcpGroup" - ], - "filters": [ - "IsGroupGeneralMappingByImages" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/hom.gd", - "line": 39 - }, - "name": "IsFromAffineCrystGroupToPcpGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "WyckoffStabilizer" - ], - "filters": [ - "IsWyckoffPosition" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/wyckoff.gd", - "line": 65 - }, - "name": "WyckoffStabilizer", - "type": "GAP_Attribute" - }, - { - "aka": [ - "WyckoffOrbit" - ], - "filters": [ - "IsWyckoffPosition" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/wyckoff.gd", - "line": 71 - }, - "name": "WyckoffOrbit", - "type": "GAP_Attribute" - }, - { - "aka": [ - "WyckoffPositions" - ], - "filters": [ - "IsAffineCrystGroupOnLeftOrRight" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/wyckoff.gd", - "line": 77 - }, - "name": "WyckoffPositions", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CocVecs" - ], - "filters": [ - "IsAffineCrystGroupOnLeftOrRight" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/max.gd", - "line": 14 - }, - "name": "CocVecs", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsColorGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/color.gd", - "line": 16 - }, - "name": "IsColorGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "ColorSubgroup" - ], - "filters": [ - "IsColorGroup" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/color.gd", - "line": 22 - }, - "name": "ColorSubgroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ColorCosetList" - ], - "filters": [ - "IsColorGroup" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/color.gd", - "line": 28 - }, - "name": "ColorCosetList", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ColorPermGroup" - ], - "filters": [ - "IsColorGroup" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/color.gd", - "line": 34 - }, - "name": "ColorPermGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "ColorHomomorphism" - ], - "filters": [ - "IsColorGroup" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/cryst/gap/color.gd", - "line": 40 - }, - "name": "ColorHomomorphism", - "type": "GAP_Attribute" - }, - { - "aka": [ - "CrystCatRecord" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/crystcat/lib/crystcat.gd", - "line": 22 - }, - "name": "CrystCatRecord", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsAlmostCrystallographic" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/aclib/gap/groups.gd", - "line": 7 - }, - "name": "IsAlmostCrystallographic", - "type": "GAP_Property" - }, - { - "aka": [ - "IsAlmostBieberbachGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/aclib/gap/groups.gd", - "line": 8 - }, - "name": "IsAlmostBieberbachGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "AlmostCrystallographicInfo" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/aclib/gap/groups.gd", - "line": 9 - }, - "name": "AlmostCrystallographicInfo", - "type": "GAP_Attribute" - }, - { - "aka": [ - "NaturalHomomorphismOnHolonomyGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/aclib/gap/groups.gd", - "line": 10 - }, - "name": "NaturalHomomorphismOnHolonomyGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "HolonomyGroup" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/aclib/gap/groups.gd", - "line": 11 - }, - "name": "HolonomyGroup", - "type": "GAP_Attribute" - }, - { - "aka": [ - "OrientationModule" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/aclib/gap/groups.gd", - "line": 22 - }, - "name": "OrientationModule", - "type": "GAP_Attribute" - }, - { - "aka": [ - "BettiNumbers" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/aclib/gap/groups.gd", - "line": 24 - }, - "name": "BettiNumbers", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsIsomorphismByFinitePolycyclicMatrixGroup" - ], - "filters": [ - "IsGeneralMapping", - "IsTotal", - "IsSingleValued" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polenta-1.3.6/lib/present.gd", - "line": 20 - }, - "name": "IsIsomorphismByFinitePolycyclicMatrixGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsIsomorphismByPolycyclicMatrixGroup" - ], - "filters": [ - "IsGeneralMapping", - "IsTotal", - "IsSingleValued" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polenta-1.3.6/lib/present.gd", - "line": 22 - }, - "name": "IsIsomorphismByPolycyclicMatrixGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "IsTriangularizableMatGroup" - ], - "filters": [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/polenta-1.3.6/lib/solvable.gd", - "line": 30 - }, - "name": "IsTriangularizableMatGroup", - "type": "GAP_Property" - }, - { - "aka": [ - "UpperFittingSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/utils-0.39/lib/groups.gd", - "line": 32 - }, - "name": "UpperFittingSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "LowerFittingSeries" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/utils-0.39/lib/groups.gd", - "line": 34 - }, - "name": "LowerFittingSeries", - "type": "GAP_Attribute" - }, - { - "aka": [ - "FittingLength" - ], - "filters": [ - "IsMagmaWithInverses", - "IsAssociative" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/utils-0.39/lib/groups.gd", - "line": 36 - }, - "name": "FittingLength", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsZ_pi" - ], - "filters": [ - "IsEuclideanRing" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/z_pi.gd", - "line": 18 - }, - "name": "IsZ_pi", - "type": "GAP_Property" - }, - { - "aka": [ - "NoninvertiblePrimes" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/z_pi.gd", - "line": 24 - }, - "name": "NoninvertiblePrimes", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsResidueClass" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 217 - }, - "name": "IsResidueClass", - "type": "GAP_Property" - }, - { - "aka": [ - "UnderlyingIndeterminate" - ], - "filters": [ - "IsFamily" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 286 - }, - "name": "UnderlyingIndeterminate", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsZxZ" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 292 - }, - "name": "IsZxZ", - "type": "GAP_Property" - }, - { - "aka": [ - "SizeOfSmallestResidueClassRing" - ], - "filters": [ - "IsNearAdditiveGroup", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "IsMagma", - "IsLDistributive", - "IsRDistributive" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 337 - }, - "name": "SizeOfSmallestResidueClassRing", - "type": "GAP_Attribute" - }, - { - "aka": [ - "Density" - ], - "filters": [ - "IsResidueClassUnion" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/resclass.gd", - "line": 393 - }, - "name": "Density", - "type": "GAP_Attribute" - }, - { - "aka": [ - "IsResidueClassWithFixedRep", - "IsResidueClassWithFixedRepresentative" - ], - "filters": [ - "IsObject" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/fixedrep.gd", - "line": 104 - }, - "name": "IsResidueClassWithFixedRepresentative", - "type": "GAP_Property" - }, - { - "aka": [ - "IsOverlappingFree" - ], - "filters": [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/fixedrep.gd", - "line": 180 - }, - "name": "IsOverlappingFree", - "type": "GAP_Property" - }, - { - "aka": [ - "Rho" - ], - "filters": [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - "location": { - "file": "/home/makx/ac/gap/pkg/resclasses-4.4.2/lib/fixedrep.gd", - "line": 239 - }, - "name": "Rho", - "type": "GAP_Attribute" - }, - { - "aka": [ - "VIEW_OBJ", - "ViewObj" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oper.g", - "line": 1454 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ViewObj: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 10048 - }, - { - "comment": "ViewObj: for groups with known structure description", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(StructureDescription)" - ] - ], - "rank": 10036 - }, - { - "aka": [ - "ViewFullHomModule" - ], - "comment": "ViewObj: for full hom space of linear mappings", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)", - "IsFreeLeftModule", - "IsFullHomModule", - "Tester(IsFullHomModule)" - ] - ], - "rank": 10036 - }, - { - "comment": "ViewObj: for a Lie matrix in default representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieMatrix" - ] - ], - "rank": 10033 - }, - { - "comment": "ViewObj: for full ring Z/nZ", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": 10023 - }, - { - "comment": "ViewObj: for nilpotent Lie algebra automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ] - ], - "rank": 10022 - }, - { - "comment": "ViewObj: for group automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPGAutomorphismRep" - ] - ], - "rank": 10022 - }, - { - "comment": "ViewObj: for zero mapping", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ] - ], - "rank": 10017 - }, - { - "comment": "ViewObj: for identity mapping", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ] - ], - "rank": 10017 - }, - { - "comment": "ViewObj: for a canonical basis", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)" - ] - ], - "rank": 10009 - }, - { - "aka": [ - "PRINT_OBJ", - "PrintObj" - ], - "comment": "ViewObj", - "filters": [ - [ - "IsPcp" - ] - ], - "rank": 10001 - }, - { - "comment": "ViewObj: for an object with name", - "filters": [ - [ - "Tester(Name)" - ] - ], - "rank": 10001 - }, - { - "comment": "ViewObj", - "filters": [ - [] - ], - "rank": 10000 - }, - { - "comment": "ViewObj: for a field of FFEs", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 429 - }, - { - "comment": "ViewObj: subgroup by property", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(ElementTestFunction)" - ] - ], - "rank": 136 - }, - { - "comment": "ViewObj: for a two-sided ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfTwoSidedIdeal)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 129 - }, - { - "comment": "ViewObj: for a right ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRightIdeal)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 128 - }, - { - "comment": "ViewObj: for a left ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftIdeal)", - "Tester(LeftActingRingOfIdeal)" - ] - ], - "rank": 128 - }, - { - "comment": "ViewObj: for a restricted mapping", - "filters": [ - [ - "IsGeneralRestrictedMappingRep" - ] - ], - "rank": 110 - }, - { - "comment": "ViewObj: for a composition mapping", - "filters": [ - [ - "IsCompositionMappingRep" - ] - ], - "rank": 110 - }, - { - "comment": "ViewObj: for an inverse mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ] - ], - "rank": 109 - }, - { - "comment": "ViewObj: objects with memory", - "filters": [ - [ - "IsObjWithMemory" - ] - ], - "rank": 107 - }, - { - "comment": "ViewObj: straight line program elements", - "filters": [ - [ - "IsStraightLineProgElm" - ] - ], - "rank": 107 - }, - { - "comment": "ViewObj: for cyclotomic field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ] - ], - "rank": 67 - }, - { - "comment": "ViewObj: for abelian number field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 65 - }, - { - "comment": "ViewObj: for natural symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "ViewObj: for natural alternating group", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "ViewObj: for function field", - "filters": [ - [ - "IsFunctionField" - ] - ], - "rank": 61 - }, - { - "comment": "ViewObj: for a polynomial ring", - "filters": [ - [ - "IsPolynomialRing" - ] - ], - "rank": 61 - }, - { - "comment": "ViewObj: for a matrix field", - "filters": [ - [ - "IsNumberFieldByMatrices", - "Tester(IsNumberFieldByMatrices)" - ] - ], - "rank": 58 - }, - { - "comment": "ViewObj: for algebraic extension", - "filters": [ - [ - "IsNumberField", - "Tester(IsNumberField)", - "IsAlgebraicExtension" - ] - ], - "rank": 57 - }, - { - "comment": "ViewObj: for full matrix module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 48 - }, - { - "comment": "ViewObj: for full row module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 48 - }, - { - "comment": "ViewObj: fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 47 - }, - { - "comment": "ViewObj: for a matrix group with stored generators", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 46 - }, - { - "comment": "ViewObj: for a matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 45 - }, - { - "comment": "ViewObj: subgroup of free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 44 - }, - { - "comment": "ViewObj: for GF2 matrix", - "filters": [ - [ - "IsTable", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsGF2MatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "ViewObj: for a Lie algebra with known dimension", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "Tester(Dimension)" - ] - ], - "rank": 44 - }, - { - "comment": "ViewObj: pc group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 43 - }, - { - "comment": "ViewObj: for a Lie algebra with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "Tester(GeneratorsOfLeftOperatorRing)" - ] - ], - "rank": 43 - }, - { - "comment": "ViewObj: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "ViewObj: for an algebra-with-one with known dimension", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(Dimension)" - ] - ], - "rank": 41 - }, - { - "comment": "ViewObj: for an algebra-with-one with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftOperatorRingWithOne)" - ] - ], - "rank": 40 - }, - { - "comment": "ViewObj: for an algebra-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 39 - }, - { - "comment": "ViewObj: for a FLMLOR-with-one with known dimension", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "Tester(Dimension)" - ] - ], - "rank": 39 - }, - { - "comment": "ViewObj: for an algebra with known dimension", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(Dimension)" - ] - ], - "rank": 38 - }, - { - "comment": "ViewObj: for a FLMLOR-with-one with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "Tester(GeneratorsOfLeftOperatorRingWithOne)" - ] - ], - "rank": 38 - }, - { - "comment": "ViewObj: for an algebra with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftOperatorRing)" - ] - ], - "rank": 37 - }, - { - "comment": "ViewObj: for a FLMLOR-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 37 - }, - { - "comment": "ViewObj: for an algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 36 - }, - { - "comment": "ViewObj: for a FLMLOR with known dimension", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "Tester(Dimension)" - ] - ], - "rank": 36 - }, - { - "comment": "ViewObj: for a character", - "filters": [ - [ - "IsClassFunction", - "IsCharacter", - "Tester(IsCharacter)" - ] - ], - "rank": 35 - }, - { - "comment": "ViewObj: for a FLMLOR with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "Tester(GeneratorsOfLeftOperatorRing)" - ] - ], - "rank": 35 - }, - { - "comment": "ViewObj: for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ViewObj: for a FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "ViewObj: for an ordinary block matrix", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 34 - }, - { - "comment": "ViewObj: for Z_(pi) (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ] - ], - "rank": 33 - }, - { - "comment": "ViewObj: for a virtual character", - "filters": [ - [ - "IsClassFunction", - "IsVirtualCharacter", - "Tester(IsVirtualCharacter)" - ] - ], - "rank": 33 - }, - { - "comment": "ViewObj: for a semigroup Congruence with known generating pairs", - "filters": [ - [ - "Tester(GeneratingPairsOfMagmaCongruence)", - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 33 - }, - { - "comment": "ViewObj: for a semigroup congruence", - "filters": [ - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 32 - }, - { - "comment": "ViewObj: for ranges", - "filters": [ - [ - "IsList", - "IsRange", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 32 - }, - { - "comment": "ViewObj: for a class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "ViewObj: for null map matrix", - "filters": [ - [ - "IsNullMapMatrix" - ] - ], - "rank": 31 - }, - { - "comment": "ViewObj: for a ring-with-one with known generators", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRingWithOne)" - ] - ], - "rank": 30 - }, - { - "comment": "ViewObj: for an alg. hom. from f. p. algebra", - "filters": [ - [ - "IsAlgebraHomomorphismFromFpRep" - ] - ], - "rank": 29 - }, - { - "comment": "ViewObj: for an operation algebra homomorphism", - "filters": [ - [ - "IsOperationAlgebraHomomorphismDefaultRep" - ] - ], - "rank": 29 - }, - { - "comment": "ViewObj: for a ring-with-one", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 29 - }, - { - "comment": "ViewObj: for a RightSemigroupCongruence with generators", - "filters": [ - [ - "Tester(GeneratingPairsOfMagmaCongruence)", - "IsRightSemigroupCongruence", - "Tester(IsRightSemigroupCongruence)" - ] - ], - "rank": 29 - }, - { - "comment": "ViewObj: for a LeftSemigroupCongruence with known generating pairs", - "filters": [ - [ - "Tester(GeneratingPairsOfMagmaCongruence)", - "IsLeftSemigroupCongruence", - "Tester(IsLeftSemigroupCongruence)" - ] - ], - "rank": 29 - }, - { - "comment": "ViewObj: For a compressed MatFFE", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "Is8BitMatrixRep" - ] - ], - "rank": 28 - }, - { - "comment": "ViewObj: for an empty row vector", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ] - ], - "rank": 28 - }, - { - "comment": "ViewObj: for algebra module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ], - "rank": 27 - }, - { - "comment": "ViewObj: for vector space with known dimension", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(Dimension)" - ] - ], - "rank": 27 - }, - { - "comment": "ViewObj: for a ring with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)" - ] - ], - "rank": 27 - }, - { - "comment": "ViewObj: for a magma congruence with generating pairs", - "filters": [ - [ - "IsMagmaCongruence", - "Tester(GeneratingPairsOfMagmaCongruence)" - ] - ], - "rank": 27 - }, - { - "comment": "ViewObj: for a RightMagmaCongruence with generators", - "filters": [ - [ - "IsRightMagmaCongruence", - "Tester(GeneratingPairsOfMagmaCongruence)" - ] - ], - "rank": 27 - }, - { - "comment": "ViewObj: for a LeftMagmaCongruence with known generating pairs", - "filters": [ - [ - "IsLeftMagmaCongruence", - "Tester(GeneratingPairsOfMagmaCongruence)" - ] - ], - "rank": 27 - }, - { - "comment": "ViewObj: for an enumerator that perhaps has its own `ViewObj' function", - "filters": [ - [ - "IsList", - "IsDenseList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsEnumeratorByFunctionsRep" - ] - ], - "rank": 27 - }, - { - "comment": "ViewObj: for vector space with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfLeftOperatorAdditiveGroup)" - ] - ], - "rank": 26 - }, - { - "comment": "ViewObj: for a ring", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - }, - { - "comment": "ViewObj: for a magma congruence", - "filters": [ - [ - "IsMagmaCongruence" - ] - ], - "rank": 26 - }, - { - "comment": "ViewObj: for a fp monoid with generators", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithOne", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsElementOfFpMonoid)" - ] - ], - "rank": 25 - }, - { - "comment": "ViewObj: for a free monoid containing the whole family", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 25 - }, - { - "comment": "ViewObj: for an algebra g.m.b.i", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 25 - }, - { - "comment": "ViewObj: for vector space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 25 - }, - { - "comment": "ViewObj: pcgs", - "filters": [ - [ - "IsPcgs", - "IsPcgsDefaultRep" - ] - ], - "rank": 24 - }, - { - "comment": "ViewObj: For a compressed VecFFE", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "Is8BitVectorRep" - ] - ], - "rank": 24 - }, - { - "comment": "ViewObj: for free left module with known generators", - "filters": [ - [ - "IsFreeLeftModule", - "Tester(GeneratorsOfLeftOperatorAdditiveGroup)" - ] - ], - "rank": 24 - }, - { - "comment": "ViewObj: for free left module with known dimension", - "filters": [ - [ - "IsFreeLeftModule", - "Tester(Dimension)" - ] - ], - "rank": 24 - }, - { - "comment": "ViewObj: for a RightSemigrouCongruence", - "filters": [ - [ - "IsRightSemigroupCongruence", - "Tester(IsRightSemigroupCongruence)" - ] - ], - "rank": 24 - }, - { - "comment": "ViewObj: for a LeftSemigroupCongruence", - "filters": [ - [ - "IsLeftSemigroupCongruence", - "Tester(IsLeftSemigroupCongruence)" - ] - ], - "rank": 24 - }, - { - "comment": "ViewObj: for saturated Fitting formation", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsNormalSubgroupClosed", - "Tester(IsNormalSubgroupClosed)", - "IsQuotientClosed", - "Tester(IsQuotientClosed)", - "IsResiduallyClosed", - "Tester(IsResiduallyClosed)", - "IsNormalProductClosed", - "Tester(IsNormalProductClosed)", - "IsSaturated", - "Tester(IsSaturated)", - "IsClassByPropertyRep" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for GreensHRelation", - "filters": [ - [ - "IsGreensHRelation" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for GreensDRelation", - "filters": [ - [ - "IsGreensDRelation" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for GreensJRelation", - "filters": [ - [ - "IsGreensJRelation" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for embedding into wreath product", - "filters": [ - [ - "IsEmbeddingWreathProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for projection from subdirect product", - "filters": [ - [ - "IsProjectionSubdirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for projection from a direct product", - "filters": [ - [ - "IsProjectionDirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for embedding into direct product", - "filters": [ - [ - "IsEmbeddingDirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for nat. hom. of pc group", - "filters": [ - [ - "IsNaturalHomomorphismPcGroupRep" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for conjugator isomorphism", - "filters": [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for an ring g.m.b.i", - "filters": [ - [ - "IsGeneralMapping", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for a left module m.b.m.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearMappingByMatrixDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for a left module g.m.b.i", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for free left module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for a zero group", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsMagmaWithZeroAdjoined" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for an iterator that perhaps has its own `ViewObj' function", - "filters": [ - [ - "IsIterator", - "IsIteratorByFunctionsRep" - ] - ], - "rank": 23 - }, - { - "comment": "ViewObj: for a Brauer table", - "filters": [ - [ - "IsBrauerTable" - ] - ], - "rank": 22 - }, - { - "comment": "ViewObj: for an ordinary table", - "filters": [ - [ - "IsOrdinaryTable" - ] - ], - "rank": 22 - }, - { - "aka": [ - "VPActionHom" - ], - "comment": "ViewObj: for action homomorphism", - "filters": [ - [ - "IsActionHomomorphism" - ] - ], - "rank": 22 - }, - { - "comment": "ViewObj: for GF2 vector", - "filters": [ - [ - "IsHomogeneousList", - "IsFinite", - "Tester(IsFinite)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 22 - }, - { - "comment": "ViewObj: for a RightMagmaCongruence", - "filters": [ - [ - "IsRightMagmaCongruence" - ] - ], - "rank": 22 - }, - { - "comment": "ViewObj: for a LeftMagmaCongruence", - "filters": [ - [ - "IsLeftMagmaCongruence" - ] - ], - "rank": 22 - }, - { - "comment": "ViewObj: for a free semigroup with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ] - ], - "rank": 21 - }, - { - "comment": "ViewObj: combinatorial collector rep (32 Bits, up to date)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 21 - }, - { - "comment": "ViewObj: combinatorial collector rep (16 Bits, up to date)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 21 - }, - { - "comment": "ViewObj: combinatorial collector rep (8 Bits, up to date)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 21 - }, - { - "comment": "ViewObj: for product of Fitting formations", - "filters": [ - [ - "IsFittingProductRep", - "IsFormationProductRep" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsUnicodeCharacter" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj: for a Rees 0-matrix semigroup", - "filters": [ - [ - "IsReesZeroMatrixSemigroup", - "Tester(IsReesZeroMatrixSemigroup)" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj: for a Rees matrix semigroup", - "filters": [ - [ - "IsReesMatrixSemigroup", - "Tester(IsReesMatrixSemigroup)" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj: for a fp semigroup with generators", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsElementOfFpSemigroup)" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj: combinatorial collector rep (32 Bits)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is32BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj: combinatorial collector rep (16 Bits)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is16BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj: combinatorial collector rep (8 Bits)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is8BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj: combinatorial collector rep (up to date)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj: for a free semigroup containing the whole family", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 20 - }, - { - "comment": "ViewObj: for Fitting formation", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsNormalSubgroupClosed", - "Tester(IsNormalSubgroupClosed)", - "IsQuotientClosed", - "Tester(IsQuotientClosed)", - "IsResiduallyClosed", - "Tester(IsResiduallyClosed)", - "IsNormalProductClosed", - "Tester(IsNormalProductClosed)", - "IsClassByPropertyRep" - ] - ], - "rank": 19 - }, - { - "comment": "ViewObj: for a saturated formation", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsQuotientClosed", - "Tester(IsQuotientClosed)", - "IsResiduallyClosed", - "Tester(IsResiduallyClosed)", - "IsSaturated", - "Tester(IsSaturated)", - "IsClassByPropertyRep" - ] - ], - "rank": 19 - }, - { - "comment": "ViewObj: for homomorphisms into matrix groups", - "filters": [ - [ - "IsHomomorphismIntoMatrixGroup", - "Tester(IsHomomorphismIntoMatrixGroup)" - ] - ], - "rank": 19 - }, - { - "comment": "ViewObj: combinatorial collector rep", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is32BitsSingleCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is16BitsSingleCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is8BitsSingleCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "ViewObj: for mapping by function with inverse", - "filters": [ - [ - "IsMappingByFunctionWithInverseRep" - ] - ], - "rank": 19 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 18 - }, - { - "comment": "ViewObj: for a semigroup ideal with known generators", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma", - "Tester(GeneratorsOfMagmaIdeal)", - "IsSemigroupIdeal", - "Tester(IsSemigroupIdeal)" - ] - ], - "rank": 18 - }, - { - "comment": "ViewObj: empty strings", - "filters": [ - [ - "IsString", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 18 - }, - { - "comment": "ViewObj: for a Schunck class", - "filters": [ - [ - "IsSchunckClass", - "Tester(IsSchunckClass)", - "IsClassByPropertyRep" - ] - ], - "rank": 17 - }, - { - "comment": "ViewObj: for a subsemigroup of a Rees 0-matrix semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesZeroMatrixSemigroupElement)" - ] - ], - "rank": 17 - }, - { - "comment": "ViewObj: for a subsemigroup of a Rees matrix semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ] - ], - "rank": 17 - }, - { - "comment": "ViewObj: for semigroup homomorphism by images", - "filters": [ - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsSemigroupHomomorphismByImagesRep" - ] - ], - "rank": 17 - }, - { - "comment": "ViewObj: for GHBI", - "filters": [ - [ - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 17 - }, - { - "comment": "ViewObj: for a free magma-with-one containing the whole family", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithOne", - "CategoryCollections(IsWord)" - ] - ], - "rank": 17 - }, - { - "comment": "ViewObj: For large finite field elements", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "ViewObj: for an add. magma-with-inverses with generators", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveGroup)" - ] - ], - "rank": 17 - }, - { - "comment": "ViewObj: for a semigroup ideal", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma", - "IsSemigroupIdeal", - "Tester(IsSemigroupIdeal)" - ] - ], - "rank": 17 - }, - { - "aka": [ - "ViewMolienSeries" - ], - "comment": "ViewObj: for a Molien series", - "filters": [ - [ - "IsRationalFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)", - "Tester(MolienSeriesInfo)" - ] - ], - "rank": 16 - }, - { - "comment": "ViewObj: for a quotient semigroup with generators", - "filters": [ - [ - "IsQuotientSemigroup" - ] - ], - "rank": 16 - }, - { - "comment": "ViewObj: RightCoset", - "filters": [ - [ - "IsRightCoset" - ] - ], - "rank": 16 - }, - { - "comment": "ViewObj: for a MagmaIdeal with generators", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma", - "Tester(GeneratorsOfMagmaIdeal)" - ] - ], - "rank": 16 - }, - { - "comment": "ViewObj: for formation product", - "filters": [ - [ - "IsFormationProductRep" - ] - ], - "rank": 15 - }, - { - "comment": "ViewObj: for formation", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsQuotientClosed", - "Tester(IsQuotientClosed)", - "IsResiduallyClosed", - "Tester(IsResiduallyClosed)", - "IsClassByPropertyRep" - ] - ], - "rank": 15 - }, - { - "comment": "ViewObj: for Fitting product", - "filters": [ - [ - "IsFittingProductRep" - ] - ], - "rank": 15 - }, - { - "comment": "ViewObj: for Fitting class", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsNormalSubgroupClosed", - "Tester(IsNormalSubgroupClosed)", - "IsNormalProductClosed", - "Tester(IsNormalProductClosed)", - "IsClassByPropertyRep" - ] - ], - "rank": 15 - }, - { - "comment": "ViewObj: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "ViewObj: for an add. magma-with-zero with generators", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveMagmaWithZero)" - ] - ], - "rank": 15 - }, - { - "comment": "ViewObj: for a MagmaIdeal", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ] - ], - "rank": 15 - }, - { - "comment": "ViewObj: for a direct product element", - "filters": [ - [ - "IsDirectProductElement" - ] - ], - "rank": 15 - }, - { - "comment": "ViewObj: for Fitting set", - "filters": [ - [ - "IsClassByPropertyRep", - "IsFittingSetRep" - ] - ], - "rank": 14 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ] - ], - "rank": 14 - }, - { - "comment": "ViewObj: for a free magma containing the whole family", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "CategoryCollections(IsWord)" - ] - ], - "rank": 14 - }, - { - "comment": "ViewObj: for a RightMagmaIdeal with generators", - "filters": [ - [ - "IsRightActedOnBySuperset", - "Tester(GeneratorsOfExtRSet)", - "IsMagma" - ] - ], - "rank": 14 - }, - { - "comment": "ViewObj: for a LeftMagmaIdeal with generators", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "Tester(GeneratorsOfExtLSet)", - "IsMagma" - ] - ], - "rank": 14 - }, - { - "comment": "ViewObj: for mapping by function", - "filters": [ - [ - "IsMappingByFunctionRep" - ] - ], - "rank": 14 - }, - { - "comment": "ViewObj: for from-the-left collector", - "filters": [ - [ - "IsFromTheLeftCollectorRep" - ] - ], - "rank": 13 - }, - { - "comment": "ViewObj: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 13 - }, - { - "comment": "ViewObj: for an add. magma with generators", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveMagma)" - ] - ], - "rank": 13 - }, - { - "comment": "ViewObj: for a RightMagmaIdeal", - "filters": [ - [ - "IsRightActedOnBySuperset", - "IsMagma" - ] - ], - "rank": 13 - }, - { - "comment": "ViewObj: for a LeftMagmaIdeal", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "IsMagma" - ] - ], - "rank": 13 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsPowerCommutatorCollector" - ] - ], - "rank": 12 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsPowerConjugateCollector" - ] - ], - "rank": 12 - }, - { - "comment": "ViewObj: for an additive coset", - "filters": [ - [ - "IsAdditiveCoset" - ] - ], - "rank": 12 - }, - { - "comment": "ViewObj: for an add. magma", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 12 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsConjugacyClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsPolycyclicCollector" - ] - ], - "rank": 11 - }, - { - "comment": "ViewObj: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "ViewObj: for external orbit", - "filters": [ - [ - "IsExternalOrbit" - ] - ], - "rank": 10 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)" - ] - ], - "rank": 10 - }, - { - "comment": "ViewObj: for a semi-echelonized basis with basis vectors", - "filters": [ - [ - "IsBasis", - "IsSemiEchelonized", - "Tester(IsSemiEchelonized)", - "Tester(BasisVectors)" - ] - ], - "rank": 10 - }, - { - "comment": "ViewObj: method for a weak pointer object", - "filters": [ - [ - "IsWeakPointerObject" - ] - ], - "rank": 10 - }, - { - "comment": "ViewObj: for an element of an f.p. group (default repres.)", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpGroup" - ] - ], - "rank": 9 - }, - { - "comment": "ViewObj: sliced perm", - "filters": [ - [ - "IsSlicedPermInv" - ] - ], - "rank": 9 - }, - { - "comment": "ViewObj: sliced perm", - "filters": [ - [ - "IsSlicedPerm" - ] - ], - "rank": 9 - }, - { - "comment": "ViewObj: for external subset", - "filters": [ - [ - "IsExternalSubset" - ] - ], - "rank": 9 - }, - { - "comment": "ViewObj: for a semi-echelonized basis", - "filters": [ - [ - "IsBasis", - "IsSemiEchelonized", - "Tester(IsSemiEchelonized)" - ] - ], - "rank": 9 - }, - { - "comment": "ViewObj: for right transversal", - "filters": [ - [ - "IsList", - "IsRightTransversalRep" - ] - ], - "rank": 9 - }, - { - "comment": "ViewObj: IsString", - "filters": [ - [ - "IsString", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 8 - }, - { - "comment": "ViewObj: for a basis with basis vectors", - "filters": [ - [ - "IsBasis", - "Tester(BasisVectors)" - ] - ], - "rank": 8 - }, - { - "comment": "ViewObj: IsString", - "filters": [ - [ - "IsString", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 8 - }, - { - "comment": "ViewObj: for a permutation", - "filters": [ - [ - "IsPerm" - ] - ], - "rank": 8 - }, - { - "comment": "ViewObj: for IsGroupClass and IsClassByPropertyRep", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "IsClassByPropertyRep" - ] - ], - "rank": 7 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsUnicodeString" - ] - ], - "rank": 7 - }, - { - "comment": "ViewObj: for sparse hash tables", - "filters": [ - [ - "IsSparseHashRep" - ] - ], - "rank": 7 - }, - { - "comment": "ViewObj: for dense hash tables", - "filters": [ - [ - "IsDenseHashRep" - ] - ], - "rank": 7 - }, - { - "comment": "ViewObj: for a basis", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - }, - { - "comment": "ViewObj: for finite lists", - "filters": [ - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 7 - }, - { - "comment": "ViewObj: for unions of residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 6 - }, - { - "comment": "ViewObj: for residue class unions (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ] - ], - "rank": 6 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsMonoidByAdjoiningIdentityElt" - ] - ], - "rank": 6 - }, - { - "comment": "ViewObj: External Set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - }, - { - "comment": "ViewObj: iostream", - "filters": [ - [ - "IsInputOutputStream", - "IsInputOutputStreamByPtyRep" - ] - ], - "rank": 6 - }, - { - "comment": "ViewObj: for IsGroupClassByListRep", - "filters": [ - [ - "IsGroupClassByListRep" - ] - ], - "rank": 5 - }, - { - "comment": "ViewObj: for IsClassByUnionRep", - "filters": [ - [ - "IsClassByUnionRep" - ] - ], - "rank": 5 - }, - { - "comment": "ViewObj: for IsClassByIntersectionRep", - "filters": [ - [ - "IsClassByIntersectionRep" - ] - ], - "rank": 5 - }, - { - "comment": "ViewObj: for IsClassByComplementRep", - "filters": [ - [ - "IsClassByComplementRep" - ] - ], - "rank": 5 - }, - { - "comment": "ViewObj: for IsClassByPropertyRep", - "filters": [ - [ - "IsClassByPropertyRep" - ] - ], - "rank": 5 - }, - { - "comment": "ViewObj: for a Knuth Bendix rewriting system", - "filters": [ - [ - "IsBuiltFromSemigroup", - "Tester(IsBuiltFromSemigroup)", - "IsKnuthBendixRewritingSystem" - ] - ], - "rank": 5 - }, - { - "comment": "ViewObj: for a Knuth Bendix rewriting system", - "filters": [ - [ - "IsBuiltFromMonoid", - "Tester(IsBuiltFromMonoid)", - "IsKnuthBendixRewritingSystem" - ] - ], - "rank": 5 - }, - { - "comment": "ViewObj: wrapped additive elements", - "filters": [ - [ - "IsAdditiveElementAsMultiplicativeElementRep" - ] - ], - "rank": 5 - }, - { - "comment": "ViewObj: for a worker farm by fork", - "filters": [ - [ - "IsWorkerFarmByFork" - ] - ], - "rank": 4 - }, - { - "comment": "ViewObj: for a background job by fork", - "filters": [ - [ - "IsBackgroundJobByFork" - ] - ], - "rank": 4 - }, - { - "comment": "ViewObj: for a monoid rewriting system", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromMonoid", - "Tester(IsBuiltFromMonoid)" - ] - ], - "rank": 4 - }, - { - "comment": "ViewObj: for a semigroup rewriting system", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromSemigroup", - "Tester(IsBuiltFromSemigroup)" - ] - ], - "rank": 4 - }, - { - "comment": "ViewObj: for an infinite list of generators", - "filters": [ - [ - "IsList", - "IsInfiniteListOfGeneratorsRep" - ] - ], - "rank": 4 - }, - { - "comment": "ViewObj: for an infinite list of names", - "filters": [ - [ - "IsList", - "IsInfiniteListOfNamesRep" - ] - ], - "rank": 4 - }, - { - "comment": "ViewObj: for iterators of residue class unions (ResClasses)", - "filters": [ - [ - "IsIterator", - "IsResidueClassUnionsIteratorRep" - ] - ], - "rank": 3 - }, - { - "comment": "ViewObj: Wyckoff position", - "filters": [ - [ - "IsWyckoffPosition" - ] - ], - "rank": 3 - }, - { - "comment": "ViewObj: for a tcp server", - "filters": [ - [ - "IsIOHub" - ] - ], - "rank": 3 - }, - { - "comment": "ViewObj: for a real random source", - "filters": [ - [ - "IsRealRandomSource" - ] - ], - "rank": 3 - }, - { - "comment": "ViewObj: lattice", - "filters": [ - [ - "IsLatticeSubgroupsRep" - ] - ], - "rank": 3 - }, - { - "comment": "ViewObj: for dictionaries", - "filters": [ - [ - "IsDictionary" - ] - ], - "rank": 3 - }, - { - "comment": "ViewObj: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - }, - { - "comment": "ViewObj: for a mutable basis of a Gaussian matrix space", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianMatrixSpaceRep" - ] - ], - "rank": 3 - }, - { - "comment": "ViewObj: for a mutable basis of a Gaussian row space", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianRowSpaceRep" - ] - ], - "rank": 3 - }, - { - "comment": "ViewObj: for mutable basis represented by a nice mutable basis", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisViaNiceMutableBasisRep" - ] - ], - "rank": 3 - }, - { - "comment": "ViewObj: for mutable basis represented by an immutable basis", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisByImmutableBasisRep" - ] - ], - "rank": 3 - }, - { - "comment": "ViewObj: for an IO_Result", - "filters": [ - [ - "IO_Result" - ] - ], - "rank": 2 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsRewritingSystem" - ] - ], - "rank": 2 - }, - { - "comment": "ViewObj: for vector search tables", - "filters": [ - [ - "IsVectorSearchTable" - ] - ], - "rank": 2 - }, - { - "comment": "ViewObj: default directory rep", - "filters": [ - [ - "IsDirectoryRep" - ] - ], - "rank": 2 - }, - { - "aka": [ - "PRINT_OPERATION" - ], - "comment": "ViewObj: for an operation", - "filters": [ - [ - "IsOperation" - ] - ], - "rank": 2 - }, - { - "comment": "ViewObj: for a straight line decision", - "filters": [ - [ - "IsStraightLineDecision" - ] - ], - "rank": 1 - }, - { - "comment": "ViewObj: for a black box program", - "filters": [ - [ - "IsBBoxProgram" - ] - ], - "rank": 1 - }, - { - "comment": "ViewObj: for IsFile objects", - "filters": [ - [ - "IsFile" - ] - ], - "rank": 1 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsRecord" - ] - ], - "rank": 1 - }, - { - "comment": "ViewObj: for a straight line program", - "filters": [ - [ - "IsStraightLineProgram" - ] - ], - "rank": 1 - }, - { - "comment": "ViewObj", - "filters": [ - [ - "IsTableOfMarks" - ] - ], - "rank": 1 - }, - { - "comment": "ViewObj: for an ordering", - "filters": [ - [ - "IsOrdering" - ] - ], - "rank": 1 - }, - { - "comment": "ViewObj: stabilizer chain records", - "filters": [ - [ - "IsRecord" - ] - ], - "rank": 1 - }, - { - "comment": "ViewObj: IsChar", - "filters": [ - [ - "IsChar" - ] - ], - "rank": 1 - }, - { - "comment": "ViewObj: default method trying ViewString", - "filters": [ - [] - ], - "rank": 1 - }, - { - "comment": "ViewObj: record", - "filters": [ - [ - "IsRecord" - ] - ], - "rank": 1 - }, - { - "comment": "ViewObj: for a function", - "filters": [ - [ - "IsFunction" - ] - ], - "rank": 1 - }, - { - "comment": "ViewObj: default method using `PrintObj'", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ViewObj", - "type": "GAP_Operation" - }, - { - "aka": [ - "ViewString" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oper.g", - "line": 1477 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ViewString: for a group as semigroup", - "filters": [ - [ - "IsGroupAsSemigroup", - "Tester(IsGroupAsSemigroup)", - "IsSemigroupIdeal", - "Tester(IsSemigroupIdeal)" - ] - ], - "rank": 10033 - }, - { - "comment": "ViewString: for a symmetric inverse monoid", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsSymmetricInverseSemigroup", - "Tester(IsSymmetricInverseSemigroup)" - ] - ], - "rank": 10031 - }, - { - "comment": "ViewString: for a full transformation semigroup", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "IsFullTransformationSemigroup", - "Tester(IsFullTransformationSemigroup)" - ] - ], - "rank": 10022 - }, - { - "comment": "ViewString: for an object with name", - "filters": [ - [ - "Tester(Name)" - ] - ], - "rank": 10001 - }, - { - "comment": "ViewString: for a field of FFEs", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 429 - }, - { - "comment": "ViewString: for natural symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "ViewString: for natural alternating group", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "ViewString: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 59 - }, - { - "comment": "ViewString: for a field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 54 - }, - { - "comment": "ViewString: for full row modules", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 48 - }, - { - "comment": "ViewString: for a group of partial perms", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 40 - }, - { - "comment": "ViewString: for a group with generators and size", - "filters": [ - [ - "Tester(Size)", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 38 - }, - { - "comment": "ViewString: for a group of transformations", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 38 - }, - { - "comment": "ViewString: for a group with generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "ViewString: for a group with known generators (as a semigroup)", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "ViewString: for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ViewString: for Z_(pi) (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ] - ], - "rank": 33 - }, - { - "comment": "ViewString: for a group as semigroup with known generators (as a semigroup)", - "filters": [ - [ - "Tester(GeneratorsOfMagma)", - "IsGroupAsSemigroup", - "Tester(IsGroupAsSemigroup)" - ] - ], - "rank": 28 - }, - { - "comment": "ViewString: for a polynomial ring", - "filters": [ - [ - "IsPolynomialRing" - ] - ], - "rank": 27 - }, - { - "comment": "ViewString: for an inverse monoid with generators", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseMonoid)" - ] - ], - "rank": 27 - }, - { - "comment": "ViewString: for a inverse monoid", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 26 - }, - { - "comment": "ViewString: for an inverse semigroup with inverse semigroup generators", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseSemigroup)" - ] - ], - "rank": 22 - }, - { - "comment": "ViewString: for an inverse semigroup with semigroup generators", - "filters": [ - [ - "Tester(GeneratorsOfMagma)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 22 - }, - { - "comment": "ViewString: for a inverse semigroup", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 21 - }, - { - "comment": "ViewString: for a monoid with generators", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 21 - }, - { - "comment": "ViewString: for a monoid", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "comment": "ViewString: for univariate polynomial over finite field (ResClasses)", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 19 - }, - { - "comment": "ViewString: for integer", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - }, - { - "comment": "ViewString: for rationals", - "filters": [ - [ - "IsRat" - ] - ], - "rank": 17 - }, - { - "comment": "ViewString: For large finite field elements", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "ViewString: for an internal FFE delegating to String", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 17 - }, - { - "comment": "ViewString: for a magma-with-inverses with generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)" - ] - ], - "rank": 17 - }, - { - "comment": "ViewString: RightCoset", - "filters": [ - [ - "IsRightCoset" - ] - ], - "rank": 16 - }, - { - "comment": "ViewString: for a semigroup with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 16 - }, - { - "comment": "ViewString: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "ViewString: for a semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 15 - }, - { - "comment": "ViewString: for a magma-with-one with generators", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)" - ] - ], - "rank": 14 - }, - { - "comment": "ViewString: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 13 - }, - { - "comment": "ViewString: for a magma with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)" - ] - ], - "rank": 12 - }, - { - "comment": "ViewString: for a magma", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - }, - { - "comment": "ViewString: for residue classes of Z^2 (ResClasses)", - "filters": [ - [ - "IsResidueClassUnionOfZxZ", - "IsResidueClass", - "Tester(IsResidueClass)" - ] - ], - "rank": 9 - }, - { - "comment": "ViewString: DoubleCoset", - "filters": [ - [ - "IsDoubleCoset" - ] - ], - "rank": 8 - }, - { - "comment": "ViewString: for a permutation", - "filters": [ - [ - "IsPerm" - ] - ], - "rank": 8 - }, - { - "comment": "ViewString: for a Green's class", - "filters": [ - [ - "IsGreensClass" - ] - ], - "rank": 7 - }, - { - "comment": "ViewString: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "comment": "ViewString: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - }, - { - "comment": "ViewString: call ViewString and incorporate hints", - "filters": [ - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 7 - }, - { - "comment": "ViewString: for a boolean", - "filters": [ - [ - "IsBool" - ] - ], - "rank": 6 - }, - { - "comment": "ViewString: for a Rees 0-matrix semigroup element", - "filters": [ - [ - "IsReesZeroMatrixSemigroupElement" - ] - ], - "rank": 5 - }, - { - "comment": "ViewString: for a Rees matrix semigroup element", - "filters": [ - [ - "IsReesMatrixSemigroupElement" - ] - ], - "rank": 5 - }, - { - "comment": "ViewString: for residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsResidueClassWithFixedRepresentative", - "Tester(IsResidueClassWithFixedRepresentative)" - ] - ], - "rank": 2 - }, - { - "comment": "ViewString: for residue classes (ResClasses)", - "filters": [ - [ - "IsResidueClass", - "Tester(IsResidueClass)" - ] - ], - "rank": 2 - }, - { - "comment": "ViewString: for a type", - "filters": [ - [ - "IsType" - ] - ], - "rank": 1 - }, - { - "comment": "ViewString: for a family", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - }, - { - "comment": "ViewString: for a function", - "filters": [ - [ - "IsFunction" - ] - ], - "rank": 1 - }, - { - "comment": "ViewString: IsChar", - "filters": [ - [ - "IsChar" - ] - ], - "rank": 1 - }, - { - "comment": "ViewString: generic default method", - "filters": [ - [] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ViewString", - "type": "GAP_Operation" - }, - { - "aka": [ - "NAME_FUNC", - "NameFunction" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/function.g", - "line": 160 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NameFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SET_NAME_FUNC", - "SetNameFunction" - ], - "filters": [ - [ - [], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/function.g", - "line": 180 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetNameFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "NARG_FUNC", - "NumberArgumentsFunction" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/function.g", - "line": 214 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NumberArgumentsFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "CALL_FUNC_LIST", - "CallFuncList" - ], - "filters": [ - [ - [], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/function.g", - "line": 384 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CallFuncList", - "type": "GAP_Operation" - }, - { - "aka": [ - "=", - "EQ" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 142 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "=: for two lists, the second being empty", - "filters": [ - [ - "IsList" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 10019 - }, - { - "comment": "=: for two lists, the first being empty", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ] - ], - "rank": 10019 - }, - { - "comment": "=: for a list and a residue class union (ResClasses)", - "filters": [ - [ - "IsList" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 10011 - }, - { - "comment": "=: for a residue class union and a list (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsList" - ] - ], - "rank": 10011 - }, - { - "comment": "=: handled by nice monomorphism: attribute CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 738 - }, - { - "aka": [ - "32Bits_Equal" - ], - "comment": "=: for 32 bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is32BitsPcWordRep" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is32BitsPcWordRep" - ] - ], - "rank": 222 - }, - { - "aka": [ - "16Bits_Equal" - ], - "comment": "=: for 16 bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is16BitsPcWordRep" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is16BitsPcWordRep" - ] - ], - "rank": 222 - }, - { - "aka": [ - "8Bits_Equal" - ], - "comment": "=: for 8 bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is8BitsPcWordRep" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is8BitsPcWordRep" - ] - ], - "rank": 222 - }, - { - "comment": "=: straight line program perms", - "filters": [ - [ - "IsPerm", - "IsStraightLineProgElm" - ], - [ - "IsPerm", - "IsStraightLineProgElm" - ] - ], - "rank": 220 - }, - { - "comment": "=: two objects with memory", - "filters": [ - [ - "IsObjWithMemory" - ], - [ - "IsObjWithMemory" - ] - ], - "rank": 214 - }, - { - "comment": "=: perm with straight line program element", - "filters": [ - [ - "IsPerm" - ], - [ - "IsPerm", - "IsStraightLineProgElm" - ] - ], - "rank": 118 - }, - { - "comment": "=: straight line program element with perm", - "filters": [ - [ - "IsPerm", - "IsStraightLineProgElm" - ], - [ - "IsPerm" - ] - ], - "rank": 118 - }, - { - "comment": "=: for two abelian number fields", - "filters": [ - [ - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 118 - }, - { - "comment": "=: for two finite fields in the same family", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 116 - }, - { - "comment": "=: objects with memory with x", - "filters": [ - [ - "IsObjWithMemory" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 110 - }, - { - "comment": "=: x with straight line program element", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsStraightLineProgElm" - ] - ], - "rank": 110 - }, - { - "comment": "=: straight line program element with x", - "filters": [ - [ - "IsStraightLineProgElm" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 110 - }, - { - "aka": [ - "EQ_MAT8BIT_MAT8BIT" - ], - "comment": "=: for two compressed 8 bit matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 110 - }, - { - "comment": "=: for two division rings", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 104 - }, - { - "comment": "=: for subgroups of free groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 100 - }, - { - "comment": "=: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "aka": [ - "EQ_GF2MAT_GF2MAT" - ], - "comment": "=: for GF2 matrix and GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 90 - }, - { - "comment": "=: for certain cyclotomic semirings", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 82 - }, - { - "comment": "=: subgroups of fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "=: pcgs computable groups using family pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(CanonicalPcgsWrtFamilyPcgs)", - "Tester(FamilyPcgs)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(CanonicalPcgsWrtFamilyPcgs)", - "Tester(FamilyPcgs)" - ] - ], - "rank": 74 - }, - { - "comment": "=: pcgs computable groups using home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(CanonicalPcgsWrtHomePcgs)", - "Tester(HomePcgs)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(CanonicalPcgsWrtHomePcgs)", - "Tester(HomePcgs)" - ] - ], - "rank": 74 - }, - { - "comment": "=: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "=: for two ordinary block matrices", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ], - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 68 - }, - { - "comment": "=: for Z_(pi)'s (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ] - ], - "rank": 66 - }, - { - "comment": "=: for two class functions", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsClassFunction" - ] - ], - "rank": 62 - }, - { - "comment": "=: for two rings with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)" - ] - ], - "rank": 54 - }, - { - "comment": "=: for two ANF automorphisms", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ] - ], - "rank": 52 - }, - { - "comment": "=: for two Frobenius automorphisms", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ], - [ - "IsFrobeniusAutomorphism" - ] - ], - "rank": 52 - }, - { - "aka": [ - "EQ_VEC8BIT_VEC8BIT" - ], - "comment": "=: For 2 8 bit vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 50 - }, - { - "comment": "=: pc group homomorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPcGroupGeneralMappingByImages" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPcGroupGeneralMappingByImages" - ] - ], - "rank": 47 - }, - { - "comment": "=: for two field homomorphisms", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)" - ], - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)" - ] - ], - "rank": 46 - }, - { - "comment": "=: for two free left modules (at least one fin. dim.)", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 46 - }, - { - "comment": "=: method for two s.v. gen. mappings that is a field homomorphism", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)" - ] - ], - "rank": 46 - }, - { - "comment": "=: for nilpotent Lie algebra automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ] - ], - "rank": 44 - }, - { - "comment": "=: for group automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPGAutomorphismRep" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPGAutomorphismRep" - ] - ], - "rank": 44 - }, - { - "comment": "=: for GreensRelation", - "filters": [ - [ - "IsGreensRelation" - ], - [ - "IsGreensRelation" - ] - ], - "rank": 44 - }, - { - "aka": [ - "EQ_GF2VEC_GF2VEC" - ], - "comment": "=: for GF2 vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 44 - }, - { - "comment": "=: for an inverse semigroups with generators", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseSemigroup)" - ], - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseSemigroup)" - ] - ], - "rank": 44 - }, - { - "comment": "=: for ANF automorphism and identity mapping", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 43 - }, - { - "comment": "=: for identity mapping and ANF automorphism", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ] - ], - "rank": 43 - }, - { - "comment": "=: for Frobenius automorphism and identity mapping", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ], - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 43 - }, - { - "comment": "=: for identity mapping and Frobenius automorphism", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [ - "IsFrobeniusAutomorphism" - ] - ], - "rank": 43 - }, - { - "comment": "=: for eqivalence relations", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ], - "rank": 42 - }, - { - "comment": "=: method for two s.v. gen. mappings that respect add.,add.inv.,mult.,one,scal. mult.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ], - "rank": 42 - }, - { - "comment": "=", - "filters": [ - [ - "IsUnicodeCharacter" - ], - [ - "IsUnicodeCharacter" - ] - ], - "rank": 40 - }, - { - "comment": "=: for two underlying relations of general mappings", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain", - "CategoryCollections(IsDirectProductElement)", - "Tester(UnderlyingGeneralMapping)" - ], - [ - "IsCollection", - "IsGeneralizedDomain", - "CategoryCollections(IsDirectProductElement)", - "Tester(UnderlyingGeneralMapping)" - ] - ], - "rank": 40 - }, - { - "comment": "=: homomorphism by images with homomorphism: compare generator images", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 39 - }, - { - "comment": "=: homomorphism with general mapping: test b=a", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 38 - }, - { - "comment": "=: for ring ring general mapping and ring g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ], - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 38 - }, - { - "comment": "=: for ring g.m.b.i. and ring general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "IsRingGeneralMappingByImagesDefaultRep" - ], - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 38 - }, - { - "comment": "=: method for two s.v. gen. mappings that respect add.,add.inv.,mult.,scal. mult.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ], - "rank": 38 - }, - { - "comment": "=: method for two s.v. gen. mappings that respect mult.,one,add.,add.inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 38 - }, - { - "comment": "=: for two unknowns in default representation", - "filters": [ - [ - "IsUnknown", - "IsUnknownDefaultRep" - ], - [ - "IsUnknown", - "IsUnknownDefaultRep" - ] - ], - "rank": 36 - }, - { - "comment": "=: for internal FFE and element in Z/pZ (ModulusRep)", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 35 - }, - { - "comment": "=: for element in Z/pZ (ModulusRep) and internal FFE", - "filters": [ - [ - "IsFFE", - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 35 - }, - { - "comment": "=: for semigroup homomorphism by images", - "filters": [ - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsSemigroupHomomorphismByImagesRep" - ], - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsSemigroupHomomorphismByImagesRep" - ] - ], - "rank": 34 - }, - { - "comment": "=", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 34 - }, - { - "comment": "=: BFElm=BFElm", - "filters": [ - [ - "IsAlgBFRep" - ], - [ - "IsAlgBFRep" - ] - ], - "rank": 34 - }, - { - "comment": "=: BFElm<AlgElm", - "filters": [ - [ - "IsAlgBFRep" - ], - [ - "IsKroneckerConstRep" - ] - ], - "rank": 34 - }, - { - "comment": "=: AlgElm=BFElm", - "filters": [ - [ - "IsKroneckerConstRep" - ], - [ - "IsAlgBFRep" - ] - ], - "rank": 34 - }, - { - "comment": "=: AlgElm=AlgElm", - "filters": [ - [ - "IsKroneckerConstRep" - ], - [ - "IsKroneckerConstRep" - ] - ], - "rank": 34 - }, - { - "comment": "=: laurent", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 34 - }, - { - "comment": "=: method for two s.v. gen. mappings that respect add.,add.inv.,scal. mult.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ], - "rank": 34 - }, - { - "comment": "=: method for two s.v. gen. mappings that respect mult.,add.,add.inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 34 - }, - { - "comment": "=: for a list and a class function", - "filters": [ - [ - "IsList" - ], - [ - "IsClassFunction" - ] - ], - "rank": 33 - }, - { - "comment": "=: for a class function and a list", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsList" - ] - ], - "rank": 33 - }, - { - "comment": "=: IsTransformationRepOfEndo, IsTransformationRepOfEndo", - "filters": [ - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ], - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ] - ], - "rank": 32 - }, - { - "comment": "=: RightCosets", - "filters": [ - [ - "IsRightCoset" - ], - [ - "IsRightCoset" - ] - ], - "rank": 32 - }, - { - "comment": "=", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 32 - }, - { - "comment": "=", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE" - ] - ], - "rank": 32 - }, - { - "comment": "=: for two elements in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 32 - }, - { - "aka": [ - "IsProtected", - "IsReadOnly", - "RETURN_FALSE", - "ReturnFalse" - ], - "comment": "=: for cyclotomic and unknown", - "filters": [ - [ - "IsCyc" - ], - [ - "IsUnknown" - ] - ], - "rank": 32 - }, - { - "comment": "=: for unknown and cyclotomic", - "filters": [ - [ - "IsUnknown" - ], - [ - "IsCyc" - ] - ], - "rank": 32 - }, - { - "comment": "=: for semigroup with generators and semigroup with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 32 - }, - { - "comment": "=: for `-infinity' and cyclotomic", - "filters": [ - [ - "IsNegInfinity" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 31 - }, - { - "comment": "=: for cyclotomic and `-infinity'", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsNegInfinity" - ] - ], - "rank": 31 - }, - { - "comment": "=: for `infinity' and cyclotomic", - "filters": [ - [ - "IsInfinity" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 31 - }, - { - "comment": "=: for cyclotomic and `infinity'", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsInfinity" - ] - ], - "rank": 31 - }, - { - "comment": "=: for two plist matrices", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 30 - }, - { - "comment": "=: univariate = univariate", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 30 - }, - { - "comment": "=: method for two s.v. gen. mappings that respect add. and add. inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 30 - }, - { - "comment": "=: method for two s.v. gen. mappings that respect mult. and inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 30 - }, - { - "comment": "=: for two direct product elements", - "filters": [ - [ - "IsDirectProductElement" - ], - [ - "IsDirectProductElement" - ] - ], - "rank": 30 - }, - { - "comment": "=: for a collection, and an empty row vector in the same family", - "filters": [ - [ - "IsCollection" - ], - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ] - ], - "rank": 30 - }, - { - "comment": "=: for an empty row vector, and a collection in the same family", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ], - [ - "IsCollection" - ] - ], - "rank": 30 - }, - { - "aka": [ - "COMPARE_FLOAT_ANY" - ], - "comment": "=: for float and rational", - "filters": [ - [ - "IsFloat" - ], - [ - "IsRat" - ] - ], - "rank": 29 - }, - { - "comment": "=: for rational and float", - "filters": [ - [ - "IsRat" - ], - [ - "IsFloat" - ] - ], - "rank": 29 - }, - { - "comment": "=: IsEndoMapping, IsTransformationRepOfEndo", - "filters": [ - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ] - ], - "rank": 29 - }, - { - "comment": "=: IsTransformationRepOfEndo, IsEndoMapping", - "filters": [ - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ], - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 29 - }, - { - "comment": "=", - "filters": [ - [ - "IsPadicExtensionNumber" - ], - [ - "IsPadicExtensionNumber" - ] - ], - "rank": 28 - }, - { - "comment": "=", - "filters": [ - [ - "IsPurePadicNumber" - ], - [ - "IsPurePadicNumber" - ] - ], - "rank": 28 - }, - { - "comment": "=: polynomial", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 28 - }, - { - "comment": "=: for additive group and additive coset", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsAdditiveCoset" - ] - ], - "rank": 28 - }, - { - "comment": "=: for additive coset and additive group", - "filters": [ - [ - "IsAdditiveCoset" - ], - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 28 - }, - { - "comment": "=: classes for perm group", - "filters": [ - [ - "IsConjugacyClassPermGroupRep" - ], - [ - "IsConjugacyClassPermGroupRep" - ] - ], - "rank": 26 - }, - { - "comment": "=: compare source generator images", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 26 - }, - { - "comment": "=: zmodnze : for two elements in Z/nZ(m) (ZmodnZepsRep)", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ], - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 26 - }, - { - "comment": "=: rational functions", - "filters": [ - [ - "IsRationalFunction" - ], - [ - "IsRationalFunction" - ] - ], - "rank": 26 - }, - { - "comment": "=: for s. c. ring elements in dense vector rep.", - "filters": [ - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "=: for two Lie objects in default representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ], - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 26 - }, - { - "comment": "=: for s. c. algebra elements in dense vector rep.", - "filters": [ - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "=: method for two s.v. gen. mappings that respect add. and zero", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)" - ] - ], - "rank": 26 - }, - { - "comment": "=: method for two s.v. gen. mappings that respect mult. and one", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)" - ] - ], - "rank": 26 - }, - { - "comment": "=: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ], - "rank": 25 - }, - { - "comment": "=: FElm=BFElm", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsAlgBFRep" - ] - ], - "rank": 25 - }, - { - "comment": "=: BFElm=FElm", - "filters": [ - [ - "IsAlgBFRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 25 - }, - { - "comment": "=: FElm=AlgElm", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsKroneckerConstRep" - ] - ], - "rank": 25 - }, - { - "comment": "=: AlgElm=FElm", - "filters": [ - [ - "IsKroneckerConstRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 25 - }, - { - "comment": "=", - "filters": [ - [ - "IsRationalClassPermGroupRep" - ], - [ - "IsRationalClassPermGroupRep" - ] - ], - "rank": 24 - }, - { - "comment": "=: xorbs which know their size", - "filters": [ - [ - "Tester(Size)", - "IsExternalOrbit" - ], - [ - "Tester(Size)", - "IsExternalOrbit" - ] - ], - "rank": 24 - }, - { - "comment": "=: for two UEALattice elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ] - ], - "rank": 24 - }, - { - "comment": "=: for two additive cosets", - "filters": [ - [ - "IsAdditiveCoset" - ], - [ - "IsAdditiveCoset" - ] - ], - "rank": 24 - }, - { - "comment": "=: for binary relss over [1..n] with images list", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 24 - }, - { - "comment": "=", - "filters": [ - [ - "IsConjugacyClassSubgroupsRep" - ], - [ - "IsConjugacyClassSubgroupsRep" - ] - ], - "rank": 22 - }, - { - "comment": "=", - "filters": [ - [ - "IsRationalClassGroupRep" - ], - [ - "IsRationalClassGroupRep" - ] - ], - "rank": 22 - }, - { - "comment": "=: xorbs with canonicalRepresentativeDeterminator", - "filters": [ - [ - "IsExternalOrbit", - "Tester(CanEasilyDetermineCanonicalRepresentativeExternalSet)" - ], - [ - "IsExternalOrbit", - "Tester(CanEasilyDetermineCanonicalRepresentativeExternalSet)" - ] - ], - "rank": 22 - }, - { - "comment": "=: for two plist vectors", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 22 - }, - { - "comment": "=: for s. c. algebra elements", - "filters": [ - [ - "IsSCAlgebraObj" - ], - [ - "IsSCAlgebraObj" - ] - ], - "rank": 22 - }, - { - "comment": "=: for two normalized f.p. algebra elements", - "filters": [ - [ - "IsElementOfFpAlgebra", - "IsNormalForm", - "Tester(IsNormalForm)" - ], - [ - "IsElementOfFpAlgebra", - "IsNormalForm", - "Tester(IsNormalForm)" - ] - ], - "rank": 22 - }, - { - "comment": "=: for two free magma ring elements", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 22 - }, - { - "comment": "=: method for two s.v. gen. mappings that respect add.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)" - ] - ], - "rank": 22 - }, - { - "comment": "=: method for two s.v. gen. mappings that respect mult.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)" - ] - ], - "rank": 22 - }, - { - "comment": "=: xorbs", - "filters": [ - [ - "IsExternalOrbit" - ], - [ - "IsExternalOrbit" - ] - ], - "rank": 20 - }, - { - "comment": "=: for two weight rep elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ], - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ] - ], - "rank": 20 - }, - { - "comment": "=: for two cochains", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsCochain" - ], - [ - "IsPackedElementDefaultRep", - "IsCochain" - ] - ], - "rank": 20 - }, - { - "comment": "=: for direct sum elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ], - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ] - ], - "rank": 20 - }, - { - "comment": "=: for sparse rowspace elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsSparseRowSpaceElement" - ], - [ - "IsPackedElementDefaultRep", - "IsSparseRowSpaceElement" - ] - ], - "rank": 20 - }, - { - "comment": "=: for monomial elements", - "filters": [ - [ - "IsMonomialElement", - "IsMonomialElementRep" - ], - [ - "IsMonomialElement", - "IsMonomialElementRep" - ] - ], - "rank": 20 - }, - { - "comment": "=: for two algebra module elements in packed representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ], - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ] - ], - "rank": 20 - }, - { - "comment": "=: for two residue class unions in different rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "=: for two residue class unions in different rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 18 - }, - { - "comment": "=: for two residue class unions in sparse rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 18 - }, - { - "comment": "=: for two residue class unions in standard rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "=: for two f.p. algebra elements (try nice monomorphism)", - "filters": [ - [ - "IsElementOfFpAlgebra" - ], - [ - "IsElementOfFpAlgebra" - ] - ], - "rank": 18 - }, - { - "comment": "=: method for two s.v. gen. mappings", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 18 - }, - { - "aka": [ - "EQ_LIST_LIST_DEFAULT" - ], - "comment": "=: for two small lists", - "filters": [ - [ - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 18 - }, - { - "comment": "=: for fp monoid elts produced by the Froidure-Pin algorithm", - "filters": [ - [ - "IsFpMonoidReducedElt", - "Tester(IsFpMonoidReducedElt)" - ], - [ - "IsFpMonoidReducedElt", - "Tester(IsFpMonoidReducedElt)" - ] - ], - "rank": 16 - }, - { - "comment": "=: DoubleCosets", - "filters": [ - [ - "IsDoubleCoset" - ], - [ - "IsDoubleCoset" - ] - ], - "rank": 16 - }, - { - "aka": [ - "InfBits_Equal" - ], - "comment": "=: for two inf. bits assoc. words", - "filters": [ - [ - "IsInfBitsAssocWord" - ], - [ - "IsInfBitsAssocWord" - ] - ], - "rank": 16 - }, - { - "comment": "=: for two 32 bits assoc. words", - "filters": [ - [ - "Is32BitsAssocWord" - ], - [ - "Is32BitsAssocWord" - ] - ], - "rank": 16 - }, - { - "comment": "=: for two 16 bits assoc. words", - "filters": [ - [ - "Is16BitsAssocWord" - ], - [ - "Is16BitsAssocWord" - ] - ], - "rank": 16 - }, - { - "comment": "=: for two 8 bits assoc. words", - "filters": [ - [ - "Is8BitsAssocWord" - ], - [ - "Is8BitsAssocWord" - ] - ], - "rank": 16 - }, - { - "comment": "=", - "filters": [ - [ - "IsUnicodeString" - ], - [ - "IsUnicodeString" - ] - ], - "rank": 14 - }, - { - "comment": "=: for fp semigp elts produced by the Froidure-Pin algorithm", - "filters": [ - [ - "IsFpSemigpReducedElt", - "Tester(IsFpSemigpReducedElt)" - ], - [ - "IsFpSemigpReducedElt", - "Tester(IsFpSemigpReducedElt)" - ] - ], - "rank": 14 - }, - { - "comment": "=: for Green's classes", - "filters": [ - [ - "IsGreensClass" - ], - [ - "IsGreensClass" - ] - ], - "rank": 14 - }, - { - "comment": "=: for two f.p. group elements", - "filters": [ - [ - "IsElementOfFpGroup" - ], - [ - "IsElementOfFpGroup" - ] - ], - "rank": 14 - }, - { - "comment": "=: wreath elements", - "filters": [ - [ - "IsWreathProductElement" - ], - [ - "IsWreathProductElement" - ] - ], - "rank": 14 - }, - { - "comment": "=: for two elements of magma by mult. table", - "filters": [ - [ - "IsMagmaByMultiplicationTableObj" - ], - [ - "IsMagmaByMultiplicationTableObj" - ] - ], - "rank": 14 - }, - { - "comment": "=: for two elements of a magma with zero adjoined", - "filters": [ - [ - "IsMagmaWithZeroAdjoinedElementRep" - ], - [ - "IsMagmaWithZeroAdjoinedElementRep" - ] - ], - "rank": 14 - }, - { - "comment": "=: for two general mappings", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 14 - }, - { - "comment": "=: for two finite lists (not necessarily small)", - "filters": [ - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ], - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 14 - }, - { - "comment": "=: for two unions of residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 12 - }, - { - "comment": "=: for a list of elements and an infinite domain (ResClasses)", - "filters": [ - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 12 - }, - { - "comment": "=: for an infinite domain and a list of elements (ResClasses)", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 12 - }, - { - "comment": "=: for pcp elements", - "filters": [ - [ - "IsPcpElement" - ], - [ - "IsPcpElement" - ] - ], - "rank": 12 - }, - { - "comment": "=", - "filters": [ - [ - "IsMonoidByAdjoiningIdentityElt" - ], - [ - "IsMonoidByAdjoiningIdentityElt" - ] - ], - "rank": 12 - }, - { - "comment": "=: for two elements of a f.p. monoid", - "filters": [ - [ - "IsElementOfFpMonoid" - ], - [ - "IsElementOfFpMonoid" - ] - ], - "rank": 12 - }, - { - "comment": "=", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByRws" - ], - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 12 - }, - { - "comment": "=: assoc words in letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ], - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ] - ], - "rank": 12 - }, - { - "comment": "=: for two equivalence classes", - "filters": [ - [ - "IsEquivalenceClass" - ], - [ - "IsEquivalenceClass" - ] - ], - "rank": 12 - }, - { - "comment": "=: for elements of a Rees 0-matrix semigroup", - "filters": [ - [ - "IsReesZeroMatrixSemigroupElement" - ], - [ - "IsReesZeroMatrixSemigroupElement" - ] - ], - "rank": 10 - }, - { - "comment": "=: for elements of a Rees matrix semigroup", - "filters": [ - [ - "IsReesMatrixSemigroupElement" - ], - [ - "IsReesMatrixSemigroupElement" - ] - ], - "rank": 10 - }, - { - "comment": "=: for two Knuth-Bendix rewriting systems", - "filters": [ - [ - "IsKnuthBendixRewritingSystem", - "IsKnuthBendixRewritingSystemRep" - ], - [ - "IsKnuthBendixRewritingSystem", - "IsKnuthBendixRewritingSystemRep" - ] - ], - "rank": 10 - }, - { - "comment": "=: for two elements of a f.p. semigroup", - "filters": [ - [ - "IsElementOfFpSemigroup" - ], - [ - "IsElementOfFpSemigroup" - ] - ], - "rank": 10 - }, - { - "comment": "=: for two domains", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 10 - }, - { - "comment": "=: for a domain and a list", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 10 - }, - { - "comment": "=: for a list and a domain", - "filters": [ - [ - "IsList", - "IsCollection" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 10 - }, - { - "comment": "=: wrapped additive elements", - "filters": [ - [ - "IsAdditiveElementAsMultiplicativeElementRep" - ], - [ - "IsAdditiveElementAsMultiplicativeElementRep" - ] - ], - "rank": 10 - }, - { - "comment": "=: for two words", - "filters": [ - [ - "IsWord" - ], - [ - "IsWord" - ] - ], - "rank": 8 - }, - { - "comment": "=", - "filters": [ - [ - "IsWyckoffPosition" - ], - [ - "IsWyckoffPosition" - ] - ], - "rank": 6 - }, - { - "comment": "=: for two lists with length - last resort", - "filters": [ - [ - "IsList", - "Tester(LENGTH)" - ], - [ - "IsList", - "Tester(LENGTH)" - ] - ], - "rank": 6 - }, - { - "comment": "=: for classes", - "filters": [ - [ - "IsClass" - ], - [ - "IsClass" - ] - ], - "rank": 4 - }, - { - "comment": "=: for two IO_Results", - "filters": [ - [ - "IO_Result" - ], - [ - "IO_Result" - ] - ], - "rank": 4 - }, - { - "comment": "=: for two lists - last resort", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "=: for two info classes", - "filters": [ - [ - "IsInfoClassListRep" - ], - [ - "IsInfoClassListRep" - ] - ], - "rank": 4 - }, - { - "comment": "=: for two IsFile objects", - "filters": [ - [ - "IsFile" - ], - [ - "IsFile" - ] - ], - "rank": 2 - }, - { - "comment": "=: for another object and an IO_Result", - "filters": [ - [], - [ - "IO_Result" - ] - ], - "rank": 2 - }, - { - "comment": "=: for an IO_Result and another object", - "filters": [ - [ - "IO_Result" - ], - [] - ], - "rank": 2 - }, - { - "comment": "=: for two directories", - "filters": [ - [ - "IsDirectory" - ], - [ - "IsDirectory" - ] - ], - "rank": 2 - }, - { - "aka": [ - "IS_IDENTICAL_OBJ", - "IsIdenticalObj" - ], - "comment": "=: for two families: delegate to `IsIdenticalObj'", - "filters": [ - [ - "IsFamily" - ], - [ - "IsFamily" - ] - ], - "rank": 2 - }, - { - "aka": [ - "EQ_PREC" - ], - "comment": "=: record = record", - "filters": [ - [ - "IsRecord" - ], - [ - "IsRecord" - ] - ], - "rank": 2 - }, - { - "comment": "=: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "=: for two objects in different families", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "=", - "type": "GAP_Operation" - }, - { - "aka": [ - "<", - "LT" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 149 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "32Bits_Less" - ], - "comment": "<: for 32 bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is32BitsPcWordRep" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is32BitsPcWordRep" - ] - ], - "rank": 222 - }, - { - "aka": [ - "16Bits_Less" - ], - "comment": "<: for 16 bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is16BitsPcWordRep" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is16BitsPcWordRep" - ] - ], - "rank": 222 - }, - { - "aka": [ - "8Bits_Less" - ], - "comment": "<: method for 8 bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is8BitsPcWordRep" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "Is8BitsPcWordRep" - ] - ], - "rank": 222 - }, - { - "comment": "<: straight line program perms", - "filters": [ - [ - "IsPerm", - "IsStraightLineProgElm" - ], - [ - "IsPerm", - "IsStraightLineProgElm" - ] - ], - "rank": 220 - }, - { - "comment": "<: two objects with memory", - "filters": [ - [ - "IsObjWithMemory" - ], - [ - "IsObjWithMemory" - ] - ], - "rank": 214 - }, - { - "comment": "<: RightCosets of perm group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsRightCoset" - ], - [ - "CategoryCollections(IsPerm)", - "IsRightCoset" - ] - ], - "rank": 134 - }, - { - "comment": "<: for two abelian number fields", - "filters": [ - [ - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 118 - }, - { - "aka": [ - "InfBits_Less" - ], - "comment": "<: for two inf. bits assoc. words", - "filters": [ - [ - "IsInfBitsAssocWord" - ], - [ - "IsInfBitsAssocWord" - ] - ], - "rank": 116 - }, - { - "comment": "<: x with objects with memory", - "filters": [ - [ - "IsObjWithMemory" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 110 - }, - { - "comment": "<: objects with memory with x", - "filters": [ - [ - "IsObjWithMemory" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 110 - }, - { - "comment": "<: x with straight line program element", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsStraightLineProgElm" - ] - ], - "rank": 110 - }, - { - "comment": "<: straight line program element with x", - "filters": [ - [ - "IsStraightLineProgElm" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 110 - }, - { - "aka": [ - "LT_MAT8BIT_MAT8BIT" - ], - "comment": "<: for two compressed 8 bit matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 110 - }, - { - "aka": [ - "AffineCrystGroupLessFun" - ], - "comment": "<: two AffineCrystGroupOnLeft", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 104 - }, - { - "comment": "<: two AffineCrystGroupOnRight", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 104 - }, - { - "aka": [ - "LT_GF2MAT_GF2MAT" - ], - "comment": "<: for GF2 matrix and GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 90 - }, - { - "comment": "<: cgs comparison", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 86 - }, - { - "comment": "<: groups by smallest generating sets", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "<: for two class functions", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsClassFunction" - ] - ], - "rank": 62 - }, - { - "comment": "<: for two ANF automorphisms", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ] - ], - "rank": 52 - }, - { - "comment": "<: for two Frobenius automorphisms", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ], - [ - "IsFrobeniusAutomorphism" - ] - ], - "rank": 52 - }, - { - "aka": [ - "LT_VEC8BIT_VEC8BIT" - ], - "comment": "<: For 2 8 bit vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 50 - }, - { - "comment": "<: for two free left modules", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 46 - }, - { - "comment": "<: for nilpotent Lie algebra automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ] - ], - "rank": 44 - }, - { - "aka": [ - "LT_GF2VEC_GF2VEC" - ], - "comment": "<: for GF2 vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 44 - }, - { - "comment": "<: for ANF automorphism and identity mapping", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 43 - }, - { - "comment": "<: for identity mapping and ANF automorphism", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ] - ], - "rank": 43 - }, - { - "comment": "<: for a Frobenius automorphism, and an identity mapping", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ], - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 43 - }, - { - "comment": "<: for an identity mapping, and a Frobenius automorphism", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [ - "IsFrobeniusAutomorphism" - ] - ], - "rank": 43 - }, - { - "comment": "<: for two underlying relations of general mappings", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain", - "CategoryCollections(IsDirectProductElement)", - "Tester(UnderlyingGeneralMapping)" - ], - [ - "IsCollection", - "IsGeneralizedDomain", - "CategoryCollections(IsDirectProductElement)", - "Tester(UnderlyingGeneralMapping)" - ] - ], - "rank": 40 - }, - { - "comment": "<: for transformation semigroups", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 38 - }, - { - "comment": "<: for two elements in Z/pZ (ModulusRep, small)", - "filters": [ - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 38 - }, - { - "comment": "<: for two elements in Z/pZ (ModulusRep, large)", - "filters": [ - [ - "IsFFE", - "IsLexOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsFFE", - "IsLexOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 38 - }, - { - "comment": "<", - "filters": [ - [ - "IsLexOrderedFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsLexOrderedFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 36 - }, - { - "comment": "<: for internal FFE and element in Z/pZ (ModulusRep)", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 36 - }, - { - "comment": "<: for element in Z/pZ (ModulusRep) and internal FFE", - "filters": [ - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 36 - }, - { - "comment": "<: for two unknowns in default representation", - "filters": [ - [ - "IsUnknown", - "IsUnknownDefaultRep" - ], - [ - "IsUnknown", - "IsUnknownDefaultRep" - ] - ], - "rank": 36 - }, - { - "comment": "<: group homomorphisms: Images of smallest generators", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 34 - }, - { - "comment": "<: for two elements in Z/nZ (ModulusRep, nonprime)", - "filters": [ - [ - "IsZmodnZObjNonprime", - "IsModulusRep" - ], - [ - "IsZmodnZObjNonprime", - "IsModulusRep" - ] - ], - "rank": 34 - }, - { - "comment": "<: BFElm<BFElm", - "filters": [ - [ - "IsAlgBFRep" - ], - [ - "IsAlgBFRep" - ] - ], - "rank": 34 - }, - { - "comment": "<: BFElm<AlgElm", - "filters": [ - [ - "IsAlgBFRep" - ], - [ - "IsKroneckerConstRep" - ] - ], - "rank": 34 - }, - { - "comment": "<: AlgElm<BFElm", - "filters": [ - [ - "IsKroneckerConstRep" - ], - [ - "IsAlgBFRep" - ] - ], - "rank": 34 - }, - { - "comment": "<: AlgElm<AlgElm", - "filters": [ - [ - "IsKroneckerConstRep" - ], - [ - "IsKroneckerConstRep" - ] - ], - "rank": 34 - }, - { - "comment": "<: Univariate Polynomials", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 34 - }, - { - "aka": [ - "IsLockable", - "IsShared", - "RETURN_TRUE", - "ReturnTrue" - ], - "comment": "<: for a module and a residue class union (ResClasses)", - "filters": [ - [ - "IsRowModule", - "Tester(IsRowModule)" - ], - [ - "IsResidueClassUnion" - ] - ], - "rank": 33 - }, - { - "comment": "<: for a residue class union and a module (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ], - [ - "IsRowModule", - "Tester(IsRowModule)" - ] - ], - "rank": 33 - }, - { - "comment": "<: for a list and a class function", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsList" - ] - ], - "rank": 33 - }, - { - "comment": "<: for a class function and a list", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsList" - ] - ], - "rank": 33 - }, - { - "comment": "<: for a ring and a residue class union (ResClasses)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsResidueClassUnion" - ] - ], - "rank": 32 - }, - { - "comment": "<: for a residue class union and a ring (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 32 - }, - { - "comment": "<: IsTransformationRepOfEndo, IsTransformationRepOfEndo", - "filters": [ - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ], - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ] - ], - "rank": 32 - }, - { - "comment": "<: for cyclotomic and unknown", - "filters": [ - [ - "IsCyc" - ], - [ - "IsUnknown" - ] - ], - "rank": 32 - }, - { - "comment": "<: for unknown and cyclotomic", - "filters": [ - [ - "IsUnknown" - ], - [ - "IsCyc" - ] - ], - "rank": 32 - }, - { - "comment": "<: for `-infinity' and cyclotomic", - "filters": [ - [ - "IsNegInfinity" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 31 - }, - { - "comment": "<: for cyclotomic and `-infinity'", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsNegInfinity" - ] - ], - "rank": 31 - }, - { - "comment": "<: for `infinity' and cyclotomic", - "filters": [ - [ - "IsInfinity" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 31 - }, - { - "comment": "<: for cyclotomic and `infinity'", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsInfinity" - ] - ], - "rank": 31 - }, - { - "comment": "<: for two plist matrices", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 30 - }, - { - "comment": "<: for two direct product elements", - "filters": [ - [ - "IsDirectProductElement" - ], - [ - "IsDirectProductElement" - ] - ], - "rank": 30 - }, - { - "comment": "<: for two finite field elements in different characteristic", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE" - ] - ], - "rank": 30 - }, - { - "comment": "<: for a finite field element, and a cyclotomic", - "filters": [ - [ - "IsFFE" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 30 - }, - { - "comment": "<: for a cyclotomic, and a finite field element", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsFFE" - ] - ], - "rank": 30 - }, - { - "comment": "<: for a module and a list of elements (ResClasses)", - "filters": [ - [ - "IsRowModule", - "Tester(IsRowModule)" - ], - [ - "IsList" - ] - ], - "rank": 29 - }, - { - "comment": "<: for a list of elements and a module (ResClasses)", - "filters": [ - [ - "IsList" - ], - [ - "IsRowModule", - "Tester(IsRowModule)" - ] - ], - "rank": 29 - }, - { - "comment": "<: for float and rational", - "filters": [ - [ - "IsFloat" - ], - [ - "IsRat" - ] - ], - "rank": 29 - }, - { - "comment": "<: for rational and float", - "filters": [ - [ - "IsRat" - ], - [ - "IsFloat" - ] - ], - "rank": 29 - }, - { - "comment": "<: IsTransformationRepOfEndo, IsEndoMapping", - "filters": [ - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ], - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 29 - }, - { - "comment": "<: IsEndoMapping, IsTransformationRepOfEndo", - "filters": [ - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ] - ], - "rank": 29 - }, - { - "comment": "<: for a ring and a list of elements (ResClasses)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ] - ], - "rank": 28 - }, - { - "comment": "<: for a list of elements and a ring (ResClasses)", - "filters": [ - [ - "IsList" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 28 - }, - { - "comment": "<", - "filters": [ - [ - "IsPadicExtensionNumber" - ], - [ - "IsPadicExtensionNumber" - ] - ], - "rank": 28 - }, - { - "comment": "<", - "filters": [ - [ - "IsPurePadicNumber" - ], - [ - "IsPurePadicNumber" - ] - ], - "rank": 28 - }, - { - "comment": "<: zmodnze : for two elements in Z/nZ(m) (ZmodnZepsRep)", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ], - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 26 - }, - { - "comment": "<: for s. c. ring elements in dense vector rep.", - "filters": [ - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "<: for two Lie objects in default representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ], - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 26 - }, - { - "comment": "<: for s. c. algebra elements in dense vector rep.", - "filters": [ - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "<: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ], - "rank": 25 - }, - { - "comment": "<: FElm<BFElm", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsAlgBFRep" - ] - ], - "rank": 25 - }, - { - "comment": "<: BFElm<FElm", - "filters": [ - [ - "IsAlgBFRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 25 - }, - { - "comment": "<: FElm<AlgElm", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsKroneckerConstRep" - ] - ], - "rank": 25 - }, - { - "comment": "<: AlgElm<FElm", - "filters": [ - [ - "IsKroneckerConstRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 25 - }, - { - "aka": [ - "SMALLER_RATFUN" - ], - "comment": "<: rational functions", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsPolynomialFunction" - ] - ], - "rank": 24 - }, - { - "comment": "<: for two UEALattice elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ] - ], - "rank": 24 - }, - { - "comment": "<: for binary rels over [1..n] with images list", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 24 - }, - { - "comment": "<: for a permutation, and a finite field element", - "filters": [ - [ - "IsPerm" - ], - [ - "IsFFE" - ] - ], - "rank": 23 - }, - { - "comment": "<: for a permutation, and a cyclotomic", - "filters": [ - [ - "IsPerm" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 23 - }, - { - "comment": "<: for a finite field element, and a permutation", - "filters": [ - [ - "IsFFE" - ], - [ - "IsPerm" - ] - ], - "rank": 23 - }, - { - "comment": "<: for a cyclotomic, and a permutation", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsPerm" - ] - ], - "rank": 23 - }, - { - "comment": "<: for a transformation and finite field element", - "filters": [ - [ - "IsTransformation" - ], - [ - "IsFFE" - ] - ], - "rank": 22 - }, - { - "comment": "<: for a finite field element and transformation", - "filters": [ - [ - "IsFFE" - ], - [ - "IsTransformation" - ] - ], - "rank": 22 - }, - { - "comment": "<: for a cyclotomic and transformation", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsTransformation" - ] - ], - "rank": 22 - }, - { - "comment": "<: for a transformation and cyclotomic", - "filters": [ - [ - "IsTransformation" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 22 - }, - { - "comment": "<: for two plist vectors", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 22 - }, - { - "comment": "<: for s. c. algebra elements", - "filters": [ - [ - "IsSCAlgebraObj" - ], - [ - "IsSCAlgebraObj" - ] - ], - "rank": 22 - }, - { - "comment": "<: for two normalized f.p. algebra elements", - "filters": [ - [ - "IsElementOfFpAlgebra", - "IsNormalForm", - "Tester(IsNormalForm)" - ], - [ - "IsElementOfFpAlgebra", - "IsNormalForm", - "Tester(IsNormalForm)" - ] - ], - "rank": 22 - }, - { - "comment": "<: for two free magma ring elements", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 22 - }, - { - "comment": "<: xorbs, via AsSSortedList", - "filters": [ - [ - "IsExternalOrbit" - ], - [ - "IsExternalOrbit" - ] - ], - "rank": 20 - }, - { - "comment": "<: for two weight rep elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ], - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ] - ], - "rank": 20 - }, - { - "comment": "<: for two cochains", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsCochain" - ], - [ - "IsPackedElementDefaultRep", - "IsCochain" - ] - ], - "rank": 20 - }, - { - "comment": "<: for direct sum elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ], - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ] - ], - "rank": 20 - }, - { - "comment": "<: for sparse rowspace elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsSparseRowSpaceElement" - ], - [ - "IsPackedElementDefaultRep", - "IsSparseRowSpaceElement" - ] - ], - "rank": 20 - }, - { - "comment": "<: for monomial elements", - "filters": [ - [ - "IsMonomialElement", - "IsMonomialElementRep" - ], - [ - "IsMonomialElement", - "IsMonomialElementRep" - ] - ], - "rank": 20 - }, - { - "comment": "<: for two algebra module elements in packed representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ], - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ] - ], - "rank": 20 - }, - { - "comment": "<", - "filters": [ - [ - "IsFFE", - "IsModulusRep" - ], - [ - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 19 - }, - { - "comment": "<", - "filters": [ - [ - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE", - "IsModulusRep" - ] - ], - "rank": 19 - }, - { - "comment": "<", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 19 - }, - { - "comment": "<", - "filters": [ - [ - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 19 - }, - { - "comment": "<: for two residue class unions, mixed rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "<: for two residue class unions, mixed rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 18 - }, - { - "comment": "<: for two residue class unions in sparse rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 18 - }, - { - "comment": "<: for two residue class unions in standard rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "<: for two f.p. algebra elements (try nice monomorphism)", - "filters": [ - [ - "IsElementOfFpAlgebra" - ], - [ - "IsElementOfFpAlgebra" - ] - ], - "rank": 18 - }, - { - "aka": [ - "LT_LIST_LIST_DEFAULT" - ], - "comment": "<: for two small homogeneous lists", - "filters": [ - [ - "IsHomogeneousList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsHomogeneousList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 18 - }, - { - "comment": "<: for two small lists, possibly in different families", - "filters": [ - [ - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 18 - }, - { - "comment": "<: for a list, and a finite field element", - "filters": [ - [ - "IsList" - ], - [ - "IsFFE" - ] - ], - "rank": 17 - }, - { - "comment": "<: for a list, and a cyclotomic", - "filters": [ - [ - "IsList" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 17 - }, - { - "comment": "<: for a finite field element, and a list", - "filters": [ - [ - "IsFFE" - ], - [ - "IsList" - ] - ], - "rank": 17 - }, - { - "comment": "<: for a cyclotomic, and a list", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsList" - ] - ], - "rank": 17 - }, - { - "comment": "<: for fp monoid elts produced by the Froidure-Pin algorithm", - "filters": [ - [ - "IsFpMonoidReducedElt", - "Tester(IsFpMonoidReducedElt)" - ], - [ - "IsFpMonoidReducedElt", - "Tester(IsFpMonoidReducedElt)" - ] - ], - "rank": 16 - }, - { - "comment": "<: for two 32 bits assoc. words", - "filters": [ - [ - "Is32BitsAssocWord" - ], - [ - "Is32BitsAssocWord" - ] - ], - "rank": 16 - }, - { - "comment": "<: for two 16 bits assoc. words", - "filters": [ - [ - "Is16BitsAssocWord" - ], - [ - "Is16BitsAssocWord" - ] - ], - "rank": 16 - }, - { - "comment": "<: for two 8 bits assoc. words", - "filters": [ - [ - "Is8BitsAssocWord" - ], - [ - "Is8BitsAssocWord" - ] - ], - "rank": 16 - }, - { - "comment": "<: for a character, and a finite field element", - "filters": [ - [ - "IsChar" - ], - [ - "IsFFE" - ] - ], - "rank": 16 - }, - { - "comment": "<: for a character, and a cyclotomic", - "filters": [ - [ - "IsChar" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 16 - }, - { - "comment": "<: for a boolean, and a finite field element", - "filters": [ - [ - "IsBool" - ], - [ - "IsFFE" - ] - ], - "rank": 16 - }, - { - "comment": "<: for a boolean, and a cyclotomic", - "filters": [ - [ - "IsBool" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 16 - }, - { - "comment": "<: for a finite field element, and a character", - "filters": [ - [ - "IsFFE" - ], - [ - "IsChar" - ] - ], - "rank": 16 - }, - { - "comment": "<: for a finite field element, and a boolean", - "filters": [ - [ - "IsFFE" - ], - [ - "IsBool" - ] - ], - "rank": 16 - }, - { - "comment": "<: for a cyclotomic, and a character", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsChar" - ] - ], - "rank": 16 - }, - { - "comment": "<: for a cyclotomic, and a boolean", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsBool" - ] - ], - "rank": 16 - }, - { - "comment": "<: for fp semigp elts produced by the Froidure-Pin algorithm", - "filters": [ - [ - "IsFpSemigpReducedElt", - "Tester(IsFpSemigpReducedElt)" - ], - [ - "IsFpSemigpReducedElt", - "Tester(IsFpSemigpReducedElt)" - ] - ], - "rank": 14 - }, - { - "comment": "<: for two f.p. group elements", - "filters": [ - [ - "IsElementOfFpGroup" - ], - [ - "IsElementOfFpGroup" - ] - ], - "rank": 14 - }, - { - "comment": "<: wreath elements", - "filters": [ - [ - "IsWreathProductElement" - ], - [ - "IsWreathProductElement" - ] - ], - "rank": 14 - }, - { - "comment": "<: for two elements of magma by mult. table", - "filters": [ - [ - "IsMagmaByMultiplicationTableObj" - ], - [ - "IsMagmaByMultiplicationTableObj" - ] - ], - "rank": 14 - }, - { - "comment": "<: for two elements of magmas with zero adjoined", - "filters": [ - [ - "IsMagmaWithZeroAdjoinedElementRep" - ], - [ - "IsMagmaWithZeroAdjoinedElementRep" - ] - ], - "rank": 14 - }, - { - "comment": "<: for two general mappings", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 14 - }, - { - "aka": [ - "LT_LIST_LIST_FINITE" - ], - "comment": "<: for two finite homogeneous lists (not necessarily small)", - "filters": [ - [ - "IsHomogeneousList", - "IsFinite", - "Tester(IsFinite)" - ], - [ - "IsHomogeneousList", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 14 - }, - { - "comment": "<: for two unions of residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 12 - }, - { - "comment": "<: for pcp elements", - "filters": [ - [ - "IsPcpElement" - ], - [ - "IsPcpElement" - ] - ], - "rank": 12 - }, - { - "comment": "<", - "filters": [ - [ - "IsMonoidByAdjoiningIdentityElt" - ], - [ - "IsMonoidByAdjoiningIdentityElt" - ] - ], - "rank": 12 - }, - { - "comment": "<: for two elements of a f.p. monoid", - "filters": [ - [ - "IsElementOfFpMonoid" - ], - [ - "IsElementOfFpMonoid" - ] - ], - "rank": 12 - }, - { - "comment": "<", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByRws" - ], - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 12 - }, - { - "comment": "<: assoc words in letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ], - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ] - ], - "rank": 12 - }, - { - "comment": "<: for two equivalence classes", - "filters": [ - [ - "IsEquivalenceClass" - ], - [ - "IsEquivalenceClass" - ] - ], - "rank": 12 - }, - { - "comment": "<: for elements of a Rees 0-matrix semigroup", - "filters": [ - [ - "IsReesZeroMatrixSemigroupElement" - ], - [ - "IsReesZeroMatrixSemigroupElement" - ] - ], - "rank": 10 - }, - { - "comment": "<: for elements of a Rees matrix semigroup", - "filters": [ - [ - "IsReesMatrixSemigroupElement" - ], - [ - "IsReesMatrixSemigroupElement" - ] - ], - "rank": 10 - }, - { - "comment": "<: for two elements of a f.p. semigroup", - "filters": [ - [ - "IsElementOfFpSemigroup" - ], - [ - "IsElementOfFpSemigroup" - ] - ], - "rank": 10 - }, - { - "comment": "<: assoc words", - "filters": [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 10 - }, - { - "comment": "<: for a domain and a list", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 10 - }, - { - "comment": "<: for a list and a domain", - "filters": [ - [ - "IsList", - "IsCollection" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 10 - }, - { - "comment": "<: for a list, and a permutation", - "filters": [ - [ - "IsList" - ], - [ - "IsPerm" - ] - ], - "rank": 10 - }, - { - "comment": "<: for a permutation, and a list", - "filters": [ - [ - "IsPerm" - ], - [ - "IsList" - ] - ], - "rank": 10 - }, - { - "comment": "<: wrapped additive elements", - "filters": [ - [ - "IsAdditiveElementAsMultiplicativeElementRep" - ], - [ - "IsAdditiveElementAsMultiplicativeElementRep" - ] - ], - "rank": 10 - }, - { - "comment": "<: for a character, and a permutation", - "filters": [ - [ - "IsChar" - ], - [ - "IsPerm" - ] - ], - "rank": 9 - }, - { - "comment": "<: for a boolean, and a permutation", - "filters": [ - [ - "IsBool" - ], - [ - "IsPerm" - ] - ], - "rank": 9 - }, - { - "comment": "<: for a permutation, and a character", - "filters": [ - [ - "IsPerm" - ], - [ - "IsChar" - ] - ], - "rank": 9 - }, - { - "comment": "<: for a permutation, and a boolean", - "filters": [ - [ - "IsPerm" - ], - [ - "IsBool" - ] - ], - "rank": 9 - }, - { - "comment": "<: for a residue class union and a list (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ], - [ - "IsList" - ] - ], - "rank": 8 - }, - { - "comment": "<: for a list and a residue class union (ResClasses)", - "filters": [ - [ - "IsList" - ], - [ - "IsResidueClassUnion" - ] - ], - "rank": 8 - }, - { - "comment": "<: nonassoc words", - "filters": [ - [ - "IsWord" - ], - [ - "IsWord" - ] - ], - "rank": 8 - }, - { - "comment": "<", - "filters": [ - [ - "IsWyckoffPosition" - ], - [ - "IsWyckoffPosition" - ] - ], - "rank": 6 - }, - { - "comment": "<: for classes", - "filters": [ - [ - "IsClass" - ], - [ - "IsClass" - ] - ], - "rank": 4 - }, - { - "comment": "<: for two info classes", - "filters": [ - [ - "IsInfoClassListRep" - ], - [ - "IsInfoClassListRep" - ] - ], - "rank": 4 - }, - { - "comment": "<: for two finite lists, possibly in different families", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "<: for a list, and a character", - "filters": [ - [ - "IsList" - ], - [ - "IsChar" - ] - ], - "rank": 3 - }, - { - "comment": "<: for a list, and a boolean", - "filters": [ - [ - "IsList" - ], - [ - "IsBool" - ] - ], - "rank": 3 - }, - { - "comment": "<: for a character, and a list", - "filters": [ - [ - "IsChar" - ], - [ - "IsList" - ] - ], - "rank": 3 - }, - { - "comment": "<: for a boolean, and a list", - "filters": [ - [ - "IsBool" - ], - [ - "IsList" - ] - ], - "rank": 3 - }, - { - "comment": "<: for two IsFile objects", - "filters": [ - [ - "IsFile" - ], - [ - "IsFile" - ] - ], - "rank": 2 - }, - { - "comment": "<: for a character, and a boolean", - "filters": [ - [ - "IsChar" - ], - [ - "IsBool" - ] - ], - "rank": 2 - }, - { - "comment": "<: for a boolean, and a character", - "filters": [ - [ - "IsBool" - ], - [ - "IsChar" - ] - ], - "rank": 2 - }, - { - "aka": [ - "LT_PREC" - ], - "comment": "<: record < record", - "filters": [ - [ - "IsRecord" - ], - [ - "IsRecord" - ] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "<", - "type": "GAP_Operation" - }, - { - "aka": [ - "IN", - "in" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 156 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "in: for a ring element and a union of res.-cl. with fixed rep's (ResClasses)", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 10014 - }, - { - "comment": "in: for an object, and a collection that contains the whole family", - "filters": [ - [], - [ - "IsCollection", - "IsWholeFamily", - "Tester(IsWholeFamily)" - ] - ], - "rank": 10004 - }, - { - "comment": "in: for wrong family relation", - "filters": [ - [], - [ - "IsCollection" - ] - ], - "rank": 10002 - }, - { - "comment": "in: TF method, use tree", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FittingFreeLiftSetup)" - ] - ], - "rank": 438 - }, - { - "comment": "in: for a FFE, and a field of FFEs", - "filters": [ - [ - "IsFFE" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 434 - }, - { - "comment": "in: special linear group", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNaturalSL", - "Tester(IsNaturalSL)" - ] - ], - "rank": 429 - }, - { - "comment": "in: general linear group", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNaturalGL", - "Tester(IsNaturalGL)" - ] - ], - "rank": 427 - }, - { - "comment": "in: respecting sesquilinear form", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFullSubgroupGLorSLRespectingSesquilinearForm", - "Tester(IsFullSubgroupGLorSLRespectingSesquilinearForm)" - ] - ], - "rank": 410 - }, - { - "comment": "in: respecting bilinear form", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFullSubgroupGLorSLRespectingBilinearForm", - "Tester(IsFullSubgroupGLorSLRespectingBilinearForm)" - ] - ], - "rank": 410 - }, - { - "comment": "in: for groups of FFE", - "filters": [ - [ - "IsFFE" - ], - [ - "CategoryCollections(IsFFE)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 410 - }, - { - "comment": "in: by nice monomorphism", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 374 - }, - { - "comment": "in: subgroup by property", - "filters": [ - [], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(ElementTestFunction)" - ] - ], - "rank": 136 - }, - { - "comment": "in: for matrix and SL(n,Z)", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsNaturalSL", - "Tester(IsNaturalSL)", - "IsIntegerMatrixGroup", - "Tester(IsIntegerMatrixGroup)" - ] - ], - "rank": 88 - }, - { - "comment": "in: for matrix and GL(n,Z)", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsNaturalGL", - "Tester(IsNaturalGL)", - "IsIntegerMatrixGroup", - "Tester(IsIntegerMatrixGroup)" - ] - ], - "rank": 86 - }, - { - "comment": "in: for cyclotomic and Rationals", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 84 - }, - { - "comment": "in: for subgroups of Z/p^aZ, p<>2", - "filters": [ - [ - "IsZmodnZObjNonprime" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": 84 - }, - { - "comment": "in: for cyclotomic and cyclotomic field", - "filters": [ - [ - "IsCyc" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ] - ], - "rank": 83 - }, - { - "comment": "in: for cyclotomic and abelian number field", - "filters": [ - [ - "IsCyc" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 81 - }, - { - "comment": "in: for CrystGroup", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsAffineCrystGroupOnLeftOrRight", - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ] - ], - "rank": 80 - }, - { - "comment": "in: perm in natsymmetric group", - "filters": [ - [ - "IsPerm" - ], - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 70 - }, - { - "comment": "in: alternating", - "filters": [ - [ - "IsPerm" - ], - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 70 - }, - { - "comment": "in: Alg in Ext", - "filters": [ - [ - "IsAlgebraicElement" - ], - [ - "IsAlgebraicExtension" - ] - ], - "rank": 70 - }, - { - "comment": "in: for a permutation, and a permutation group", - "filters": [ - [ - "IsPerm" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 67 - }, - { - "comment": "in: FElm in Ext", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsAlgebraicExtension" - ] - ], - "rank": 63 - }, - { - "comment": "in: for full row module", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsFreeLeftModule", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 60 - }, - { - "comment": "in: for Gaussian integers", - "filters": [ - [ - "IsCyc" - ], - [ - "IsGaussianIntegers" - ] - ], - "rank": 58 - }, - { - "comment": "in: for a subgroup of a free group", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 57 - }, - { - "comment": "in: LAGUNA: for a Lie algebra that comes from an associative algebra and a Lie object", - "filters": [ - [ - "IsLieObject" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsLieAlgebraByAssociativeAlgebra" - ] - ], - "rank": 54 - }, - { - "comment": "in: for a pcp element and a pcp group", - "filters": [ - [ - "IsPcpElement" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 54 - }, - { - "comment": "in: for integers", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsIntegers" - ] - ], - "rank": 54 - }, - { - "comment": "in: for automorphism groups of free groups", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsAutomorphismGroupOfFreeGroup" - ] - ], - "rank": 53 - }, - { - "comment": "in", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsIEEE754PseudoField" - ] - ], - "rank": 53 - }, - { - "comment": "in: for s. c. algebra element, and full s. c. algebra", - "filters": [ - [ - "IsSCAlgebraObj" - ], - [ - "IsFullSCAlgebra", - "Tester(IsFullSCAlgebra)" - ] - ], - "rank": 52 - }, - { - "comment": "in: generic direct product", - "filters": [ - [ - "IsDirectProductElement" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 51 - }, - { - "comment": "in: generic wreath product", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(WreathProductInfo)", - "CategoryCollections(IsWreathProductElement)" - ], - [ - "IsWreathProductElement" - ] - ], - "rank": 49 - }, - { - "comment": "in: for full matrix module", - "filters": [ - [], - [ - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 48 - }, - { - "comment": "in: polynomial ideal", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)", - "CategoryCollections(IsRationalFunction)" - ] - ], - "rank": 47 - }, - { - "comment": "in", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsConjugacyClassSubgroupsRep" - ] - ], - "rank": 46 - }, - { - "comment": "in: for ring element, and magma ring", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsMagmaRingModuloRelations" - ] - ], - "rank": 46 - }, - { - "comment": "in: for pc group", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FamilyPcgs)", - "CanEasilyComputePcgs" - ] - ], - "rank": 44 - }, - { - "comment": "in: subgroup of fp group by quotient rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 43 - }, - { - "comment": "in: for pcgs computable groups with home pcgs", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(InducedPcgsWrtHomePcgs)", - "CanEasilyComputePcgs" - ] - ], - "rank": 43 - }, - { - "comment": "in: for full hom space of linear mappings", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "CategoryCollections(IsGeneralMapping)", - "IsFreeLeftModule", - "IsFullHomModule", - "Tester(IsFullHomModule)" - ] - ], - "rank": 43 - }, - { - "comment": "in: for nonnegative integers", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsNonnegativeIntegers" - ] - ], - "rank": 43 - }, - { - "comment": "in: subgroup of fp group", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 42 - }, - { - "comment": "in: for pcgs computable groups with induced pcgs", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(ComputedInducedPcgses)", - "CanEasilyComputePcgs" - ] - ], - "rank": 42 - }, - { - "comment": "in: for row vector and Gaussian row space", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ] - ], - "rank": 42 - }, - { - "comment": "in: for positive integers", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsPositiveIntegers" - ] - ], - "rank": 42 - }, - { - "comment": "in: SC Rings", - "filters": [ - [ - "IsSCRingObj" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)", - "CategoryCollections(IsSCRingObj)" - ] - ], - "rank": 41 - }, - { - "comment": "in: default method, checking for <g> being among the generators", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 41 - }, - { - "comment": "in: ratfun in fctfield", - "filters": [ - [ - "IsRationalFunction" - ], - [ - "IsFunctionField" - ] - ], - "rank": 40 - }, - { - "comment": "in: polynomial in polynomial ring", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsPolynomialRing" - ] - ], - "rank": 39 - }, - { - "comment": "in: for an element and an underlying relation of a general mapping", - "filters": [ - [ - "IsDirectProductElement" - ], - [ - "IsCollection", - "IsGeneralizedDomain", - "CategoryCollections(IsDirectProductElement)", - "Tester(UnderlyingGeneralMapping)" - ] - ], - "rank": 35 - }, - { - "comment": "in: for object and Z_(pi) (ResClasses)", - "filters": [ - [], - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ] - ], - "rank": 33 - }, - { - "comment": "in: for vector and free left module that is handled by a nice basis", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ], - [ - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ] - ], - "rank": 33 - }, - { - "comment": "in: for vector and fin. dim. free left module", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ], - [ - "IsFreeLeftModule", - "IsFiniteDimensional", - "Tester(IsFiniteDimensional)" - ] - ], - "rank": 32 - }, - { - "comment": "in: for eq relation with partition", - "filters": [ - [ - "IsList" - ], - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "Tester(EquivalenceRelationPartition)" - ] - ], - "rank": 25 - }, - { - "comment": "in: for a transformation and a full transformation semigroup", - "filters": [ - [ - "IsTransformation" - ], - [ - "IsFullTransformationSemigroup", - "Tester(IsFullTransformationSemigroup)" - ] - ], - "rank": 24 - }, - { - "comment": "in: perm class rep", - "filters": [ - [ - "IsPerm" - ], - [ - "IsConjugacyClassPermGroupRep" - ] - ], - "rank": 21 - }, - { - "comment": "in: for a right coset with representative", - "filters": [ - [], - [ - "Tester(Representative)", - "Tester(ActingDomain)", - "Tester(FunctionAction)", - "IsRightCosetDefaultRep" - ] - ], - "rank": 20 - }, - { - "comment": "in", - "filters": [ - [ - "IsPerm" - ], - [ - "IsRationalClassPermGroupRep" - ] - ], - "rank": 20 - }, - { - "comment": "in: xset: Test representative equal", - "filters": [ - [], - [ - "Tester(Representative)", - "IsExternalSet" - ] - ], - "rank": 17 - }, - { - "comment": "in: for an object, and an empty list", - "filters": [ - [], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - }, - { - "comment": "in: for additive element and additive coset", - "filters": [ - [ - "IsAdditiveElement" - ], - [ - "IsAdditiveCoset" - ] - ], - "rank": 15 - }, - { - "comment": "in: for binary rels over [1..n] with images list", - "filters": [ - [ - "IsList" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 14 - }, - { - "comment": "in: for a simple inverse automaton", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ], - [ - "IsSimpleInvAutomatonRep" - ] - ], - "rank": 13 - }, - { - "comment": "in: double coset", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsDoubleCoset" - ] - ], - "rank": 13 - }, - { - "comment": "in: by CanonicalRepresentativeDeterminator", - "filters": [ - [], - [ - "IsExternalOrbit", - "Tester(CanonicalRepresentativeDeterminatorOfExternalSet)" - ] - ], - "rank": 13 - }, - { - "comment": "in: xorb HasAsSSortedList", - "filters": [ - [], - [ - "Tester(AsSSortedList)", - "IsExternalOrbit" - ] - ], - "rank": 13 - }, - { - "comment": "in: for a res.-cl. and a union of res.-cl. with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 12 - }, - { - "comment": "in: xorb HasAsList", - "filters": [ - [], - [ - "Tester(AsList)", - "IsExternalOrbit" - ] - ], - "rank": 12 - }, - { - "comment": "in: very small xorbs: test in AsList", - "filters": [ - [], - [ - "Tester(Size)", - "IsExternalOrbit" - ] - ], - "rank": 12 - }, - { - "comment": "in", - "filters": [ - [], - [ - "IsRationalClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "in: xorb: HasEnumerator", - "filters": [ - [], - [ - "Tester(Enumerator)", - "IsExternalOrbit" - ] - ], - "rank": 11 - }, - { - "comment": "in: xorb: RepresentativeAction", - "filters": [ - [], - [ - "IsExternalOrbit" - ] - ], - "rank": 10 - }, - { - "comment": "in: for a magma congruence class", - "filters": [ - [], - [ - "IsCongruenceClass" - ] - ], - "rank": 10 - }, - { - "comment": "in: for a ring element and a residue class union in sparse rep. (ResClasses)", - "filters": [ - [], - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 9 - }, - { - "comment": "in: for a ring element and a residue class union in standard rep. (ResClasses)", - "filters": [ - [], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 9 - }, - { - "aka": [ - "IN_LIST_DEFAULT" - ], - "comment": "in: for an object, and a small list", - "filters": [ - [], - [ - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 9 - }, - { - "comment": "in: membership test of Green's class", - "filters": [ - [], - [ - "IsGreensClass" - ] - ], - "rank": 7 - }, - { - "comment": "in: for an enumerator that perhaps has its own membership test function", - "filters": [ - [], - [ - "IsList", - "IsDenseList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsEnumeratorByFunctionsRep" - ] - ], - "rank": 7 - }, - { - "comment": "in: empty class", - "filters": [ - [], - [ - "IsEmpty", - "Tester(IsEmpty)", - "IsClass" - ] - ], - "rank": 6 - }, - { - "comment": "in: for element and equivalence class", - "filters": [ - [], - [ - "IsEquivalenceClass" - ] - ], - "rank": 6 - }, - { - "comment": "in: for a domain, and an element", - "filters": [ - [], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 5 - }, - { - "comment": "in: for group class", - "filters": [ - [], - [ - "IsGroupClass", - "Tester(IsGroupClass)" - ] - ], - "rank": 4 - }, - { - "comment": "in: for class, delegate to IsMember", - "filters": [ - [], - [ - "IsClass" - ] - ], - "rank": 2 - }, - { - "comment": "in: for an object, and a list", - "filters": [ - [], - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "in: fallback method to test conditions", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "in", - "type": "GAP_Operation" - }, - { - "aka": [ - "SHALLOW_COPY_OBJ", - "ShallowCopy" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 276 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "SHALLOWCOPY_GF2MAT" - ], - "comment": "ShallowCopy: for GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsGF2MatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "ShallowCopy: for class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "ShallowCopy: For a compressed MatFFE", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "Is8BitMatrixRep" - ] - ], - "rank": 28 - }, - { - "comment": "ShallowCopy: for an empty row vector", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ] - ], - "rank": 28 - }, - { - "aka": [ - "SHALLOWCOPY_VEC8BIT" - ], - "comment": "ShallowCopy: For a compressed VecFFE", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "Is8BitVectorRep" - ] - ], - "rank": 24 - }, - { - "aka": [ - "SHALLOWCOPY_GF2VEC" - ], - "comment": "ShallowCopy: for GF2 vectors", - "filters": [ - [ - "IsList", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 22 - }, - { - "comment": "ShallowCopy: combinatorial collector rep", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 19 - }, - { - "aka": [ - "ShallowCopy_SingleCollector" - ], - "comment": "ShallowCopy", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 18 - }, - { - "comment": "ShallowCopy: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "ShallowCopy", - "filters": [ - [ - "IsCopyable", - "IsSortLookupDictionary" - ] - ], - "rank": 11 - }, - { - "comment": "ShallowCopy: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "ShallowCopy: method for a weak pointer object", - "filters": [ - [ - "IsWeakPointerObject" - ] - ], - "rank": 10 - }, - { - "comment": "ShallowCopy", - "filters": [ - [ - "IsCopyable", - "TableHasIntKeyFun", - "IsSparseHashRep" - ] - ], - "rank": 9 - }, - { - "comment": "ShallowCopy", - "filters": [ - [ - "IsCopyable", - "IsPositionLookupDictionary" - ] - ], - "rank": 9 - }, - { - "comment": "ShallowCopy", - "filters": [ - [ - "IsCopyable", - "IsListLookupDictionary" - ] - ], - "rank": 9 - }, - { - "comment": "ShallowCopy: for a strictly sorted dense list", - "filters": [ - [ - "IsList", - "IsDenseList", - "IsSSortedList", - "Tester(IS_SSORT_LIST)" - ] - ], - "rank": 9 - }, - { - "comment": "ShallowCopy", - "filters": [ - [ - "IsCopyable", - "IsSparseHashRep" - ] - ], - "rank": 8 - }, - { - "comment": "ShallowCopy", - "filters": [ - [ - "IsCopyable", - "IsSortDictionary" - ] - ], - "rank": 8 - }, - { - "comment": "ShallowCopy: for a strictly sorted list", - "filters": [ - [ - "IsList", - "IsSSortedList", - "Tester(IS_SSORT_LIST)" - ] - ], - "rank": 8 - }, - { - "comment": "ShallowCopy", - "filters": [ - [ - "IsUnicodeString" - ] - ], - "rank": 7 - }, - { - "comment": "ShallowCopy", - "filters": [ - [ - "IsCopyable", - "IsPositionDictionary" - ] - ], - "rank": 7 - }, - { - "comment": "ShallowCopy", - "filters": [ - [ - "IsCopyable", - "IsListDictionary" - ] - ], - "rank": 7 - }, - { - "comment": "ShallowCopy: for a Knuth Bendix rewriting system", - "filters": [ - [ - "IsKnuthBendixRewritingSystem", - "IsKnuthBendixRewritingSystemRep" - ] - ], - "rank": 5 - }, - { - "aka": [ - "DEEP_COPY_OBJ", - "StructuralCopy" - ], - "comment": "ShallowCopy: for a presentation in default representation", - "filters": [ - [ - "IsPresentation", - "IsPresentationDefaultRep" - ] - ], - "rank": 5 - }, - { - "comment": "ShallowCopy: for iterators of residue class unions (ResClasses)", - "filters": [ - [ - "IsIterator", - "IsResidueClassUnionsIteratorRep" - ] - ], - "rank": 3 - }, - { - "comment": "ShallowCopy: for a dense list", - "filters": [ - [ - "IsList", - "IsDenseList" - ] - ], - "rank": 3 - }, - { - "comment": "ShallowCopy: for `IsIteratorByFunctions'", - "filters": [ - [ - "IsIterator", - "IsIteratorByFunctionsRep" - ] - ], - "rank": 3 - }, - { - "comment": "ShallowCopy: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "ShallowCopy: generic method for mutable basis", - "filters": [ - [ - "IsMutableBasis" - ] - ], - "rank": 1 - }, - { - "comment": "ShallowCopy: for a (not copyable) object", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ShallowCopy", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 356 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Name: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Name)" - ] - ], - "rank": 20003 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Name", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetName" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 356 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Name): generic test routine", - "filters": [ - [], - [] - ], - "rank": 10001 - }, - { - "comment": "Setter(Name): set name of indeterminate", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsString" - ] - ], - "rank": 22 - }, - { - "comment": "Setter(Name): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "aka": [ - "DO_NOTHING_SETTER" - ], - "comment": "Setter(Name): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Name)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasName" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 356 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Name)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ], - [ - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 373 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InfoText: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InfoText)" - ] - ], - "rank": 20003 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InfoText", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInfoText" - ], - "filters": [ - [ - [], - [] - ], - [ - [ - "IsNearlyCharacterTable" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 373 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InfoText): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InfoText): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InfoText)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInfoText" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 373 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InfoText)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ], - [ - [], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 412 - }, - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 413 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "String: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(String)" - ] - ], - "rank": 20003 - }, - { - "comment": "String", - "filters": [ - [] - ], - "rank": 10000 - }, - { - "comment": "String: for a field of FFEs", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 429 - }, - { - "comment": "String: for cyclotomic field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ] - ], - "rank": 67 - }, - { - "comment": "String: for abelian number field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 65 - }, - { - "comment": "String: for natural alternating group", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "String: for natural symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "String: for a polynomial ring", - "filters": [ - [ - "IsPolynomialRing" - ] - ], - "rank": 61 - }, - { - "comment": "String: for full row modules", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 48 - }, - { - "comment": "String: for a group with generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "String: for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "String: for Z_(pi) (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ] - ], - "rank": 33 - }, - { - "comment": "String: for a range", - "filters": [ - [ - "IsRange" - ] - ], - "rank": 30 - }, - { - "comment": "String: for a inverse monoid with known generators", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseMonoid)" - ] - ], - "rank": 27 - }, - { - "comment": "String: for a inverse monoid", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 26 - }, - { - "comment": "String: for conjugator isomorphism", - "filters": [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ], - "rank": 23 - }, - { - "comment": "String: for a inverse semigroup with known generators", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseSemigroup)" - ] - ], - "rank": 22 - }, - { - "comment": "String: for a inverse semigroup", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 21 - }, - { - "comment": "String: for monoid with known generators", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 21 - }, - { - "comment": "String: for monoid", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "comment": "String: for element in Z/pZ (ModulusRep)", - "filters": [ - [ - "IsFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 18 - }, - { - "comment": "String: for an unknown in default representation", - "filters": [ - [ - "IsUnknown", - "IsUnknownDefaultRep" - ] - ], - "rank": 18 - }, - { - "comment": "String: for an integer", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - }, - { - "comment": "String: for GHBI", - "filters": [ - [ - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 17 - }, - { - "comment": "String: For large finite field elements", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "String: for an internal FFE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 17 - }, - { - "comment": "String: AlgElm", - "filters": [ - [ - "IsKroneckerConstRep" - ] - ], - "rank": 17 - }, - { - "comment": "String: BFElm", - "filters": [ - [ - "IsAlgBFRep" - ] - ], - "rank": 17 - }, - { - "comment": "String: laurent polynomial", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 17 - }, - { - "comment": "String: for a rational", - "filters": [ - [ - "IsRat" - ] - ], - "rank": 17 - }, - { - "comment": "String: for element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 16 - }, - { - "comment": "String: for a semigroup with known generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 16 - }, - { - "comment": "String: for -infinity", - "filters": [ - [ - "IsNegInfinity" - ] - ], - "rank": 16 - }, - { - "comment": "String: for infinity", - "filters": [ - [ - "IsInfinity" - ] - ], - "rank": 16 - }, - { - "comment": "String: for a cyclotomic", - "filters": [ - [ - "IsCyc" - ] - ], - "rank": 16 - }, - { - "comment": "String: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "String: for plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "String: univar", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "String: for a semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 15 - }, - { - "comment": "String: polynomial", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 14 - }, - { - "comment": "String: from-the-left collector", - "filters": [ - [ - "IsFromTheLeftCollectorRep" - ] - ], - "rank": 13 - }, - { - "comment": "String: rational function", - "filters": [ - [ - "IsRationalFunction" - ] - ], - "rank": 13 - }, - { - "comment": "String: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "String: for s. c. ring element", - "filters": [ - [ - "IsSCRingObj" - ] - ], - "rank": 11 - }, - { - "comment": "String: for s. c. algebra element", - "filters": [ - [ - "IsSCAlgebraObj" - ] - ], - "rank": 11 - }, - { - "comment": "String: for magma ring element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 11 - }, - { - "comment": "String: pcword", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ] - ], - "rank": 10 - }, - { - "comment": "String: for residue class unions in standard rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 9 - }, - { - "comment": "String: for residue class unions in standard rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 9 - }, - { - "comment": "String: for an element of an f.p. group (default repres.)", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpGroup" - ] - ], - "rank": 9 - }, - { - "comment": "String: for a permutation", - "filters": [ - [ - "IsPerm" - ] - ], - "rank": 8 - }, - { - "comment": "String: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "comment": "String: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - }, - { - "comment": "String: for unions of residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 6 - }, - { - "comment": "String: for pcp elements", - "filters": [ - [ - "IsPcpElement" - ] - ], - "rank": 6 - }, - { - "comment": "String: for an fp monoid element", - "filters": [ - [ - "IsElementOfFpMonoid" - ] - ], - "rank": 6 - }, - { - "comment": "String: for an f.p. semigroup element", - "filters": [ - [ - "IsElementOfFpSemigroup" - ] - ], - "rank": 5 - }, - { - "aka": [ - "NiceStringAssocWord" - ], - "comment": "String: for an associative word", - "filters": [ - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 5 - }, - { - "comment": "String: for a nonassociative word", - "filters": [ - [ - "IsNonassocWord" - ] - ], - "rank": 5 - }, - { - "comment": "String: for a string (do nothing)", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - }, - { - "comment": "String: for a (finite) list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "String: for a boolean", - "filters": [ - [ - "IsBool" - ] - ], - "rank": 1 - }, - { - "comment": "String: record", - "filters": [ - [ - "IsRecord" - ] - ], - "rank": 1 - }, - { - "comment": "String: for a character", - "filters": [ - [ - "IsChar" - ] - ], - "rank": 1 - }, - { - "comment": "String", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "String: for an object, and zero", - "filters": [ - [], - [ - "IsZeroCyc" - ] - ], - "rank": 21 - }, - { - "comment": "String: for an object, and a negative integer", - "filters": [ - [], - [ - "IsInt", - "IsNegRat" - ] - ], - "rank": 19 - }, - { - "comment": "String: for an object, and a positive integer", - "filters": [ - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 19 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "String", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetString" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 412 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(String): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(String): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(String)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasString" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 412 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(String)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 437 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrintObj: for full hom space of linear mappings", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)", - "IsFreeLeftModule", - "IsFullHomModule", - "Tester(IsFullHomModule)" - ] - ], - "rank": 10036 - }, - { - "comment": "PrintObj: for full ring Z/nZ", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": 10023 - }, - { - "comment": "PrintObj: for nilpotent Lie algebra automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ] - ], - "rank": 10022 - }, - { - "comment": "PrintObj: for group automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPGAutomorphismRep" - ] - ], - "rank": 10022 - }, - { - "comment": "PrintObj: for zero mapping", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ] - ], - "rank": 10017 - }, - { - "comment": "PrintObj: for identity mapping", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ] - ], - "rank": 10017 - }, - { - "comment": "PrintObj: for a Lie object in default representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 10013 - }, - { - "comment": "PrintObj: for a canonical basis", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)" - ] - ], - "rank": 10009 - }, - { - "comment": "PrintObj: for an object with name", - "filters": [ - [ - "Tester(Name)" - ] - ], - "rank": 10001 - }, - { - "comment": "PrintObj: for a field of FFEs", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 429 - }, - { - "comment": "PrintObj: subgroup by property", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(ElementTestFunction)" - ] - ], - "rank": 136 - }, - { - "comment": "PrintObj: for a restricted mapping", - "filters": [ - [ - "IsGeneralRestrictedMappingRep" - ] - ], - "rank": 110 - }, - { - "comment": "PrintObj: for a composition mapping", - "filters": [ - [ - "IsCompositionMappingRep" - ] - ], - "rank": 110 - }, - { - "comment": "PrintObj: for an inverse mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ] - ], - "rank": 109 - }, - { - "comment": "PrintObj: objects with memory", - "filters": [ - [ - "IsObjWithMemory" - ] - ], - "rank": 107 - }, - { - "comment": "PrintObj: for cyclotomic field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ] - ], - "rank": 67 - }, - { - "comment": "PrintObj: for abelian number field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 65 - }, - { - "comment": "PrintObj: for natural symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "PrintObj: for natural alternating group", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "PrintObj: for a function field", - "filters": [ - [ - "IsFunctionField" - ] - ], - "rank": 61 - }, - { - "comment": "PrintObj: for a polynomial ring", - "filters": [ - [ - "IsPolynomialRing" - ] - ], - "rank": 61 - }, - { - "comment": "PrintObj: for a matrix field", - "filters": [ - [ - "IsNumberFieldByMatrices", - "Tester(IsNumberFieldByMatrices)" - ] - ], - "rank": 58 - }, - { - "comment": "PrintObj: for algebraic extension", - "filters": [ - [ - "IsNumberField", - "Tester(IsNumberField)", - "IsAlgebraicExtension" - ] - ], - "rank": 57 - }, - { - "comment": "PrintObj: for a field with known generators", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "Tester(GeneratorsOfDivisionRing)" - ] - ], - "rank": 55 - }, - { - "comment": "PrintObj: for a field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 54 - }, - { - "comment": "PrintObj: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 48 - }, - { - "comment": "PrintObj: for full matrix module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 48 - }, - { - "comment": "PrintObj: for full row module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 48 - }, - { - "comment": "PrintObj: for a matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 45 - }, - { - "comment": "PrintObj: for a semigroup with known generators", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 40 - }, - { - "comment": "PrintObj: for an algebra-with-one with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftOperatorRing)" - ] - ], - "rank": 40 - }, - { - "comment": "PrintObj: for an algebra-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 39 - }, - { - "comment": "PrintObj: for a semigroup with known generators", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 38 - }, - { - "comment": "PrintObj: for a FLMLOR-with-one with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "Tester(GeneratorsOfLeftOperatorRing)" - ] - ], - "rank": 38 - }, - { - "comment": "PrintObj: for an algebra with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftOperatorRing)" - ] - ], - "rank": 37 - }, - { - "comment": "PrintObj: for a FLMLOR-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 37 - }, - { - "comment": "PrintObj: for an algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 36 - }, - { - "comment": "PrintObj: for a free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - }, - { - "comment": "PrintObj: for a group with generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "PrintObj: for a character", - "filters": [ - [ - "IsClassFunction", - "IsCharacter", - "Tester(IsCharacter)" - ] - ], - "rank": 35 - }, - { - "comment": "PrintObj: for a FLMLOR with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "Tester(GeneratorsOfLeftOperatorRing)" - ] - ], - "rank": 35 - }, - { - "comment": "PrintObj: for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "PrintObj: for a FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "PrintObj: for an ordinary block matrix", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 34 - }, - { - "comment": "PrintObj: for Z_(pi) (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ] - ], - "rank": 33 - }, - { - "comment": "PrintObj: for a virtual character", - "filters": [ - [ - "IsClassFunction", - "IsVirtualCharacter", - "Tester(IsVirtualCharacter)" - ] - ], - "rank": 33 - }, - { - "comment": "PrintObj: for a semigroup Congruence with known generating pairs", - "filters": [ - [ - "Tester(GeneratingPairsOfMagmaCongruence)", - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 33 - }, - { - "comment": "PrintObj: for a semigroup congruence", - "filters": [ - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 32 - }, - { - "comment": "PrintObj: for a class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "PrintObj: for an algebra-with-one hom. b.i", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsOne", - "Tester(RespectsOne)", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 31 - }, - { - "comment": "PrintObj: for null map matrix", - "filters": [ - [ - "IsNullMapMatrix" - ] - ], - "rank": 31 - }, - { - "comment": "PrintObj: for a ring-with-one with generators", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRingWithOne)" - ] - ], - "rank": 30 - }, - { - "comment": "PrintObj: for an alg. hom. from f. p. algebra", - "filters": [ - [ - "IsAlgebraHomomorphismFromFpRep" - ] - ], - "rank": 29 - }, - { - "comment": "PrintObj: for an operation algebra homomorphism", - "filters": [ - [ - "IsOperationAlgebraHomomorphismDefaultRep" - ] - ], - "rank": 29 - }, - { - "comment": "PrintObj: for an algebra hom. b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 29 - }, - { - "comment": "PrintObj: for a two-sided ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfTwoSidedIdeal)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 29 - }, - { - "comment": "PrintObj: for a ring-with-one", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 29 - }, - { - "comment": "PrintObj: for a right semigroup congruence with known generating pairs", - "filters": [ - [ - "Tester(GeneratingPairsOfMagmaCongruence)", - "IsRightSemigroupCongruence", - "Tester(IsRightSemigroupCongruence)" - ] - ], - "rank": 29 - }, - { - "comment": "PrintObj: for a left semigroup congruence with known generating pairs", - "filters": [ - [ - "Tester(GeneratingPairsOfMagmaCongruence)", - "IsLeftSemigroupCongruence", - "Tester(IsLeftSemigroupCongruence)" - ] - ], - "rank": 29 - }, - { - "comment": "PrintObj: For a compressed MatFFE", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "Is8BitMatrixRep" - ] - ], - "rank": 28 - }, - { - "comment": "PrintObj: for a right ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRightIdeal)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 28 - }, - { - "comment": "PrintObj: for a left ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftIdeal)", - "Tester(LeftActingRingOfIdeal)" - ] - ], - "rank": 28 - }, - { - "comment": "PrintObj: for inner automorphism", - "filters": [ - [ - "IsInnerAutomorphism", - "Tester(IsInnerAutomorphism)" - ] - ], - "rank": 27 - }, - { - "comment": "PrintObj: for an ring hom. b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 27 - }, - { - "comment": "PrintObj: for algebra module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ], - "rank": 27 - }, - { - "comment": "PrintObj: for an algebra-with-one g.m.b.i", - "filters": [ - [ - "IsGeneralMapping", - "RespectsOne", - "Tester(RespectsOne)", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 27 - }, - { - "comment": "PrintObj: for a left module hom. b.i", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 27 - }, - { - "comment": "PrintObj: for a ring with generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)" - ] - ], - "rank": 27 - }, - { - "comment": "PrintObj: for a inverse monoid with known generators", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseMonoid)" - ] - ], - "rank": 27 - }, - { - "comment": "PrintObj: for a magma Congruence with known generating pairs", - "filters": [ - [ - "IsMagmaCongruence", - "Tester(GeneratingPairsOfMagmaCongruence)" - ] - ], - "rank": 27 - }, - { - "comment": "PrintObj: for a right magma congruence with known generating pairs", - "filters": [ - [ - "IsRightMagmaCongruence", - "Tester(GeneratingPairsOfMagmaCongruence)" - ] - ], - "rank": 27 - }, - { - "comment": "PrintObj: for a left magma congruence with known generating pairs", - "filters": [ - [ - "IsLeftMagmaCongruence", - "Tester(GeneratingPairsOfMagmaCongruence)" - ] - ], - "rank": 27 - }, - { - "comment": "PrintObj: for ANF automorphism", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ] - ], - "rank": 26 - }, - { - "comment": "PrintObj: for a Frobenius automorphism", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ] - ], - "rank": 26 - }, - { - "comment": "PrintObj: method for vector space with left module generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfLeftOperatorAdditiveGroup)" - ] - ], - "rank": 26 - }, - { - "comment": "PrintObj: for a ring", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - }, - { - "comment": "PrintObj: for a magma congruence", - "filters": [ - [ - "IsMagmaCongruence" - ] - ], - "rank": 26 - }, - { - "comment": "PrintObj: for an algebra g.m.b.i", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 25 - }, - { - "comment": "PrintObj: method for vector space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 25 - }, - { - "comment": "PrintObj: pcgs", - "filters": [ - [ - "IsPcgs", - "IsPcgsDefaultRep" - ] - ], - "rank": 24 - }, - { - "comment": "PrintObj: For a compressed VecFFE", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "Is8BitVectorRep" - ] - ], - "rank": 24 - }, - { - "comment": "PrintObj: for free left module with known generators", - "filters": [ - [ - "IsFreeLeftModule", - "Tester(GeneratorsOfLeftOperatorAdditiveGroup)" - ] - ], - "rank": 24 - }, - { - "comment": "PrintObj: for a right semigroup congruence", - "filters": [ - [ - "IsRightSemigroupCongruence", - "Tester(IsRightSemigroupCongruence)" - ] - ], - "rank": 24 - }, - { - "comment": "PrintObj: for a left semigroup congruence", - "filters": [ - [ - "IsLeftSemigroupCongruence", - "Tester(IsLeftSemigroupCongruence)" - ] - ], - "rank": 24 - }, - { - "comment": "PrintObj: for saturated Fitting formation", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsNormalSubgroupClosed", - "Tester(IsNormalSubgroupClosed)", - "IsQuotientClosed", - "Tester(IsQuotientClosed)", - "IsResiduallyClosed", - "Tester(IsResiduallyClosed)", - "IsNormalProductClosed", - "Tester(IsNormalProductClosed)", - "IsSaturated", - "Tester(IsSaturated)", - "IsClassByPropertyRep" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for embedding into wreath product", - "filters": [ - [ - "IsEmbeddingImprimitiveWreathProductMatrixGroup" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for projection from a direct product", - "filters": [ - [ - "IsProjectionDirectProductMatrixGroup" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for embedding into direct product", - "filters": [ - [ - "IsEmbeddingDirectProductMatrixGroup" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for embedding into wreath product", - "filters": [ - [ - "IsEmbeddingWreathProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for projection from subdirect product", - "filters": [ - [ - "IsProjectionSubdirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for projection from a direct product", - "filters": [ - [ - "IsProjectionDirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for embedding into direct product", - "filters": [ - [ - "IsEmbeddingDirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: method for a PcGroupHomomorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPcGroupGeneralMappingByImages" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for nat. hom. of pc group", - "filters": [ - [ - "IsNaturalHomomorphismPcGroupRep" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for conjugator isomorphism", - "filters": [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for an ring g.m.b.i", - "filters": [ - [ - "IsGeneralMapping", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for a left module m.b.m.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearMappingByMatrixDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for a left module g.m.b.i", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for free left module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for a magma with zero adjoined", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsMagmaWithZeroAdjoined" - ] - ], - "rank": 23 - }, - { - "comment": "PrintObj: for a Brauer table", - "filters": [ - [ - "IsBrauerTable" - ] - ], - "rank": 22 - }, - { - "comment": "PrintObj: for an ordinary table", - "filters": [ - [ - "IsOrdinaryTable" - ] - ], - "rank": 22 - }, - { - "comment": "PrintObj: for action homomorphism", - "filters": [ - [ - "IsActionHomomorphism" - ] - ], - "rank": 22 - }, - { - "comment": "PrintObj: for a inverse semigroup with known generators", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseSemigroup)" - ] - ], - "rank": 22 - }, - { - "comment": "PrintObj: for a right magma congruence", - "filters": [ - [ - "IsRightMagmaCongruence" - ] - ], - "rank": 22 - }, - { - "comment": "PrintObj: for a left magma congruence", - "filters": [ - [ - "IsLeftMagmaCongruence" - ] - ], - "rank": 22 - }, - { - "comment": "PrintObj: for a Rees 0-matrix semigroup", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsReesZeroMatrixSemigroup", - "Tester(IsReesZeroMatrixSemigroup)" - ] - ], - "rank": 21 - }, - { - "comment": "PrintObj: for a Rees matrix semigroup", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsReesMatrixSemigroup", - "Tester(IsReesMatrixSemigroup)" - ] - ], - "rank": 21 - }, - { - "comment": "PrintObj: for GHBI", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 21 - }, - { - "comment": "PrintObj: combinatorial collector rep (32 Bits, up to date)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 21 - }, - { - "comment": "PrintObj: combinatorial collector rep (16 Bits, up to date)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 21 - }, - { - "comment": "PrintObj: combinatorial collector rep (8 Bits, up to date)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 21 - }, - { - "comment": "PrintObj: for monoid with known generators", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 21 - }, - { - "comment": "PrintObj: for an equivalence relation", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ], - "rank": 21 - }, - { - "comment": "PrintObj: for product of Fitting formations", - "filters": [ - [ - "IsFittingProductRep", - "IsFormationProductRep" - ] - ], - "rank": 20 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsUnicodeCharacter" - ] - ], - "rank": 20 - }, - { - "comment": "PrintObj: modulo pcgs", - "filters": [ - [ - "IsModuloPcgs" - ] - ], - "rank": 20 - }, - { - "comment": "PrintObj: combinatorial collector rep (32 Bits)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is32BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "PrintObj: combinatorial collector rep (16 Bits)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is16BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "PrintObj: combinatorial collector rep (8 Bits)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is8BitsSingleCollectorRep", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "PrintObj: combinatorial collector (up to date)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep" - ] - ], - "rank": 20 - }, - { - "comment": "PrintObj: for Fitting formation", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsNormalSubgroupClosed", - "Tester(IsNormalSubgroupClosed)", - "IsQuotientClosed", - "Tester(IsQuotientClosed)", - "IsResiduallyClosed", - "Tester(IsResiduallyClosed)", - "IsNormalProductClosed", - "Tester(IsNormalProductClosed)", - "IsClassByPropertyRep" - ] - ], - "rank": 19 - }, - { - "comment": "PrintObj: for a saturated formation", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsQuotientClosed", - "Tester(IsQuotientClosed)", - "IsResiduallyClosed", - "Tester(IsResiduallyClosed)", - "IsSaturated", - "Tester(IsSaturated)", - "IsClassByPropertyRep" - ] - ], - "rank": 19 - }, - { - "comment": "PrintObj: combinatorial collector", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is32BitsSingleCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is16BitsSingleCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "Is8BitsSingleCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "PrintObj: for mapping by function with inverse", - "filters": [ - [ - "IsMappingByFunctionWithInverseRep" - ] - ], - "rank": 19 - }, - { - "comment": "PrintObj: for a subsemigroup of a Rees 0-matrix semigroup", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesZeroMatrixSemigroupElement)" - ] - ], - "rank": 18 - }, - { - "comment": "PrintObj: for a subsemigroup of a Rees matrix semigroup", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ] - ], - "rank": 18 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 18 - }, - { - "comment": "PrintObj: zmodnze : for full collection Z/nZ(m)", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections(IsZmodnZepsObj)" - ] - ], - "rank": 18 - }, - { - "comment": "PrintObj: for element in Z/pZ (ModulusRep)", - "filters": [ - [ - "IsFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 18 - }, - { - "comment": "PrintObj: for unknown in default representation", - "filters": [ - [ - "IsUnknown", - "IsUnknownDefaultRep" - ] - ], - "rank": 18 - }, - { - "comment": "PrintObj: for a semigroup ideal with known generators", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma", - "Tester(GeneratorsOfMagmaIdeal)", - "IsSemigroupIdeal", - "Tester(IsSemigroupIdeal)" - ] - ], - "rank": 18 - }, - { - "comment": "PrintObj: for a Schunck class", - "filters": [ - [ - "IsSchunckClass", - "Tester(IsSchunckClass)", - "IsClassByPropertyRep" - ] - ], - "rank": 17 - }, - { - "comment": "PrintObj: for semigroup homomorphism by images", - "filters": [ - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsSemigroupHomomorphismByImagesRep" - ] - ], - "rank": 17 - }, - { - "comment": "PrintObj: for group general mapping b.i.", - "filters": [ - [ - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 17 - }, - { - "comment": "PrintObj: for large finite field elements (use String)", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "PrintObj: AlgElm", - "filters": [ - [ - "IsKroneckerConstRep" - ] - ], - "rank": 17 - }, - { - "comment": "PrintObj: BFElm", - "filters": [ - [ - "IsAlgBFRep" - ] - ], - "rank": 17 - }, - { - "comment": "PrintObj: laurent polynomial", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 17 - }, - { - "comment": "PrintObj: for an add. magma-with-inverses with generators", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveGroup)" - ] - ], - "rank": 17 - }, - { - "comment": "PrintObj: for a semigroup ideal", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma", - "IsSemigroupIdeal", - "Tester(IsSemigroupIdeal)" - ] - ], - "rank": 17 - }, - { - "comment": "PrintObj: for a Molien series", - "filters": [ - [ - "IsRationalFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)", - "Tester(MolienSeriesInfo)" - ] - ], - "rank": 16 - }, - { - "comment": "PrintObj: RightCoset", - "filters": [ - [ - "IsRightCoset" - ] - ], - "rank": 16 - }, - { - "comment": "PrintObj: for element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 16 - }, - { - "comment": "PrintObj: for a semigroup with known generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 16 - }, - { - "comment": "PrintObj: for a magma ideal with known generators", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma", - "Tester(GeneratorsOfMagmaIdeal)" - ] - ], - "rank": 16 - }, - { - "comment": "PrintObj: for -infinity", - "filters": [ - [ - "IsNegInfinity" - ] - ], - "rank": 16 - }, - { - "comment": "PrintObj: for infinity", - "filters": [ - [ - "IsInfinity" - ] - ], - "rank": 16 - }, - { - "comment": "PrintObj: for formation product", - "filters": [ - [ - "IsFormationProductRep" - ] - ], - "rank": 15 - }, - { - "comment": "PrintObj: for formation", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsQuotientClosed", - "Tester(IsQuotientClosed)", - "IsResiduallyClosed", - "Tester(IsResiduallyClosed)", - "IsClassByPropertyRep" - ] - ], - "rank": 15 - }, - { - "comment": "PrintObj: for Fitting product", - "filters": [ - [ - "IsFittingProductRep" - ] - ], - "rank": 15 - }, - { - "comment": "PrintObj: for Fitting class", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsNormalSubgroupClosed", - "Tester(IsNormalSubgroupClosed)", - "IsNormalProductClosed", - "Tester(IsNormalProductClosed)", - "IsClassByPropertyRep" - ] - ], - "rank": 15 - }, - { - "comment": "PrintObj: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "PrintObj: for GF2 matrix", - "filters": [ - [ - "IsGF2MatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "PrintObj: univar", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "PrintObj: for an add. magma-with-zero with generators", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveMagmaWithZero)" - ] - ], - "rank": 15 - }, - { - "comment": "PrintObj: for a magma ideal", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ] - ], - "rank": 15 - }, - { - "comment": "PrintObj: for a direct product element", - "filters": [ - [ - "IsDirectProductElement" - ] - ], - "rank": 15 - }, - { - "comment": "PrintObj: for Fitting set", - "filters": [ - [ - "IsClassByPropertyRep", - "IsFittingSetRep" - ] - ], - "rank": 14 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ] - ], - "rank": 14 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsPadicExtensionNumber" - ] - ], - "rank": 14 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsPurePadicNumber" - ] - ], - "rank": 14 - }, - { - "comment": "PrintObj: polynomial", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 14 - }, - { - "comment": "PrintObj: for a right magma ideal with known generators", - "filters": [ - [ - "IsRightActedOnBySuperset", - "Tester(GeneratorsOfExtRSet)", - "IsMagma" - ] - ], - "rank": 14 - }, - { - "comment": "PrintObj: for a left magma ideal with known generators", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "Tester(GeneratorsOfExtLSet)", - "IsMagma" - ] - ], - "rank": 14 - }, - { - "comment": "PrintObj: for mapping by function", - "filters": [ - [ - "IsMappingByFunctionRep" - ] - ], - "rank": 14 - }, - { - "comment": "PrintObj: for from-the-left collector", - "filters": [ - [ - "IsFromTheLeftCollectorRep" - ] - ], - "rank": 13 - }, - { - "comment": "PrintObj: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 13 - }, - { - "comment": "PrintObj: zmodnze : for element in Z/nZ(m) (ZmodnZepsRep)", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 13 - }, - { - "comment": "PrintObj: rational function", - "filters": [ - [ - "IsRationalFunction" - ] - ], - "rank": 13 - }, - { - "comment": "PrintObj: for an add. magma with generators", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveMagma)" - ] - ], - "rank": 13 - }, - { - "comment": "PrintObj: for a right magma ideal", - "filters": [ - [ - "IsRightActedOnBySuperset", - "IsMagma" - ] - ], - "rank": 13 - }, - { - "comment": "PrintObj: for a left magma ideal", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "IsMagma" - ] - ], - "rank": 13 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsPowerCommutatorCollector" - ] - ], - "rank": 12 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsPowerConjugateCollector" - ] - ], - "rank": 12 - }, - { - "comment": "PrintObj: for UEALattice element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ] - ], - "rank": 12 - }, - { - "comment": "PrintObj: for an additive coset", - "filters": [ - [ - "IsAdditiveCoset" - ] - ], - "rank": 12 - }, - { - "comment": "PrintObj: for an add. magma", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 12 - }, - { - "comment": "PrintObj: for a binary relation on n points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsConjugacyClassSubgroupsRep" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsRationalClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsConjugacyClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsPolycyclicCollector" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj: for GF2 vector", - "filters": [ - [ - "IsGF2VectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj: for s. c. ring element", - "filters": [ - [ - "IsSCRingObj" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj: for symmetric elements", - "filters": [ - [ - "IsSymmetricPowerElement", - "IsMonomialElementRep" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj: for wedge elements", - "filters": [ - [ - "IsWedgeElement", - "IsMonomialElementRep" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj: for tensor elements", - "filters": [ - [ - "IsTensorElement", - "IsMonomialElementRep" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj: for s. c. algebra element", - "filters": [ - [ - "IsSCAlgebraObj" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj: fp algebra elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj: for magma ring element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj: for a mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 11 - }, - { - "comment": "PrintObj: for external orbit", - "filters": [ - [ - "IsExternalOrbit" - ] - ], - "rank": 10 - }, - { - "comment": "PrintObj: pcword", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ] - ], - "rank": 10 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)" - ] - ], - "rank": 10 - }, - { - "comment": "PrintObj: for weight rep element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ] - ], - "rank": 10 - }, - { - "comment": "PrintObj: for direct sum elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ] - ], - "rank": 10 - }, - { - "comment": "PrintObj: for algebra module element in packed representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ] - ], - "rank": 10 - }, - { - "comment": "PrintObj: method for a subspaces domain", - "filters": [ - [ - "IsSubspacesVectorSpace", - "IsSubspacesVectorSpaceDefaultRep" - ] - ], - "rank": 10 - }, - { - "comment": "PrintObj: for a semi-echelonized basis with basis vectors", - "filters": [ - [ - "IsBasis", - "IsSemiEchelonized", - "Tester(IsSemiEchelonized)", - "Tester(BasisVectors)" - ] - ], - "rank": 10 - }, - { - "comment": "PrintObj: method for a weak pointer object", - "filters": [ - [ - "IsWeakPointerObject" - ] - ], - "rank": 10 - }, - { - "comment": "PrintObj: for residue class unions in sparse rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 9 - }, - { - "comment": "PrintObj: for residue class unions in standard rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 9 - }, - { - "comment": "PrintObj: for an element of an f.p. group (default repres.)", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpGroup" - ] - ], - "rank": 9 - }, - { - "comment": "PrintObj: sliced perm", - "filters": [ - [ - "IsSlicedPermInv" - ] - ], - "rank": 9 - }, - { - "comment": "PrintObj: sliced perm", - "filters": [ - [ - "IsSlicedPerm" - ] - ], - "rank": 9 - }, - { - "comment": "PrintObj: for external subset", - "filters": [ - [ - "IsExternalSubset" - ] - ], - "rank": 9 - }, - { - "comment": "PrintObj: for a semi-echelonized basis", - "filters": [ - [ - "IsBasis", - "IsSemiEchelonized", - "Tester(IsSemiEchelonized)" - ] - ], - "rank": 9 - }, - { - "comment": "PrintObj: for right transversal", - "filters": [ - [ - "IsList", - "IsRightTransversalRep" - ] - ], - "rank": 9 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 8 - }, - { - "comment": "PrintObj: for a cochain", - "filters": [ - [ - "IsCochain" - ] - ], - "rank": 8 - }, - { - "comment": "PrintObj: for a sparse rowspace element", - "filters": [ - [ - "IsSparseRowSpaceElement" - ] - ], - "rank": 8 - }, - { - "comment": "PrintObj: for a basis with basis vectors", - "filters": [ - [ - "IsBasis", - "Tester(BasisVectors)" - ] - ], - "rank": 8 - }, - { - "comment": "PrintObj: for IsGroupClass and IsClassByPropertyRep", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "IsClassByPropertyRep" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsUnicodeString" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj: for a Green's class", - "filters": [ - [ - "IsGreensClass" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj: wreath elements", - "filters": [ - [ - "IsWreathProductElement" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj: for element of magma by mult. table", - "filters": [ - [ - "IsMagmaByMultiplicationTableObj" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj: for sparse hash tables", - "filters": [ - [ - "IsSparseHashRep" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj: for dense hash tables", - "filters": [ - [ - "IsDenseHashRep" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj: for a basis", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj: for an element of a magma with zero adjoined", - "filters": [ - [ - "IsMagmaWithZeroAdjoinedElementRep" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj: for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj: for an enumerator that perhaps has its own `PrintObj' function", - "filters": [ - [ - "IsList", - "IsDenseList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsEnumeratorByFunctionsRep" - ] - ], - "rank": 7 - }, - { - "comment": "PrintObj: for unions of residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 6 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsSimpleInvAutomatonRep" - ] - ], - "rank": 6 - }, - { - "comment": "PrintObj: for pcp elements", - "filters": [ - [ - "IsPcpElement" - ] - ], - "rank": 6 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsMonoidByAdjoiningIdentityElt" - ] - ], - "rank": 6 - }, - { - "comment": "PrintObj: for an fp monoid element", - "filters": [ - [ - "IsElementOfFpMonoid" - ] - ], - "rank": 6 - }, - { - "comment": "PrintObj: External Set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - }, - { - "comment": "PrintObj: assoc word in letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ] - ], - "rank": 6 - }, - { - "comment": "PrintObj: for an eq. class", - "filters": [ - [ - "IsEquivalenceClass" - ] - ], - "rank": 6 - }, - { - "comment": "PrintObj: iostream", - "filters": [ - [ - "IsInputOutputStream", - "IsInputOutputStreamByPtyRep" - ] - ], - "rank": 6 - }, - { - "comment": "PrintObj: for IsGroupClassByListRep", - "filters": [ - [ - "IsGroupClassByListRep" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: for IsClassByUnionRep", - "filters": [ - [ - "IsClassByUnionRep" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: for IsClassByIntersectionRep", - "filters": [ - [ - "IsClassByIntersectionRep" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: for IsClassByComplementRep", - "filters": [ - [ - "IsClassByComplementRep" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: for IsClassByPropertyRep", - "filters": [ - [ - "IsClassByPropertyRep" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: for a Rees 0-matrix semigroup element", - "filters": [ - [ - "IsReesZeroMatrixSemigroupElement" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: for a Rees matrix semigroup element", - "filters": [ - [ - "IsReesMatrixSemigroupElement" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: for an f.p. semigroup element", - "filters": [ - [ - "IsElementOfFpSemigroup" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: for a presentation in default representation", - "filters": [ - [ - "IsPresentation", - "IsPresentationDefaultRep" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: for an associative word", - "filters": [ - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: for a nonassociative word", - "filters": [ - [ - "IsNonassocWord" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: wrapped additive elements", - "filters": [ - [ - "IsAdditiveElementAsMultiplicativeElementRep" - ] - ], - "rank": 5 - }, - { - "comment": "PrintObj: for an infinite list of generators", - "filters": [ - [ - "IsList", - "IsInfiniteListOfGeneratorsRep" - ] - ], - "rank": 4 - }, - { - "comment": "PrintObj: for an infinite list of names", - "filters": [ - [ - "IsList", - "IsInfiniteListOfNamesRep" - ] - ], - "rank": 4 - }, - { - "comment": "PrintObj: for an enumerator", - "filters": [ - [ - "IsList", - "IsAttributeStoringRep" - ] - ], - "rank": 4 - }, - { - "comment": "PrintObj: Wyckoff position", - "filters": [ - [ - "IsWyckoffPosition" - ] - ], - "rank": 3 - }, - { - "comment": "PrintObj: lattice", - "filters": [ - [ - "IsLatticeSubgroupsRep" - ] - ], - "rank": 3 - }, - { - "comment": "PrintObj: for mutable basis with underlying mutable basis", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisViaUnderlyingMutableBasisRep" - ] - ], - "rank": 3 - }, - { - "comment": "PrintObj: for a mutable basis of a Gaussian matrix space", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianMatrixSpaceRep" - ] - ], - "rank": 3 - }, - { - "comment": "PrintObj: for a mutable basis of a Gaussian row space", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianRowSpaceRep" - ] - ], - "rank": 3 - }, - { - "comment": "PrintObj: for mutable basis represented by a nice mutable basis", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisViaNiceMutableBasisRep" - ] - ], - "rank": 3 - }, - { - "comment": "PrintObj: for mutable basis represented by an immutable basis", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisByImmutableBasisRep" - ] - ], - "rank": 3 - }, - { - "comment": "PrintObj: for an iterator that perhaps has its own `PrintObj' function", - "filters": [ - [ - "IsIterator", - "IsIteratorByFunctionsRep" - ] - ], - "rank": 3 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsRewritingSystem" - ] - ], - "rank": 2 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsRandomSource" - ] - ], - "rank": 2 - }, - { - "comment": "PrintObj: output text none", - "filters": [ - [ - "IsOutputTextNoneRep" - ] - ], - "rank": 2 - }, - { - "comment": "PrintObj: output text file", - "filters": [ - [ - "IsOutputTextFileRep" - ] - ], - "rank": 2 - }, - { - "comment": "PrintObj: output text string", - "filters": [ - [ - "IsOutputTextStringRep" - ] - ], - "rank": 2 - }, - { - "comment": "PrintObj: input text none", - "filters": [ - [ - "IsInputTextNoneRep" - ] - ], - "rank": 2 - }, - { - "comment": "PrintObj: input text file", - "filters": [ - [ - "IsInputTextFileRep" - ] - ], - "rank": 2 - }, - { - "comment": "PrintObj: input text string", - "filters": [ - [ - "IsInputTextStringRep" - ] - ], - "rank": 2 - }, - { - "comment": "PrintObj: default directory rep", - "filters": [ - [ - "IsDirectoryRep" - ] - ], - "rank": 2 - }, - { - "comment": "PrintObj: for an info class", - "filters": [ - [ - "IsInfoClassListRep" - ] - ], - "rank": 2 - }, - { - "comment": "PrintObj: for an operation", - "filters": [ - [ - "IsOperation" - ] - ], - "rank": 2 - }, - { - "comment": "PrintObj: for a straight line decision", - "filters": [ - [ - "IsStraightLineDecision" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj: for a black box program", - "filters": [ - [ - "IsBBoxProgram" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj: for pcp", - "filters": [ - [ - "IsPcp" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsRecord" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj: IsObjToBePrinted", - "filters": [ - [ - "IsObjToBePrinted" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj: for a straight line program", - "filters": [ - [ - "IsStraightLineProgram" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj", - "filters": [ - [ - "IsTableOfMarks" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj: for a root system", - "filters": [ - [ - "IsRootSystem" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj: closed stream", - "filters": [ - [ - "IsClosedStream" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj: for an iterator", - "filters": [ - [ - "IsIterator" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj: record", - "filters": [ - [ - "IsRecord" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj: for 'to be defined' objects", - "filters": [ - [ - "IsToBeDefinedObj" - ] - ], - "rank": 1 - }, - { - "comment": "PRINT_OBJ: for a type", - "filters": [ - [ - "IsType" - ] - ], - "rank": 1 - }, - { - "comment": "PRINT_OBJ: for a family", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - }, - { - "comment": "PrintObj: default method delegating to PrintString", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrintObj", - "type": "GAP_Operation" - }, - { - "aka": [ - "PrintString" - ], - "filters": [ - [ - [] - ], - [ - [], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 485 - }, - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 486 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrintString: for a group with generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "PrintString: for a inverse monoid with known generators", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseMonoid)" - ] - ], - "rank": 27 - }, - { - "comment": "PrintString: for a inverse semigroup with known generators", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseSemigroup)" - ] - ], - "rank": 22 - }, - { - "comment": "PrintString: for monoid with known generators", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 21 - }, - { - "comment": "PrintString: for a magma-with-inverses with generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)" - ] - ], - "rank": 17 - }, - { - "comment": "PrintString: RightCoset", - "filters": [ - [ - "IsRightCoset" - ] - ], - "rank": 16 - }, - { - "comment": "PrintString: for a semigroup with known generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 16 - }, - { - "comment": "PrintString: for a magma-with-one with generators", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)" - ] - ], - "rank": 14 - }, - { - "comment": "PrintString: for a magma with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)" - ] - ], - "rank": 12 - }, - { - "comment": "PrintString: for a magma", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - }, - { - "comment": "PrintString: for right transversal", - "filters": [ - [ - "IsList", - "IsRightTransversalRep" - ] - ], - "rank": 9 - }, - { - "comment": "PrintString: for a Green's class", - "filters": [ - [ - "IsGreensClass" - ] - ], - "rank": 7 - }, - { - "comment": "PrintString: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "comment": "PrintString: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - }, - { - "comment": "PrintString: default method delegating to String", - "filters": [ - [] - ], - "rank": -1 - } - ], - "2args": [ - { - "comment": "PrintString: for an object, and zero", - "filters": [ - [], - [ - "IsZeroCyc" - ] - ], - "rank": 21 - }, - { - "comment": "PrintString: for an object, and a negative integer", - "filters": [ - [], - [ - "IsInt", - "IsNegRat" - ] - ], - "rank": 19 - }, - { - "comment": "PrintString: for an object, and a positive integer", - "filters": [ - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 19 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrintString", - "type": "GAP_Operation" - }, - { - "aka": [ - "Display" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 548 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Display: for partitions of Z^2 into residue class unions (ResClasses)", - "filters": [ - [ - "IsList" - ] - ], - "rank": 10002 - }, - { - "comment": "Display: for matrix of FFEs (for larger fields)", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 52 - }, - { - "comment": "Display: for matrix of FFEs", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 42 - }, - { - "comment": "Display: for matrix over Integers mod n", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsZmodnZObjNonprime))" - ] - ], - "rank": 41 - }, - { - "comment": "Display: for finitely presented groups", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - }, - { - "comment": "Display: for a class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "aka": [ - "PrintArray" - ], - "comment": "Display: for a matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "Display: for a nearly character table", - "filters": [ - [ - "IsNearlyCharacterTable" - ] - ], - "rank": 20 - }, - { - "comment": "Display: For large finite field elements", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "Display: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "Display: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 13 - }, - { - "comment": "Display: for residue class unions of Z in sparse rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnionOfZ", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 11 - }, - { - "comment": "Display: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "Display: for unions of residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 6 - }, - { - "comment": "Display: for residue class unions (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ] - ], - "rank": 6 - }, - { - "comment": "Display: for vector search tables in default representation", - "filters": [ - [ - "IsVectorSearchTableDefaultRep" - ] - ], - "rank": 5 - }, - { - "comment": "Display: for a (finite) list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "Display: for a straight line decision", - "filters": [ - [ - "IsStraightLineDecision" - ] - ], - "rank": 1 - }, - { - "comment": "Display: for a black box program", - "filters": [ - [ - "IsBBoxProgram" - ] - ], - "rank": 1 - }, - { - "comment": "Display: for a straight line program", - "filters": [ - [ - "IsStraightLineProgram" - ] - ], - "rank": 1 - }, - { - "comment": "Display: for a table of marks (add empty options record)", - "filters": [ - [ - "IsTableOfMarks" - ] - ], - "rank": 1 - }, - { - "comment": "Display: generic: use DisplayString or otherwise PrintObj", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "Display: for a class function, and a record", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsRecord" - ] - ], - "rank": 32 - }, - { - "comment": "Display: for a nearly character table, and a list", - "filters": [ - [ - "IsNearlyCharacterTable" - ], - [ - "IsList" - ] - ], - "rank": 22 - }, - { - "comment": "Display: for a nearly character table, and a record", - "filters": [ - [ - "IsNearlyCharacterTable" - ], - [ - "IsRecord" - ] - ], - "rank": 21 - }, - { - "comment": "Display: for a straight line decision, and a record", - "filters": [ - [ - "IsStraightLineDecision" - ], - [ - "IsRecord" - ] - ], - "rank": 2 - }, - { - "comment": "Display: for a straight line program, and a record", - "filters": [ - [ - "IsStraightLineProgram" - ], - [ - "IsRecord" - ] - ], - "rank": 2 - }, - { - "comment": "Display: for a table of marks and an options record", - "filters": [ - [ - "IsTableOfMarks" - ], - [ - "IsRecord" - ] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Display", - "type": "GAP_Operation" - }, - { - "aka": [ - "DisplayString" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 572 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DisplayString: for a partial perm semigroup with generators", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 22 - }, - { - "comment": "DisplayString: for a transformation semigroup with generators", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "aka": [ - "DisplayStringForLargeFiniteFieldElements" - ], - "comment": "DisplayString: For large finite field elements", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "DisplayString: for an internal FFE via String", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 17 - }, - { - "comment": "DisplayString: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 13 - }, - { - "comment": "DisplayString: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - }, - { - "comment": "DisplayString: IsList", - "filters": [ - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 7 - }, - { - "comment": "DisplayString: for residue class unions (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ] - ], - "rank": 6 - }, - { - "comment": "DisplayString: IsChar", - "filters": [ - [ - "IsChar" - ] - ], - "rank": 1 - }, - { - "comment": "DisplayString: generic: return default string", - "filters": [ - [] - ], - "rank": -1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DisplayString", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsInternallyConsistent" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 598 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsInternallyConsistent: for a Brauer table", - "filters": [ - [ - "IsBrauerTable" - ] - ], - "rank": 22 - }, - { - "comment": "IsInternallyConsistent: for an ordinary character table", - "filters": [ - [ - "IsOrdinaryTable" - ] - ], - "rank": 22 - }, - { - "comment": "IsInternallyConsistent: for a straight line decision", - "filters": [ - [ - "IsStraightLineDecision" - ] - ], - "rank": 1 - }, - { - "comment": "IsInternallyConsistent: for a straight line program", - "filters": [ - [ - "IsStraightLineProgram" - ] - ], - "rank": 1 - }, - { - "comment": "IsInternallyConsistent: for a table of marks, decomposition test", - "filters": [ - [ - "IsTableOfMarks" - ] - ], - "rank": 1 - }, - { - "comment": "IsInternallyConsistent: default method 'ReturnTrue'", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsInternallyConsistent", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 619 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsImpossible: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsImpossible)" - ] - ], - "rank": 20003 - }, - { - "comment": "IsImpossible", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsLieMatrix" - ] - ], - "rank": 33 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsImpossible", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsImpossible" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 619 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsImpossible): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsImpossible): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsImpossible)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsImpossible" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 619 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsImpossible)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExtRepOfObj" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 634 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ExtRepOfObj: for a straight line program word", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsStraightLineProgElm" - ] - ], - "rank": 109 - }, - { - "aka": [ - "32Bits_ExtRepOfObj" - ], - "comment": "ExtRepOfObj: using 32Bits_ExtRepOfObj", - "filters": [ - [ - "Is32BitsPcWordRep" - ] - ], - "rank": 103 - }, - { - "aka": [ - "16Bits_ExtRepOfObj" - ], - "comment": "ExtRepOfObj: using 16Bits_ExtRepOfObj", - "filters": [ - [ - "Is16BitsPcWordRep" - ] - ], - "rank": 103 - }, - { - "aka": [ - "8Bits_ExtRepOfObj" - ], - "comment": "ExtRepOfObj: using 8Bits_ExtRepOfObj", - "filters": [ - [ - "Is8BitsPcWordRep" - ] - ], - "rank": 103 - }, - { - "aka": [ - "COEFFS_CYC" - ], - "comment": "ExtRepOfObj: for an internal cyclotomic", - "filters": [ - [ - "IsCyc", - "IsInternalRep" - ] - ], - "rank": 17 - }, - { - "comment": "ExtRepOfObj: for element in Z/nZ (ModulusRep, nonprime)", - "filters": [ - [ - "IsZmodnZObjNonprime", - "IsModulusRep" - ] - ], - "rank": 17 - }, - { - "comment": "ExtRepOfObj: ExtElm", - "filters": [ - [ - "IsAlgebraicElement", - "IsKroneckerConstRep" - ] - ], - "rank": 17 - }, - { - "comment": "ExtRepOfObj: baseFieldElm", - "filters": [ - [ - "IsAlgebraicElement", - "IsAlgBFRep" - ] - ], - "rank": 17 - }, - { - "comment": "ExtRepOfObj: for s. c. ring element in dense coeff. vector rep.", - "filters": [ - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 13 - }, - { - "comment": "ExtRepOfObj: for s. c. algebra element in dense coeff. vector rep.", - "filters": [ - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 13 - }, - { - "comment": "ExtRepOfObj: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - }, - { - "comment": "ExtRepOfObj: for f.p. algebra element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ] - ], - "rank": 11 - }, - { - "comment": "ExtRepOfObj: for magma ring element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 11 - }, - { - "comment": "ExtRepOfObj: for weight rep element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ] - ], - "rank": 10 - }, - { - "comment": "ExtRepOfObj: for an UEALattice element", - "filters": [ - [ - "IsUEALatticeElement" - ] - ], - "rank": 10 - }, - { - "comment": "ExtRepOfObj: for a cochain", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsCochain" - ] - ], - "rank": 10 - }, - { - "comment": "ExtRepOfObj: for a direct sum element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ] - ], - "rank": 10 - }, - { - "comment": "ExtRepOfObj: for a sparse rowspace element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsSparseRowSpaceElement" - ] - ], - "rank": 10 - }, - { - "comment": "ExtRepOfObj: for a monomial element", - "filters": [ - [ - "IsMonomialElement", - "IsMonomialElementRep" - ] - ], - "rank": 10 - }, - { - "comment": "ExtRepOfObj: for algebra module element in packed element rep", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ] - ], - "rank": 10 - }, - { - "comment": "ExtRepOfObj: for residue class unions in standard rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 9 - }, - { - "comment": "ExtRepOfObj: for an element of an f.p. group (default repres.)", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpGroup" - ] - ], - "rank": 9 - }, - { - "aka": [ - "InfBits_ExtRepOfObj" - ], - "comment": "ExtRepOfObj: for a inf. bits assoc. word", - "filters": [ - [ - "IsInfBitsAssocWord" - ] - ], - "rank": 8 - }, - { - "comment": "ExtRepOfObj: for a 32 bits assoc. word", - "filters": [ - [ - "Is32BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "comment": "ExtRepOfObj: for a 16 bits assoc. word", - "filters": [ - [ - "Is16BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "comment": "ExtRepOfObj: for an 8 bits assoc. word", - "filters": [ - [ - "Is8BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "comment": "ExtRepOfObj: for a nonassoc. word", - "filters": [ - [ - "IsNonassocWord", - "IsBracketRep" - ] - ], - "rank": 7 - }, - { - "comment": "ExtRepOfObj: for residue class unions (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ] - ], - "rank": 6 - }, - { - "comment": "ExtRepOfObj", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 6 - }, - { - "aka": [ - "ERepLettWord" - ], - "comment": "ExtRepOfObj: assoc word in letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExtRepOfObj", - "type": "GAP_Operation" - }, - { - "aka": [ - "NonassocWord", - "ObjByExtRep" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 650 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ObjByExtRep: for floats", - "filters": [ - [ - "CategoryFamily(IsFloat)" - ], - [ - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 25 - }, - { - "comment": "ObjByExtRep: for family of elements in Z/nZ (nonprime), and integer", - "filters": [ - [ - "CategoryFamily(IsZmodnZObjNonprime)" - ], - [ - "IsInt" - ] - ], - "rank": 23 - }, - { - "comment": "ObjByExtRep: for a family of nonassociative words, and an integer", - "filters": [ - [ - "CategoryFamily(IsNonassocWord)" - ], - [ - "IsInt" - ] - ], - "rank": 20 - }, - { - "comment": "ObjByExtRep: baseFieldElm", - "filters": [ - [ - "CategoryFamily(IsAlgebraicElement)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 13 - }, - { - "comment": "ObjByExtRep: for s. c. alg. elms. family with coefficients family", - "filters": [ - [ - "IsFamilyOverFullCoefficientsFamily", - "CategoryFamily(IsSCAlgebraObj)" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 9 - }, - { - "comment": "ObjByExtRep: for a InfBits-family of associative words, and a homogeneous list", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsInfBitsFamily" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 8 - }, - { - "comment": "ObjByExtRep: for a 32Bits-family of associative words, and a homogeneous list", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "Is32BitsFamily" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 8 - }, - { - "comment": "ObjByExtRep: for a 16Bits-family of associative words, and a homogeneous list", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "Is16BitsFamily" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 8 - }, - { - "comment": "ObjByExtRep: for a 8Bits-family of associative words, and a homogeneous list", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "Is8BitsFamily" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 8 - }, - { - "comment": "ObjByExtRep: for s. c. ring elements family", - "filters": [ - [ - "CategoryFamily(IsSCRingObj)" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 8 - }, - { - "comment": "ObjByExtRep: for s. c. algebra elements family", - "filters": [ - [ - "CategoryFamily(IsSCAlgebraObj)" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 8 - }, - { - "comment": "ObjByExtRep: letter rep family", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsLetterWordsFamily" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 7 - }, - { - "aka": [ - "SyllableWordObjByExtRep" - ], - "comment": "ObjByExtRep: for a family of associative words, and a homogeneous list", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsSyllableWordsFamily" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 7 - }, - { - "comment": "ObjByExtRep: ExtElm", - "filters": [ - [ - "CategoryFamily(IsAlgebraicElement)" - ], - [ - "IsList" - ] - ], - "rank": 7 - }, - { - "comment": "ObjByExtRep: for family of f.p. algebra elements with normal form", - "filters": [ - [ - "CategoryFamily(IsElementOfFpAlgebra)", - "Tester(NiceNormalFormByExtRepFunction)" - ], - [ - "IsList" - ] - ], - "rank": 7 - }, - { - "comment": "ObjByExtRep: for family of UEALattice elements, and list", - "filters": [ - [ - "CategoryFamily(IsUEALatticeElement)" - ], - [ - "IsList" - ] - ], - "rank": 6 - }, - { - "comment": "ObjByExtRep: for magma ring elements family, and list", - "filters": [ - [ - "CategoryFamily(IsElementOfMagmaRingModuloRelations)" - ], - [ - "IsList" - ] - ], - "rank": 6 - }, - { - "comment": "ObjByExtRep: using 32Bits_AssocWord", - "filters": [ - [ - "IsElementsFamilyBy32BitsSingleCollector" - ], - [ - "IsList" - ] - ], - "rank": 5 - }, - { - "comment": "ObjByExtRep: using 16Bits_AssocWord", - "filters": [ - [ - "IsElementsFamilyBy16BitsSingleCollector" - ], - [ - "IsList" - ] - ], - "rank": 5 - }, - { - "comment": "ObjByExtRep: using 8Bits_AssocWord", - "filters": [ - [ - "IsElementsFamilyBy8BitsSingleCollector" - ], - [ - "IsList" - ] - ], - "rank": 5 - }, - { - "comment": "ObjByExtRep: for a family of nonassociative words, and a list", - "filters": [ - [ - "CategoryFamily(IsNonassocWord)" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "ObjByExtRep: for a family of weight rep elements and a list", - "filters": [ - [ - "CategoryFamily(IsWeightRepElement)" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "ObjByExtRep: for a family of direct sum elements and a list", - "filters": [ - [ - "CategoryFamily(IsDirectSumElement)" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "ObjByExtRep: for a sparse rowspace element family and a list", - "filters": [ - [ - "CategoryFamily(IsSparseRowSpaceElement)" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "ObjByExtRep: for a family of monomial elements and a list", - "filters": [ - [ - "CategoryFamily(IsMonomialElement)" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "ObjByExtRep: reconstruct a residue class union (ResClasses)", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ] - ], - "rank": 3 - }, - { - "comment": "ObjByExtRep: for algebra module elements family, object", - "filters": [ - [ - "CategoryFamily(IsAlgebraModuleElement)" - ], - [] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [ - { - "comment": "ObjByExtRep: for a 32 bits assoc. words family, two integers, and a list", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "Is32BitsFamily" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 44 - }, - { - "comment": "ObjByExtRep: for a 16 bits assoc. words family, two integers, and a list", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "Is16BitsFamily" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 44 - }, - { - "comment": "ObjByExtRep: for an 8 bits assoc. words family, two integers, and a list", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "Is8BitsFamily" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 44 - }, - { - "comment": "ObjByExtRep: letter rep family,integers (ignored)", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsLetterWordsFamily" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 43 - }, - { - "comment": "ObjByExtRep: for an inf. bits assoc. words family, two integers, and a list", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsInfBitsFamily" - ], - [ - "IsCyclotomic" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 41 - }, - { - "comment": "ObjByExtRep: for a fam. of assoc. words, a cyclotomic, an int., and a homog. list", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))", - "IsSyllableWordsFamily" - ], - [ - "IsCyclotomic" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 40 - } - ], - "5args": [], - "6args": [] - }, - "name": "ObjByExtRep", - "type": "GAP_Operation" - }, - { - "aka": [ - "KnownAttributesOfObject" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 676 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "KnownAttributesOfObject: for an object", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "KnownAttributesOfObject", - "type": "GAP_Operation" - }, - { - "aka": [ - "KnownPropertiesOfObject" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 694 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "KnownPropertiesOfObject: for an object", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "KnownPropertiesOfObject", - "type": "GAP_Operation" - }, - { - "aka": [ - "KnownTruePropertiesOfObject" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 749 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "KnownTruePropertiesOfObject: for an object", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "KnownTruePropertiesOfObject", - "type": "GAP_Operation" - }, - { - "aka": [ - "CategoriesOfObject" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 780 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CategoriesOfObject: for an object", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CategoriesOfObject", - "type": "GAP_Operation" - }, - { - "aka": [ - "RepresentationsOfObject" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 802 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RepresentationsOfObject: for an object", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RepresentationsOfObject", - "type": "GAP_Operation" - }, - { - "aka": [ - "PostMakeImmutable" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 844 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PostMakeImmutable: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "PostMakeImmutable", - "filters": [ - [ - "Is8BitMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "PostMakeImmutable", - "filters": [ - [ - "IsGF2MatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "PostMakeImmutable: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "PostMakeImmutable: unless otherwise directed, do nothing", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PostMakeImmutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "MemoryUsage" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/object.gd", - "line": 881 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MemoryUsage: for a plist", - "filters": [ - [ - "IsList", - "IsPlistRep" - ] - ], - "rank": 21 - }, - { - "comment": "MemoryUsage: for a rational", - "filters": [ - [ - "IsRat" - ] - ], - "rank": 17 - }, - { - "comment": "MemoryUsage: for a type", - "filters": [ - [ - "IsType" - ] - ], - "rank": 1 - }, - { - "comment": "MemoryUsage: for a family", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - }, - { - "comment": "MemoryUsage: for a function", - "filters": [ - [ - "IsFunction" - ] - ], - "rank": 1 - }, - { - "comment": "MemoryUsage: for a component object", - "filters": [ - [ - "IsComponentObjectRep" - ] - ], - "rank": 1 - }, - { - "comment": "MemoryUsage: for a positional object", - "filters": [ - [ - "IsPositionalObjectRep" - ] - ], - "rank": 1 - }, - { - "comment": "MemoryUsage: for a record", - "filters": [ - [ - "IsRecord" - ] - ], - "rank": 1 - }, - { - "comment": "MemoryUsage: fallback method for objs without subobjs", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MemoryUsage", - "type": "GAP_Operation" - }, - { - "aka": [ - "FlushCaches" - ], - "filters": [ - [] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/variable.g", - "line": 88 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FlushCaches", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 125 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CollectionsFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CollectionsFamily)" - ] - ], - "rank": 20004 - }, - { - "comment": "CollectionsFamily: for a family", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 91 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CollectionsFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCollectionsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 125 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CollectionsFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CollectionsFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CollectionsFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCollectionsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 125 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CollectionsFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ElementsFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ElementsFamily)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ElementsFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetElementsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ElementsFamily): method to inherit `Characteristic' to collections families", - "filters": [ - [ - "IsAttributeStoringRep", - "IsFamily" - ], - [ - "IsFamily" - ] - ], - "rank": 4 - }, - { - "comment": "Setter(ElementsFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ElementsFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ElementsFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasElementsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ElementsFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "UseSubsetRelation" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 465 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "UseSubsetRelation: default method that checks maintenances and then returns `true'", - "filters": [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UseSubsetRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "UseIsomorphismRelation" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 734 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "UseIsomorphismRelation: default method that checks maintenances and then returns `true'", - "filters": [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UseIsomorphismRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "UseFactorRelation" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 929 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "UseFactorRelation", - "filters": [ - [ - "Tester(Size)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 95 - }, - { - "comment": "UseFactorRelation: default method that checks maintenances and then returns `true'", - "filters": [ - [ - "IsCollection" - ], - [], - [ - "IsCollection" - ] - ], - "rank": 0 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UseFactorRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "Iterator" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1133 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Iterator: for a trivial collection", - "filters": [ - [ - "IsCollection", - "IsTrivial", - "Tester(IsTrivial)" - ] - ], - "rank": 10006 - }, - { - "comment": "Iterator", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 432 - }, - { - "comment": "Iterator: for a trivial permutation group", - "filters": [ - [ - "IsTrivial", - "Tester(IsTrivial)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 86 - }, - { - "comment": "Iterator: for `Rationals'", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 69 - }, - { - "comment": "Iterator: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "Iterator: for a free group", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 47 - }, - { - "comment": "Iterator: for `Integers'", - "filters": [ - [ - "IsIntegers" - ] - ], - "rank": 39 - }, - { - "comment": "Iterator: for `PositiveIntegers'", - "filters": [ - [ - "IsPositiveIntegers" - ] - ], - "rank": 27 - }, - { - "comment": "Iterator: for free left module (delegate to 'IteratorByBasis')", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "Iterator: more helpful error for integers", - "filters": [ - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 19 - }, - { - "comment": "Iterator: for a free monoid", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ] - ], - "rank": 16 - }, - { - "comment": "Iterator: for a free semigroup", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 14 - }, - { - "comment": "Iterator: for subspaces collection of a (finite) full row module", - "filters": [ - [ - "IsSubspacesVectorSpace", - "IsSubspacesFullRowSpaceDefaultRep" - ] - ], - "rank": 11 - }, - { - "comment": "Iterator: for a subspaces domain", - "filters": [ - [ - "IsSubspacesVectorSpace", - "IsSubspacesVectorSpaceDefaultRep" - ] - ], - "rank": 10 - }, - { - "comment": "Iterator: for residue class unions (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 9 - }, - { - "comment": "Iterator: for a collection that is a list", - "filters": [ - [ - "IsList", - "IsCollection" - ] - ], - "rank": 5 - }, - { - "aka": [ - "ADOPT", - "ADOPT_NORECURSE", - "AdoptObj", - "AdoptSingleObj", - "AutoReadLock", - "CLONE_REACHABLE", - "CopyFromRegion", - "CopyRegion", - "CopyToRegion", - "FromAtomicComObj", - "FromAtomicList", - "FromAtomicRecord", - "ID_FUNC", - "IdFunc", - "LockAndAdoptObj", - "MakeProjectedObj", - "MakeProtected", - "MakeReadOnly", - "MakeReadOnlyObj", - "MakeReadOnlyRaw", - "MakeStrictWriteOnceAtomic", - "MakeThreadLocal", - "MakeWriteOnceAtomic", - "REACHABLE", - "RegionSubObjects", - "ShareAutoReadObj" - ], - "comment": "Iterator: for a mutable iterator", - "filters": [ - [ - "IsMutable", - "IsIterator" - ] - ], - "rank": 3 - }, - { - "aka": [ - "IteratorList" - ], - "comment": "Iterator: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "Iterator: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Iterator", - "type": "GAP_Operation" - }, - { - "aka": [ - "IteratorSorted" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1158 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IteratorSorted: for a collection that is a list", - "filters": [ - [ - "IsList", - "IsCollection" - ] - ], - "rank": 5 - }, - { - "comment": "IteratorSorted: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "IteratorSorted: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IteratorSorted", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsDoneIterator" - ], - "filters": [ - [ - [ - "IsIterator" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1195 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsDoneIterator: primitive groups iterator", - "filters": [ - [ - "IsMutable", - "IsIterator", - "IsPrimGrpIterRep" - ] - ], - "rank": 5 - }, - { - "comment": "IsDoneIterator: for iterators of residue class unions (ResClasses)", - "filters": [ - [ - "IsIterator", - "IsResidueClassUnionsIteratorRep" - ] - ], - "rank": 3 - }, - { - "comment": "IsDoneIterator: for `IsIteratorByFunctions'", - "filters": [ - [ - "IsIterator", - "IsIteratorByFunctionsRep" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsDoneIterator", - "type": "GAP_Operation" - }, - { - "aka": [ - "NextIterator" - ], - "filters": [ - [ - [ - "IsMutable", - "IsIterator" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1243 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NextIterator: for iterators of residue class unions (ResClasses)", - "filters": [ - [ - "IsMutable", - "IsIterator", - "IsResidueClassUnionsIteratorRep" - ] - ], - "rank": 5 - }, - { - "comment": "NextIterator: primitive groups iterator", - "filters": [ - [ - "IsMutable", - "IsIterator", - "IsPrimGrpIterRep" - ] - ], - "rank": 5 - }, - { - "comment": "NextIterator: for `IsIteratorByFunctions'", - "filters": [ - [ - "IsMutable", - "IsIterator", - "IsIteratorByFunctionsRep" - ] - ], - "rank": 5 - }, - { - "comment": "NextIterator: for an immutable iterator (print a reasonable error message)", - "filters": [ - [ - "IsIterator" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NextIterator", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1344 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsEmpty: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsEmpty)" - ] - ], - "rank": 20004 - }, - { - "comment": "IsEmpty", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "Tester(ContainsTrivialGroup)" - ] - ], - "rank": 5 - }, - { - "comment": "IsEmpty", - "filters": [ - [ - "IsClassByUnionRep" - ] - ], - "rank": 5 - }, - { - "comment": "IsEmpty", - "filters": [ - [ - "IsClassByIntersectionRep" - ] - ], - "rank": 5 - }, - { - "comment": "IsEmpty", - "filters": [ - [ - "IsClassByComplementRep" - ] - ], - "rank": 5 - }, - { - "comment": "IsEmpty", - "filters": [ - [ - "IsCollection", - "Tester(Size)" - ] - ], - "rank": 4 - }, - { - "comment": "IsEmpty: for generic class", - "filters": [ - [ - "IsClass" - ] - ], - "rank": 2 - }, - { - "comment": "IsEmpty: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "IsEmpty: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsEmpty", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsEmpty" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1344 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsEmpty): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsEmpty): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsEmpty)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1344 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsEmpty)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1363 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsTrivial: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsTrivial)" - ] - ], - "rank": 20005 - }, - { - "comment": "IsTrivial: for a division ring", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 52 - }, - { - "comment": "IsTrivial: for finitely presented groups", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - }, - { - "comment": "IsTrivial: for a FLMLOR-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 37 - }, - { - "comment": "IsTrivial", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsTrivial: for a FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "IsTrivial", - "filters": [ - [ - "IsFreeLeftModule", - "Tester(Dimension)" - ] - ], - "rank": 24 - }, - { - "comment": "IsTrivial: for a free left module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "IsTrivial", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveGroup)" - ] - ], - "rank": 17 - }, - { - "comment": "IsTrivial", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)" - ] - ], - "rank": 17 - }, - { - "comment": "IsTrivial", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveMagmaWithZero)" - ] - ], - "rank": 15 - }, - { - "comment": "IsTrivial", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)" - ] - ], - "rank": 14 - }, - { - "comment": "IsTrivial", - "filters": [ - [ - "IsCollection", - "Tester(Size)" - ] - ], - "rank": 4 - }, - { - "comment": "IsTrivial", - "filters": [ - [ - "IsCollection", - "Tester(IsNonTrivial)" - ] - ], - "rank": 3 - }, - { - "comment": "IsTrivial: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsTrivial", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsTrivial" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1363 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsTrivial): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsTrivial): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsTrivial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1363 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsTrivial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1404 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNonTrivial: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNonTrivial)" - ] - ], - "rank": 20005 - }, - { - "comment": "IsNonTrivial", - "filters": [ - [ - "IsCollection", - "Tester(IsTrivial)" - ] - ], - "rank": 3 - }, - { - "comment": "IsNonTrivial: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNonTrivial", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNonTrivial" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1404 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNonTrivial): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNonTrivial): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNonTrivial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1404 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNonTrivial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ], - [ - [ - "IsFloat" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1430 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFinite: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFinite)" - ] - ], - "rank": 20005 - }, - { - "comment": "IsFinite: via Minkowski kernel (short but not too efficient)", - "filters": [ - [ - "IsIntegerMatrixGroup", - "Tester(IsIntegerMatrixGroup)" - ] - ], - "rank": 52 - }, - { - "comment": "IsFinite: for AffineCrystGroup", - "filters": [ - [ - "IsAffineCrystGroupOnLeftOrRight", - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ] - ], - "rank": 50 - }, - { - "comment": "IsFinite: cyclotomic matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "IsFinite: LAGUNA: for a Lie algebra coming from an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsLieAlgebraByAssociativeAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "IsFinite: pcgs computable groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 40 - }, - { - "comment": "IsFinite: for a magma ring modulo the span of ``zero''", - "filters": [ - [ - "IsMagmaRingModuloSpanOfZero" - ] - ], - "rank": 36 - }, - { - "comment": "IsFinite: for a free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - }, - { - "comment": "IsFinite", - "filters": [ - [ - "IsFreeLeftModule", - "Tester(IsFiniteDimensional)" - ] - ], - "rank": 24 - }, - { - "comment": "IsFinite: for a free left module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "IsFinite: for an ordinary character table", - "filters": [ - [ - "IsOrdinaryTable" - ] - ], - "rank": 22 - }, - { - "comment": "IsFinite: for an underlying relation of a general mapping", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain", - "CategoryCollections(IsDirectProductElement)", - "Tester(UnderlyingGeneralMapping)" - ] - ], - "rank": 20 - }, - { - "comment": "IsFinite: for a semigroup of assoc. words", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 18 - }, - { - "comment": "IsFinite: for a Rees 0-matrix subsemigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesZeroMatrixSemigroupElement)" - ] - ], - "rank": 17 - }, - { - "comment": "IsFinite: for a Rees matrix subsemigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ] - ], - "rank": 17 - }, - { - "comment": "IsFinite", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ] - ], - "rank": 17 - }, - { - "comment": "IsFinite", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesZeroMatrixSemigroupElement)" - ] - ], - "rank": 17 - }, - { - "comment": "IsFinite: for a magma of nonassoc. words", - "filters": [ - [ - "IsMagma", - "CategoryCollections(IsNonassocWord)" - ] - ], - "rank": 13 - }, - { - "comment": "IsFinite: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - }, - { - "comment": "IsFinite: for an additive coset", - "filters": [ - [ - "IsAdditiveCoset" - ] - ], - "rank": 12 - }, - { - "comment": "IsFinite: for a conjugacy class", - "filters": [ - [ - "IsConjugacyClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "IsFinite: method for an ext. orbit by stabilizer", - "filters": [ - [ - "IsExternalOrbitByStabilizerRep" - ] - ], - "rank": 11 - }, - { - "comment": "IsFinite", - "filters": [ - [ - "IsClassByIntersectionRep" - ] - ], - "rank": 5 - }, - { - "comment": "IsFinite", - "filters": [ - [ - "IsCollection", - "Tester(Size)" - ] - ], - "rank": 4 - }, - { - "comment": "IsFinite: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFinite", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFinite" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1430 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFinite): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFinite): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFinite)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1430 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFinite)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1469 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsWholeFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsWholeFamily)" - ] - ], - "rank": 20005 - }, - { - "comment": "IsWholeFamily: for a finitely generated free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 50 - }, - { - "comment": "IsWholeFamily: for a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 44 - }, - { - "comment": "IsWholeFamily: for a free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - }, - { - "comment": "IsWholeFamily: for s. c. algebra elements collection", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFreeLeftModule", - "CategoryCollections(IsSCAlgebraObj)" - ] - ], - "rank": 33 - }, - { - "comment": "IsWholeFamily: for a free monoid", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ] - ], - "rank": 24 - }, - { - "comment": "IsWholeFamily: for a free semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 18 - }, - { - "comment": "IsWholeFamily: for a subsemigroup of a Rees 0-matrix semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesZeroMatrixSemigroupElement)" - ] - ], - "rank": 17 - }, - { - "comment": "IsWholeFamily: for a subsemigroup of a Rees matrix semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ] - ], - "rank": 17 - }, - { - "comment": "IsWholeFamily: for a free magma", - "filters": [ - [ - "IsMagma", - "CategoryCollections(IsNonassocWord)" - ] - ], - "rank": 13 - }, - { - "comment": "IsWholeFamily: default for a collection, print an error message", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsWholeFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsWholeFamily" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1469 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsWholeFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsWholeFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsWholeFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1469 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsWholeFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1505 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Size: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Size)" - ] - ], - "rank": 20004 - }, - { - "comment": "Size: natural SL", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNaturalSL", - "Tester(IsNaturalSL)" - ] - ], - "rank": 399 - }, - { - "comment": "Size: general linear group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNaturalGL", - "Tester(IsNaturalGL)" - ] - ], - "rank": 397 - }, - { - "comment": "Size: for groups of FFE", - "filters": [ - [ - "CategoryCollections(IsFFE)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 395 - }, - { - "comment": "Size: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "Size", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "Size", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "Size: for a permutation group that knows to be a direct product", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 59 - }, - { - "comment": "Size: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "Size: for AffineCrystGroup", - "filters": [ - [ - "IsAffineCrystGroupOnLeftOrRight", - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ] - ], - "rank": 50 - }, - { - "comment": "Size", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 48 - }, - { - "comment": "Size: cyclotomic matrix group not known to be finite", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "Size: for a matrix group that knows to be a wreath product", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(WreathProductInfo)" - ] - ], - "rank": 46 - }, - { - "comment": "Size: for a matrix group that knows to be a direct product", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 46 - }, - { - "comment": "Size: for a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 44 - }, - { - "comment": "Size: LAGUNA: for a Lie algebra coming from an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsLieAlgebraByAssociativeAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "Size: pcgs computable groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 40 - }, - { - "comment": "Size: infinite abelianization", - "filters": [ - [ - "Tester(AbelianInvariants)", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - }, - { - "comment": "Size: for finitely presented groups", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - }, - { - "comment": "Size: subgroups of finitely presented groups", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "Size: for a group with known ordinary character table", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(OrdinaryCharacterTable)" - ] - ], - "rank": 36 - }, - { - "comment": "Size: subdirect product", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(SubdirectProductInfo)" - ] - ], - "rank": 36 - }, - { - "comment": "Size: group direct product", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 36 - }, - { - "comment": "Size: for sc rings and their subrings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)", - "CategoryCollections(IsSCRingObj)" - ] - ], - "rank": 30 - }, - { - "comment": "Size: characteristic zero ring is infinite", - "filters": [ - [ - "Tester(Characteristic)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)" - ] - ], - "rank": 28 - }, - { - "comment": "Size: for a free monoid", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ] - ], - "rank": 24 - }, - { - "comment": "Size: for a free left module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "Size: for a character table", - "filters": [ - [ - "IsNearlyCharacterTable" - ] - ], - "rank": 20 - }, - { - "comment": "Size: for a free semigroup", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ] - ], - "rank": 20 - }, - { - "comment": "Size: for a free semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ] - ], - "rank": 20 - }, - { - "comment": "Size: for an underlying relation of a general mapping", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain", - "CategoryCollections(IsDirectProductElement)", - "Tester(UnderlyingGeneralMapping)" - ] - ], - "rank": 20 - }, - { - "comment": "Size", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 19 - }, - { - "comment": "Size: zmodnze : for full ring Z/nZ(m)", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections(IsZmodnZepsObj)" - ] - ], - "rank": 18 - }, - { - "comment": "Size: for a Rees 0-matrix semigroup", - "filters": [ - [ - "IsReesZeroMatrixSemigroup", - "Tester(IsReesZeroMatrixSemigroup)" - ] - ], - "rank": 17 - }, - { - "comment": "Size: for a Rees matrix semigroup", - "filters": [ - [ - "IsReesMatrixSemigroup", - "Tester(IsReesMatrixSemigroup)" - ] - ], - "rank": 17 - }, - { - "comment": "Size: for a free magma", - "filters": [ - [ - "IsMagma", - "CategoryCollections(IsNonassocWord)" - ] - ], - "rank": 13 - }, - { - "comment": "Size: for an additive coset", - "filters": [ - [ - "IsAdditiveCoset" - ] - ], - "rank": 12 - }, - { - "comment": "Size: for a magma with a zero adjoined", - "filters": [ - [ - "IsMagmaWithZeroAdjoined" - ] - ], - "rank": 12 - }, - { - "comment": "Size: method for a rational class", - "filters": [ - [ - "IsRationalClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "Size: for a conjugacy class", - "filters": [ - [ - "IsConjugacyClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "Size: method for an ext. orbit by stabilizer", - "filters": [ - [ - "IsExternalOrbitByStabilizerRep" - ] - ], - "rank": 11 - }, - { - "comment": "Size: method for a subspaces domain", - "filters": [ - [ - "IsSubspacesVectorSpace", - "IsSubspacesVectorSpaceDefaultRep" - ] - ], - "rank": 10 - }, - { - "comment": "Size: for a trivial domain", - "filters": [ - [ - "IsCollection", - "IsTrivial", - "Tester(IsTrivial)", - "IsGeneralizedDomain" - ] - ], - "rank": 10 - }, - { - "comment": "Size: double coset", - "filters": [ - [ - "IsDoubleCoset" - ] - ], - "rank": 8 - }, - { - "comment": "Size: for Green's classes", - "filters": [ - [ - "IsGreensClass" - ] - ], - "rank": 7 - }, - { - "comment": "Size: for sparse hash tables", - "filters": [ - [ - "IsHash", - "IsSparseHashRep" - ] - ], - "rank": 7 - }, - { - "comment": "Size: for dense hash tables", - "filters": [ - [ - "IsDenseHashRep" - ] - ], - "rank": 7 - }, - { - "comment": "Size: for a list that is a collection", - "filters": [ - [ - "IsList", - "IsCollection" - ] - ], - "rank": 5 - }, - { - "comment": "Size", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "Tester(AsList)" - ] - ], - "rank": 5 - }, - { - "comment": "Size", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "Tester(IsFinite)" - ] - ], - "rank": 5 - }, - { - "comment": "Size: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "Size: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Size", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSize" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [] - ], - [ - [ - "IsNearlyCharacterTable" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1505 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Size): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Size): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Size)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSize" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1505 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Size)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1545 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Representative: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Representative)" - ] - ], - "rank": 20004 - }, - { - "comment": "Representative: for additive-magma-with-zero with known zero", - "filters": [ - [ - "Tester(ZeroImmutable)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 10018 - }, - { - "comment": "Representative: for magma-with-one with known one", - "filters": [ - [ - "Tester(OneImmutable)", - "IsMagmaWithOne" - ] - ], - "rank": 10016 - }, - { - "comment": "Representative: for additive coset in default repres.", - "filters": [ - [ - "IsAdditiveCoset", - "IsAdditiveCosetDefaultRep" - ] - ], - "rank": 10014 - }, - { - "comment": "Representative", - "filters": [ - [ - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ] - ], - "rank": 61 - }, - { - "comment": "Representative: for a division ring with known generators", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "Tester(GeneratorsOfDivisionRing)" - ] - ], - "rank": 53 - }, - { - "comment": "Representative: for full matrix module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 48 - }, - { - "comment": "Representative: for full row module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 48 - }, - { - "comment": "Representative: LAGUNA: for a Lie algebra coming from an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsLieAlgebraByAssociativeAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "Representative: for full hom space of linear mappings", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)", - "IsFreeLeftModule", - "IsFullHomModule", - "Tester(IsFullHomModule)" - ] - ], - "rank": 36 - }, - { - "comment": "Representative: for left operator ring-with-one with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftOperatorRingWithOne)" - ] - ], - "rank": 33 - }, - { - "comment": "Representative: for left operator ring with known generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftOperatorRing)" - ] - ], - "rank": 30 - }, - { - "comment": "Representative: for a ring-with-one with generators", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRingWithOne)" - ] - ], - "rank": 30 - }, - { - "comment": "Representative: for a ring with generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)" - ] - ], - "rank": 27 - }, - { - "comment": "Representative: for a subsemigroup of Rees 0-matrix semigroup with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesZeroMatrixSemigroupElement)" - ] - ], - "rank": 20 - }, - { - "comment": "Representative: for a subsemigroup of Rees matrix semigroup with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ] - ], - "rank": 20 - }, - { - "comment": "Representative: for right operator additive group with known generators", - "filters": [ - [ - "IsExtRSet", - "IsDistributiveROpDSum", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfRightOperatorAdditiveGroup)" - ] - ], - "rank": 19 - }, - { - "comment": "Representative: for left operator additive group with known generators", - "filters": [ - [ - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfLeftOperatorAdditiveGroup)" - ] - ], - "rank": 19 - }, - { - "comment": "Representative: for a Rees 0-matrix semigroup", - "filters": [ - [ - "IsReesZeroMatrixSemigroup", - "Tester(IsReesZeroMatrixSemigroup)" - ] - ], - "rank": 17 - }, - { - "comment": "Representative: for a Rees matrix semigroup", - "filters": [ - [ - "IsReesMatrixSemigroup", - "Tester(IsReesMatrixSemigroup)" - ] - ], - "rank": 17 - }, - { - "comment": "Representative: for additive-magma-with-inverses with known generators", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveGroup)" - ] - ], - "rank": 17 - }, - { - "comment": "Representative: for magma-with-inverses with generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)" - ] - ], - "rank": 17 - }, - { - "comment": "Representative: for additive-magma-with-zero with stored parent", - "filters": [ - [ - "Tester(ParentAttr)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 15 - }, - { - "comment": "Representative: for additive-magma-with-zero with known generators", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveMagmaWithZero)" - ] - ], - "rank": 15 - }, - { - "comment": "Representative: for magma-with-one with stored parent", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithOne" - ] - ], - "rank": 14 - }, - { - "comment": "Representative: for magma-with-one with generators", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)" - ] - ], - "rank": 14 - }, - { - "comment": "Representative: for additive magma with known generators", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveMagma)" - ] - ], - "rank": 13 - }, - { - "comment": "Representative: for magma with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)" - ] - ], - "rank": 12 - }, - { - "comment": "Representative: External Set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - }, - { - "comment": "Representative: for a domain with known domain generators", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain", - "Tester(GeneratorsOfDomain)" - ] - ], - "rank": 6 - }, - { - "comment": "Representative: for a domain with known elements list", - "filters": [ - [ - "IsCollection", - "Tester(AsList)", - "IsGeneralizedDomain" - ] - ], - "rank": 6 - }, - { - "comment": "Representative: for a collection that is a list", - "filters": [ - [ - "IsList", - "IsCollection" - ] - ], - "rank": 5 - }, - { - "comment": "Representative: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Representative", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRepresentative" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1545 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Representative): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Representative): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Representative)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRepresentative" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1545 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Representative)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1575 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RepresentativeSmallest: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RepresentativeSmallest)" - ] - ], - "rank": 20004 - }, - { - "comment": "RepresentativeSmallest: for an empty list", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - }, - { - "comment": "RepresentativeSmallest: for a strictly sorted list", - "filters": [ - [ - "IsSSortedList", - "Tester(IS_SSORT_LIST)" - ] - ], - "rank": 8 - }, - { - "comment": "RepresentativeSmallest", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "Tester(AsSSortedList)" - ] - ], - "rank": 5 - }, - { - "comment": "RepresentativeSmallest", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "Tester(EnumeratorSorted)" - ] - ], - "rank": 5 - }, - { - "aka": [ - "MinimumList" - ], - "comment": "RepresentativeSmallest: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "RepresentativeSmallest: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RepresentativeSmallest", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRepresentativeSmallest" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1575 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RepresentativeSmallest): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RepresentativeSmallest): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RepresentativeSmallest)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRepresentativeSmallest" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1575 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RepresentativeSmallest)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Random" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ], - [ - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - [ - [ - "IsRandomSource" - ], - [ - "IsList" - ] - ], - [ - [ - "IsRandomSource" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1636 - }, - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1637 - }, - { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 72 - }, - { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 73 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Random", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 432 - }, - { - "comment": "Random: for natural SL", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNaturalSL", - "Tester(IsNaturalSL)" - ] - ], - "rank": 399 - }, - { - "comment": "Random: for natural GL", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNaturalGL", - "Tester(IsNaturalGL)" - ] - ], - "rank": 397 - }, - { - "comment": "Random: handled by nice monomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "Random: for an internal list", - "filters": [ - [ - "IsList", - "IsInternalRep" - ] - ], - "rank": 119 - }, - { - "comment": "Random: for sparse hash tables", - "filters": [ - [ - "IsHash", - "IsSparseHashRep" - ] - ], - "rank": 107 - }, - { - "comment": "Random: for dense hash tables", - "filters": [ - [ - "IsHash", - "IsDenseHashRep" - ] - ], - "rank": 107 - }, - { - "comment": "Random: alternating group: floyd's algorithm", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 72 - }, - { - "comment": "Random: symmetric group: floyd's algorithm", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 72 - }, - { - "comment": "Random: for Rationals", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 69 - }, - { - "comment": "Random: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 68 - }, - { - "comment": "Random: for a finite prime field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 60 - }, - { - "comment": "Random: for a finite field with known primitive root", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "Tester(PrimitiveRoot)" - ] - ], - "rank": 59 - }, - { - "comment": "Random: Alg", - "filters": [ - [ - "IsAlgebraicExtension" - ] - ], - "rank": 55 - }, - { - "comment": "Random: for full ring Z/nZ", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": 49 - }, - { - "comment": "Random: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 48 - }, - { - "comment": "Random: for full matrix module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 48 - }, - { - "comment": "Random: for full row module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 48 - }, - { - "comment": "Random: fp group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsSubgroupFpGroup" - ] - ], - "rank": 46 - }, - { - "comment": "Random: pcgs computable groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 45 - }, - { - "comment": "Random: for a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 44 - }, - { - "comment": "Random: LAGUNA: for a Lie algebra coming from an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsLieAlgebraByAssociativeAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "Random: for `Integers'", - "filters": [ - [ - "IsIntegers" - ] - ], - "rank": 39 - }, - { - "comment": "Random: LAGUNA: for full ot normalized unit group of group ring", - "filters": [ - [ - "IsGroupOfUnitsOfMagmaRing", - "Tester(IsGroupOfUnitsOfMagmaRing)" - ] - ], - "rank": 37 - }, - { - "comment": "Random: for full hom space of linear mappings", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)", - "IsFreeLeftModule", - "IsFullHomModule", - "Tester(IsFullHomModule)" - ] - ], - "rank": 36 - }, - { - "comment": "Random: for a free monoid", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ] - ], - "rank": 24 - }, - { - "comment": "Random: for a free left module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "Random: for a free semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 18 - }, - { - "comment": "Random: zmodnze : for full collection Z/nZ(m)", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections(IsZmodnZepsObj)" - ] - ], - "rank": 18 - }, - { - "comment": "Random: RightCoset", - "filters": [ - [ - "IsRightCoset" - ] - ], - "rank": 16 - }, - { - "comment": "Random: for a free magma", - "filters": [ - [ - "IsMagma", - "CategoryCollections(IsNonassocWord)" - ] - ], - "rank": 13 - }, - { - "comment": "Random: for an additive coset", - "filters": [ - [ - "IsAdditiveCoset" - ] - ], - "rank": 12 - }, - { - "comment": "Random: for external orbit: via acting domain", - "filters": [ - [ - "IsExternalOrbit" - ] - ], - "rank": 10 - }, - { - "aka": [ - "RandomList" - ], - "comment": "Random: for a dense small list", - "filters": [ - [ - "IsList", - "IsDenseList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 9 - }, - { - "comment": "Random: double coset", - "filters": [ - [ - "IsDoubleCoset" - ] - ], - "rank": 8 - }, - { - "comment": "Random", - "filters": [ - [ - "CategoryFamily(IsPadicExtensionNumber)" - ] - ], - "rank": 5 - }, - { - "comment": "Random", - "filters": [ - [ - "CategoryFamily(IsPurePadicNumber)" - ] - ], - "rank": 5 - }, - { - "comment": "Random: for an infinite list of generators", - "filters": [ - [ - "IsList", - "IsInfiniteListOfGeneratorsRep" - ] - ], - "rank": 4 - }, - { - "comment": "Random: for a (finite) collection", - "filters": [ - [ - "IsCollection", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 4 - }, - { - "comment": "Random: for a dense (small) list", - "filters": [ - [ - "IsList", - "IsDenseList" - ] - ], - "rank": 3 - }, - { - "comment": "Random: fallback method to test conditions", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "Random: for two integers", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 36 - }, - { - "comment": "Random: for a real random source and a list", - "filters": [ - [ - "IsRealRandomSource" - ], - [ - "IsList" - ] - ], - "rank": 5 - }, - { - "comment": "Random", - "filters": [ - [ - "IsMersenneTwister" - ], - [ - "IsList" - ] - ], - "rank": 5 - }, - { - "comment": "Random", - "filters": [ - [ - "IsGAPRandomSource" - ], - [ - "IsList" - ] - ], - "rank": 5 - }, - { - "comment": "Random", - "filters": [ - [ - "IsGlobalRandomSource" - ], - [ - "IsList" - ] - ], - "rank": 5 - }, - { - "comment": "Random", - "filters": [ - [ - "IsRandomSource" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [ - { - "comment": "Random: for a real random source and two integers", - "filters": [ - [ - "IsRealRandomSource" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 39 - }, - { - "comment": "Random", - "filters": [ - [ - "IsMersenneTwister" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 39 - }, - { - "comment": "Random", - "filters": [ - [ - "IsRandomSource" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 38 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Random", - "type": "GAP_Operation" - }, - { - "aka": [ - "PseudoRandom" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1729 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PseudoRandom: for an internal list", - "filters": [ - [ - "IsList", - "IsInternalRep" - ] - ], - "rank": 111 - }, - { - "comment": "PseudoRandom: subgroups fp group: force generators", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "aka": [ - "Group_PseudoRandom" - ], - "comment": "PseudoRandom: product replacement", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "PseudoRandom: polynomial ring", - "filters": [ - [ - "IsPolynomialRing" - ] - ], - "rank": 27 - }, - { - "comment": "PseudoRandom: RightCoset", - "filters": [ - [ - "IsRightCoset" - ] - ], - "rank": 16 - }, - { - "comment": "PseudoRandom: double coset", - "filters": [ - [ - "IsDoubleCoset" - ] - ], - "rank": 8 - }, - { - "comment": "PseudoRandom: for a list or collection (delegate to `Random')", - "filters": [ - [ - "IsListOrCollection" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PseudoRandom", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1743 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PseudoRandomSeed: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PseudoRandomSeed)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PseudoRandomSeed", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPseudoRandomSeed" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1743 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PseudoRandomSeed): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PseudoRandomSeed): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PseudoRandomSeed)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPseudoRandomSeed" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1743 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PseudoRandomSeed)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1777 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Enumerator: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Enumerator)" - ] - ], - "rank": 20004 - }, - { - "aka": [ - "EnumeratorOfZmodnZ" - ], - "comment": "Enumerator: for full ring Z/nZ", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": 10023 - }, - { - "comment": "Enumerator: for a collection with known `AsSSortedList' value", - "filters": [ - [ - "IsCollection", - "Tester(AsSSortedList)" - ] - ], - "rank": 10003 - }, - { - "comment": "Enumerator: for a collection with known `AsList' value", - "filters": [ - [ - "IsCollection", - "Tester(AsList)" - ] - ], - "rank": 10003 - }, - { - "comment": "Enumerator", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 432 - }, - { - "comment": "Enumerator: use nice monomorphism", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 379 - }, - { - "aka": [ - "EnumeratorOfTrivialMagmaWithOne" - ], - "comment": "Enumerator: for trivial magma-with-one", - "filters": [ - [ - "IsTrivial", - "Tester(IsTrivial)", - "IsMagmaWithOne" - ] - ], - "rank": 71 - }, - { - "comment": "Enumerator: for `Rationals'", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 69 - }, - { - "aka": [ - "EnumeratorOfPrimeField" - ], - "comment": "Enumerator: for a finite prime field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 60 - }, - { - "comment": "Enumerator: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "Enumerator: for AffineCrystGroup", - "filters": [ - [ - "IsAffineCrystGroupOnLeftOrRight", - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ] - ], - "rank": 50 - }, - { - "comment": "Enumerator: for enumerator of a free group", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 47 - }, - { - "comment": "Enumerator: fp gp.", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsSubgroupFpGroup" - ] - ], - "rank": 46 - }, - { - "comment": "Enumerator: finite pc computable groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 45 - }, - { - "comment": "Enumerator: for integers", - "filters": [ - [ - "IsIntegers" - ] - ], - "rank": 39 - }, - { - "aka": [ - "GroupEnumeratorByClosure" - ], - "comment": "Enumerator: generic method for a group", - "filters": [ - [ - "IsAttributeStoringRep", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 37 - }, - { - "aka": [ - "EnumeratorOfRing" - ], - "comment": "Enumerator: generic method for a ring-with-one with known generators", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRingWithOne)" - ] - ], - "rank": 30 - }, - { - "aka": [ - "EnumeratorOfIdeal" - ], - "comment": "Enumerator: generic method for a two-sided ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfTwoSidedIdeal)" - ] - ], - "rank": 27 - }, - { - "comment": "Enumerator: generic method for a right ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRightIdeal)" - ] - ], - "rank": 27 - }, - { - "comment": "Enumerator: generic method for a left ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftIdeal)" - ] - ], - "rank": 27 - }, - { - "comment": "Enumerator: generic method for a two-sided ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfTwoSidedIdeal)" - ] - ], - "rank": 27 - }, - { - "comment": "Enumerator: generic method for a right ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRightIdeal)" - ] - ], - "rank": 27 - }, - { - "comment": "Enumerator: generic method for a left ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftIdeal)" - ] - ], - "rank": 27 - }, - { - "comment": "Enumerator: generic method for a ring with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)" - ] - ], - "rank": 27 - }, - { - "comment": "Enumerator: for a free monoid", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ] - ], - "rank": 26 - }, - { - "comment": "Enumerator: for free left module (delegate to 'EnumeratorByBasis')", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "Enumerator: for a full transformation semigroup", - "filters": [ - [ - "IsFullTransformationSemigroup", - "Tester(IsFullTransformationSemigroup)" - ] - ], - "rank": 22 - }, - { - "comment": "Enumerator: for a Rees 0-matrix semigroup", - "filters": [ - [ - "IsReesZeroMatrixSemigroup", - "Tester(IsReesZeroMatrixSemigroup)", - "Tester(UnderlyingSemigroup)" - ] - ], - "rank": 20 - }, - { - "comment": "Enumerator: for a free semigroup", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 20 - }, - { - "comment": "Enumerator: for an underlying relation of a general mapping", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain", - "CategoryCollections(IsDirectProductElement)", - "Tester(UnderlyingGeneralMapping)" - ] - ], - "rank": 20 - }, - { - "aka": [ - "EnumeratorOfTrivialAdditiveMagmaWithZero" - ], - "comment": "Enumerator: for trivial add. magma-with-zero", - "filters": [ - [ - "IsTrivial", - "Tester(IsTrivial)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 19 - }, - { - "comment": "Enumerator: zmodnze : for full collection Z/nZ(m)", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections(IsZmodnZepsObj)" - ] - ], - "rank": 18 - }, - { - "comment": "Enumerator: for a semigroup ideal", - "filters": [ - [ - "Tester(GeneratorsOfMagmaIdeal)", - "IsSemigroupIdeal", - "Tester(IsSemigroupIdeal)" - ] - ], - "rank": 18 - }, - { - "comment": "Enumerator: for a Rees matrix semigroup", - "filters": [ - [ - "IsReesMatrixSemigroup", - "Tester(IsReesMatrixSemigroup)" - ] - ], - "rank": 17 - }, - { - "aka": [ - "EnumeratorOfMagmaIdeal" - ], - "comment": "Enumerator: generic method for a magma ideal", - "filters": [ - [ - "IsAttributeStoringRep", - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ] - ], - "rank": 17 - }, - { - "comment": "Enumerator: for a right coset", - "filters": [ - [ - "IsRightCoset" - ] - ], - "rank": 16 - }, - { - "comment": "Enumerator: for a left semigroup ideal", - "filters": [ - [ - "Tester(GeneratorsOfExtLSet)", - "IsLeftSemigroupIdeal", - "Tester(IsLeftSemigroupIdeal)" - ] - ], - "rank": 16 - }, - { - "comment": "Enumerator: for a right semigroup ideal", - "filters": [ - [ - "Tester(GeneratorsOfExtRSet)", - "IsRightSemigroupIdeal", - "Tester(IsRightSemigroupIdeal)" - ] - ], - "rank": 16 - }, - { - "comment": "Enumerator: for a generic semigroup", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 16 - }, - { - "comment": "Enumerator: for a free magma", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "CategoryCollections(IsWord)" - ] - ], - "rank": 14 - }, - { - "aka": [ - "EnumeratorOfAdditiveMagma" - ], - "comment": "Enumerator: generic method for an add. magma", - "filters": [ - [ - "IsAttributeStoringRep", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 14 - }, - { - "comment": "Enumerator", - "filters": [ - [ - "IsConjugacyClassPermGroupRep" - ] - ], - "rank": 13 - }, - { - "aka": [ - "EnumeratorOfMagma" - ], - "comment": "Enumerator: generic method for a magma", - "filters": [ - [ - "IsAttributeStoringRep", - "IsMagma" - ] - ], - "rank": 13 - }, - { - "comment": "Enumerator", - "filters": [ - [ - "IsRationalClassPermGroupRep" - ] - ], - "rank": 12 - }, - { - "comment": "Enumerator: for an additive coset", - "filters": [ - [ - "IsAdditiveCoset" - ] - ], - "rank": 12 - }, - { - "comment": "Enumerator", - "filters": [ - [ - "IsRationalClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "Enumerator: xorb by stabilizer", - "filters": [ - [ - "IsExternalOrbitByStabilizerRep" - ] - ], - "rank": 11 - }, - { - "comment": "Enumerator: <xorb by pcgs>", - "filters": [ - [ - "IsExternalOrbit", - "IsExternalSetByPcgs" - ] - ], - "rank": 11 - }, - { - "comment": "Enumerator: for external orbit: compute orbit", - "filters": [ - [ - "IsExternalOrbit" - ] - ], - "rank": 10 - }, - { - "comment": "Enumerator: for external subset with home enumerator", - "filters": [ - [ - "IsExternalSubset", - "Tester(HomeEnumerator)" - ] - ], - "rank": 10 - }, - { - "comment": "Enumerator: method for a subspaces domain", - "filters": [ - [ - "IsSubspacesVectorSpace", - "IsSubspacesVectorSpaceDefaultRep" - ] - ], - "rank": 10 - }, - { - "comment": "Enumerator: for a magma congruence class", - "filters": [ - [ - "IsCongruenceClass" - ] - ], - "rank": 10 - }, - { - "aka": [ - "IncludedElements" - ], - "comment": "Enumerator: for degenerated residue class unions of Z^2 (ResClasses)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsResidueClassUnionOfZxZ" - ] - ], - "rank": 9 - }, - { - "comment": "Enumerator: for a double coset", - "filters": [ - [ - "IsDoubleCoset" - ] - ], - "rank": 8 - }, - { - "comment": "Enumerator", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "Tester(EnumeratorSorted)", - "IsGeneralizedDomain" - ] - ], - "rank": 8 - }, - { - "comment": "Enumerator: for sparse hash tables", - "filters": [ - [ - "IsHash", - "IsSparseHashRep" - ] - ], - "rank": 7 - }, - { - "comment": "Enumerator: for dense hash tables", - "filters": [ - [ - "IsDenseHashRep" - ] - ], - "rank": 7 - }, - { - "comment": "Enumerator: external set -> HomeEnumerator", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - }, - { - "comment": "Enumerator: for list dictionaries", - "filters": [ - [ - "IsListDictionary" - ] - ], - "rank": 6 - }, - { - "comment": "Enumerator: for equivalence classes", - "filters": [ - [ - "IsEquivalenceClass" - ] - ], - "rank": 6 - }, - { - "comment": "Enumerator: for a domain with stored domain generators", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain", - "Tester(GeneratorsOfDomain)" - ] - ], - "rank": 6 - }, - { - "aka": [ - "IMMUTABLE_COPY_OBJ", - "Immutable" - ], - "comment": "Enumerator: for a collection that is a list", - "filters": [ - [ - "IsList", - "IsCollection" - ] - ], - "rank": 5 - }, - { - "comment": "Enumerator", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "Tester(AsList)" - ] - ], - "rank": 5 - }, - { - "comment": "Enumerator: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Enumerator", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEnumerator" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1777 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Enumerator): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Enumerator): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Enumerator)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEnumerator" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1777 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Enumerator)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1821 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EnumeratorSorted: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(EnumeratorSorted)" - ] - ], - "rank": 20004 - }, - { - "comment": "EnumeratorSorted: for a collection with known `AsSSortedList' value", - "filters": [ - [ - "IsCollection", - "Tester(AsSSortedList)" - ] - ], - "rank": 10003 - }, - { - "comment": "EnumeratorSorted: for a finite prime field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 60 - }, - { - "comment": "EnumeratorSorted: for AffineCrystGroup", - "filters": [ - [ - "IsAffineCrystGroupOnLeftOrRight", - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ] - ], - "rank": 50 - }, - { - "comment": "EnumeratorSorted: for a plist", - "filters": [ - [ - "IsList", - "IsPlistRep" - ] - ], - "rank": 21 - }, - { - "comment": "EnumeratorSorted: for a domain", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 5 - }, - { - "comment": "EnumeratorSorted", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "Tester(AsSSortedList)" - ] - ], - "rank": 5 - }, - { - "comment": "EnumeratorSorted: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EnumeratorSorted", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEnumeratorSorted" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1821 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(EnumeratorSorted): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(EnumeratorSorted): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(EnumeratorSorted)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEnumeratorSorted" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 1821 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(EnumeratorSorted)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2011 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnderlyingCollection: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UnderlyingCollection)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnderlyingCollection", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUnderlyingCollection" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2011 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UnderlyingCollection): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UnderlyingCollection): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UnderlyingCollection)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUnderlyingCollection" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2011 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UnderlyingCollection)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ListOp" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ], - [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - [ - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsRowVectorObj" - ], - [ - "IsFunction" - ] - ], - [ - [ - "IsRowListMatrix" - ] - ], - [ - [ - "IsRowListMatrix" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2081 - }, - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2082 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 171 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 172 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 728 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 729 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ListOp: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "ListOp: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "ListOp: for a collection that is a list", - "filters": [ - [ - "IsList", - "IsCollection" - ] - ], - "rank": 5 - }, - { - "comment": "ListOp: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "ListOp: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - }, - { - "comment": "ListOp", - "filters": [ - [ - "IsIterator" - ] - ], - "rank": 1 - } - ], - "2args": [ - { - "comment": "ListOp: for a plist matrix and a function", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsFunction" - ] - ], - "rank": 16 - }, - { - "comment": "ListOp: for a plist vector and a function", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsFunction" - ] - ], - "rank": 12 - }, - { - "comment": "ListOp: for degenerated residue class unions of Z^2 (ResClasses)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsResidueClassUnionOfZxZ" - ], - [ - "IsFunction" - ] - ], - "rank": 10 - }, - { - "comment": "ListOp: for a dense list, and a function", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsFunction" - ] - ], - "rank": 4 - }, - { - "comment": "ListOp: for a list, and a function", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - }, - { - "comment": "ListOp: for a list/collection, and a function", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 2 - }, - { - "comment": "ListOp", - "filters": [ - [ - "IsPcp" - ], - [] - ], - "rank": 1 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ListOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "SortedList" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2121 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SortedList: for a list or collection", - "filters": [ - [ - "IsListOrCollection" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SortedList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SSortedList", - "Set" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2168 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "LIST_SORTED_LIST", - "SSortedListList" - ], - "comment": "SSortedList: for a plist", - "filters": [ - [ - "IsList", - "IsPlistRep" - ] - ], - "rank": 21 - }, - { - "comment": "SSortedList: for a collection that is a small list", - "filters": [ - [ - "IsList", - "IsCollection", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 9 - }, - { - "comment": "SSortedList: for a collection that is a list", - "filters": [ - [ - "IsList", - "IsCollection" - ] - ], - "rank": 5 - }, - { - "comment": "SSortedList: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "SSortedList: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "SSortedList: for a list, and a function", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - }, - { - "comment": "SSortedList: for a collection, and a function", - "filters": [ - [ - "IsCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SSortedList", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2217 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsList: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsList)" - ] - ], - "rank": 20004 - }, - { - "comment": "AsList", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 432 - }, - { - "comment": "AsList: for a finite prime field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 60 - }, - { - "comment": "AsList: permgp: AsSSortedList", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "AsList: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "AsList: for full ring Z/nZ", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": 49 - }, - { - "aka": [ - "AsSSortedListNonstored" - ], - "comment": "AsList: pc group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 46 - }, - { - "comment": "AsList: pcgs", - "filters": [ - [ - "IsPcgs", - "IsPcgsDefaultRep" - ] - ], - "rank": 24 - }, - { - "aka": [ - "AsListOfFreeLeftModule" - ], - "comment": "AsList: for a free left module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "AsList: for classes of subgroups", - "filters": [ - [ - "IsConjugacyClassSubgroupsRep" - ] - ], - "rank": 11 - }, - { - "comment": "AsList", - "filters": [ - [ - "IsRationalClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "AsList: xorb by stabilizer", - "filters": [ - [ - "IsExternalOrbitByStabilizerRep" - ] - ], - "rank": 11 - }, - { - "comment": "AsList: for Pc transversals", - "filters": [ - [ - "IsList", - "IsRightTransversalPcGroupRep" - ] - ], - "rank": 10 - }, - { - "comment": "AsList: external orbit", - "filters": [ - [ - "IsExternalOrbit" - ] - ], - "rank": 10 - }, - { - "comment": "AsList: double coset", - "filters": [ - [ - "IsDoubleCoset" - ] - ], - "rank": 8 - }, - { - "comment": "AsList", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "Tester(AsSSortedList)", - "IsGeneralizedDomain" - ] - ], - "rank": 8 - }, - { - "comment": "AsList: for an enumerator that perhaps has its own `AsList' function", - "filters": [ - [ - "IsList", - "IsDenseList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsEnumeratorByFunctionsRep" - ] - ], - "rank": 7 - }, - { - "comment": "AsList: for a domain with stored domain generators", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain", - "Tester(GeneratorsOfDomain)" - ] - ], - "rank": 6 - }, - { - "comment": "AsList: for collections that are constant time access lists", - "filters": [ - [ - "IsCollection", - "IsConstantTimeAccessList" - ] - ], - "rank": 6 - }, - { - "comment": "AsList: for a constant time access list", - "filters": [ - [ - "IsList", - "IsConstantTimeAccessList" - ] - ], - "rank": 3 - }, - { - "comment": "AsList: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "AsList: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - }, - { - "comment": "AsList", - "filters": [ - [ - "IsPcp" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsList" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2217 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsList): for an underlying relation and a list of direct product elements", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "IsGeneralizedDomain", - "CategoryCollections(IsDirectProductElement)", - "Tester(UnderlyingGeneralMapping)" - ], - [ - "CategoryCollections(IsDirectProductElement)" - ] - ], - "rank": 38 - }, - { - "comment": "Setter(AsList): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsList): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsList)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsList" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2217 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsList)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2258 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsSortedList: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsSortedList)" - ] - ], - "rank": 20004 - }, - { - "comment": "AsSortedList: for a list or collection", - "filters": [ - [ - "IsListOrCollection" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSortedList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsSortedList" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2258 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsSortedList): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsSortedList): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsSortedList)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsSortedList" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2258 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsSortedList)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2320 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsSSortedList: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsSSortedList)" - ] - ], - "rank": 20004 - }, - { - "comment": "AsSSortedList: via stabchain", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "AsSSortedList: pcgs computable groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 52 - }, - { - "comment": "AsSSortedList: for full ring Z/nZ", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": 49 - }, - { - "comment": "AsSSortedList: LAGUNA: for a Lie algebra coming from an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsLieAlgebraByAssociativeAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "AsSSortedList: for a free left module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "aka": [ - "AS_LIST_SORTED_LIST", - "AsSSortedListList" - ], - "comment": "AsSSortedList: for a plist", - "filters": [ - [ - "IsList", - "IsPlistRep" - ] - ], - "rank": 21 - }, - { - "comment": "AsSSortedList: for a left magma ideal", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "Tester(GeneratorsOfExtLSet)", - "IsMagma" - ] - ], - "rank": 14 - }, - { - "comment": "AsSSortedList: for a right magma ideal", - "filters": [ - [ - "IsRightActedOnBySuperset", - "Tester(GeneratorsOfExtRSet)", - "IsMagma" - ] - ], - "rank": 14 - }, - { - "comment": "AsSSortedList: external orbit", - "filters": [ - [ - "IsExternalOrbit" - ] - ], - "rank": 10 - }, - { - "comment": "AsSSortedList: for a Green's class", - "filters": [ - [ - "IsGreensClass" - ] - ], - "rank": 7 - }, - { - "comment": "AsSSortedList: for a collection that is a constant time access list", - "filters": [ - [ - "IsCollection", - "IsConstantTimeAccessList" - ] - ], - "rank": 6 - }, - { - "comment": "AsSSortedList: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "AsSSortedList: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "AsSSortedList: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSSortedList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsSSortedList" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2320 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsSSortedList): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsSSortedList): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsSSortedList)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsSSortedList" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2320 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsSSortedList)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2345 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsSSortedListNonstored: if `AsSSortedList' is known", - "filters": [ - [ - "IsListOrCollection", - "Tester(AsSSortedList)" - ] - ], - "rank": 10002 - }, - { - "comment": "AsSSortedListNonstored: if `AsList' is known:sort", - "filters": [ - [ - "IsListOrCollection", - "Tester(AsList)" - ] - ], - "rank": 2502 - }, - { - "comment": "AsSSortedListNonstored: via stabchain", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "AsSSortedListNonstored: pcgs computable groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 52 - }, - { - "comment": "AsSSortedListNonstored: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSSortedListNonstored", - "type": "GAP_Operation" - }, - { - "aka": [ - "SumOp" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2449 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SumOp: for a dense list", - "filters": [ - [ - "IsDenseList" - ] - ], - "rank": 4 - }, - { - "comment": "SumOp: for a list/collection", - "filters": [ - [ - "IsListOrCollection" - ] - ], - "rank": 1 - } - ], - "2args": [ - { - "comment": "SumOp: for a list, and initial value", - "filters": [ - [ - "IsList" - ], - [ - "IsAdditiveElement" - ] - ], - "rank": 6 - }, - { - "comment": "SumOp: for a dense list, and a function", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsFunction" - ] - ], - "rank": 5 - }, - { - "comment": "SumOp: for a list/collection, and init. value", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsAdditiveElement" - ] - ], - "rank": 4 - }, - { - "comment": "SumOp: for a list/collection, and a function", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 2 - } - ], - "3args": [ - { - "comment": "SumOp: for a list, a function, and initial value", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ], - [ - "IsAdditiveElement" - ] - ], - "rank": 7 - }, - { - "comment": "SumOp: for a list/collection, and a function, and an initial value", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ], - [ - "IsAdditiveElement" - ] - ], - "rank": 5 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SumOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "ProductOp" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2527 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ProductOp: for a dense list", - "filters": [ - [ - "IsDenseList" - ] - ], - "rank": 4 - }, - { - "comment": "ProductOp: for a list/collection", - "filters": [ - [ - "IsListOrCollection" - ] - ], - "rank": 1 - } - ], - "2args": [ - { - "comment": "ProductOp: for a list, and initial value", - "filters": [ - [ - "IsList" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 6 - }, - { - "comment": "ProductOp: for a dense list and a function", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsFunction" - ] - ], - "rank": 5 - }, - { - "comment": "ProductOp: for a list/collection, and initial value", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 4 - }, - { - "comment": "ProductOp: for a list/collection, and a function", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 2 - } - ], - "3args": [ - { - "comment": "ProductOp: for a list, a function, and initial value", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 7 - }, - { - "comment": "ProductOp: for a list/collection, a function, and an initial value", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 5 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ProductOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "FilteredOp" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2595 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FilteredOp: for an empty list/collection, and a function", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsFunction" - ] - ], - "rank": 10004 - }, - { - "comment": "FilteredOp: for degenerated residue class unions of Z^2 (ResClasses)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsResidueClassUnionOfZxZ" - ], - [ - "IsFunction" - ] - ], - "rank": 10 - }, - { - "comment": "FilteredOp: for a dense list, and a function", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsFunction" - ] - ], - "rank": 4 - }, - { - "comment": "FilteredOp: for a list, and a function", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - }, - { - "comment": "FilteredOp: for a list/collection, and a function", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FilteredOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "NumberOp" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2666 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NumberOp: for a dense list", - "filters": [ - [ - "IsDenseList" - ] - ], - "rank": 3 - }, - { - "comment": "NumberOp: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "NumberOp: for a list/collection", - "filters": [ - [ - "IsListOrCollection" - ] - ], - "rank": 1 - } - ], - "2args": [ - { - "comment": "NumberOp: for a dense list, and a function", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsFunction" - ] - ], - "rank": 4 - }, - { - "comment": "NumberOp: for a list, and a function", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - }, - { - "comment": "NumberOp: for a list/collection, and a function", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NumberOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "ForAllOp" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2712 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ForAllOp: for an empty list/collection, and a function", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsFunction" - ] - ], - "rank": 10004 - }, - { - "comment": "ForAllOp: for degenerated residue class unions of Z^2 (ResClasses)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsResidueClassUnionOfZxZ" - ], - [ - "IsFunction" - ] - ], - "rank": 10 - }, - { - "comment": "ForAllOp: for a dense list, and a function", - "filters": [ - [ - "IsDenseList", - "IsFinite", - "Tester(IsFinite)" - ], - [ - "IsFunction" - ] - ], - "rank": 8 - }, - { - "comment": "ForAllOp: for a list, and a function", - "filters": [ - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ], - [ - "IsFunction" - ] - ], - "rank": 8 - }, - { - "comment": "ForAllOp: for a list/collection, and a function", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ForAllOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "ForAnyOp" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2760 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ForAnyOp: for an empty list/collection, and a function", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsFunction" - ] - ], - "rank": 10004 - }, - { - "comment": "ForAnyOp: for degenerated residue class unions of Z^2 (ResClasses)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsResidueClassUnionOfZxZ" - ], - [ - "IsFunction" - ] - ], - "rank": 10 - }, - { - "comment": "ForAnyOp: for a dense list, and a function", - "filters": [ - [ - "IsDenseList", - "IsFinite", - "Tester(IsFinite)" - ], - [ - "IsFunction" - ] - ], - "rank": 8 - }, - { - "comment": "ForAnyOp: for a list, and a function", - "filters": [ - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ], - [ - "IsFunction" - ] - ], - "rank": 8 - }, - { - "comment": "ForAnyOp: for a list/collection, and a function", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ForAnyOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsSubset" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 2971 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsSubset: permgrp of natsymmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 10120 - }, - { - "comment": "IsSubset: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 10096 - }, - { - "comment": "IsSubset: test whether domain is parent of the other", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection", - "IsGeneralizedDomain", - "Tester(ParentAttr)" - ] - ], - "rank": 10011 - }, - { - "comment": "IsSubset: for two collections with known sizes, check sizes", - "filters": [ - [ - "IsCollection", - "Tester(Size)" - ], - [ - "IsCollection", - "Tester(Size)" - ] - ], - "rank": 10008 - }, - { - "comment": "IsSubset: for two collections, the first containing the whole family", - "filters": [ - [ - "IsCollection", - "IsWholeFamily", - "Tester(IsWholeFamily)" - ], - [ - "IsCollection" - ] - ], - "rank": 10008 - }, - { - "comment": "IsSubset: for two collections, check for identity", - "filters": [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 10005 - }, - { - "comment": "IsSubset: handled by nice monomorphism: attribute CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "IsSubset: field, 8bit-vector", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)", - "Is8BitVectorRep" - ] - ], - "rank": 475 - }, - { - "comment": "IsSubset: field, 8bit-vector", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)", - "IsGF2VectorRep" - ] - ], - "rank": 472 - }, - { - "comment": "IsSubset: polynomial rings", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsCollection" - ] - ], - "rank": 129 - }, - { - "comment": "IsSubset: for two finite fields in the same family", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 116 - }, - { - "comment": "IsSubset: for Integers and Rationals (ResClasses)", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 109 - }, - { - "comment": "IsSubset", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 104 - }, - { - "comment": "IsSubset", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 104 - }, - { - "aka": [ - "DivisionRing_IsSubset" - ], - "comment": "IsSubset: for two division rings", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 104 - }, - { - "comment": "IsSubset: for Z_pi and Rationals (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 102 - }, - { - "comment": "IsSubset: for Rationals and Z_(pi) (ResClasses)", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ], - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ] - ], - "rank": 102 - }, - { - "comment": "IsSubset: for subgroups of free groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 100 - }, - { - "comment": "IsSubset: for certain cyclotomic semirings", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 82 - }, - { - "comment": "IsSubset: 2-sided ideal in ring, naive", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 80 - }, - { - "comment": "IsSubset: subgroups of fp group by quot. rep", - "filters": [ - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ], - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 76 - }, - { - "comment": "IsSubset: subgroups of fp group: test generators", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "Tester(GeneratorsOfMagmaWithInverses)", - "IsSubgroupFpGroup" - ] - ], - "rank": 75 - }, - { - "comment": "IsSubset: subgp fp group: via quotient rep", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "IsSubset: for two FLMLORs-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 74 - }, - { - "comment": "IsSubset: for Z_(pi) and Integers (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsIntegers" - ] - ], - "rank": 73 - }, - { - "comment": "IsSubset: pcgs computable groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FamilyPcgs)", - "CanEasilyComputePcgs" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 72 - }, - { - "comment": "IsSubset: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "IsSubset: for two FLMLORs", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 68 - }, - { - "comment": "IsSubset: for Z_(pi)'s (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ] - ], - "rank": 66 - }, - { - "comment": "IsSubset: for two rings-with-one", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRingWithOne)" - ] - ], - "rank": 56 - }, - { - "comment": "IsSubset: for two rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)" - ] - ], - "rank": 53 - }, - { - "comment": "IsSubset: for two free left modules", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 46 - }, - { - "comment": "IsSubset: for two magmas with inverses", - "filters": [ - [ - "IsMagmaWithInverses" - ], - [ - "IsMagmaWithInverses" - ] - ], - "rank": 34 - }, - { - "comment": "IsSubset: for two additive magmas with inverses", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 32 - }, - { - "comment": "IsSubset: for two additive magmas with zero", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 28 - }, - { - "comment": "IsSubset: for two magmas with one", - "filters": [ - [ - "IsMagmaWithOne" - ], - [ - "IsMagmaWithOne" - ] - ], - "rank": 28 - }, - { - "comment": "IsSubset: for two additive magmas", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 24 - }, - { - "comment": "IsSubset: for two magmas", - "filters": [ - [ - "IsMagma" - ], - [ - "IsMagma" - ] - ], - "rank": 22 - }, - { - "aka": [ - "IsSubsetSet" - ], - "comment": "IsSubset: for two collections that are internal lists", - "filters": [ - [ - "IsList", - "IsInternalRep", - "IsCollection" - ], - [ - "IsList", - "IsInternalRep", - "IsCollection" - ] - ], - "rank": 22 - }, - { - "comment": "IsSubset: for two internal lists", - "filters": [ - [ - "IsList", - "IsInternalRep" - ], - [ - "IsList", - "IsInternalRep" - ] - ], - "rank": 22 - }, - { - "comment": "IsSubset: for collection and empty list", - "filters": [ - [ - "IsCollection" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 19 - }, - { - "comment": "IsSubset: for empty list and collection", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsCollection" - ] - ], - "rank": 19 - }, - { - "comment": "IsSubset: for two residue class unions in different rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "IsSubset: for two residue class unions in different rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 18 - }, - { - "comment": "IsSubset: for two residue class unions in sparse rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 18 - }, - { - "comment": "IsSubset: for two residue class unions in standard rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "IsSubset: for two unions of residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 12 - }, - { - "comment": "IsSubset: for a residue class union and the base ring (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 11 - }, - { - "comment": "IsSubset: for the base ring and a residue class union (ResClasses)", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsResidueClassUnion" - ] - ], - "rank": 11 - }, - { - "comment": "IsSubset: for residue class union and element list (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ], - [ - "IsList" - ] - ], - "rank": 8 - }, - { - "comment": "IsSubset: for two collections with known `AsSSortedList'", - "filters": [ - [ - "IsCollection", - "Tester(AsSSortedList)" - ], - [ - "IsCollection", - "Tester(AsSSortedList)" - ] - ], - "rank": 6 - }, - { - "comment": "IsSubset: for two collections (loop over the elements of the second)", - "filters": [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 4 - }, - { - "comment": "IsSubset: for two collections in different families", - "filters": [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSubset", - "type": "GAP_Operation" - }, - { - "aka": [ - "Intersection2" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3047 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Intersection2: domain and whole family", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection", - "IsWholeFamily", - "Tester(IsWholeFamily)" - ] - ], - "rank": 10009 - }, - { - "comment": "Intersection2: whole family and domain", - "filters": [ - [ - "IsCollection", - "IsWholeFamily", - "Tester(IsWholeFamily)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 10009 - }, - { - "comment": "Intersection2: for two times the same ring (ResClasses)", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 10002 - }, - { - "comment": "Intersection2: for two fields of FFEs", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 838 - }, - { - "comment": "Intersection2: handled by nice monomorphism:group CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "Intersection2: for two cyclotomic fields of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ] - ], - "rank": 134 - }, - { - "comment": "Intersection2: for abelian number field and cyclotomic field", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ] - ], - "rank": 132 - }, - { - "comment": "Intersection2: for cyclotomic field and abelian number field", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 132 - }, - { - "comment": "Intersection2: for two abelian number fields", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 130 - }, - { - "comment": "Intersection2", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ], - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 124 - }, - { - "comment": "Intersection2", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ], - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 124 - }, - { - "comment": "Intersection2", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 124 - }, - { - "comment": "Intersection2", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 124 - }, - { - "comment": "Intersection2", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 120 - }, - { - "comment": "Intersection2", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 120 - }, - { - "comment": "Intersection2", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 120 - }, - { - "comment": "Intersection2", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 120 - }, - { - "comment": "Intersection2: perm groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "comment": "Intersection2: two AffineCrystGroupsOnLeft", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 110 - }, - { - "comment": "Intersection2: two AffineCrystGroupsOnRight", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 110 - }, - { - "comment": "Intersection2: for Z_(pi) and Rationals (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 102 - }, - { - "comment": "Intersection2: for Rationals and Z_(pi) (ResClasses)", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ], - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ] - ], - "rank": 102 - }, - { - "comment": "Intersection2: for subgroups of free groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 100 - }, - { - "comment": "Intersection2: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "Intersection2: for certain cyclotomic semirings", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 82 - }, - { - "comment": "Intersection2: subgroups of fp group by quotient", - "filters": [ - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ], - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 76 - }, - { - "comment": "Intersection2: subgroups of fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "Intersection2: generic method for two FLMLORs-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 74 - }, - { - "comment": "Intersection2: groups with pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ], - "rank": 72 - }, - { - "comment": "Intersection2: for two spaces in a common s.c. algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "CategoryCollections(IsSCAlgebraObj)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "CategoryCollections(IsSCAlgebraObj)" - ] - ], - "rank": 70 - }, - { - "comment": "Intersection2: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "Intersection2: generic method for two FLMLORs", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 68 - }, - { - "comment": "Intersection2: for Z_(pi)'s (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ] - ], - "rank": 66 - }, - { - "comment": "Intersection2: for two Gaussian row spaces", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ] - ], - "rank": 60 - }, - { - "comment": "Intersection2: method for two vector spaces", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 50 - }, - { - "comment": "Intersection2: for Fitting sets", - "filters": [ - [ - "IsFittingSetRep" - ], - [ - "IsFittingSetRep" - ] - ], - "rank": 28 - }, - { - "comment": "Intersection2: for Fitting class and Fitting set", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsNormalSubgroupClosed", - "Tester(IsNormalSubgroupClosed)", - "IsNormalProductClosed", - "Tester(IsNormalProductClosed)" - ], - [ - "IsFittingSetRep" - ] - ], - "rank": 26 - }, - { - "comment": "Intersection2: for Fitting set and Fitting class", - "filters": [ - [ - "IsFittingSetRep" - ], - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsNormalSubgroupClosed", - "Tester(IsNormalSubgroupClosed)", - "IsNormalProductClosed", - "Tester(IsNormalProductClosed)" - ] - ], - "rank": 26 - }, - { - "comment": "Intersection2: for two additive cosets", - "filters": [ - [ - "IsAdditiveCoset" - ], - [ - "IsAdditiveCoset" - ] - ], - "rank": 24 - }, - { - "comment": "Intersection2: for residue class unions of Z in sparse rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnionOfZ", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnionOfZ", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 22 - }, - { - "comment": "Intersection2: for the empty set and a set (ResClasses)", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 18 - }, - { - "comment": "Intersection2: for a set and the empty set (ResClasses)", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 18 - }, - { - "comment": "Intersection2: for two residue class unions in different rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "Intersection2: for two residue class unions in different rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 18 - }, - { - "comment": "Intersection2: for two residue class unions in standard rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "Intersection2: for two unions of residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 12 - }, - { - "comment": "Intersection2: for the base ring and a residue class union (ResClasses)", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsResidueClassUnion" - ] - ], - "rank": 11 - }, - { - "comment": "Intersection2: for a residue class union and the base ring (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 11 - }, - { - "comment": "Intersection2: for a residue class union and a finite set (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsList" - ] - ], - "rank": 11 - }, - { - "comment": "Intersection2: for a residue class union and a finite set (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsList" - ] - ], - "rank": 11 - }, - { - "comment": "Intersection2: for two group classes by list", - "filters": [ - [ - "IsGroupClassByListRep" - ], - [ - "IsGroupClassByListRep" - ] - ], - "rank": 10 - }, - { - "comment": "Intersection2: of two class intersections", - "filters": [ - [ - "IsClassByIntersectionRep" - ], - [ - "IsClassByIntersectionRep" - ] - ], - "rank": 10 - }, - { - "aka": [ - "IntersectionSet" - ], - "comment": "Intersection2: for two collections in the same family, both lists", - "filters": [ - [ - "IsList", - "IsCollection" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 10 - }, - { - "comment": "Intersection2: for grp class and group class by list", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)" - ], - [ - "IsGroupClassByListRep" - ] - ], - "rank": 9 - }, - { - "comment": "Intersection2: for group class by list and group class", - "filters": [ - [ - "IsGroupClassByListRep" - ], - [ - "IsGroupClass", - "Tester(IsGroupClass)" - ] - ], - "rank": 9 - }, - { - "comment": "Intersection2: of small list and class", - "filters": [ - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ], - [ - "IsClass" - ] - ], - "rank": 9 - }, - { - "comment": "Intersection2: of class and small list", - "filters": [ - [ - "IsClass" - ], - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 9 - }, - { - "comment": "Intersection2: for a finite set and a residue class union (ResClasses)", - "filters": [ - [ - "IsList" - ], - [ - "IsResidueClassUnion" - ] - ], - "rank": 8 - }, - { - "comment": "Intersection2: of class and small list/coll", - "filters": [ - [ - "IsClass" - ], - [ - "IsListOrCollection", - "IsFinite", - "Tester(IsFinite)", - "Tester(Size)" - ] - ], - "rank": 8 - }, - { - "comment": "Intersection2: of small list/coll and class", - "filters": [ - [ - "IsListOrCollection", - "IsFinite", - "Tester(IsFinite)", - "Tester(Size)" - ], - [ - "IsClass" - ] - ], - "rank": 8 - }, - { - "comment": "Intersection2: for two collections in the same family, the first being a list", - "filters": [ - [ - "IsList", - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 7 - }, - { - "comment": "Intersection2: for two collections in the same family, the second being a list", - "filters": [ - [ - "IsCollection" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 7 - }, - { - "comment": "Intersection2: of class intersection and class/list/coll", - "filters": [ - [ - "IsClassByIntersectionRep" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 6 - }, - { - "comment": "Intersection2: of class/list/coll and class intersection", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsClassByIntersectionRep" - ] - ], - "rank": 6 - }, - { - "comment": "Intersection2: of two classes", - "filters": [ - [ - "IsClass" - ], - [ - "IsClass" - ] - ], - "rank": 4 - }, - { - "comment": "Intersection2: for two collections in the same family", - "filters": [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 4 - }, - { - "comment": "Intersection2: for two collections in different families", - "filters": [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 4 - }, - { - "comment": "Intersection2: for two lists or collections, the first being empty", - "filters": [ - [ - "IsListOrCollection", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 4 - }, - { - "comment": "Intersection2: for two lists or collections, the second being empty", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsListOrCollection", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 4 - }, - { - "comment": "Intersection2: for two lists (not necessarily in the same family)", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "Intersection2: of class and list/collection", - "filters": [ - [ - "IsClass" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 3 - }, - { - "comment": "Intersection2: of list/collection and class", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsClass" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Intersection2", - "type": "GAP_Operation" - }, - { - "aka": [ - "Union2" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3105 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Union2: for two times the same row module (ResClasses)", - "filters": [ - [ - "IsRowModule", - "Tester(IsRowModule)" - ], - [ - "IsRowModule", - "Tester(IsRowModule)" - ] - ], - "rank": 54 - }, - { - "comment": "Union2: for two times the same ring (ResClasses)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - }, - { - "comment": "Union2: for two residue class unions in different rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "Union2: for two residue class unions in different rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 18 - }, - { - "comment": "Union2: for two residue class unions in sparse rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 18 - }, - { - "comment": "Union2: for two residue class unions in standard rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "Union2: for two unions of residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 12 - }, - { - "comment": "Union2: for the base ring and a residue class union (ResClasses)", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsResidueClassUnion" - ] - ], - "rank": 11 - }, - { - "comment": "Union2: for a residue class union and the base ring (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 11 - }, - { - "comment": "Union2: for a residue class union and a finite set (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsList" - ] - ], - "rank": 11 - }, - { - "comment": "Union2: for a residue class union and a finite set (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsList" - ] - ], - "rank": 11 - }, - { - "comment": "Union2: for two class unions", - "filters": [ - [ - "IsClassByUnionRep" - ], - [ - "IsClassByUnionRep" - ] - ], - "rank": 10 - }, - { - "aka": [ - "UnionSet" - ], - "comment": "Union2: for two collections that are lists", - "filters": [ - [ - "IsList", - "IsCollection" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 10 - }, - { - "comment": "Union2: for a finite set and a residue class union (ResClasses)", - "filters": [ - [ - "IsList" - ], - [ - "IsResidueClassUnion" - ] - ], - "rank": 8 - }, - { - "comment": "Union2: for the base ring and a finite set (ResClasses)", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ] - ], - "rank": 7 - }, - { - "comment": "Union2: for a finite set and the base ring (ResClasses)", - "filters": [ - [ - "IsList" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 7 - }, - { - "comment": "Union2: for two collections, the first being a list", - "filters": [ - [ - "IsList", - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 7 - }, - { - "comment": "Union2: for two collections, the second being a list", - "filters": [ - [ - "IsCollection" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 7 - }, - { - "comment": "Union2: for class union and class/list/collection", - "filters": [ - [ - "IsClassByUnionRep" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 6 - }, - { - "comment": "Union2: for class/list/collection and class union", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsClassByUnionRep" - ] - ], - "rank": 6 - }, - { - "comment": "Union2: for two collections", - "filters": [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 4 - }, - { - "comment": "Union2: for two lists", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "Union2: for class and class/list/collection", - "filters": [ - [ - "IsClass" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 3 - }, - { - "comment": "Union2: for class/list/collection and class", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsClass" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Union2", - "type": "GAP_Operation" - }, - { - "aka": [ - "Difference" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3140 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Difference: for a domain and the empty set (ResClasses)", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 10022 - }, - { - "comment": "Difference: for two times the same ring (ResClasses)", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 10010 - }, - { - "comment": "Difference: for a residue class union and a finite set (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsList" - ] - ], - "rank": 111 - }, - { - "comment": "Difference: for a residue class union and a finite set (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsList" - ] - ], - "rank": 111 - }, - { - "comment": "Difference: for Z and a residue class union in sparse rep. (ResClasses)", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsResidueClassUnionOfZ", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 51 - }, - { - "comment": "Difference: for Z^2 and a finite set (ResClasses)", - "filters": [ - [ - "IsRowModule", - "Tester(IsRowModule)" - ], - [ - "IsList" - ] - ], - "rank": 29 - }, - { - "comment": "Difference: for a ring and a finite set (ResClasses)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ] - ], - "rank": 28 - }, - { - "comment": "Difference: for residue class unions of Z in sparse rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnionOfZ", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnionOfZ", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 22 - }, - { - "comment": "Difference: for collection, and empty list", - "filters": [ - [ - "IsCollection" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 19 - }, - { - "comment": "Difference: for two residue class unions in different rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "Difference: for two residue class unions in different rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 18 - }, - { - "comment": "Difference: for two residue class unions in standard rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 18 - }, - { - "comment": "Difference: for empty list, and collection", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 18 - }, - { - "comment": "Difference: for the base ring and a residue class union (ResClasses)", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 14 - }, - { - "comment": "Difference: for two unions of residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 12 - }, - { - "comment": "Difference: for a residue class union and the base ring (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 11 - }, - { - "comment": "Difference: for two collections that are lists", - "filters": [ - [ - "IsList", - "IsCollection" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 10 - }, - { - "comment": "Difference: for group class by list and group class", - "filters": [ - [ - "IsGroupClassByListRep" - ], - [ - "IsGroupClass", - "Tester(IsGroupClass)" - ] - ], - "rank": 9 - }, - { - "comment": "Difference: for a finite set and a residue class union (ResClasses)", - "filters": [ - [ - "IsList" - ], - [ - "IsResidueClassUnion" - ] - ], - "rank": 8 - }, - { - "comment": "Difference: for two collections, the second being a list", - "filters": [ - [ - "IsCollection" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 7 - }, - { - "comment": "Difference: for two collections, the first being a list", - "filters": [ - [ - "IsList", - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 7 - }, - { - "comment": "Difference: for two collections", - "filters": [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 4 - }, - { - "comment": "Difference: for two lists (assume one can produce a sorted result)", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "Difference: for class and class/list/collection", - "filters": [ - [ - "IsClass" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 3 - }, - { - "comment": "Difference: for class/list/collection and class", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsClass" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Difference", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3199 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanEasilyCompareElements: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanEasilyCompareElements)" - ] - ], - "rank": 20003 - }, - { - "comment": "CanEasilyCompareElements: empty homogeneous list", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - }, - { - "comment": "CanEasilyCompareElements: for direct product element", - "filters": [ - [ - "IsDirectProductElement" - ] - ], - "rank": 15 - }, - { - "comment": "CanEasilyCompareElements: homogeneous list", - "filters": [ - [ - "IsHomogeneousList" - ] - ], - "rank": 4 - }, - { - "comment": "CanEasilyCompareElements: family: default false", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - }, - { - "comment": "CanEasilyCompareElements: generic: inherit `true' from family", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanEasilyCompareElements", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanEasilyCompareElements" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3199 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanEasilyCompareElements): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanEasilyCompareElements): family setter", - "filters": [ - [ - "IsFamily" - ], - [] - ], - "rank": 1 - }, - { - "comment": "Setter(CanEasilyCompareElements): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanEasilyCompareElements)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3199 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanEasilyCompareElements)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3201 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanEasilySortElements: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanEasilySortElements)" - ] - ], - "rank": 20003 - }, - { - "comment": "CanEasilySortElements: empty homogeneous list", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - }, - { - "comment": "CanEasilySortElements: homogeneous list", - "filters": [ - [ - "IsHomogeneousList" - ] - ], - "rank": 4 - }, - { - "comment": "CanEasilySortElements: family: default false", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - }, - { - "comment": "CanEasilySortElements: generic: inherit `true' from family", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanEasilySortElements", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanEasilySortElements" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3201 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanEasilySortElements): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanEasilySortElements): family setter", - "filters": [ - [ - "IsFamily" - ], - [] - ], - "rank": 1 - }, - { - "comment": "Setter(CanEasilySortElements): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanEasilySortElements)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3201 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanEasilySortElements)", - "type": "GAP_Operation" - }, - { - "aka": [ - "CanComputeIsSubset" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3222 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CanComputeIsSubset", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 110 - }, - { - "comment": "CanComputeIsSubset", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 110 - }, - { - "comment": "CanComputeIsSubset: whole fp family group", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 77 - }, - { - "comment": "CanComputeIsSubset: if membership test works", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain", - "CanEasilyTestMembership" - ], - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 42 - }, - { - "comment": "CanComputeIsSubset: default for domains: no unless identical", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 10 - }, - { - "comment": "CanComputeIsSubset: default: no, unless identical", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanComputeIsSubset", - "type": "GAP_Operation" - }, - { - "aka": [ - "Randomizer" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3247 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Randomizer", - "type": "GAP_Operation" - }, - { - "aka": [ - "CheapRandomizer" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3248 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CheapRandomizer", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3250 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RandomizerAttr: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RandomizerAttr)" - ] - ], - "rank": 20005 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RandomizerAttr", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRandomizerAttr" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3250 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RandomizerAttr): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RandomizerAttr): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RandomizerAttr)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRandomizerAttr" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3250 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RandomizerAttr)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3251 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CheapRandomizerAttr: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CheapRandomizerAttr)" - ] - ], - "rank": 20005 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CheapRandomizerAttr", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCheapRandomizerAttr" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3251 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CheapRandomizerAttr): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CheapRandomizerAttr): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CheapRandomizerAttr)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCheapRandomizerAttr" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/coll.gd", - "line": 3251 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CheapRandomizerAttr)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSmallList: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSmallList)" - ] - ], - "rank": 20005 - }, - { - "comment": "IsSmallList", - "filters": [ - [ - "IsAttributeStoringRep", - "IsBasis", - "Tester(UnderlyingLeftModule)" - ] - ], - "rank": 10 - }, - { - "comment": "IsSmallList", - "filters": [ - [ - "IsAttributeStoringRep", - "IsBasis", - "Tester(BasisVectors)" - ] - ], - "rank": 10 - }, - { - "comment": "IsSmallList: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "IsSmallList: for a non-list", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSmallList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSmallList" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSmallList): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSmallList): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSmallList)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSmallList)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ], - [ - [ - "IsAssociativeElement", - "IsWord" - ] - ], - [ - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsMatrixObj" - ] - ], - [ - [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 136 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Length: system getter", - "filters": [ - [ - "Tester(LENGTH)", - "IsAttributeStoringRep" - ] - ], - "rank": 20005 - }, - { - "comment": "Length: for a matrix with memory", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsObjWithMemory" - ] - ], - "rank": 134 - }, - { - "comment": "Length: for a straight line program word", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsStraightLineProgElm" - ] - ], - "rank": 109 - }, - { - "comment": "Length: for a word with memory", - "filters": [ - [ - "IsWord", - "IsObjWithMemory" - ] - ], - "rank": 108 - }, - { - "comment": "Length: for GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsGF2MatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "Length: for an ordinary block matrix", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 34 - }, - { - "comment": "Length: for Lie matrix in default representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieMatrix" - ] - ], - "rank": 33 - }, - { - "comment": "Length: for class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "Length: for null map matrix", - "filters": [ - [ - "IsNullMapMatrix" - ] - ], - "rank": 31 - }, - { - "comment": "Length: For a compressed MatFFE", - "filters": [ - [ - "IsList", - "Is8BitMatrixRep" - ] - ], - "rank": 28 - }, - { - "comment": "Length: for an empty row vector", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ] - ], - "rank": 28 - }, - { - "comment": "Length: pcgs", - "filters": [ - [ - "IsPcgs", - "IsPcgsDefaultRep" - ] - ], - "rank": 24 - }, - { - "aka": [ - "LEN_VEC8BIT" - ], - "comment": "Length: For a compressed VecFFE", - "filters": [ - [ - "IsList", - "Is8BitVectorRep" - ] - ], - "rank": 24 - }, - { - "aka": [ - "LEN_GF2VEC" - ], - "comment": "Length: for GF2 vector", - "filters": [ - [ - "IsList", - "IsGF2VectorRep" - ] - ], - "rank": 21 - }, - { - "comment": "Length: modulo pcgs", - "filters": [ - [ - "IsModuloPcgs" - ] - ], - "rank": 20 - }, - { - "comment": "Length: for a direct product element in default representation", - "filters": [ - [ - "IsDefaultDirectProductElementRep" - ] - ], - "rank": 17 - }, - { - "comment": "Length: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "Length: LAGUNA: for an element of a magma ring", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ] - ], - "rank": 13 - }, - { - "comment": "Length: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "Length: for a right transversal in cosets representation", - "filters": [ - [ - "IsList", - "IsRightTransversalViaCosetsRep" - ] - ], - "rank": 10 - }, - { - "comment": "Length: for a right transversal in cosets representation", - "filters": [ - [ - "IsList", - "IsRightTransversalViaCosetsRep" - ] - ], - "rank": 10 - }, - { - "aka": [ - "LengthWPObj" - ], - "comment": "Length: method for a weak pointer object", - "filters": [ - [ - "IsWeakPointerObject" - ] - ], - "rank": 10 - }, - { - "comment": "Length: for degenerated residue class unions of Z^2 (ResClasses)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsResidueClassUnionOfZxZ" - ] - ], - "rank": 9 - }, - { - "comment": "Length: for an element of an f.p. group (default repres.)", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpGroup" - ] - ], - "rank": 9 - }, - { - "comment": "Length: for right transversal", - "filters": [ - [ - "IsList", - "IsRightTransversalRep" - ] - ], - "rank": 9 - }, - { - "aka": [ - "32Bits_LengthWord" - ], - "comment": "Length: for a 32 bits assoc. word", - "filters": [ - [ - "Is32BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "aka": [ - "16Bits_LengthWord" - ], - "comment": "Length: for a 16 bits assoc. word", - "filters": [ - [ - "Is16BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "aka": [ - "8Bits_LengthWord" - ], - "comment": "Length: for an 8 bits assoc. word", - "filters": [ - [ - "Is8BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "comment": "Length", - "filters": [ - [ - "IsUnicodeString" - ] - ], - "rank": 7 - }, - { - "comment": "Length: for a basis", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - }, - { - "comment": "Length: for an enumerator that perhaps has its own `Length' function", - "filters": [ - [ - "IsList", - "IsDenseList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsEnumeratorByFunctionsRep" - ] - ], - "rank": 7 - }, - { - "comment": "Length: assoc word in letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ] - ], - "rank": 6 - }, - { - "comment": "Length: for an assoc. word in syllable rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ] - ], - "rank": 6 - }, - { - "comment": "Length: enum-by-niceomorphism", - "filters": [ - [ - "IsList", - "IsEnumeratorByNiceomorphismRep" - ] - ], - "rank": 5 - }, - { - "comment": "Length: enum-by-pcgs", - "filters": [ - [ - "IsList", - "IsEnumeratorByPcgsRep" - ] - ], - "rank": 5 - }, - { - "comment": "Length: for a nonassoc. word", - "filters": [ - [ - "IsNonassocWord" - ] - ], - "rank": 5 - }, - { - "comment": "Length: for an infinite list of generators", - "filters": [ - [ - "IsList", - "IsInfiniteListOfGeneratorsRep" - ] - ], - "rank": 4 - }, - { - "comment": "Length: for an infinite list of names", - "filters": [ - [ - "IsList", - "IsInfiniteListOfNamesRep" - ] - ], - "rank": 4 - }, - { - "comment": "Length", - "filters": [ - [ - "IsPcp" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Length", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLength" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ], - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [] - ], - [ - [ - "IsRowVectorObj" - ], - [] - ], - [ - [ - "IsMatrixObj" - ], - [] - ], - [ - [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 136 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LENGTH): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LENGTH): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LENGTH)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLength" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 136 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LENGTH)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ISB_LIST", - "IsBound[]" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ], - [ - [ - "IsRowListMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 175 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 711 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsBound[]: for Lie matrix in default representation, and integer", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 52 - }, - { - "comment": "IsBound[]: for class function and positive integer", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 50 - }, - { - "comment": "IsBound[]: for an empty row vector, and a positive integer", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 47 - }, - { - "comment": "IsBound[]: pcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 40 - }, - { - "comment": "IsBound[]", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 39 - }, - { - "comment": "IsBound[]: for a plist matrix, and a position", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 34 - }, - { - "aka": [ - "IsBoundElmWPObj" - ], - "comment": "IsBound[]: method for a weak pointer object", - "filters": [ - [ - "IsWeakPointerObject" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 29 - }, - { - "comment": "IsBound[]: for an enumerator that perhaps has its own `IsBound' function", - "filters": [ - [ - "IsList", - "IsDenseList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsEnumeratorByFunctionsRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 26 - }, - { - "comment": "IsBound[]: for a dense list and positive integer", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 22 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBound[]", - "type": "GAP_Operation" - }, - { - "aka": [ - "ELM_LIST", - "[]" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ], - [ - [ - "IsRowVectorObj" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsMatrixObj" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsReesMatrixSemigroupElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsReesZeroMatrixSemigroupElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 184 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 155 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 388 - }, - { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 23 - }, - { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 24 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "[]: for a matrix with memory", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsObjWithMemory" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 153 - }, - { - "comment": "[]: for GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsGF2MatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 63 - }, - { - "comment": "[]: for an ordinary block matrix and a positive integer", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - }, - { - "comment": "[]: for Lie matrix in default representation, and positive integer", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 52 - }, - { - "comment": "[]: for class function and positive integer", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 50 - }, - { - "comment": "[]: For a compressed MatFFE", - "filters": [ - [ - "IsList", - "Is8BitMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 47 - }, - { - "comment": "[]: pcgs, pos int", - "filters": [ - [ - "IsPcgs", - "IsPcgsDefaultRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 43 - }, - { - "aka": [ - "ELM_VEC8BIT" - ], - "comment": "[]: For a compressed VecFFE", - "filters": [ - [ - "IsList", - "Is8BitVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 43 - }, - { - "aka": [ - "ELM_GF2VEC" - ], - "comment": "[]: for GF2 vector", - "filters": [ - [ - "IsList", - "IsGF2VectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 40 - }, - { - "comment": "[]: modulo pcgs", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 39 - }, - { - "comment": "[]: for a direct product element in default repres., and a pos. integer", - "filters": [ - [ - "IsDefaultDirectProductElementRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 36 - }, - { - "comment": "[]: for a plist matrix and a positive integer", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 34 - }, - { - "aka": [ - "ClassElementLattice" - ], - "comment": "[]: for classes of subgroups", - "filters": [ - [ - "IsConjugacyClassSubgroupsRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 30 - }, - { - "comment": "[]: for a plist vector and a positive integer", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 30 - }, - { - "comment": "[]: right transversal fp group", - "filters": [ - [ - "IsList", - "IsRightTransversalFpGroupRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 29 - }, - { - "comment": "[]: for Pc transversals", - "filters": [ - [ - "IsList", - "IsRightTransversalPcGroupRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 29 - }, - { - "comment": "[]: for right transversal of perm. group, and pos. integer", - "filters": [ - [ - "IsList", - "IsRightTransversalPermGroupRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 29 - }, - { - "comment": "[]: factored transversal", - "filters": [ - [ - "IsList", - "IsFactoredTransversalRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 29 - }, - { - "comment": "[]: rt via coset", - "filters": [ - [ - "IsList", - "IsRightTransversalViaCosetsRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 29 - }, - { - "comment": "[]: method for a weak pointer object", - "filters": [ - [ - "IsWeakPointerObject" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 29 - }, - { - "comment": "[]: for degenerated residue class unions of Z^2 (ResClasses)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsResidueClassUnionOfZxZ" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 28 - }, - { - "comment": "[]", - "filters": [ - [ - "IsUnicodeString" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 26 - }, - { - "comment": "[]: for a basis and a positive integer", - "filters": [ - [ - "IsBasis" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 26 - }, - { - "comment": "[]: for enumerator by functions", - "filters": [ - [ - "IsList", - "IsDenseList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsEnumeratorByFunctionsRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 26 - }, - { - "comment": "[]: for a Rees 0-matrix semigroup element", - "filters": [ - [ - "IsReesZeroMatrixSemigroupElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 24 - }, - { - "comment": "[]: for a Rees matrix semigroup element", - "filters": [ - [ - "IsReesMatrixSemigroupElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 24 - }, - { - "comment": "[]: enum-by-niceo", - "filters": [ - [ - "IsList", - "IsEnumeratorByNiceomorphismRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 24 - }, - { - "comment": "[]: enum-by-pcgs", - "filters": [ - [ - "IsList", - "IsEnumeratorByPcgsRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 24 - }, - { - "comment": "[]: for an infinite list of generators", - "filters": [ - [ - "IsList", - "IsInfiniteListOfGeneratorsRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 23 - }, - { - "comment": "[]: for an infinite list of names", - "filters": [ - [ - "IsList", - "IsInfiniteListOfNamesRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 23 - }, - { - "comment": "[]", - "filters": [ - [ - "IsPcp" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 20 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "[]", - "type": "GAP_Operation" - }, - { - "aka": [ - "ELMS_LIST", - "{}" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - [ - [ - "IsRowVectorObj" - ], - [ - "IsList" - ] - ], - [ - [ - "IsRowListMatrix" - ], - [ - "IsList" - ] - ], - [ - [ - "IsFlatMatrix" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 193 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 163 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 702 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 758 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "ELMS_VEC8BIT_RANGE" - ], - "comment": "{}: For an 8 bit vector and a range", - "filters": [ - [ - "IsList", - "Is8BitVectorRep" - ], - [ - "IsRange", - "IsInternalRep" - ] - ], - "rank": 63 - }, - { - "aka": [ - "ELMS_VEC8BIT" - ], - "comment": "{}: For an 8 bit vector and a plain list", - "filters": [ - [ - "IsList", - "Is8BitVectorRep" - ], - [ - "IsDenseList", - "IsPlistRep" - ] - ], - "rank": 45 - }, - { - "aka": [ - "ELMS_GF2VEC" - ], - "comment": "{}: for GF2 vector", - "filters": [ - [ - "IsList", - "IsGF2VectorRep" - ], - [ - "IsList", - "IsDenseList", - "IsInternalRep" - ] - ], - "rank": 40 - }, - { - "comment": "{}: pcgs, range", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsDenseList" - ] - ], - "rank": 24 - }, - { - "aka": [ - "ELMS_LIST_DEFAULT" - ], - "comment": "{}: for a small list and a small dense list", - "filters": [ - [ - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsDenseList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 18 - }, - { - "comment": "{}: for a plist matrix and a list", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsList" - ] - ], - "rank": 17 - }, - { - "comment": "{}: for a plist vector and a list", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsList" - ] - ], - "rank": 13 - }, - { - "comment": "{}", - "filters": [ - [ - "IsUnicodeString" - ], - [ - "IsList" - ] - ], - "rank": 9 - }, - { - "comment": "{}: for a list and a dense list", - "filters": [ - [ - "IsList" - ], - [ - "IsDenseList" - ] - ], - "rank": 5 - }, - { - "comment": "{}", - "filters": [ - [ - "IsPcp" - ], - [ - "IsDenseList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "{}", - "type": "GAP_Operation" - }, - { - "aka": [ - "ELM0_LIST", - "Elm0List" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 202 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Elm0List: For an 8 bit matrix", - "filters": [ - [ - "IsList", - "Is8BitMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 47 - }, - { - "aka": [ - "ELM0_VEC8BIT" - ], - "comment": "Elm0List: For an 8 bit vector", - "filters": [ - [ - "IsList", - "Is8BitVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 43 - }, - { - "aka": [ - "ELM0_GF2VEC" - ], - "comment": "Elm0List: for GF2 vector", - "filters": [ - [ - "IsList", - "IsGF2VectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 40 - }, - { - "comment": "Elm0List", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 20 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Elm0List", - "type": "GAP_Operation" - }, - { - "aka": [ - "UNB_LIST", - "Unbind[]" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [] - ], - [ - [ - "IsRowListMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 248 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 712 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Unbind[]: For a compressed MatFFE", - "filters": [ - [ - "IsMutable", - "IsList", - "Is8BitMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 48 - }, - { - "aka": [ - "UNB_GF2MAT" - ], - "comment": "Unbind[]: for GF2 matrix", - "filters": [ - [ - "IsMutable", - "IsList", - "IsGF2MatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 45 - }, - { - "aka": [ - "UNB_VEC8BIT" - ], - "comment": "Unbind[]: For a compressed VecFFE", - "filters": [ - [ - "IsMutable", - "IsList", - "Is8BitVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 44 - }, - { - "comment": "Unbind[]: for GF2 matrix", - "filters": [ - [ - "IsList", - "IsGF2MatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 44 - }, - { - "aka": [ - "UNB_GF2VEC" - ], - "comment": "Unbind[]: for GF2 vector", - "filters": [ - [ - "IsList", - "IsGF2VectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 40 - }, - { - "comment": "Unbind[]: for a plist matrix, and a position", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 35 - }, - { - "aka": [ - "UnbindElmWPObj" - ], - "comment": "Unbind[]: method for a weak pointer object", - "filters": [ - [ - "IsMutable", - "IsWeakPointerObject" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 31 - }, - { - "comment": "Unbind[]", - "filters": [ - [ - "IsMutable", - "IsUnicodeString" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Unbind[]", - "type": "GAP_Operation" - }, - { - "aka": [ - "ASS_LIST", - "[]:=" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [], - [] - ], - [ - [ - "IsRowVectorObj" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - [ - [ - "IsRowListMatrix" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - [ - [ - "IsFlatMatrix" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 257 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 158 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 697 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 752 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "[]:=", - "filters": [ - [ - "IsMutable", - "IsUnicodeString" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsUnicodeCharacter" - ] - ], - "rank": 48 - }, - { - "aka": [ - "ASS_MAT8BIT" - ], - "comment": "[]:=: For a compressed MatFE", - "filters": [ - [ - "IsMutable", - "IsList", - "Is8BitMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 48 - }, - { - "comment": "[]:=: for a checking plist matrix, a positive integer, and a plist vector", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 47 - }, - { - "comment": "[]:=: for a plist matrix, a positive integer, and a plist vector", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 46 - }, - { - "aka": [ - "ASS_GF2MAT" - ], - "comment": "[]:=: for GF2 matrix", - "filters": [ - [ - "IsMutable", - "IsList", - "IsGF2MatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 45 - }, - { - "aka": [ - "ASS_VEC8BIT" - ], - "comment": "[]:=: For a compressed VecFFE", - "filters": [ - [ - "IsMutable", - "IsList", - "Is8BitVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 44 - }, - { - "comment": "[]:=: for GF2 matrix", - "filters": [ - [ - "IsList", - "IsGF2MatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 44 - }, - { - "aka": [ - "ASS_PLIST_DEFAULT" - ], - "comment": "[]:=: for plain list and external objects", - "filters": [ - [ - "IsMutable", - "IsList", - "IsPlistRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 42 - }, - { - "aka": [ - "ASS_GF2VEC" - ], - "comment": "[]:=: for GF2 vector", - "filters": [ - [ - "IsList", - "IsGF2VectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 40 - }, - { - "comment": "[]:=: for a checking plist vector, a positive integer, and an obj", - "filters": [ - [ - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 31 - }, - { - "aka": [ - "SetElmWPObj" - ], - "comment": "[]:=: method for a weak pointer object", - "filters": [ - [ - "IsMutable", - "IsWeakPointerObject" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 31 - }, - { - "comment": "[]:=: for a plist vector, a positive integer, and an obj", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 30 - }, - { - "comment": "[]:=: error message for immutable list", - "filters": [ - [ - "IsList" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": -79 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "[]:=", - "type": "GAP_Operation" - }, - { - "aka": [ - "ASSS_LIST", - "{}:=" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - [ - [ - "IsRowListMatrix" - ], - [ - "IsList" - ], - [ - "IsRowListMatrix" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 266 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 715 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "{}:=: for a checking plist matrix, a list, and a plist matrix", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsList" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 34 - }, - { - "comment": "{}:=: for a plist matrix, a list, and a plist matrix", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep" - ], - [ - "IsList" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 33 - }, - { - "aka": [ - "ASSS_LIST_DEFAULT" - ], - "comment": "{}:=: for a small mutable list, a small dense list, and a small list", - "filters": [ - [ - "IsMutable", - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsDenseList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 29 - }, - { - "comment": "{}:=: for a mutable list, a dense list, and a list", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsDenseList" - ], - [ - "IsList" - ] - ], - "rank": 9 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "{}:=", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 290 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ConstantTimeAccessList: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ConstantTimeAccessList)" - ] - ], - "rank": 20005 - }, - { - "comment": "ConstantTimeAccessList: for a constant time access list", - "filters": [ - [ - "IsList", - "IsConstantTimeAccessList" - ] - ], - "rank": 10003 - }, - { - "comment": "ConstantTimeAccessList: for a strictly sorted dense list", - "filters": [ - [ - "IsList", - "IsDenseList", - "IsSSortedList", - "Tester(IS_SSORT_LIST)" - ] - ], - "rank": 9 - }, - { - "comment": "ConstantTimeAccessList: for a strictly sorted list", - "filters": [ - [ - "IsList", - "IsSSortedList", - "Tester(IS_SSORT_LIST)" - ] - ], - "rank": 8 - }, - { - "comment": "ConstantTimeAccessList: for a dense list", - "filters": [ - [ - "IsList", - "IsDenseList" - ] - ], - "rank": 3 - }, - { - "comment": "ConstantTimeAccessList: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConstantTimeAccessList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConstantTimeAccessList" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 290 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ConstantTimeAccessList): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ConstantTimeAccessList): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ConstantTimeAccessList)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasConstantTimeAccessList" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 290 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ConstantTimeAccessList)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsPlist" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 328 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsPlist: for a plist", - "filters": [ - [ - "IsList", - "IsPlistRep" - ] - ], - "rank": 21 - }, - { - "comment": "AsPlist: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsPlist", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 464 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSortedList: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSortedList)" - ] - ], - "rank": 20005 - }, - { - "comment": "IsSortedList: for a finite list", - "filters": [ - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 7 - }, - { - "comment": "IsSortedList: for a list (not nec. finite)", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "IsSortedList: for non-lists", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSortedList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSortedList" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 464 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSortedList): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSortedList): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSortedList)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 464 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSortedList)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 503 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSSortedList: system getter", - "filters": [ - [ - "Tester(IS_SSORT_LIST)", - "IsAttributeStoringRep" - ] - ], - "rank": 20005 - }, - { - "aka": [ - "IS_SSORT_LIST_DEFAULT" - ], - "comment": "IsSSortedList: for a small homogeneous list", - "filters": [ - [ - "IsHomogeneousList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 9 - }, - { - "comment": "IsSSortedList: for a homogeneous list (not nec. finite)", - "filters": [ - [ - "IsHomogeneousList" - ] - ], - "rank": 4 - }, - { - "comment": "IsSSortedList: for non-lists", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSSortedList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSSortedList" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 503 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IS_SSORT_LIST): method for an internal list and a Boolean", - "filters": [ - [ - "IsList", - "IsInternalRep" - ], - [ - "IsBool" - ] - ], - "rank": 20 - }, - { - "comment": "Setter(IS_SSORT_LIST): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IS_SSORT_LIST): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IS_SSORT_LIST)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 503 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IS_SSORT_LIST)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsDenseList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 516 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNSortedList: system getter", - "filters": [ - [ - "Tester(IS_NSORT_LIST)", - "IsAttributeStoringRep" - ] - ], - "rank": 20006 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNSortedList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNSortedList" - ], - "filters": [ - [ - [ - "IsDenseList" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 516 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IS_NSORT_LIST): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IS_NSORT_LIST): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IS_NSORT_LIST)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsDenseList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 516 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IS_NSORT_LIST)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 549 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsDuplicateFree: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsDuplicateFree)" - ] - ], - "rank": 20004 - }, - { - "comment": "IsDuplicateFree: for a finite list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsDuplicateFree", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsDuplicateFree" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 549 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsDuplicateFree): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsDuplicateFree): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsDuplicateFree)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 549 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsDuplicateFree)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsDenseList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 569 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPositionsList: system getter", - "filters": [ - [ - "Tester(IS_POSS_LIST)", - "IsAttributeStoringRep" - ] - ], - "rank": 20006 - }, - { - "aka": [ - "IS_POSS_LIST_DEFAULT" - ], - "comment": "IsPositionsList: for a small homogeneous list", - "filters": [ - [ - "IsHomogeneousList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 9 - }, - { - "comment": "IsPositionsList: for a homogeneous list", - "filters": [ - [ - "IsHomogeneousList" - ] - ], - "rank": 4 - }, - { - "comment": "IsPositionsList: for non-lists", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPositionsList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPositionsList" - ], - "filters": [ - [ - [ - "IsDenseList" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 569 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IS_POSS_LIST): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IS_POSS_LIST): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IS_POSS_LIST)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsDenseList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 569 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IS_POSS_LIST)", - "type": "GAP_Operation" - }, - { - "aka": [ - "POS_LIST", - "Position" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ], - [ - [ - "IsList" - ], - [], - [ - "IsInt" - ] - ], - [ - [ - "IsMatrixObj" - ], - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsMatrixObj" - ], - [ - "IsRowVectorObj" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 636 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 637 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 405 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 406 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Position", - "filters": [ - [ - "IsUnicodeString" - ], - [ - "IsUnicodeCharacter" - ] - ], - "rank": 27 - }, - { - "comment": "Position: for a plist matrix, and a plist vector", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 26 - } - ], - "3args": [ - { - "comment": "Position: for class function, cyclotomic, and nonnegative integer", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsCyc" - ], - [ - "IsInt" - ] - ], - "rank": 65 - }, - { - "comment": "Position: for Lie matrix in default representation, row vector, and integer", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieMatrix" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsInt" - ] - ], - "rank": 63 - }, - { - "comment": "Position", - "filters": [ - [ - "IsUnicodeString" - ], - [ - "IsUnicodeCharacter" - ], - [ - "IsInt" - ] - ], - "rank": 45 - }, - { - "comment": "Position: for a plist matrix, and a plist vector", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsPlistVectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 44 - }, - { - "comment": "Position: pcgs, object, int", - "filters": [ - [ - "IsPcgs", - "IsPcgsDefaultRep" - ], - [], - [ - "IsInt" - ] - ], - "rank": 42 - }, - { - "comment": "Position: modulo pcgs", - "filters": [ - [ - "IsModuloPcgs" - ], - [], - [ - "IsInt" - ] - ], - "rank": 38 - }, - { - "comment": "Position: for enumerator by functions", - "filters": [ - [ - "IsList", - "IsDenseList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsEnumeratorByFunctionsRep" - ], - [], - [ - "IsZeroCyc" - ] - ], - "rank": 37 - }, - { - "comment": "Position: right transversal fp gp.", - "filters": [ - [ - "IsList", - "IsRightTransversalFpGroupRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsZeroCyc" - ] - ], - "rank": 36 - }, - { - "comment": "Position: for a small sorted list, an object, and an integer", - "filters": [ - [ - "IsSSortedList", - "Tester(IS_SSORT_LIST)", - "IsSmallList", - "Tester(IsSmallList)" - ], - [], - [ - "IsInt" - ] - ], - "rank": 33 - }, - { - "comment": "Position: right transversal: Use PositionCanonical", - "filters": [ - [ - "IsList", - "IsRightTransversalRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt" - ] - ], - "rank": 32 - }, - { - "comment": "Position: enum-by-niceo", - "filters": [ - [ - "IsList", - "IsEnumeratorByNiceomorphismRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsZeroCyc" - ] - ], - "rank": 31 - }, - { - "comment": "Position: enum-by-pcgs", - "filters": [ - [ - "IsList", - "IsEnumeratorByPcgsRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsZeroCyc" - ] - ], - "rank": 31 - }, - { - "aka": [ - "POS_LIST_DEFAULT" - ], - "comment": "Position: for a small list, an object, and an integer", - "filters": [ - [ - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [], - [ - "IsInt" - ] - ], - "rank": 27 - }, - { - "comment": "Position: for a sorted list, an object, and an integer", - "filters": [ - [ - "IsSSortedList", - "Tester(IS_SSORT_LIST)" - ], - [], - [ - "IsInt" - ] - ], - "rank": 26 - }, - { - "comment": "Position", - "filters": [ - [ - "IsPcp" - ], - [ - "IsPcpElement" - ], - [ - "IsInt" - ] - ], - "rank": 25 - }, - { - "comment": "Position: for an infinite list of generators, an object, and zero", - "filters": [ - [ - "IsList", - "IsInfiniteListOfGeneratorsRep" - ], - [], - [ - "IsZeroCyc" - ] - ], - "rank": 25 - }, - { - "comment": "Position: for an infinite list of names, an object, and zero", - "filters": [ - [ - "IsList", - "IsInfiniteListOfNamesRep" - ], - [], - [ - "IsZeroCyc" - ] - ], - "rank": 25 - }, - { - "comment": "Position: for a basis, an object, and a nonnegative integer", - "filters": [ - [ - "IsBasis" - ], - [], - [ - "IsInt" - ] - ], - "rank": 25 - }, - { - "comment": "Position: for duplicate free list, object, and positive integer", - "filters": [ - [ - "IsList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)" - ], - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 23 - }, - { - "aka": [ - "LOCKS_FUNC", - "RETURN_FAIL", - "ReturnFail" - ], - "comment": "Position: for a homog. list, an object not in the elements family, and an int.", - "filters": [ - [ - "IsHomogeneousList" - ], - [], - [ - "IsInt" - ] - ], - "rank": 22 - }, - { - "comment": "Position: for a (small) list, an object, and an integer", - "filters": [ - [ - "IsList" - ], - [], - [ - "IsInt" - ] - ], - "rank": 20 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Position", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionsOp" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 665 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PositionsOp", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionsOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionCanonical" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 704 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PositionCanonical: for 8bit matrices lists, fall back on `Position'", - "filters": [ - [ - "IsList", - "Is8BitMatrixRep" - ], - [] - ], - "rank": 28 - }, - { - "comment": "PositionCanonical: for internally represented lists, fall back on `Position'", - "filters": [ - [ - "IsList", - "IsGF2MatrixRep" - ], - [] - ], - "rank": 25 - }, - { - "comment": "PositionCanonical: internal small sorted lists, use `POSITION_SORTED_LIST'", - "filters": [ - [ - "IsList", - "IsSSortedList", - "Tester(IS_SSORT_LIST)", - "IsInternalRep", - "IsSmallList", - "Tester(IsSmallList)" - ], - [] - ], - "rank": 25 - }, - { - "comment": "PositionCanonical: for internally represented lists, fall back on `Position'", - "filters": [ - [ - "IsList", - "IsInternalRep" - ], - [] - ], - "rank": 19 - }, - { - "comment": "PositionCanonical: for right transversal of perm. group, and permutation", - "filters": [ - [ - "IsList", - "IsRightTransversalPermGroupRep" - ], - [ - "IsPerm" - ] - ], - "rank": 18 - }, - { - "comment": "PositionCanonical: right transversal fp gp.", - "filters": [ - [ - "IsList", - "IsRightTransversalFpGroupRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 15 - }, - { - "comment": "PositionCanonical: RT", - "filters": [ - [ - "IsList", - "IsRightTransversalPcGroupRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 15 - }, - { - "comment": "PositionCanonical: factored transversal", - "filters": [ - [ - "IsList", - "IsFactoredTransversalRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 15 - }, - { - "comment": "PositionCanonical: rt via coset", - "filters": [ - [ - "IsList", - "IsRightTransversalViaCosetsRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 15 - }, - { - "comment": "PositionCanonical: enum-by-niceo", - "filters": [ - [ - "IsList", - "IsEnumeratorByNiceomorphismRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 10 - }, - { - "comment": "PositionCanonical: enum-by-pcgs", - "filters": [ - [ - "IsList", - "IsEnumeratorByPcgsRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 10 - }, - { - "comment": "PositionCanonical: for enumerator by functions", - "filters": [ - [ - "IsList", - "IsDenseList", - "IsDuplicateFree", - "Tester(IsDuplicateFree)", - "IsEnumeratorByFunctionsRep" - ], - [] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionCanonical", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionNthOccurrence" - ], - "filters": [ - [ - [ - "IsList" - ], - [], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 734 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "PositionNthOccurrence: for boolean list, boolean, integer", - "filters": [ - [ - "IsBlist" - ], - [ - "IsBool" - ], - [ - "IsInt" - ] - ], - "rank": 24 - }, - { - "comment": "PositionNthOccurrence: for list, object, integer", - "filters": [ - [ - "IsList" - ], - [], - [ - "IsInt" - ] - ], - "rank": 20 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionNthOccurrence", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionSortedOp" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ], - [ - [ - "IsList" - ], - [], - [ - "IsFunction" - ] - ], - [ - [ - "IsMatrixObj" - ], - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsMatrixObj" - ], - [ - "IsRowVectorObj" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 797 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 798 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 409 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 410 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PositionSortedOp: for a plist matrix, and a plist vector", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 26 - }, - { - "aka": [ - "POSITION_SORTED_LIST" - ], - "comment": "PositionSortedOp: for small list, and object", - "filters": [ - [ - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [] - ], - "rank": 9 - }, - { - "comment": "PositionSortedOp", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [ - { - "comment": "PositionSortedOp: for a plist matrix, and a plist vector", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsPlistVectorRep" - ], - [ - "IsFunction" - ] - ], - "rank": 27 - }, - { - "aka": [ - "POSITION_SORTED_LIST_COMP" - ], - "comment": "PositionSortedOp: for small list, object, and function", - "filters": [ - [ - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 10 - }, - { - "comment": "PositionSortedOp: for list, object, and function", - "filters": [ - [ - "IsList" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionSortedOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionProperty" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - [ - [ - "IsList" - ], - [ - "IsFunction" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 869 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 870 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PositionProperty: for dense list and function", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsFunction" - ] - ], - "rank": 4 - }, - { - "comment": "PositionProperty: for list and function", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "3args": [ - { - "comment": "PositionProperty: for dense list, function, and integer", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsFunction" - ], - [ - "IsInt" - ] - ], - "rank": 22 - }, - { - "comment": "PositionProperty: for list, function, and integer", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ], - [ - "IsInt" - ] - ], - "rank": 21 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionProperty", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionsProperty" - ], - "filters": [ - [ - [ - "IsDenseList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 899 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PositionsProperty: for dense list and function", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsFunction" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionsProperty", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionBound" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 925 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PositionBound: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionBound", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionSublist" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 949 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PositionSublist", - "filters": [ - [ - "IsUnicodeString" - ], - [ - "IsUnicodeString" - ] - ], - "rank": 14 - }, - { - "comment": "PositionSublist: for two args in IsStringRep", - "filters": [ - [ - "IsStringRep" - ], - [ - "IsStringRep" - ] - ], - "rank": 4 - }, - { - "comment": "PositionSublist: list, sub", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [ - { - "comment": "PositionSublist", - "filters": [ - [ - "IsUnicodeString" - ], - [ - "IsUnicodeString" - ], - [ - "IsInt" - ] - ], - "rank": 32 - }, - { - "comment": "PositionSublist: list,empty,pos", - "filters": [ - [ - "IsList" - ], - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsInt" - ] - ], - "rank": 23 - }, - { - "comment": "PositionSublist: empty list,sub,pos", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 23 - }, - { - "comment": "PositionSublist: for two args in IsStringRep and offset", - "filters": [ - [ - "IsStringRep" - ], - [ - "IsStringRep" - ], - [ - "IsInt" - ] - ], - "rank": 22 - }, - { - "comment": "PositionSublist: list,sub,pos", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 22 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionSublist", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsMatchingSublist" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 977 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsMatchingSublist: list, sub", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [ - { - "comment": "IsMatchingSublist: list,empty,pos", - "filters": [ - [ - "IsList" - ], - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsInt" - ] - ], - "rank": 23 - }, - { - "comment": "IsMatchingSublist: empty list,sub,pos", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 23 - }, - { - "comment": "IsMatchingSublist: list,sub,pos", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 22 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsMatchingSublist", - "type": "GAP_Operation" - }, - { - "aka": [ - "ADD_LIST", - "Add" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [] - ], - [ - [ - "IsMutable", - "IsList" - ], - [], - [ - "IsInt" - ] - ], - [ - [ - "IsRowListMatrix" - ], - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsRowListMatrix" - ], - [ - "IsRowVectorObj" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1026 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1027 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 705 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 706 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Add: for a checking plist matrix and a plist vector", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 28 - }, - { - "comment": "Add: for a plist matrix and a plist vector", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 27 - }, - { - "aka": [ - "ADD_LIST_DEFAULT" - ], - "comment": "Add: for mutable list and list", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [] - ], - "rank": 4 - } - ], - "3args": [ - { - "comment": "Add: three arguments fast version sorted", - "filters": [ - [ - "IsMutable", - "IsSSortedList", - "Tester(IS_SSORT_LIST)", - "IsPlistRep" - ], - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 48 - }, - { - "comment": "Add: for a checking plist matrix, a plist vector, and a pos", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsPlistVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 47 - }, - { - "comment": "Add: for a plist matrix, a plist vector, and a pos. int", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep" - ], - [ - "IsPlistVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 46 - }, - { - "comment": "Add: three arguments fast version", - "filters": [ - [ - "IsMutable", - "IsList", - "IsPlistRep" - ], - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 42 - }, - { - "comment": "Add: three arguments general version", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 23 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Add", - "type": "GAP_Operation" - }, - { - "aka": [ - "REM_LIST", - "Remove", - "RemoveElmList" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ] - ], - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsInt" - ] - ], - [ - [ - "IsRowListMatrix" - ] - ], - [ - [ - "IsRowListMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1072 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1073 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 708 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 709 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Remove: for a plist matrix", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep" - ] - ], - "rank": 16 - }, - { - "comment": "Remove: one argument", - "filters": [ - [ - "IsMutable", - "IsList" - ] - ], - "rank": 4 - } - ], - "2args": [ - { - "comment": "Remove: two arguments, fast", - "filters": [ - [ - "IsMutable", - "IsList", - "IsPlistRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 42 - }, - { - "comment": "Remove: for a plist matrix, and a position", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 35 - }, - { - "comment": "Remove: two arguments, general", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 23 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Remove", - "type": "GAP_Operation" - }, - { - "aka": [ - "APPEND_LIST", - "Append" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ] - ], - [ - [ - "IsRowListMatrix" - ], - [ - "IsRowListMatrix" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1108 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 720 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "APPEND_VEC8BIT" - ], - "comment": "Append: for 8bitm vectors", - "filters": [ - [ - "IsMutable", - "IsList", - "Is8BitVectorRep" - ], - [ - "IsList", - "Is8BitVectorRep" - ] - ], - "rank": 49 - }, - { - "aka": [ - "APPEND_GF2VEC" - ], - "comment": "Append: for GF2 vectors", - "filters": [ - [ - "IsMutable", - "IsList", - "IsGF2VectorRep" - ], - [ - "IsList", - "IsGF2VectorRep" - ] - ], - "rank": 43 - }, - { - "comment": "Append: for a checking plist matrix, and a plist matrix", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 32 - }, - { - "aka": [ - "APPEND_LIST_INTR" - ], - "comment": "Append: for mutable list in plist representation, and small list", - "filters": [ - [ - "IsMutable", - "IsList", - "IsPlistRep" - ], - [ - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 32 - }, - { - "comment": "Append: for two plist matrices", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 31 - }, - { - "comment": "Append", - "filters": [ - [ - "IsMutable", - "IsUnicodeString" - ], - [ - "IsUnicodeString" - ] - ], - "rank": 16 - }, - { - "aka": [ - "APPEND_LIST_DEFAULT" - ], - "comment": "Append: for mutable list and list", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Append", - "type": "GAP_Operation" - }, - { - "aka": [ - "Compacted" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1211 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Compacted: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Compacted", - "type": "GAP_Operation" - }, - { - "aka": [ - "Collected" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1245 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Collected: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Collected", - "type": "GAP_Operation" - }, - { - "aka": [ - "DuplicateFreeList", - "Unique" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1280 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DuplicateFreeList: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DuplicateFreeList", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1300 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsDuplicateFreeList: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsDuplicateFreeList)" - ] - ], - "rank": 20005 - }, - { - "comment": "AsDuplicateFreeList: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsDuplicateFreeList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsDuplicateFreeList" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1300 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsDuplicateFreeList): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsDuplicateFreeList): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsDuplicateFreeList)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsDuplicateFreeList" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1300 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsDuplicateFreeList)", - "type": "GAP_Operation" - }, - { - "aka": [ - "DifferenceLists" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1322 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DifferenceLists: homogeneous lists", - "filters": [ - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 8 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DifferenceLists", - "type": "GAP_Operation" - }, - { - "aka": [ - "Flat" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1362 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Flat: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Flat", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReversedOp" - ], - "filters": [ - [ - [ - "IsDenseList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1412 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ReversedOp: for a range", - "filters": [ - [ - "IsRange" - ] - ], - "rank": 30 - }, - { - "comment": "ReversedOp: for an assoc. word in letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ] - ], - "rank": 6 - }, - { - "comment": "ReversedOp: for an assoc. word in syllable rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ] - ], - "rank": 6 - }, - { - "comment": "ReversedOp: for a dense list", - "filters": [ - [ - "IsDenseList" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReversedOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "Shuffle" - ], - "filters": [ - [ - [ - "IsMutable", - "IsDenseList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1444 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Shuffle", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Shuffle", - "type": "GAP_Operation" - }, - { - "aka": [ - "Sort" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ] - ], - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1530 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1531 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "DeclareAutoPackage", - "DeclarePackage", - "DeclarePackageAutoDocumentation", - "DeclarePackageDocumentation", - "INFO_OWA", - "Ignore", - "InfoMatrixNq", - "InfoRead1", - "InfoRead2" - ], - "comment": "Sort: for a mutable set", - "filters": [ - [ - "IsMutable", - "IsList", - "IsSortedList", - "Tester(IsSortedList)" - ] - ], - "rank": 10006 - }, - { - "aka": [ - "SORT_LIST" - ], - "comment": "Sort: for a mutable small list", - "filters": [ - [ - "IsMutable", - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 11 - }, - { - "comment": "Sort: for a mutable list", - "filters": [ - [ - "IsMutable", - "IsList" - ] - ], - "rank": 4 - }, - { - "aka": [ - "SORT_MUTABILITY_ERROR_HANDLER" - ], - "comment": "Sort: for an immutable list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "aka": [ - "SORT_LIST_COMP" - ], - "comment": "Sort: for a mutable small list and a function", - "filters": [ - [ - "IsMutable", - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsFunction" - ] - ], - "rank": 12 - }, - { - "comment": "Sort: for a mutable list and a function", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 5 - }, - { - "comment": "Sort: for an immutable list and a function", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Sort", - "type": "GAP_Operation" - }, - { - "aka": [ - "SortBy" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1532 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SortBy: for a mutable list and a function", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 5 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SortBy", - "type": "GAP_Operation" - }, - { - "aka": [ - "StableSort" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ] - ], - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1534 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1535 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StableSort: for a mutable set", - "filters": [ - [ - "IsMutable", - "IsList", - "IsSortedList", - "Tester(IsSortedList)" - ] - ], - "rank": 10006 - }, - { - "aka": [ - "STABLE_SORT_LIST" - ], - "comment": "StableSort: for a mutable small list", - "filters": [ - [ - "IsMutable", - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ] - ], - "rank": 11 - }, - { - "comment": "StableSort: for a mutable list", - "filters": [ - [ - "IsMutable", - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "StableSort: for an immutable list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "aka": [ - "STABLE_SORT_LIST_COMP" - ], - "comment": "StableSort: for a mutable small list and a function", - "filters": [ - [ - "IsMutable", - "IsList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsFunction" - ] - ], - "rank": 12 - }, - { - "comment": "StableSort: for a mutable list and a function", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 5 - }, - { - "comment": "StableSort: for an immutable list and a function", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StableSort", - "type": "GAP_Operation" - }, - { - "aka": [ - "StableSortBy" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1536 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "StableSortBy: for a mutable list and a function", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 5 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StableSortBy", - "type": "GAP_Operation" - }, - { - "aka": [ - "Sortex" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ] - ], - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1573 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1574 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Sortex: for a mutable sorted list", - "filters": [ - [ - "IsMutable", - "IsDenseList", - "IsSortedList", - "Tester(IsSortedList)" - ] - ], - "rank": 10007 - }, - { - "comment": "Sortex: for a mutable list", - "filters": [ - [ - "IsMutable", - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "Sortex: for an immutable list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "Sortex: for a mutable list and a function", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 5 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Sortex", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1603 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SortingPerm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SortingPerm)" - ] - ], - "rank": 20005 - }, - { - "comment": "SortingPerm: for a dense and sorted list", - "filters": [ - [ - "IsDenseList", - "IsSortedList", - "Tester(IsSortedList)" - ] - ], - "rank": 10005 - }, - { - "comment": "SortingPerm", - "filters": [ - [ - "IsDenseList" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SortingPerm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSortingPerm" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1603 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SortingPerm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SortingPerm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SortingPerm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSortingPerm" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1603 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SortingPerm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SortParallel" - ], - "filters": [ - [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsMutable", - "IsDenseList" - ] - ], - [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1666 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1668 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SortParallel: for a mutable set and a dense mutable list", - "filters": [ - [ - "IsMutable", - "IsDenseList", - "IsSortedList", - "Tester(IsSortedList)" - ], - [ - "IsMutable", - "IsDenseList" - ] - ], - "rank": 10012 - }, - { - "aka": [ - "SORT_PARA_LIST" - ], - "comment": "SortParallel: for two dense and mutable lists", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsMutable", - "IsDenseList" - ] - ], - "rank": 10 - }, - { - "comment": "SortParallel: for two immutable lists", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [ - { - "aka": [ - "SORT_PARA_LIST_COMP" - ], - "comment": "SortParallel: for two dense and mutable lists, and function", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsFunction" - ] - ], - "rank": 11 - }, - { - "comment": "SortParallel: for two immutable lists and function", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 5 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SortParallel", - "type": "GAP_Operation" - }, - { - "aka": [ - "StableSortParallel" - ], - "filters": [ - [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsMutable", - "IsDenseList" - ] - ], - [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1671 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1673 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "StableSortParallel: for a mutable set and a dense mutable list", - "filters": [ - [ - "IsMutable", - "IsDenseList", - "IsSortedList", - "Tester(IsSortedList)" - ], - [ - "IsMutable", - "IsDenseList" - ] - ], - "rank": 10012 - }, - { - "aka": [ - "STABLE_SORT_PARA_LIST" - ], - "comment": "StableSortParallel: for two dense and mutable lists", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsMutable", - "IsDenseList" - ] - ], - "rank": 10 - }, - { - "comment": "StableSortParallel: for two immutable lists", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [ - { - "aka": [ - "STABLE_SORT_PARA_LIST_COMP" - ], - "comment": "StableSortParallel: for two dense and mutable lists, and function", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsFunction" - ] - ], - "rank": 11 - }, - { - "comment": "StableSortParallel: for two immutable lists and function", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 5 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StableSortParallel", - "type": "GAP_Operation" - }, - { - "aka": [ - "MaximumList" - ], - "filters": [ - [ - [ - "IsList" - ] - ], - [ - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1783 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1784 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MaximumList: for a range", - "filters": [ - [ - "IsRange" - ] - ], - "rank": 30 - }, - { - "comment": "MaximumList: for a sorted list", - "filters": [ - [ - "IsSSortedList", - "Tester(IS_SSORT_LIST)" - ] - ], - "rank": 8 - }, - { - "comment": "MaximumList: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "MaximumList: for a range and a seed", - "filters": [ - [ - "IsRange" - ], - [] - ], - "rank": 30 - }, - { - "comment": "MaximumList: for a sorted list and a seed", - "filters": [ - [ - "IsSSortedList", - "Tester(IS_SSORT_LIST)" - ], - [] - ], - "rank": 8 - }, - { - "comment": "MaximumList: for a list and a seed", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MaximumList", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ], - [ - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1786 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1787 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MinimumList: for a range", - "filters": [ - [ - "IsRange" - ] - ], - "rank": 30 - }, - { - "comment": "MinimumList: for a sorted list", - "filters": [ - [ - "IsSSortedList", - "Tester(IS_SSORT_LIST)" - ] - ], - "rank": 8 - }, - { - "comment": "MinimumList: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "MinimumList: for a range and a seed", - "filters": [ - [ - "IsRange" - ], - [] - ], - "rank": 30 - }, - { - "comment": "MinimumList: for a sorted list and a seed", - "filters": [ - [ - "IsSSortedList", - "Tester(IS_SSORT_LIST)" - ], - [] - ], - "rank": 8 - }, - { - "comment": "MinimumList: for a list", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MinimumList", - "type": "GAP_Operation" - }, - { - "aka": [ - "Permuted" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1875 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Permuted: for a class function, and a permutation", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsPerm" - ] - ], - "rank": 39 - }, - { - "comment": "Permuted: for a list and a permutation", - "filters": [ - [ - "IsList" - ], - [ - "IsPerm" - ] - ], - "rank": 10 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Permuted", - "type": "GAP_Operation" - }, - { - "aka": [ - "FirstOp" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1959 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FirstOp: for a list or collection and a function", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FirstOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "Iterated" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 1987 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Iterated: for a list and a function", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "3args": [ - { - "comment": "Iterated", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ], - [] - ], - "rank": 3 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Iterated", - "type": "GAP_Operation" - }, - { - "aka": [ - "PlainListCopyOp" - ], - "filters": [ - [ - [ - "IsSmallList", - "Tester(IsSmallList)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 2167 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PlainListCopyOp: For an 8 bit vector", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "Is8BitMatrixRep" - ] - ], - "rank": 28 - }, - { - "comment": "PlainListCopyOp: for a GF2 matrix", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsGF2MatrixRep" - ] - ], - "rank": 25 - }, - { - "comment": "PlainListCopyOp: For an 8 bit vector", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "Is8BitVectorRep" - ] - ], - "rank": 24 - }, - { - "comment": "PlainListCopyOp: for a GF2 vector", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsGF2VectorRep" - ] - ], - "rank": 21 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PlainListCopyOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionNot" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ], - [ - [ - "IsList" - ], - [], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 2198 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 2199 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "POSITION_NONZERO_VEC8BIT" - ], - "comment": "PositionNot: for 8-bit vector and 0*Z(p)", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsFFE", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 42 - }, - { - "aka": [ - "POSITION_NONZERO_GF2VEC" - ], - "comment": "PositionNot: for GF(2) vector and 0*Z(2)", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsFFE", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 39 - }, - { - "comment": "PositionNot: default value of third argument ", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [ - { - "aka": [ - "POSITION_NONZERO_VEC8BIT3" - ], - "comment": "PositionNot: for 8-bit vector and 0*Z(p) and starting ix", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsFFE", - "IsZero", - "Tester(IsZero)" - ], - [ - "IsInt" - ] - ], - "rank": 60 - }, - { - "comment": "PositionNot: for GF(2) vector and 0*Z(2) and offset", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsFFE", - "IsZero", - "Tester(IsZero)" - ], - [ - "IsInt" - ] - ], - "rank": 57 - }, - { - "aka": [ - "POSITION_NOT" - ], - "comment": "PositionNot: default method ", - "filters": [ - [ - "IsList" - ], - [], - [ - "IsInt" - ] - ], - "rank": 20 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionNot", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionNonZero" - ], - "filters": [ - [ - [ - "IsHomogeneousList" - ] - ], - [ - [ - "IsHomogeneousList" - ], - [ - "IsInt" - ] - ], - [ - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsMatrixObj" - ] - ], - [ - [ - "IsMatrixObj" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 2237 - }, - { - "file": "/home/makx/ac/gap/lib/list.gd", - "line": 2238 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 167 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 399 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 400 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PositionNonZero: for 8-bit vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 25 - }, - { - "comment": "PositionNonZero: for GF(2) vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 22 - }, - { - "comment": "PositionNonZero: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "PositionNonZero: General method for a row vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 12 - }, - { - "comment": "PositionNonZero: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "PositionNonZero: default method", - "filters": [ - [ - "IsHomogeneousList" - ] - ], - "rank": 4 - } - ], - "2args": [ - { - "comment": "PositionNonZero: for 8-bit vector and starting point", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 43 - }, - { - "comment": "PositionNonZero: for GF(2) vector and offset", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 40 - }, - { - "comment": "PositionNonZero: for a plist matrix, and a position", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsInt" - ] - ], - "rank": 33 - }, - { - "comment": "PositionNonZero: default method with start", - "filters": [ - [ - "IsHomogeneousList" - ], - [ - "IsInt" - ] - ], - "rank": 22 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionNonZero", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 648 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NestingDepthA: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NestingDepthA)" - ] - ], - "rank": 20003 - }, - { - "comment": "NestingDepthA", - "filters": [ - [ - "IsGeneralizedRowVector", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 33 - }, - { - "comment": "NestingDepthA", - "filters": [ - [ - "IsGeneralizedRowVector", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ], - "rank": 33 - }, - { - "comment": "NestingDepthA", - "filters": [ - [ - "IsGeneralizedRowVector", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 30 - }, - { - "comment": "NestingDepthA", - "filters": [ - [ - "IsGeneralizedRowVector", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 30 - }, - { - "comment": "NestingDepthA", - "filters": [ - [ - "Is8BitMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "NestingDepthA", - "filters": [ - [ - "IsGF2MatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "NestingDepthA", - "filters": [ - [ - "Is8BitVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "NestingDepthA", - "filters": [ - [ - "IsGF2VectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "NestingDepthA", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NestingDepthA", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNestingDepthA" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 648 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NestingDepthA): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NestingDepthA): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NestingDepthA)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNestingDepthA" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 648 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NestingDepthA)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 692 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NestingDepthM: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NestingDepthM)" - ] - ], - "rank": 20003 - }, - { - "comment": "NestingDepthM", - "filters": [ - [ - "IsMultiplicativeGeneralizedRowVector", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 45 - }, - { - "comment": "NestingDepthM", - "filters": [ - [ - "IsMultiplicativeGeneralizedRowVector", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ], - "rank": 45 - }, - { - "comment": "NestingDepthM", - "filters": [ - [ - "IsMultiplicativeGeneralizedRowVector", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 31 - }, - { - "comment": "NestingDepthM", - "filters": [ - [ - "IsMultiplicativeGeneralizedRowVector", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 31 - }, - { - "comment": "NestingDepthM", - "filters": [ - [ - "Is8BitMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "NestingDepthM", - "filters": [ - [ - "IsGF2MatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "NestingDepthM", - "filters": [ - [ - "Is8BitVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "NestingDepthM", - "filters": [ - [ - "IsGF2VectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "NestingDepthM", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NestingDepthM", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNestingDepthM" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 692 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NestingDepthM): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NestingDepthM): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NestingDepthM)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNestingDepthM" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 692 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NestingDepthM)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1321 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsZero: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsZero)" - ] - ], - "rank": 20007 - }, - { - "comment": "IsZero: for null map matrix", - "filters": [ - [ - "IsNullMapMatrix" - ] - ], - "rank": 31 - }, - { - "comment": "IsZero: method for a matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "IsZero", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "IsZero: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "IsZero", - "filters": [ - [ - "IsPadicExtensionNumber" - ] - ], - "rank": 14 - }, - { - "comment": "IsZero", - "filters": [ - [ - "IsPurePadicNumber" - ] - ], - "rank": 14 - }, - { - "comment": "IsZero: for a row vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 12 - }, - { - "comment": "IsZero: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "IsZero: for general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - }, - { - "comment": "IsZero: for an additive-element-with-zero", - "filters": [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsZero", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsZero" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1321 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsZero): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsZero): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsZero)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1321 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsZero)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMultiplicativeElementWithOne" - ] - ], - [ - [ - "IsReesMatrixSemigroupElement" - ] - ], - [ - [ - "IsReesZeroMatrixSemigroupElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1339 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsOne: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsOne)" - ] - ], - "rank": 20007 - }, - { - "comment": "IsOne: straight line program perms", - "filters": [ - [ - "IsPerm", - "IsStraightLineProgElm" - ] - ], - "rank": 110 - }, - { - "comment": "IsOne: object with memory", - "filters": [ - [ - "IsObjWithMemory" - ] - ], - "rank": 107 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that is a field homomorphism", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)" - ] - ], - "rank": 23 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that respect add.,add.inv.,mult.,one,scal. mult.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ], - "rank": 21 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that respect add.,add.inv.,mult.,scal. mult.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ], - "rank": 19 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that respect mult.,one,add.,add.inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 19 - }, - { - "comment": "IsOne: using `MappingGeneratorsImages'", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "Tester(MappingGeneratorsImages)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 18 - }, - { - "comment": "IsOne", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that respect add.,add.inv.,scal. mult.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ], - "rank": 17 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that respect mult.,add.,add.inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 17 - }, - { - "comment": "IsOne: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that respect add. and add. inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 15 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that respect mult. and inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 15 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that respect add. and zero", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)" - ] - ], - "rank": 13 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that respect mult. and one", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)" - ] - ], - "rank": 13 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that respect add.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)" - ] - ], - "rank": 11 - }, - { - "comment": "IsOne: method for s.v. gen. mapping that respect mult.", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)" - ] - ], - "rank": 11 - }, - { - "comment": "IsOne: method for s.v. gen. mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 9 - }, - { - "aka": [ - "IS_IDEM_PPERM" - ], - "comment": "IsOne: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "aka": [ - "IS_ID_TRANS" - ], - "comment": "IsOne: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - }, - { - "comment": "IsOne: for a Rees 0-matrix semigroup element", - "filters": [ - [ - "IsReesZeroMatrixSemigroupElement" - ] - ], - "rank": 5 - }, - { - "comment": "IsOne: for a Rees matrix semigroup element", - "filters": [ - [ - "IsReesMatrixSemigroupElement" - ] - ], - "rank": 5 - }, - { - "comment": "IsOne: for a multiplicative-element-with-one", - "filters": [ - [ - "IsMultiplicativeElementWithOne" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsOne" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithOne" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1339 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsOne): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsOne): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMultiplicativeElementWithOne" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1339 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ] - ], - [ - [ - "IsFamily" - ] - ], - [ - [ - "IsCollection", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1415 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ZeroImmutable: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ZeroImmutable)" - ] - ], - "rank": 20007 - }, - { - "comment": "ZeroImmutable: for additive magma with zero (look at family)", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 10014 - }, - { - "comment": "ZeroImmutable: for GF2 Matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 45 - }, - { - "comment": "ZeroImmutable: 8 bit matrix", - "filters": [ - [ - "IsTable", - "IsSmallList", - "Tester(IsSmallList)", - "IsNearAdditiveElementWithZero", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "IsAdditiveElement", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 44 - }, - { - "aka": [ - "ZERO_ATTR_MAT" - ], - "comment": "ZeroImmutable", - "filters": [ - [ - "IsInternalRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithZero))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "IsRectangularTable", - "Tester(IsRectangularTable)" - ] - ], - "rank": 30 - }, - { - "comment": "ZeroImmutable: for a matrix space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsMatrixModule", - "Tester(IsMatrixModule)" - ] - ], - "rank": 29 - }, - { - "comment": "ZeroImmutable: for a row space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)" - ] - ], - "rank": 29 - }, - { - "comment": "ZeroImmutable: for a right ideal", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 27 - }, - { - "comment": "ZeroImmutable: for a left ideal", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)" - ] - ], - "rank": 27 - }, - { - "comment": "ZeroImmutable", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "ZeroImmutable: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "ZeroImmutable: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "aka": [ - "ZERO_MUT", - "ZeroMutable", - "ZeroOp" - ], - "comment": "ZeroImmutable: univariate", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "ZeroImmutable: for an add. magma-with-zero with parent (ask the parent)", - "filters": [ - [ - "Tester(ParentAttr)", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 15 - }, - { - "comment": "ZeroImmutable: for additive magma with zero", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 14 - }, - { - "comment": "ZeroImmutable: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - }, - { - "comment": "ZeroImmutable: for additive magma", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 12 - }, - { - "comment": "ZeroImmutable: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "ZeroImmutable: for a zero element", - "filters": [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 6 - }, - { - "comment": "ZeroImmutable", - "filters": [ - [ - "CategoryFamily(IsPadicExtensionNumber)" - ] - ], - "rank": 5 - }, - { - "comment": "ZeroImmutable", - "filters": [ - [ - "CategoryFamily(IsPurePadicNumber)" - ] - ], - "rank": 5 - }, - { - "comment": "ZeroImmutable: for a family of FFEs", - "filters": [ - [ - "CategoryFamily(IsFFE)" - ] - ], - "rank": 5 - }, - { - "comment": "ZeroImmutable: for an additive-element-with-zero (look at the family)", - "filters": [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ] - ], - "rank": 4 - }, - { - "comment": "ZeroImmutable: for any object (call `ZERO')", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ZeroImmutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetZero", - "SetZeroAttr", - "SetZeroImmutable" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ], - [] - ], - [ - [ - "IsFamily" - ], - [] - ], - [ - [ - "IsCollection", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsAdditiveElement)", - "IsGeneralizedDomain" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1415 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ZeroImmutable): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ZeroImmutable): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ZeroImmutable)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasZero", - "HasZeroAttr", - "HasZeroImmutable" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1415 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ZeroImmutable)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ] - ], - [ - [ - "IsReesMatrixSemigroupElement" - ] - ], - [ - [ - "IsReesZeroMatrixSemigroupElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1422 - }, - { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 117 - }, - { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 118 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ZeroMutable: for Lie object in default representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 10013 - }, - { - "comment": "ZeroMutable: for GF2 Matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 45 - }, - { - "comment": "ZeroMutable: 8 bit matrix", - "filters": [ - [ - "IsTable", - "IsSmallList", - "Tester(IsSmallList)", - "IsNearAdditiveElementWithZero", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "IsAdditiveElement", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "ZeroMutable: for a class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "ZeroMutable: for empty row vector", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ] - ], - "rank": 28 - }, - { - "aka": [ - "ZERO_VEC8BIT" - ], - "comment": "ZeroMutable: For an 8 bit vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 25 - }, - { - "aka": [ - "ZERO_GF2VEC" - ], - "comment": "ZeroMutable: for GF2 vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ] - ], - "rank": 25 - }, - { - "comment": "ZeroMutable: for a partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 23 - }, - { - "comment": "ZeroMutable", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "aka": [ - "ZERO_MUT_LIST_DEFAULT" - ], - "comment": "ZeroMutable", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ] - ], - "rank": 17 - }, - { - "aka": [ - "MeetOfPartialPerms" - ], - "comment": "ZeroMutable: for a partial perm coll", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ], - "rank": 15 - }, - { - "comment": "ZeroMutable: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "ZeroMutable: univariate", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "ZeroMutable: for a direct product element", - "filters": [ - [ - "IsDirectProductElement" - ] - ], - "rank": 15 - }, - { - "comment": "ZeroMutable: for element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj" - ] - ], - "rank": 14 - }, - { - "comment": "ZeroMutable: for a p-adic number", - "filters": [ - [ - "IsPadicNumber" - ] - ], - "rank": 13 - }, - { - "comment": "ZeroMutable: defer to family", - "filters": [ - [ - "IsPolynomialFunction" - ] - ], - "rank": 12 - }, - { - "comment": "ZeroMutable: for UEALattice element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ] - ], - "rank": 12 - }, - { - "comment": "ZeroMutable: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "ZeroMutable: zmodnze : for element in Z/nZ(m) (ZmodnZepsRep)", - "filters": [ - [ - "IsZmodnZepsObj" - ] - ], - "rank": 11 - }, - { - "comment": "ZeroMutable: for s. c. ring element", - "filters": [ - [ - "IsSCRingObj" - ] - ], - "rank": 11 - }, - { - "comment": "ZeroMutable: for a 0-cochain", - "filters": [ - [ - "IsCochain", - "IsZeroCochainRep" - ] - ], - "rank": 11 - }, - { - "comment": "ZeroMutable: for s. c. algebra element", - "filters": [ - [ - "IsSCAlgebraObj" - ] - ], - "rank": 11 - }, - { - "comment": "ZeroMutable: for an f.p. algebra element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ] - ], - "rank": 11 - }, - { - "comment": "ZeroMutable: for magma ring element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 11 - }, - { - "comment": "ZeroMutable: for weight rep element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ] - ], - "rank": 10 - }, - { - "comment": "ZeroMutable: for a cochain", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsCochain" - ] - ], - "rank": 10 - }, - { - "comment": "ZeroMutable: for direct sum elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ] - ], - "rank": 10 - }, - { - "comment": "ZeroMutable: for sparse rowspace elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsSparseRowSpaceElement" - ] - ], - "rank": 10 - }, - { - "comment": "ZeroMutable: for monomial elements", - "filters": [ - [ - "IsMonomialElement", - "IsMonomialElementRep" - ] - ], - "rank": 10 - }, - { - "comment": "ZeroMutable: for an algebra module element in packed representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ] - ], - "rank": 10 - }, - { - "comment": "ZeroMutable: for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - }, - { - "comment": "ZeroMutable: for a (non-copyable) zero element", - "filters": [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 6 - }, - { - "comment": "ZeroMutable: for a Rees 0-matrix semigroup element", - "filters": [ - [ - "IsReesZeroMatrixSemigroupElement" - ] - ], - "rank": 5 - }, - { - "comment": "ZeroMutable: for a Rees matrix semigroup element", - "filters": [ - [ - "IsReesMatrixSemigroupElement" - ] - ], - "rank": 5 - }, - { - "comment": "ZeroMutable: for an additive-element-with-zero (look at the family)", - "filters": [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ZeroMutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "ZERO", - "ZeroSM", - "ZeroSameMutability" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1426 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ZeroSameMutability: for GF2 Matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 45 - }, - { - "comment": "ZeroSameMutability: 8 bit matrix", - "filters": [ - [ - "IsTable", - "IsSmallList", - "Tester(IsSmallList)", - "IsNearAdditiveElementWithZero", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "IsAdditiveElement", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "ZeroSameMutability: for null map matrix", - "filters": [ - [ - "IsNullMapMatrix" - ] - ], - "rank": 31 - }, - { - "comment": "ZeroSameMutability: for GF2 vector, mutable", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "ZeroSameMutability: For an 8 bit vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 25 - }, - { - "comment": "ZeroSameMutability: for GF2 vector, immutable", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ] - ], - "rank": 25 - }, - { - "aka": [ - "ZERO_LIST_DEFAULT" - ], - "comment": "ZeroSameMutability", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ] - ], - "rank": 17 - }, - { - "comment": "ZeroSameMutability: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "ZeroSameMutability: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "ZeroSameMutability: for an (immutable) object", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ZeroSameMutability", - "type": "GAP_Operation" - }, - { - "aka": [ - "+", - "SUM" - ], - "filters": [ - [ - [ - "IsExtAElement" - ], - [ - "IsExtAElement" - ] - ], - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1434 - }, - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 663 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "+: for a scalar and the base module (ResClasses)", - "filters": [ - [], - [ - "IsRowModule", - "Tester(IsRowModule)" - ] - ], - "rank": 10027 - }, - { - "comment": "+: for a ring element and the base ring (ResClasses)", - "filters": [ - [], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 10026 - }, - { - "comment": "+: for the base ring and a ring element (ResClasses)", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [] - ], - "rank": 10005 - }, - { - "aka": [ - "SUM_GF2MAT_GF2MAT" - ], - "comment": "+: for GF2 matrix and GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 90 - }, - { - "aka": [ - "SUM_MAT8BIT_MAT8BIT" - ], - "comment": "+: For two 8 bit matrices in same characteristic", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 88 - }, - { - "comment": "+: for two empty matrices", - "filters": [ - [ - "IsTable", - "IsEmpty", - "Tester(IsEmpty)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsTable", - "IsEmpty", - "Tester(IsEmpty)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 84 - }, - { - "comment": "+: for two characters", - "filters": [ - [ - "IsClassFunction", - "IsCharacter", - "Tester(IsCharacter)" - ], - [ - "IsClassFunction", - "IsCharacter", - "Tester(IsCharacter)" - ] - ], - "rank": 70 - }, - { - "comment": "+: for two ordinary block matrices", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ], - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 68 - }, - { - "comment": "+: for two virtual characters", - "filters": [ - [ - "IsClassFunction", - "IsVirtualCharacter", - "Tester(IsVirtualCharacter)" - ], - [ - "IsClassFunction", - "IsVirtualCharacter", - "Tester(IsVirtualCharacter)" - ] - ], - "rank": 66 - }, - { - "comment": "+: for two null map matrices", - "filters": [ - [ - "IsNullMapMatrix" - ], - [ - "IsNullMapMatrix" - ] - ], - "rank": 62 - }, - { - "comment": "+: for two Gaussian row spaces", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ] - ], - "rank": 60 - }, - { - "comment": "+: method for two two-sided ideals", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 56 - }, - { - "comment": "+: for two empty row vectors in the same family", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ], - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ] - ], - "rank": 56 - }, - { - "aka": [ - "SumOfMappingAndMBM" - ], - "comment": "+: for linear m.b.i. and linear m.b.m.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsLinearGeneralMappingByImagesDefaultRep" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsLinearMappingByMatrixDefaultRep" - ] - ], - "rank": 54 - }, - { - "aka": [ - "SumOfMBMAndMapping" - ], - "comment": "+: for linear m.b.m. and linear m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsLinearMappingByMatrixDefaultRep" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 54 - }, - { - "comment": "+: method for two right ideals", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(RightActingRingOfIdeal)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 54 - }, - { - "comment": "+: method for two left ideals", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)" - ] - ], - "rank": 54 - }, - { - "comment": "+: for two rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - }, - { - "aka": [ - "SUM_VEC8BIT_VEC8BIT" - ], - "comment": "+: For two 8 bit vectors in same characteristic", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 50 - }, - { - "aka": [ - "SUM_GF2VEC_GF2VEC" - ], - "comment": "+: for GF2 vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ] - ], - "rank": 50 - }, - { - "comment": "+: For an 8 bit vector of char 2 and a GF2 vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 47 - }, - { - "comment": "+: For a GF2 vector and an 8 bit vector of char 2", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 47 - }, - { - "comment": "+: for two left modules", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 44 - }, - { - "comment": "+: for a grv, and an ordinary block matrix", - "filters": [ - [ - "IsGeneralizedRowVector" - ], - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 42 - }, - { - "comment": "+: for an ordinary block matrix, and a grv", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ], - [ - "IsGeneralizedRowVector" - ] - ], - "rank": 42 - }, - { - "comment": "+: for ring ring general mapping and ring g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ], - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 38 - }, - { - "comment": "+: for ring g.m.b.i. and ring general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "IsRingGeneralMappingByImagesDefaultRep" - ], - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 38 - }, - { - "comment": "+: for mapping and linear m.b.m.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsLinearMappingByMatrixDefaultRep" - ] - ], - "rank": 38 - }, - { - "comment": "+: for linear m.b.m. and mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsLinearMappingByMatrixDefaultRep" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 38 - }, - { - "comment": "+: for mapping and linear m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 38 - }, - { - "comment": "+: for linear m.b.i. and mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsLinearGeneralMappingByImagesDefaultRep" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 38 - }, - { - "comment": "+: for internal FFE and element in Z/pZ (ModulusRep)", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 36 - }, - { - "comment": "+: for element in Z/pZ (ModulusRep) and internal FFE", - "filters": [ - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 36 - }, - { - "comment": "+", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 34 - }, - { - "comment": "+: for integer and element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsInt" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 34 - }, - { - "comment": "+: for element in Z/nZ (ModulusRep) and integer", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsInt" - ] - ], - "rank": 34 - }, - { - "comment": "+: BFElm+BFElm", - "filters": [ - [ - "IsAlgBFRep" - ], - [ - "IsAlgBFRep" - ] - ], - "rank": 34 - }, - { - "comment": "+: BFElm+AlgElm", - "filters": [ - [ - "IsAlgBFRep" - ], - [ - "IsKroneckerConstRep" - ] - ], - "rank": 34 - }, - { - "comment": "+: AlgElm+BFElm", - "filters": [ - [ - "IsKroneckerConstRep" - ], - [ - "IsAlgBFRep" - ] - ], - "rank": 34 - }, - { - "comment": "+: AlgElm+AlgElm", - "filters": [ - [ - "IsKroneckerConstRep" - ], - [ - "IsKroneckerConstRep" - ] - ], - "rank": 34 - }, - { - "aka": [ - "SUM_LAURPOLS" - ], - "comment": "+: laurent + laurent", - "filters": [ - [ - "IsPolynomialFunction", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsPolynomialFunction", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 34 - }, - { - "comment": "+", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ], - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ] - ], - "rank": 34 - }, - { - "comment": "+: for rational and element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsRat" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 33 - }, - { - "comment": "+: for element in Z/nZ (ModulusRep) and rational", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsRat" - ] - ], - "rank": 33 - }, - { - "comment": "+: for two checking plist matrices", - "filters": [ - [ - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsPlistMatrixRep", - "IsCheckingMatrix" - ] - ], - "rank": 32 - }, - { - "comment": "+", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 32 - }, - { - "comment": "+", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE" - ] - ], - "rank": 32 - }, - { - "comment": "+: for a rational and a FFE", - "filters": [ - [ - "IsRat" - ], - [ - "IsFFE" - ] - ], - "rank": 32 - }, - { - "comment": "+: for a FFE and a rational", - "filters": [ - [ - "IsFFE" - ], - [ - "IsRat" - ] - ], - "rank": 32 - }, - { - "comment": "+: for two elements in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 32 - }, - { - "comment": "+: for two unknowns", - "filters": [ - [ - "IsUnknown" - ], - [ - "IsUnknown" - ] - ], - "rank": 32 - }, - { - "comment": "+: for cyclotomic and unknown", - "filters": [ - [ - "IsCyc" - ], - [ - "IsUnknown" - ] - ], - "rank": 32 - }, - { - "comment": "+: for unknown and cyclotomic", - "filters": [ - [ - "IsUnknown" - ], - [ - "IsCyc" - ] - ], - "rank": 32 - }, - { - "comment": "+: for general mapping and algebra g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 32 - }, - { - "comment": "+: for an algebra g.m.b.i. and general mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 32 - }, - { - "comment": "+: for `-infinity' and `-infinity'", - "filters": [ - [ - "IsNegInfinity" - ], - [ - "IsNegInfinity" - ] - ], - "rank": 32 - }, - { - "comment": "+: for cyclotomic and `-infinity'", - "filters": [ - [ - "IsCyc" - ], - [ - "IsNegInfinity" - ] - ], - "rank": 32 - }, - { - "comment": "+: for `-infinity' and cyclotomic", - "filters": [ - [ - "IsNegInfinity" - ], - [ - "IsCyc" - ] - ], - "rank": 32 - }, - { - "comment": "+: for `infinity' and `infinity'", - "filters": [ - [ - "IsInfinity" - ], - [ - "IsInfinity" - ] - ], - "rank": 32 - }, - { - "comment": "+: for cyclotomic and `infinity'", - "filters": [ - [ - "IsCyc" - ], - [ - "IsInfinity" - ] - ], - "rank": 32 - }, - { - "comment": "+: for `infinity' and cyclotomic", - "filters": [ - [ - "IsInfinity" - ], - [ - "IsCyc" - ] - ], - "rank": 32 - }, - { - "comment": "+: for object, and class function", - "filters": [ - [], - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "+: for class function, and object", - "filters": [ - [ - "IsClassFunction" - ], - [] - ], - "rank": 31 - }, - { - "comment": "+: for two plist matrices", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 30 - }, - { - "comment": "+", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE" - ] - ], - "rank": 30 - }, - { - "aka": [ - "SUM_UNIVFUNCS" - ], - "comment": "+: univariate + univariate", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 30 - }, - { - "comment": "+: for general mapping and linear g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 30 - }, - { - "comment": "+: for linear g.m.b.i. and general mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 30 - }, - { - "comment": "+: for two direct product elements", - "filters": [ - [ - "IsDirectProductElement" - ], - [ - "IsDirectProductElement" - ] - ], - "rank": 30 - }, - { - "comment": "+: for float and rational", - "filters": [ - [ - "IsFloat" - ], - [ - "IsRat" - ] - ], - "rank": 29 - }, - { - "comment": "+: for rational and float", - "filters": [ - [ - "IsRat" - ], - [ - "IsFloat" - ] - ], - "rank": 29 - }, - { - "comment": "+", - "filters": [ - [ - "IsPadicExtensionNumber" - ], - [ - "IsPadicExtensionNumber" - ] - ], - "rank": 28 - }, - { - "comment": "+", - "filters": [ - [ - "IsPurePadicNumber" - ], - [ - "IsPurePadicNumber" - ] - ], - "rank": 28 - }, - { - "comment": "+: zmodnze : for cyclotomic and element in Z/nZ(m) (ZmodnZepsRep)", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 28 - }, - { - "comment": "+: zmodnze : for element in Z/nZ(m) (ZmodnZepsRep) and cyclotomic", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 28 - }, - { - "comment": "+: polynomial + polynomial", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 28 - }, - { - "comment": "+: zmodnze : for two elements in Z/nZ(m) (ZmodnZepsRep)", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ], - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 26 - }, - { - "comment": "+: rat-fun + rat-fun", - "filters": [ - [ - "IsRationalFunction" - ], - [ - "IsRationalFunction" - ] - ], - "rank": 26 - }, - { - "comment": "+: for s. c. ring elements in dense vector rep.", - "filters": [ - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "+: for two Lie objects in default representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ], - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 26 - }, - { - "comment": "+: for s. c. algebra elements in dense vector rep.", - "filters": [ - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "+: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ], - "rank": 25 - }, - { - "comment": "+: FElm+BFElm", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsAlgBFRep" - ] - ], - "rank": 25 - }, - { - "comment": "+: BFElm+FElm", - "filters": [ - [ - "IsAlgBFRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 25 - }, - { - "comment": "+: FElm+AlgElm", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsKroneckerConstRep" - ] - ], - "rank": 25 - }, - { - "comment": "+: AlgElm+FElm", - "filters": [ - [ - "IsKroneckerConstRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 25 - }, - { - "comment": "+: laurent + coeff", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 25 - }, - { - "aka": [ - "SumCoeffLaurpol" - ], - "comment": "+: coeff + laurent", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 25 - }, - { - "comment": "+: laurent + coeff(embed)", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 25 - }, - { - "comment": "+: coeff(embed) + laurent", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 25 - }, - { - "aka": [ - "SUM_LIST_SCL_DEFAULT" - ], - "comment": "+: for a default list, and a direct product element", - "filters": [ - [ - "IsListDefault" - ], - [ - "IsDirectProductElement" - ] - ], - "rank": 25 - }, - { - "aka": [ - "SUM_SCL_LIST_DEFAULT" - ], - "comment": "+: for a direct product element, and a default list", - "filters": [ - [ - "IsDirectProductElement" - ], - [ - "IsListDefault" - ] - ], - "rank": 25 - }, - { - "comment": "+: for two checking plist vectors", - "filters": [ - [ - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsPlistVectorRep", - "IsCheckingVector" - ] - ], - "rank": 24 - }, - { - "comment": "+: for two UEALattice elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ] - ], - "rank": 24 - }, - { - "comment": "+: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 24 - }, - { - "comment": "+: for zero mapping and general mapping", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 24 - }, - { - "comment": "+: for general mapping and zero mapping", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ] - ], - "rank": 24 - }, - { - "comment": "+: for two info selectors", - "filters": [ - [ - "IsSSortedList", - "Tester(IS_SSORT_LIST)", - "CategoryCollections(IsInfoClass)" - ], - [ - "IsSSortedList", - "Tester(IS_SSORT_LIST)", - "CategoryCollections(IsInfoClass)" - ] - ], - "rank": 24 - }, - { - "comment": "+: univariate + coeff", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 23 - }, - { - "aka": [ - "SumCoeffUnivfunc" - ], - "comment": "+: coeff + univariate", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 23 - }, - { - "comment": "+: for two plist vectors", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 22 - }, - { - "comment": "+: coeff + polynomial ", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 22 - }, - { - "comment": "+: polynomial + coeff", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 22 - }, - { - "comment": "+: for two 0-cochains", - "filters": [ - [ - "IsCochain", - "IsZeroCochainRep" - ], - [ - "IsCochain", - "IsZeroCochainRep" - ] - ], - "rank": 22 - }, - { - "comment": "+: for s. c. algebra elements", - "filters": [ - [ - "IsSCAlgebraObj" - ], - [ - "IsSCAlgebraObj" - ] - ], - "rank": 22 - }, - { - "comment": "+: fp algebra elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ], - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ] - ], - "rank": 22 - }, - { - "comment": "+: for two magma ring elements", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 22 - }, - { - "comment": "+: for ring element, and Lie object in default representation", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 21 - }, - { - "comment": "+: for Lie object in default representation, and ring element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 21 - }, - { - "comment": "+: coeff + ratfun ", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPolynomialFunction" - ] - ], - "rank": 20 - }, - { - "comment": "+: ratfun + coeff", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 20 - }, - { - "comment": "+: for weight rep elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ], - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ] - ], - "rank": 20 - }, - { - "comment": "+: for two cochains", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsCochain" - ], - [ - "IsPackedElementDefaultRep", - "IsCochain" - ] - ], - "rank": 20 - }, - { - "comment": "+: for direct sum elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ], - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ] - ], - "rank": 20 - }, - { - "comment": "+: for sparse rowspace elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsSparseRowSpaceElement" - ], - [ - "IsPackedElementDefaultRep", - "IsSparseRowSpaceElement" - ] - ], - "rank": 20 - }, - { - "comment": "+: for monomial elements", - "filters": [ - [ - "IsMonomialElement", - "IsMonomialElementRep" - ], - [ - "IsMonomialElement", - "IsMonomialElementRep" - ] - ], - "rank": 20 - }, - { - "comment": "+: for two algebra module elements in packed representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ], - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ] - ], - "rank": 20 - }, - { - "comment": "+: for additive element and additive group", - "filters": [ - [ - "IsAdditiveElement" - ], - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 19 - }, - { - "comment": "+: for additive group and additive element", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsAdditiveElement" - ] - ], - "rank": 19 - }, - { - "comment": "+: for a vector and an algebra module element in packed representation", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ], - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ] - ], - "rank": 17 - }, - { - "comment": "+: for an algebra module element in packed representation and a vector", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 17 - }, - { - "comment": "+", - "filters": [ - [], - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ] - ], - "rank": 17 - }, - { - "comment": "+", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ], - [] - ], - "rank": 17 - }, - { - "comment": "+: univariate + rat", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsRat" - ] - ], - "rank": 15 - }, - { - "comment": "+: rat + univariate", - "filters": [ - [ - "IsRat" - ], - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "+: for additive element and additive coset", - "filters": [ - [ - "IsAdditiveElement" - ], - [ - "IsAdditiveCoset" - ] - ], - "rank": 15 - }, - { - "comment": "+: for additive coset and additive element", - "filters": [ - [ - "IsAdditiveCoset" - ], - [ - "IsAdditiveElement" - ] - ], - "rank": 15 - }, - { - "comment": "+: for a non-list, and a direct product element", - "filters": [ - [], - [ - "IsDirectProductElement" - ] - ], - "rank": 15 - }, - { - "comment": "+: for a direct product element, and a non-list", - "filters": [ - [ - "IsDirectProductElement" - ], - [] - ], - "rank": 15 - }, - { - "comment": "+: for a ring element and a union of res.-cl. with fixed rep's (ResClasses)", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 14 - }, - { - "comment": "+: for a union of res.-cl. with fixed rep's and a ring element (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 14 - }, - { - "comment": "+: for magma ring element and magma element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 14 - }, - { - "comment": "+: for magma element and magma ring element", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 14 - }, - { - "comment": "+: for info selector and info class", - "filters": [ - [ - "IsSSortedList", - "Tester(IS_SSORT_LIST)", - "CategoryCollections(IsInfoClass)" - ], - [ - "IsInfoClass" - ] - ], - "rank": 13 - }, - { - "comment": "+: for info class and info selector", - "filters": [ - [ - "IsInfoClass" - ], - [ - "IsSSortedList", - "Tester(IS_SSORT_LIST)", - "CategoryCollections(IsInfoClass)" - ] - ], - "rank": 13 - }, - { - "comment": "+: rat + ratfun ", - "filters": [ - [ - "IsRat" - ], - [ - "IsPolynomialFunction" - ] - ], - "rank": 12 - }, - { - "comment": "+: ratfun + rat", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsRat" - ] - ], - "rank": 12 - }, - { - "comment": "+: for residue class union in sparse rep. and ring element (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [] - ], - "rank": 9 - }, - { - "comment": "+: for residue class union in standard rep. and ring element (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [] - ], - "rank": 9 - }, - { - "comment": "+: for ring element and residue class union (ResClasses)", - "filters": [ - [], - [ - "IsResidueClassUnion" - ] - ], - "rank": 6 - }, - { - "comment": "+: for two info classes", - "filters": [ - [ - "IsInfoClass" - ], - [ - "IsInfoClass" - ] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "+", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1497 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AdditiveInverseImmutable: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AdditiveInverseImmutable)" - ] - ], - "rank": 20008 - }, - { - "comment": "AdditiveInverseImmutable: for GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 45 - }, - { - "comment": "AdditiveInverseImmutable: 8 bit matrix", - "filters": [ - [ - "IsTable", - "IsSmallList", - "Tester(IsSmallList)", - "IsNearAdditiveElementWithZero", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "IsAdditiveElement", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 44 - }, - { - "aka": [ - "AINV_VEC8BIT_IMMUTABLE" - ], - "comment": "AdditiveInverseImmutable: For an 8 bit vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 25 - }, - { - "comment": "AdditiveInverseImmutable: for GF2 vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ] - ], - "rank": 25 - }, - { - "comment": "AdditiveInverseImmutable: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "AdditiveInverseImmutable: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "AdditiveInverseImmutable: for a zero element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 7 - }, - { - "comment": "AdditiveInverseImmutable: for any object (call `AINV')", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdditiveInverseImmutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAdditiveInverse", - "SetAdditiveInverseAttr", - "SetAdditiveInverseImmutable" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1497 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AdditiveInverseImmutable): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AdditiveInverseImmutable): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AdditiveInverseImmutable)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAdditiveInverse", - "HasAdditiveInverseAttr", - "HasAdditiveInverseImmutable" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1497 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AdditiveInverseImmutable)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AINV_MUT", - "AdditiveInverseMutable", - "AdditiveInverseOp" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1502 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AdditiveInverseMutable: for GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 45 - }, - { - "comment": "AdditiveInverseMutable: 8 bit matrix", - "filters": [ - [ - "IsTable", - "IsSmallList", - "Tester(IsSmallList)", - "IsNearAdditiveElementWithZero", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "IsAdditiveElement", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "AdditiveInverseMutable: for an ordinary block matrix", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 34 - }, - { - "comment": "AdditiveInverseMutable: for a virtual character", - "filters": [ - [ - "IsClassFunction", - "IsVirtualCharacter", - "Tester(IsVirtualCharacter)" - ] - ], - "rank": 33 - }, - { - "comment": "AdditiveInverseMutable: for a class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "AdditiveInverseMutable: for a null map matrix", - "filters": [ - [ - "IsNullMapMatrix" - ] - ], - "rank": 31 - }, - { - "comment": "AdditiveInverseMutable: for empty row vector", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ] - ], - "rank": 28 - }, - { - "comment": "AdditiveInverseMutable: for base module (ResClasses)", - "filters": [ - [ - "IsRowModule", - "Tester(IsRowModule)" - ] - ], - "rank": 27 - }, - { - "comment": "AdditiveInverseMutable: for base ring (ResClasses)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - }, - { - "aka": [ - "AINV_VEC8BIT_MUTABLE" - ], - "comment": "AdditiveInverseMutable: For an 8 bit vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 25 - }, - { - "comment": "AdditiveInverseMutable: for GF2 vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ] - ], - "rank": 25 - }, - { - "comment": "AdditiveInverseMutable: for algebra g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 25 - }, - { - "comment": "AdditiveInverseMutable: for ring g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "AdditiveInverseMutable: for linear m.b.m.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearMappingByMatrixDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "AdditiveInverseMutable: for linear g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "AdditiveInverseMutable", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "AdditiveInverseMutable: BFElm", - "filters": [ - [ - "IsAlgBFRep" - ] - ], - "rank": 17 - }, - { - "comment": "AdditiveInverseMutable: AlgElm", - "filters": [ - [ - "IsKroneckerConstRep" - ] - ], - "rank": 17 - }, - { - "comment": "AdditiveInverseMutable: laurent polynomial", - "filters": [ - [ - "IsPolynomialFunction", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 17 - }, - { - "aka": [ - "AINV_MUT_LIST_DEFAULT" - ], - "comment": "AdditiveInverseMutable", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ] - ], - "rank": 17 - }, - { - "comment": "AdditiveInverseMutable: for element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 16 - }, - { - "comment": "AdditiveInverseMutable: for an unknown", - "filters": [ - [ - "IsUnknown" - ] - ], - "rank": 16 - }, - { - "comment": "AdditiveInverseMutable: for `-infinity'", - "filters": [ - [ - "IsNegInfinity" - ] - ], - "rank": 16 - }, - { - "comment": "AdditiveInverseMutable: for `infinity'", - "filters": [ - [ - "IsInfinity" - ] - ], - "rank": 16 - }, - { - "comment": "AdditiveInverseMutable: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "AdditiveInverseMutable: univariate", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "AdditiveInverseMutable: for a direct product element", - "filters": [ - [ - "IsDirectProductElement" - ] - ], - "rank": 15 - }, - { - "comment": "AdditiveInverseMutable", - "filters": [ - [ - "IsPadicExtensionNumber" - ] - ], - "rank": 14 - }, - { - "comment": "AdditiveInverseMutable", - "filters": [ - [ - "IsPurePadicNumber" - ] - ], - "rank": 14 - }, - { - "aka": [ - "ADDITIVE_INV_POLYNOMIAL" - ], - "comment": "AdditiveInverseMutable: polynomial", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 14 - }, - { - "comment": "AdditiveInverseMutable: zmodnze : for element in Z/nZ(m) (ZmodnZepsRep)", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 13 - }, - { - "aka": [ - "ADDITIVE_INV_RATFUN" - ], - "comment": "AdditiveInverseMutable: rational function", - "filters": [ - [ - "IsRationalFunction" - ] - ], - "rank": 13 - }, - { - "comment": "AdditiveInverseMutable: for Lie object in default representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 13 - }, - { - "comment": "AdditiveInverseMutable: for UEALattice element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ] - ], - "rank": 12 - }, - { - "comment": "AdditiveInverseMutable: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "AdditiveInverseMutable: for s. c. ring element", - "filters": [ - [ - "IsSCRingObj" - ] - ], - "rank": 11 - }, - { - "comment": "AdditiveInverseMutable: for a 0-cochain", - "filters": [ - [ - "IsCochain", - "IsZeroCochainRep" - ] - ], - "rank": 11 - }, - { - "comment": "AdditiveInverseMutable: for s. c. algebra element", - "filters": [ - [ - "IsSCAlgebraObj" - ] - ], - "rank": 11 - }, - { - "comment": "AdditiveInverseMutable: fp algebra element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ] - ], - "rank": 11 - }, - { - "comment": "AdditiveInverseMutable: for magma ring element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 11 - }, - { - "comment": "AdditiveInverseMutable: for a weight rep element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ] - ], - "rank": 10 - }, - { - "comment": "AdditiveInverseMutable: for a cochain", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsCochain" - ] - ], - "rank": 10 - }, - { - "comment": "AdditiveInverseMutable: for a direct sum element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ] - ], - "rank": 10 - }, - { - "comment": "AdditiveInverseMutable: for a sparse rowspace element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsSparseRowSpaceElement" - ] - ], - "rank": 10 - }, - { - "comment": "AdditiveInverseMutable: for a monomial element", - "filters": [ - [ - "IsMonomialElement", - "IsMonomialElementRep" - ] - ], - "rank": 10 - }, - { - "comment": "AdditiveInverseMutable: for an algebra module element in packed representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ] - ], - "rank": 10 - }, - { - "comment": "AdditiveInverseMutable: for residue class unions in sparse rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ] - ], - "rank": 9 - }, - { - "comment": "AdditiveInverseMutable: for residue class unions in standard rep. (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ] - ], - "rank": 9 - }, - { - "comment": "AdditiveInverseMutable: for a (non-copyable) zero element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 7 - }, - { - "comment": "AdditiveInverseMutable: for unions of residue classes with fixed rep's (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdditiveInverseMutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "AINV", - "AdditiveInverseSM", - "AdditiveInverseSameMutability" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1506 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AdditiveInverseSameMutability: for GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 45 - }, - { - "comment": "AdditiveInverseSameMutability: 8 bit matrix", - "filters": [ - [ - "IsTable", - "IsSmallList", - "Tester(IsSmallList)", - "IsNearAdditiveElementWithZero", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "IsAdditiveElement", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "AdditiveInverseSameMutability: for a null map matrix", - "filters": [ - [ - "IsNullMapMatrix" - ] - ], - "rank": 31 - }, - { - "comment": "AdditiveInverseSameMutability: for GF2 vector, mutable", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ] - ], - "rank": 26 - }, - { - "aka": [ - "AINV_VEC8BIT_SAME_MUTABILITY" - ], - "comment": "AdditiveInverseSameMutability: For an 8 bit vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 25 - }, - { - "comment": "AdditiveInverseSameMutability: for GF2 vector, immutable", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ] - ], - "rank": 25 - }, - { - "aka": [ - "AINV_LIST_DEFAULT" - ], - "comment": "AdditiveInverseSameMutability", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ] - ], - "rank": 17 - }, - { - "comment": "AdditiveInverseSameMutability: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "AdditiveInverseSameMutability: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "AdditiveInverseSameMutability: for an (immutable) object", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdditiveInverseSameMutability", - "type": "GAP_Operation" - }, - { - "aka": [ - "-", - "DIFF" - ], - "filters": [ - [ - [ - "IsExtAElement" - ], - [ - "IsNearAdditiveElementWithInverse" - ] - ], - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1515 - }, - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 664 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "-: for GF2 matrix and GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 90 - }, - { - "aka": [ - "DIFF_MAT8BIT_MAT8BIT" - ], - "comment": "-: For two 8 bit matrices in same characteristic", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 88 - }, - { - "aka": [ - "DIFF_VEC8BIT_VEC8BIT" - ], - "comment": "-: For two 8bit vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 50 - }, - { - "comment": "-: for GF2 vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ] - ], - "rank": 50 - }, - { - "comment": "-: For an 8 bit vector of char 2 and a GF2 vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 47 - }, - { - "comment": "-: For a GF2 vector and an 8 bit vector of char 2", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 47 - }, - { - "comment": "-: for internal FFE and element in Z/pZ (ModulusRep)", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 36 - }, - { - "comment": "-: for element in Z/pZ (ModulusRep) and internal FFE", - "filters": [ - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 36 - }, - { - "comment": "-: for two unknowns in default representation", - "filters": [ - [ - "IsUnknown", - "IsUnknownDefaultRep" - ], - [ - "IsUnknown", - "IsUnknownDefaultRep" - ] - ], - "rank": 36 - }, - { - "comment": "-", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 34 - }, - { - "comment": "-: for integer and element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsInt" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 34 - }, - { - "comment": "-: for element in Z/nZ (ModulusRep) and integer", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsInt" - ] - ], - "rank": 34 - }, - { - "aka": [ - "DIFF_LAURPOLS" - ], - "comment": "-: laurent - laurent", - "filters": [ - [ - "IsPolynomialFunction", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsPolynomialFunction", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 34 - }, - { - "comment": "-", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ], - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ] - ], - "rank": 34 - }, - { - "comment": "-: for rational and element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsRat" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 33 - }, - { - "comment": "-: for element in Z/nZ (ModulusRep) and rational", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsRat" - ] - ], - "rank": 33 - }, - { - "comment": "-: for two checking plist matrices", - "filters": [ - [ - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsPlistMatrixRep", - "IsCheckingMatrix" - ] - ], - "rank": 32 - }, - { - "comment": "-", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 32 - }, - { - "comment": "-", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE" - ] - ], - "rank": 32 - }, - { - "comment": "-: for two elements in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 32 - }, - { - "comment": "-: for cyclotomic and unknown", - "filters": [ - [ - "IsCyc" - ], - [ - "IsUnknown" - ] - ], - "rank": 32 - }, - { - "comment": "-: for unknown and cyclotomic", - "filters": [ - [ - "IsUnknown" - ], - [ - "IsCyc" - ] - ], - "rank": 32 - }, - { - "comment": "-: for two plist matrices", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 30 - }, - { - "comment": "-", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE" - ] - ], - "rank": 30 - }, - { - "aka": [ - "DIFF_UNIVFUNCS" - ], - "comment": "-: univariate - univariate", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 30 - }, - { - "comment": "-: for float and rational", - "filters": [ - [ - "IsFloat" - ], - [ - "IsRat" - ] - ], - "rank": 29 - }, - { - "comment": "-: for rational and float", - "filters": [ - [ - "IsRat" - ], - [ - "IsFloat" - ] - ], - "rank": 29 - }, - { - "comment": "-", - "filters": [ - [ - "IsPadicExtensionNumber" - ], - [ - "IsPadicExtensionNumber" - ] - ], - "rank": 28 - }, - { - "comment": "-: for s. c. ring elements in dense vector rep.", - "filters": [ - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "-: for two Lie objects in default representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ], - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 26 - }, - { - "comment": "-: for s. c. algebra elements in dense vector rep.", - "filters": [ - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "-: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ], - "rank": 25 - }, - { - "comment": "-: for two checking plist vectors", - "filters": [ - [ - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsPlistVectorRep", - "IsCheckingVector" - ] - ], - "rank": 24 - }, - { - "comment": "-: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 24 - }, - { - "comment": "-: for two plist vectors", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 22 - }, - { - "comment": "-: for s. c. algebra elements", - "filters": [ - [ - "IsSCAlgebraObj" - ], - [ - "IsSCAlgebraObj" - ] - ], - "rank": 22 - }, - { - "comment": "-: fp algebra elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ], - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ] - ], - "rank": 22 - }, - { - "comment": "-: for ring element, and Lie object in default representation", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 21 - }, - { - "comment": "-: for Lie object in default representation, and ring element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 21 - }, - { - "comment": "-", - "filters": [ - [ - "IsGeneralizedRowVector" - ], - [ - "IsGeneralizedRowVector" - ] - ], - "rank": 16 - }, - { - "comment": "-: for a ring element and a union of res.-cl. with fixed rep's (ResClasses)", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 14 - }, - { - "comment": "-: for a union of res.-cl. with fixed rep's and a ring element (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 14 - }, - { - "comment": "-: for magma ring element and magma element", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 14 - }, - { - "comment": "-: for magma ring element and magma element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 14 - }, - { - "comment": "-", - "filters": [ - [], - [ - "IsGeneralizedRowVector" - ] - ], - "rank": 8 - }, - { - "comment": "-", - "filters": [ - [ - "IsGeneralizedRowVector" - ], - [] - ], - "rank": 8 - }, - { - "aka": [ - "DIFF_DEFAULT" - ], - "comment": "-: for external add. element, and additive-element-with-zero", - "filters": [ - [ - "IsExtAElement" - ], - [ - "IsNearAdditiveElementWithInverse" - ] - ], - "rank": 5 - }, - { - "comment": "-: for ring element and residue class union (ResClasses)", - "filters": [ - [], - [ - "IsListOrCollection" - ] - ], - "rank": 1 - }, - { - "comment": "-: for residue class union and ring element (ResClasses)", - "filters": [ - [ - "IsListOrCollection" - ], - [] - ], - "rank": 1 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "-", - "type": "GAP_Operation" - }, - { - "aka": [ - "*", - "PROD" - ], - "filters": [ - [ - [ - "IsExtRElement" - ], - [ - "IsExtLElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1522 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "*: additive element with zero * zero integer", - "filters": [ - [ - "IsNearAdditiveElementWithZero" - ], - [ - "IsInt", - "IsZeroCyc" - ] - ], - "rank": 10024 - }, - { - "aka": [ - "PROD_INT_OBJ" - ], - "comment": "*: zero integer * additive element with zero", - "filters": [ - [ - "IsInt", - "IsZeroCyc" - ], - [ - "IsNearAdditiveElementWithZero" - ] - ], - "rank": 10024 - }, - { - "comment": "*: objects with memory", - "filters": [ - [ - "IsObjWithMemory" - ], - [ - "IsObjWithMemory" - ] - ], - "rank": 214 - }, - { - "comment": "*: straight line program elements", - "filters": [ - [ - "IsStraightLineProgElm" - ], - [ - "IsStraightLineProgElm" - ] - ], - "rank": 214 - }, - { - "comment": "*: for a row vector and a matrix with memory", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsObjWithMemory" - ] - ], - "rank": 151 - }, - { - "comment": "*: for a matrix with memory and a scalar", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsObjWithMemory" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 144 - }, - { - "comment": "*: for a scalar and a matrix with memory", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsObjWithMemory" - ] - ], - "rank": 144 - }, - { - "comment": "*: x with straight line program element", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsStraightLineProgElm" - ] - ], - "rank": 110 - }, - { - "comment": "*: straight line program element with x", - "filters": [ - [ - "IsStraightLineProgElm" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 110 - }, - { - "comment": "*: More efficient non-recursive kernel method for vector*matrix of cyclotomics", - "filters": [ - [ - "IsPlistRep", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(IsCyclotomic)", - "IsListDefault" - ], - [ - "IsPlistRep", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(CategoryCollections(IsCyclotomic))", - "IsListDefault", - "IsRectangularTable", - "Tester(IsRectangularTable)" - ] - ], - "rank": 96 - }, - { - "comment": "*: More efficient non-recursive method for matrix*matrix of cyclotomics", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(CategoryCollections(IsCyclotomic))", - "IsListDefault" - ], - [ - "IsPlistRep", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(CategoryCollections(IsCyclotomic))", - "IsListDefault", - "IsRectangularTable", - "Tester(IsRectangularTable)" - ] - ], - "rank": 95 - }, - { - "aka": [ - "PROD_GF2MAT_GF2MAT" - ], - "comment": "*: for GF2 matrix and GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 90 - }, - { - "aka": [ - "PROD_MAT8BIT_MAT8BIT" - ], - "comment": "*: 8 bit matrix * 8 bit matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 88 - }, - { - "comment": "*: for two empty matrices", - "filters": [ - [ - "IsTable", - "IsEmpty", - "Tester(IsEmpty)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsTable", - "IsEmpty", - "Tester(IsEmpty)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 84 - }, - { - "aka": [ - "PROD_GF2VEC_GF2MAT" - ], - "comment": "*: for GF2 vector and GF2 matrix", - "filters": [ - [ - "IsList", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 78 - }, - { - "aka": [ - "PROD_MAT8BIT_VEC8BIT" - ], - "comment": "*: 8 bit matrix * 8 bit vector", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ], - [ - "IsList", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 77 - }, - { - "aka": [ - "PROD_VEC8BIT_MAT8BIT" - ], - "comment": "*: 8 bit vector * 8 bit matrix", - "filters": [ - [ - "IsList", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 77 - }, - { - "aka": [ - "PROD_VEC8BIT_MATRIX" - ], - "comment": "*: For an 8 bit vector and a compatible matrix", - "filters": [ - [ - "IsList", - "IsHomogeneousList", - "IsSmallList", - "Tester(IsSmallList)", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 74 - }, - { - "comment": "*: for two ordinary block matrices", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ], - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 74 - }, - { - "aka": [ - "PROD_GF2VEC_ANYMAT" - ], - "comment": "*: For a GF2 vector and a compatible matrix", - "filters": [ - [ - "IsList", - "IsHomogeneousList", - "IsSmallList", - "Tester(IsSmallList)", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 71 - }, - { - "comment": "*: for two characters", - "filters": [ - [ - "IsCharacter", - "Tester(IsCharacter)" - ], - [ - "IsCharacter", - "Tester(IsCharacter)" - ] - ], - "rank": 70 - }, - { - "aka": [ - "PROD_GF2MAT_GF2VEC" - ], - "comment": "*: for GF2 matrix and GF2 vector", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ] - ], - "rank": 70 - }, - { - "comment": "*: for two virtual characters", - "filters": [ - [ - "IsVirtualCharacter", - "Tester(IsVirtualCharacter)" - ], - [ - "IsVirtualCharacter", - "Tester(IsVirtualCharacter)" - ] - ], - "rank": 66 - }, - { - "aka": [ - "PROD_GF2VEC_GF2VEC" - ], - "comment": "*: for GF2 vectors", - "filters": [ - [ - "IsList", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ], - [ - "IsList", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsOddAdditiveNestingDepthObject", - "IsListDefault", - "IsGF2VectorRep" - ] - ], - "rank": 66 - }, - { - "aka": [ - "PROD_VEC8BIT_VEC8BIT" - ], - "comment": "*: For 2 8 bit vectors", - "filters": [ - [ - "IsList", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)", - "Is8BitVectorRep" - ], - [ - "IsList", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)", - "Is8BitVectorRep" - ] - ], - "rank": 64 - }, - { - "comment": "*: for two class functions", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsClassFunction" - ] - ], - "rank": 62 - }, - { - "comment": "*: for ffe and ordinary block matrix of integers", - "filters": [ - [ - "IsFFE" - ], - [ - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsCyclotomic))", - "IsBlockMatrixRep" - ] - ], - "rank": 62 - }, - { - "comment": "*: for ordinary block matrix of integers and ffe", - "filters": [ - [ - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsCyclotomic))", - "IsBlockMatrixRep" - ], - [ - "IsFFE" - ] - ], - "rank": 62 - }, - { - "comment": "*: for two null map matrices", - "filters": [ - [ - "IsNullMapMatrix" - ], - [ - "IsNullMapMatrix" - ] - ], - "rank": 62 - }, - { - "comment": "*: for matrix and null map matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsNullMapMatrix" - ] - ], - "rank": 61 - }, - { - "comment": "*: for GF2 matrix and GF2 element", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ], - [ - "IsFFE" - ] - ], - "rank": 60 - }, - { - "comment": "*: for GF2 element and GF2 matrix", - "filters": [ - [ - "IsFFE" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsListDefault", - "IsGF2MatrixRep" - ] - ], - "rank": 60 - }, - { - "comment": "*: scalar * 8 bit matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ], - [ - "IsFFE" - ] - ], - "rank": 59 - }, - { - "comment": "*: scalar * 8 bit matrix", - "filters": [ - [ - "IsFFE" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 59 - }, - { - "comment": "*: for empty list, and empty matrix", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsTable", - "IsEmpty", - "Tester(IsEmpty)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 59 - }, - { - "comment": "*: for empty matrix, and empty list", - "filters": [ - [ - "IsTable", - "IsEmpty", - "Tester(IsEmpty)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 59 - }, - { - "comment": "*", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 59 - }, - { - "comment": "*: for two empty row vectors in the same family", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ], - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ] - ], - "rank": 56 - }, - { - "comment": "*: for GF2 vector and FFE", - "filters": [ - [ - "IsList", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsFFE" - ] - ], - "rank": 55 - }, - { - "comment": "*: for FFE and GF2 vector", - "filters": [ - [ - "IsFFE" - ], - [ - "IsList", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 55 - }, - { - "comment": "*: for character, and positive integer", - "filters": [ - [ - "IsCharacter", - "Tester(IsCharacter)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 54 - }, - { - "comment": "*: for positive integer, and character", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsCharacter", - "Tester(IsCharacter)" - ] - ], - "rank": 54 - }, - { - "comment": "*: for ring and right ideal (construct a two-sided ideal)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 53 - }, - { - "comment": "*: for left ideal and ring (construct a two-sided ideal)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 53 - }, - { - "comment": "*: for integer and ordinary block matrix", - "filters": [ - [ - "IsInt" - ], - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 52 - }, - { - "comment": "*: for ordinary block matrix and integer", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ], - [ - "IsInt" - ] - ], - "rank": 52 - }, - { - "comment": "*: for virtual character, and integer", - "filters": [ - [ - "IsVirtualCharacter", - "Tester(IsVirtualCharacter)" - ], - [ - "IsInt" - ] - ], - "rank": 51 - }, - { - "comment": "*: for integer, and virtual character", - "filters": [ - [ - "IsInt" - ], - [ - "IsVirtualCharacter", - "Tester(IsVirtualCharacter)" - ] - ], - "rank": 51 - }, - { - "comment": "*: for ring element, and empty matrix", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsTable", - "IsEmpty", - "Tester(IsEmpty)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 50 - }, - { - "comment": "*: for empty matrix, and ring element", - "filters": [ - [ - "IsTable", - "IsEmpty", - "Tester(IsEmpty)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 50 - }, - { - "comment": "*: for empty list and null map matrix", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsNullMapMatrix" - ] - ], - "rank": 48 - }, - { - "comment": "*: for empty list and matrix (ResClasses)", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 47 - }, - { - "comment": "*: for class function, and cyclotomic", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsCyc" - ] - ], - "rank": 47 - }, - { - "comment": "*: for cyclotomic, and class function", - "filters": [ - [ - "IsCyc" - ], - [ - "IsClassFunction" - ] - ], - "rank": 47 - }, - { - "comment": "*: For an 8 bit vector of char 2 and a GF2 vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 47 - }, - { - "comment": "*: For a GF2 vector and an 8 bit vector of char 2", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 47 - }, - { - "comment": "*: for vector and ordinary block matrix", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 46 - }, - { - "comment": "*: for ordinary block matrix and vector", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 46 - }, - { - "comment": "*: for empty row vector, and integer", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 46 - }, - { - "comment": "*: for integer, and empty row vector", - "filters": [ - [ - "IsInt" - ], - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ] - ], - "rank": 46 - }, - { - "comment": "*: for a scalar and Z^2 (ResClasses)", - "filters": [ - [ - "IsInt" - ], - [ - "IsRowModule", - "Tester(IsRowModule)" - ] - ], - "rank": 45 - }, - { - "comment": "*: for FFE and GF2 vector", - "filters": [ - [ - "IsFFE" - ], - [ - "IsList", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 45 - }, - { - "comment": "*: for FFE and GF2 vector", - "filters": [ - [ - "IsFFE" - ], - [ - "IsList", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElement)", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 45 - }, - { - "comment": "*", - "filters": [ - [ - "IsRat" - ], - [ - "IsList", - "CategoryCollections(IsPadicNumber)" - ] - ], - "rank": 44 - }, - { - "comment": "*", - "filters": [ - [ - "IsList", - "CategoryCollections(IsPadicNumber)" - ], - [ - "IsRat" - ] - ], - "rank": 44 - }, - { - "comment": "*: for a mgrv, and an ordinary block matrix", - "filters": [ - [ - "IsMultiplicativeGeneralizedRowVector" - ], - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 43 - }, - { - "comment": "*: for an ordinary block matrix, and a mgrv", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ], - [ - "IsMultiplicativeGeneralizedRowVector" - ] - ], - "rank": 43 - }, - { - "aka": [ - "PROD_FFE_VEC8BIT" - ], - "comment": "*: For an FFE and an 8 bit vector ", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 42 - }, - { - "aka": [ - "PROD_VEC8BIT_FFE" - ], - "comment": "*: For an 8 bit vector and an FFE", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 42 - }, - { - "comment": "*: for ring element and ordinary block matrix", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 42 - }, - { - "comment": "*: for ordinary block matrix and ring element", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 42 - }, - { - "comment": "*: for list in `IsListDefault', and class function", - "filters": [ - [ - "IsListDefault" - ], - [ - "IsClassFunction" - ] - ], - "rank": 41 - }, - { - "comment": "*: for class function, and list in `IsListDefault'", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsListDefault" - ] - ], - "rank": 41 - }, - { - "comment": "*: for a null map matrix and a scalar", - "filters": [ - [ - "IsNullMapMatrix" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 41 - }, - { - "comment": "*: for a scalar and a null map matrix", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsNullMapMatrix" - ] - ], - "rank": 41 - }, - { - "aka": [ - "CharacterTableDirectProduct" - ], - "comment": "*: for two nearly character tables (call `CharacterTableDirectProduct')", - "filters": [ - [ - "IsNearlyCharacterTable" - ], - [ - "IsNearlyCharacterTable" - ] - ], - "rank": 40 - }, - { - "comment": "*: group times element", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 40 - }, - { - "comment": "*: for vector and null map matrix", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ], - [ - "IsNullMapMatrix" - ] - ], - "rank": 38 - }, - { - "comment": "*: for residue class union of Z^2 and matrix (ResClasses)", - "filters": [ - [ - "IsResidueClassUnionOfZxZ" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 37 - }, - { - "comment": "*: for a ring element and the base ring (ResClasses)", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsMagma", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 36 - }, - { - "comment": "*: for internal FFE and element in Z/pZ (ModulusRep)", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 36 - }, - { - "comment": "*: for element in Z/pZ (ModulusRep) and internal FFE", - "filters": [ - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 36 - }, - { - "comment": "*: for the base module and a scalar / matrix (ResClasses)", - "filters": [ - [ - "IsRowModule", - "Tester(IsRowModule)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 35 - }, - { - "comment": "*: internal ffe * (large) integer", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsInt" - ] - ], - "rank": 35 - }, - { - "comment": "*: for the base ring and a ring element (ResClasses)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 34 - }, - { - "comment": "*: for infinity and positive rational (RCWA)", - "filters": [ - [ - "IsInfinity" - ], - [ - "IsPosRat" - ] - ], - "rank": 34 - }, - { - "comment": "*: for positive rational and infinity (RCWA)", - "filters": [ - [ - "IsPosRat" - ], - [ - "IsInfinity" - ] - ], - "rank": 34 - }, - { - "comment": "*", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 34 - }, - { - "comment": "*: for integer and element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsInt" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 34 - }, - { - "comment": "*: for element in Z/nZ (ModulusRep) and integer", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsInt" - ] - ], - "rank": 34 - }, - { - "comment": "*: BFElm*BFElm", - "filters": [ - [ - "IsAlgBFRep" - ], - [ - "IsAlgBFRep" - ] - ], - "rank": 34 - }, - { - "comment": "*: BFElm*AlgElm", - "filters": [ - [ - "IsAlgBFRep" - ], - [ - "IsKroneckerConstRep" - ] - ], - "rank": 34 - }, - { - "comment": "*: AlgElm*BFElm", - "filters": [ - [ - "IsKroneckerConstRep" - ], - [ - "IsAlgBFRep" - ] - ], - "rank": 34 - }, - { - "comment": "*: AlgElm*AlgElm", - "filters": [ - [ - "IsKroneckerConstRep" - ], - [ - "IsKroneckerConstRep" - ] - ], - "rank": 34 - }, - { - "aka": [ - "PRODUCT_LAURPOLS" - ], - "comment": "*: laurent * laurent", - "filters": [ - [ - "IsPolynomialFunction", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsPolynomialFunction", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 34 - }, - { - "comment": "*: for ring and ring element (construct a left ideal)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 34 - }, - { - "comment": "*: for ring element and ring (construct a right ideal)", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 34 - }, - { - "comment": "*", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ], - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ] - ], - "rank": 34 - }, - { - "comment": "*: for rational and element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsRat" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 33 - }, - { - "comment": "*: for element in Z/nZ (ModulusRep) and rational", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsRat" - ] - ], - "rank": 33 - }, - { - "comment": "*: for list and null map matrix", - "filters": [ - [ - "IsList" - ], - [ - "IsNullMapMatrix" - ] - ], - "rank": 33 - }, - { - "comment": "*: for infinity and infinity (RCWA)", - "filters": [ - [ - "IsInfinity" - ], - [ - "IsInfinity" - ] - ], - "rank": 32 - }, - { - "comment": "*: for pcp elements", - "filters": [ - [ - "IsPcpElement" - ], - [ - "IsPcpElement" - ] - ], - "rank": 32 - }, - { - "comment": "*: RightCosets", - "filters": [ - [ - "IsRightCoset" - ], - [ - "IsRightCoset" - ] - ], - "rank": 32 - }, - { - "comment": "*", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE" - ] - ], - "rank": 32 - }, - { - "comment": "*", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 32 - }, - { - "comment": "*: for a rational and a FFE", - "filters": [ - [ - "IsRat" - ], - [ - "IsFFE" - ] - ], - "rank": 32 - }, - { - "comment": "*: for a FFE and a rational", - "filters": [ - [ - "IsFFE" - ], - [ - "IsRat" - ] - ], - "rank": 32 - }, - { - "comment": "*: for two elements in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 32 - }, - { - "comment": "*: for two unknowns", - "filters": [ - [ - "IsUnknown" - ], - [ - "IsUnknown" - ] - ], - "rank": 32 - }, - { - "comment": "*: for cyclotomic and unknown", - "filters": [ - [ - "IsCyc" - ], - [ - "IsUnknown" - ] - ], - "rank": 32 - }, - { - "comment": "*: for unknown and cyclotomic", - "filters": [ - [ - "IsUnknown" - ], - [ - "IsCyc" - ] - ], - "rank": 32 - }, - { - "comment": "*: for s. c. ring element in dense vector rep. and integer", - "filters": [ - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 31 - }, - { - "comment": "*: for integer and s. c. ring element in dense vector rep.", - "filters": [ - [ - "IsInt" - ], - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 31 - }, - { - "comment": "*: for s. c. algebra element in dense vector rep. and integer", - "filters": [ - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 31 - }, - { - "comment": "*: for integer and s. c. algebra element in dense vector rep.", - "filters": [ - [ - "IsInt" - ], - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 31 - }, - { - "comment": "*: for empty row vector, and multiplicative element", - "filters": [ - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 31 - }, - { - "comment": "*: for multiplicative element, and empty row vector", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsHomogeneousList", - "IsEmpty", - "Tester(IsEmpty)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsEmptyRowVectorRep" - ] - ], - "rank": 31 - }, - { - "comment": "*: for two plist matrices", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 30 - }, - { - "comment": "*", - "filters": [ - [ - "IsRat" - ], - [ - "IsPadicNumber" - ] - ], - "rank": 30 - }, - { - "comment": "*", - "filters": [ - [ - "IsPadicNumber" - ], - [ - "IsRat" - ] - ], - "rank": 30 - }, - { - "comment": "*", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE" - ] - ], - "rank": 30 - }, - { - "aka": [ - "PRODUCT_UNIVFUNCS" - ], - "comment": "*: univariate * univariate", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 30 - }, - { - "comment": "*: for two direct product elements", - "filters": [ - [ - "IsDirectProductElement" - ], - [ - "IsDirectProductElement" - ] - ], - "rank": 30 - }, - { - "comment": "*: for float and rational", - "filters": [ - [ - "IsFloat" - ], - [ - "IsRat" - ] - ], - "rank": 29 - }, - { - "comment": "*: for rational and float", - "filters": [ - [ - "IsRat" - ], - [ - "IsFloat" - ] - ], - "rank": 29 - }, - { - "comment": "*: zmodnze : for element x in Z/nZ and y in Z/nZ(m)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 29 - }, - { - "comment": "*: zmodnze : for element x in Z/nZ(m) and y in Z/nZ", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 29 - }, - { - "comment": "*: for s. c. algebra element and integer", - "filters": [ - [ - "IsSCAlgebraObj" - ], - [ - "IsInt" - ] - ], - "rank": 29 - }, - { - "comment": "*: for integer and s. c. algebra element", - "filters": [ - [ - "IsInt" - ], - [ - "IsSCAlgebraObj" - ] - ], - "rank": 29 - }, - { - "comment": "*", - "filters": [ - [ - "IsPadicExtensionNumber" - ], - [ - "IsPadicExtensionNumber" - ] - ], - "rank": 28 - }, - { - "comment": "*", - "filters": [ - [ - "IsPadicExtensionNumber" - ], - [ - "IsPurePadicNumber" - ] - ], - "rank": 28 - }, - { - "comment": "*", - "filters": [ - [ - "IsPurePadicNumber" - ], - [ - "IsPadicExtensionNumber" - ] - ], - "rank": 28 - }, - { - "comment": "*", - "filters": [ - [ - "IsPurePadicNumber" - ], - [ - "IsPurePadicNumber" - ] - ], - "rank": 28 - }, - { - "comment": "*: zmodnze : for element x in Z/nZ(m) (ZmodnZepsRep) and cyclotomic y", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 28 - }, - { - "comment": "*: zmodnze : for cyclotomic x and element y in Z/nZ(m) (ZmodnZepsRep)", - "filters": [ - [ - "IsCyclotomic" - ], - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 28 - }, - { - "comment": "*: polynomial * polynomial", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 28 - }, - { - "comment": "*: for scalar and algebra g.m.b.i.", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 28 - }, - { - "aka": [ - "RingElmTimesElm" - ], - "comment": "*: for rational, and magma ring element", - "filters": [ - [ - "IsRat" - ], - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 28 - }, - { - "aka": [ - "ElmTimesRingElm" - ], - "comment": "*: for magma ring element, and rational", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsRat" - ] - ], - "rank": 28 - }, - { - "comment": "*: for a plist vector and a plist matrix", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 26 - }, - { - "comment": "*: zmodnze : for two elements in Z/nZ(m) (ZmodnZepsRep)", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ], - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 26 - }, - { - "comment": "*: univariate * coeff", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 26 - }, - { - "aka": [ - "ProdCoeffUnivfunc" - ], - "comment": "*: coeff * univariate", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 26 - }, - { - "comment": "*: rat-fun * rat-fun", - "filters": [ - [ - "IsRationalFunction" - ], - [ - "IsRationalFunction" - ] - ], - "rank": 26 - }, - { - "comment": "*: for s. c. ring elements in dense vector rep.", - "filters": [ - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsSCRingObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "*: for two Lie objects in default representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ], - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 26 - }, - { - "comment": "*: for s. c. algebra elements in dense vector rep.", - "filters": [ - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "*: for scalar and linear m.b.m.", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsGeneralMapping", - "IsLinearMappingByMatrixDefaultRep" - ] - ], - "rank": 26 - }, - { - "comment": "*: for scalar and linear g.m.b.i.", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 26 - }, - { - "comment": "*: for an integer and a residue class union of Z^2 (ResClasses)", - "filters": [ - [ - "IsInt" - ], - [ - "IsResidueClassUnionOfZxZ" - ] - ], - "rank": 25 - }, - { - "comment": "*: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ], - "rank": 25 - }, - { - "comment": "*: laurent * coeff", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 25 - }, - { - "aka": [ - "ProdCoeffLaurpol" - ], - "comment": "*: coeff * laurent", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 25 - }, - { - "comment": "*: for row vector and Lie object", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 25 - }, - { - "comment": "*: for Lie object and row vector", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 25 - }, - { - "aka": [ - "PROD_LIST_SCL_DEFAULT" - ], - "comment": "*: for a default list, and a direct product element", - "filters": [ - [ - "IsListDefault" - ], - [ - "IsDirectProductElement" - ] - ], - "rank": 25 - }, - { - "aka": [ - "PROD_SCL_LIST_DEFAULT" - ], - "comment": "*: for a direct product element, and a default list", - "filters": [ - [ - "IsDirectProductElement" - ], - [ - "IsListDefault" - ] - ], - "rank": 25 - }, - { - "comment": "*: for two UEALattice elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ] - ], - "rank": 24 - }, - { - "comment": "*: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 24 - }, - { - "comment": "*: FElm*Alg", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsAlgebraicElement" - ] - ], - "rank": 23 - }, - { - "comment": "*: Alg*FElm", - "filters": [ - [ - "IsAlgebraicElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 23 - }, - { - "comment": "*: rat-fun * coeff", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 23 - }, - { - "comment": "*: coeff * rat-fun", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPolynomialFunction" - ] - ], - "rank": 23 - }, - { - "comment": "*: additive element with inverse * negative integer", - "filters": [ - [ - "IsNearAdditiveElementWithInverse" - ], - [ - "IsInt", - "IsNegRat" - ] - ], - "rank": 23 - }, - { - "comment": "*: negative integer * additive element with inverse", - "filters": [ - [ - "IsInt", - "IsNegRat" - ], - [ - "IsNearAdditiveElementWithInverse" - ] - ], - "rank": 23 - }, - { - "comment": "*: for UEALattice element and scalar", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 22 - }, - { - "comment": "*: for scalar and UEALattice element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ] - ], - "rank": 22 - }, - { - "comment": "*: for cochain and scalar", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsCochain" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 22 - }, - { - "comment": "*: for scalar and cochain", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse", - "IsZero", - "Tester(IsZero)" - ], - [ - "IsPackedElementDefaultRep", - "IsCochain" - ] - ], - "rank": 22 - }, - { - "comment": "*: for s. c. algebra elements", - "filters": [ - [ - "IsSCAlgebraObj" - ], - [ - "IsSCAlgebraObj" - ] - ], - "rank": 22 - }, - { - "comment": "*: fp algebra elements", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ], - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ] - ], - "rank": 22 - }, - { - "comment": "*: for two magma ring elements", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 22 - }, - { - "comment": "*: RightCoset with element", - "filters": [ - [ - "IsRightCoset" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 21 - }, - { - "comment": "*: for a scalar and a checking plist vector", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 21 - }, - { - "comment": "*: for a scalar and a plist vector", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 21 - }, - { - "comment": "*: for a checking plist vector and a scalar", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 21 - }, - { - "comment": "*: for a plist vector and a scalar", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 21 - }, - { - "comment": "*: for 0-cochain and scalar", - "filters": [ - [ - "IsCochain", - "IsZeroCochainRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 21 - }, - { - "comment": "*: for scalar and 0-cochain", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsCochain", - "IsZeroCochainRep" - ] - ], - "rank": 21 - }, - { - "comment": "*: for ring element, and Lie object in default representation", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 21 - }, - { - "comment": "*: for Lie object in default representation, and ring element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 21 - }, - { - "comment": "*: for s. c. algebra element in dense vector rep. and ring element", - "filters": [ - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 21 - }, - { - "comment": "*: for ring element and s. c. algebra element in dense vector rep.", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ] - ], - "rank": 21 - }, - { - "comment": "*: additive element * positive integer", - "filters": [ - [ - "IsNearAdditiveElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 21 - }, - { - "comment": "*: positive integer * additive element", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsNearAdditiveElement" - ] - ], - "rank": 21 - }, - { - "aka": [ - "NBitsPcWord_Product" - ], - "comment": "*: generic method for n bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ] - ], - "rank": 20 - }, - { - "comment": "*: for cochain and scalar", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsCochain" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 20 - }, - { - "comment": "*: for scalar and cochain", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsPackedElementDefaultRep", - "IsCochain" - ] - ], - "rank": 20 - }, - { - "comment": "*: for a scalar and an algebra module element in packed representation", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ] - ], - "rank": 20 - }, - { - "comment": "*: for an algebra module element in packed representation and a scalar", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 20 - }, - { - "comment": "*: for two magma congruence classes", - "filters": [ - [ - "IsCongruenceClass" - ], - [ - "IsCongruenceClass" - ] - ], - "rank": 20 - }, - { - "comment": "*: for permutation and binary relation on points", - "filters": [ - [ - "IsPerm" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 20 - }, - { - "comment": "*: for binary relation on points and permutation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ], - [ - "IsPerm" - ] - ], - "rank": 20 - }, - { - "comment": "*: for s. c. algebra element and ring element", - "filters": [ - [ - "IsSCAlgebraObj" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 19 - }, - { - "comment": "*: for ring element and s. c. algebra element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsSCAlgebraObj" - ] - ], - "rank": 19 - }, - { - "comment": "*: fp algebra el*ring el", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 19 - }, - { - "comment": "*: ring el *fp algebra el", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ] - ], - "rank": 19 - }, - { - "comment": "*: for ring element, and magma ring element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 19 - }, - { - "comment": "*: for magma ring element, and ring element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 19 - }, - { - "comment": "*: for binary relation on points and transformation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ], - [ - "IsTransformation" - ] - ], - "rank": 19 - }, - { - "comment": "*: for transformation and binary relation on points", - "filters": [ - [ - "IsTransformation" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 19 - }, - { - "comment": "*: for zero and total general mapping", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement", - "IsZero", - "Tester(IsZero)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)" - ] - ], - "rank": 19 - }, - { - "comment": "*: for weight rep element and a scalar", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ] - ], - "rank": 18 - }, - { - "comment": "*: for weight rep element and a scalar", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 18 - }, - { - "comment": "*: for a direct sum element and a scalar", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ] - ], - "rank": 18 - }, - { - "comment": "*: for a direct sum element and a scalar", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsDirectSumElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 18 - }, - { - "comment": "*: for a scalar and a sparse rowspace element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsSparseRowSpaceElement" - ] - ], - "rank": 18 - }, - { - "comment": "*: for a sparse rowspace element and a scalar", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsSparseRowSpaceElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 18 - }, - { - "comment": "*: for a scalar and a monomial element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsMonomialElement", - "IsMonomialElementRep" - ] - ], - "rank": 18 - }, - { - "comment": "*: for a monomial element and a scalar", - "filters": [ - [ - "IsMonomialElement", - "IsMonomialElementRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 18 - }, - { - "comment": "*: for residue class union in sparse rep. and ring element (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionClassListRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 17 - }, - { - "comment": "*: for residue class union in standard rep. and ring element (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 17 - }, - { - "comment": "*: List*Alg", - "filters": [ - [ - "IsList" - ], - [ - "IsAlgebraicElement" - ] - ], - "rank": 17 - }, - { - "comment": "*: Alg*List", - "filters": [ - [ - "IsAlgebraicElement" - ], - [ - "IsList" - ] - ], - "rank": 17 - }, - { - "comment": "*", - "filters": [ - [], - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ] - ], - "rank": 17 - }, - { - "comment": "*", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ], - [] - ], - "rank": 17 - }, - { - "aka": [ - "32Bits_Product" - ], - "comment": "*: for two 32 bits assoc. words", - "filters": [ - [ - "Is32BitsAssocWord" - ], - [ - "Is32BitsAssocWord" - ] - ], - "rank": 16 - }, - { - "aka": [ - "16Bits_Product" - ], - "comment": "*: for two 16 bits assoc. words", - "filters": [ - [ - "Is16BitsAssocWord" - ], - [ - "Is16BitsAssocWord" - ] - ], - "rank": 16 - }, - { - "aka": [ - "8Bits_Product" - ], - "comment": "*: for two 8 bits assoc. words", - "filters": [ - [ - "Is8BitsAssocWord" - ], - [ - "Is8BitsAssocWord" - ] - ], - "rank": 16 - }, - { - "comment": "*: univariate * rat", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsRat" - ] - ], - "rank": 15 - }, - { - "comment": "*: rat * univariate", - "filters": [ - [ - "IsRat" - ], - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "*: for a non-list, and a direct product element", - "filters": [ - [], - [ - "IsDirectProductElement" - ] - ], - "rank": 15 - }, - { - "comment": "*: for a direct product element, and a non-list", - "filters": [ - [ - "IsDirectProductElement" - ], - [] - ], - "rank": 15 - }, - { - "comment": "*: for a ring element and a union of res.-cl. with fixed rep's (ResClasses)", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ] - ], - "rank": 14 - }, - { - "comment": "*: for a union of res.-cl. with fixed rep's and a ring element (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 14 - }, - { - "comment": "*: for ring element and residue class union (ResClasses)", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsResidueClassUnion" - ] - ], - "rank": 14 - }, - { - "comment": "*: for two f.p. group elements", - "filters": [ - [ - "IsElementOfFpGroup" - ], - [ - "IsElementOfFpGroup" - ] - ], - "rank": 14 - }, - { - "comment": "*: wreath elements", - "filters": [ - [ - "IsWreathProductElement" - ], - [ - "IsWreathProductElement" - ] - ], - "rank": 14 - }, - { - "comment": "*: for two elements of magma by mult. table", - "filters": [ - [ - "IsMagmaByMultiplicationTableObj" - ], - [ - "IsMagmaByMultiplicationTableObj" - ] - ], - "rank": 14 - }, - { - "comment": "*: assoc words in B letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsBLetterAssocWordRep" - ], - [ - "IsAssociativeElement", - "IsWord", - "IsBLetterAssocWordRep" - ] - ], - "rank": 14 - }, - { - "comment": "*: assoc words in W letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsWLetterAssocWordRep" - ], - [ - "IsAssociativeElement", - "IsWord", - "IsWLetterAssocWordRep" - ] - ], - "rank": 14 - }, - { - "comment": "*: for magma ring element and magma element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 14 - }, - { - "comment": "*: for magma element and magma ring element", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 14 - }, - { - "comment": "*: for two elements of a magma with zero adjoined", - "filters": [ - [ - "IsMagmaWithZeroAdjoinedElementRep" - ], - [ - "IsMagmaWithZeroAdjoinedElementRep" - ] - ], - "rank": 14 - }, - { - "comment": "*: for two general mappings", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 14 - }, - { - "comment": "*: for list and binary relation on points", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 13 - }, - { - "comment": "*: for binary relation on points and list", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 13 - }, - { - "comment": "*", - "filters": [ - [ - "IsMonoidByAdjoiningIdentityElt" - ], - [ - "IsMonoidByAdjoiningIdentityElt" - ] - ], - "rank": 12 - }, - { - "comment": "*: for two elements of a fp monoid", - "filters": [ - [ - "IsElementOfFpMonoid" - ], - [ - "IsElementOfFpMonoid" - ] - ], - "rank": 12 - }, - { - "comment": "*: rws-element * rws-element", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByRws" - ], - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 12 - }, - { - "aka": [ - "AssocWord_Product" - ], - "comment": "*: for two assoc. words in syllable rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ], - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ] - ], - "rank": 12 - }, - { - "comment": "*: for elements of a Rees 0-matrix semigroup", - "filters": [ - [ - "IsReesZeroMatrixSemigroupElement" - ], - [ - "IsReesZeroMatrixSemigroupElement" - ] - ], - "rank": 10 - }, - { - "comment": "*: for elements of a Rees matrix semigroup", - "filters": [ - [ - "IsReesMatrixSemigroupElement" - ], - [ - "IsReesMatrixSemigroupElement" - ] - ], - "rank": 10 - }, - { - "comment": "*: for two elements of a f.p. semigroup", - "filters": [ - [ - "IsElementOfFpSemigroup" - ], - [ - "IsElementOfFpSemigroup" - ] - ], - "rank": 10 - }, - { - "comment": "*: for two assoc. words: force syllable rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 10 - }, - { - "comment": "*: for two nonassoc. words", - "filters": [ - [ - "IsNonassocWord" - ], - [ - "IsNonassocWord" - ] - ], - "rank": 10 - }, - { - "comment": "*: wrapped additive elements", - "filters": [ - [ - "IsAdditiveElementAsMultiplicativeElementRep" - ], - [ - "IsAdditiveElementAsMultiplicativeElementRep" - ] - ], - "rank": 10 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "*", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMultiplicativeElementWithOne" - ] - ], - [ - [ - "IsFamily" - ] - ], - [ - [ - "IsCollection", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1607 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OneImmutable: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OneImmutable)" - ] - ], - "rank": 20007 - }, - { - "comment": "OneImmutable: for a magma-with-one that has a parent", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithOne" - ] - ], - "rank": 10015 - }, - { - "comment": "OneImmutable: partial method for a group (beats to ask family)", - "filters": [ - [ - "IsMagmaWithOne", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 136 - }, - { - "comment": "OneImmutable: partial method for a magma-with-one (ask family)", - "filters": [ - [ - "IsMagmaWithOne" - ] - ], - "rank": 114 - }, - { - "comment": "OneImmutable: objects with memory", - "filters": [ - [ - "IsObjWithMemory" - ] - ], - "rank": 107 - }, - { - "comment": "OneImmutable: 8 bit matrix", - "filters": [ - [ - "IsTable", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsMultiplicativeElementWithInverse", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 56 - }, - { - "comment": "OneImmutable: for matrix group, call `IdentityMat'", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 45 - }, - { - "comment": "OneImmutable: for GF2 Matrix", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsOrdinaryMatrix", - "IsGF2MatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "OneImmutable: for a partial perm monoid with generators", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagmaWithOne", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 26 - }, - { - "comment": "OneImmutable: for SC Rings -- try generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - }, - { - "comment": "OneImmutable: for finite SC Rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - }, - { - "comment": "OneImmutable: for a partial perm semigroup with generators", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 22 - }, - { - "comment": "OneImmutable", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "OneImmutable: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "OneImmutable: for a partial perm coll", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ], - "rank": 15 - }, - { - "comment": "OneImmutable: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "aka": [ - "ONE", - "OneMutable", - "OneOp" - ], - "comment": "OneImmutable: univariate", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "OneImmutable: for a magma-with-one", - "filters": [ - [ - "IsMagmaWithOne" - ] - ], - "rank": 14 - }, - { - "comment": "OneImmutable: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - }, - { - "comment": "OneImmutable: for binary relation on points and a set of integers", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "OneImmutable: One(<congruence class>)", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsCongruenceClass" - ] - ], - "rank": 11 - }, - { - "comment": "OneImmutable: for a magma", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - }, - { - "comment": "OneImmutable: for a multiplicative element with one collection", - "filters": [ - [ - "CategoryCollections(IsMultiplicativeElementWithOne)" - ] - ], - "rank": 8 - }, - { - "comment": "OneImmutable: for an f.p. group element", - "filters": [ - [ - "IsElementOfFpGroup" - ] - ], - "rank": 7 - }, - { - "comment": "OneImmutable: for pcp elements", - "filters": [ - [ - "IsPcpElement" - ] - ], - "rank": 6 - }, - { - "comment": "OneImmutable", - "filters": [ - [ - "IsMonoidByAdjoiningIdentityElt" - ] - ], - "rank": 6 - }, - { - "comment": "OneImmutable: for an fp monoid element", - "filters": [ - [ - "IsElementOfFpMonoid" - ] - ], - "rank": 6 - }, - { - "comment": "OneImmutable: for an identity element", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsOne", - "Tester(IsOne)" - ] - ], - "rank": 6 - }, - { - "comment": "OneImmutable", - "filters": [ - [ - "CategoryFamily(IsPadicExtensionNumber)" - ] - ], - "rank": 5 - }, - { - "comment": "OneImmutable", - "filters": [ - [ - "CategoryFamily(IsPurePadicNumber)" - ] - ], - "rank": 5 - }, - { - "comment": "OneImmutable: for a family of FFEs", - "filters": [ - [ - "CategoryFamily(IsFFE)" - ] - ], - "rank": 5 - }, - { - "comment": "OneImmutable: for family of s. c. algebra elements", - "filters": [ - [ - "CategoryFamily(IsSCAlgebraObj)" - ] - ], - "rank": 4 - }, - { - "comment": "OneImmutable: for a multiplicative-element-with-one (look at the family)", - "filters": [ - [ - "IsMultiplicativeElementWithOne" - ] - ], - "rank": 4 - }, - { - "comment": "OneImmutable: for a family of free monoid elements", - "filters": [ - [ - "CategoryFamily(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ] - ], - "rank": 3 - }, - { - "comment": "OneImmutable: for a family of fp monoid elements", - "filters": [ - [ - "CategoryFamily(IsElementOfFpMonoid)" - ] - ], - "rank": 2 - }, - { - "comment": "OneImmutable: for a family of f.p. group elements", - "filters": [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ] - ], - "rank": 2 - }, - { - "comment": "OneImmutable: for any object (call `OneOp' and make immutable)", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OneImmutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIdentity", - "SetOne", - "SetOneAttr", - "SetOneImmutable" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithOne" - ], - [] - ], - [ - [ - "IsFamily" - ], - [] - ], - [ - [ - "IsCollection", - "CategoryCollections(IsMultiplicativeElementWithOne)", - "IsGeneralizedDomain" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1607 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OneImmutable): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OneImmutable): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OneImmutable)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIdentity", - "HasOne", - "HasOneAttr", - "HasOneImmutable" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithOne" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1607 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OneImmutable)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMultiplicativeElementWithOne" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1615 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OneMutable: objects with memory", - "filters": [ - [ - "IsObjWithMemory" - ] - ], - "rank": 107 - }, - { - "comment": "OneMutable: straight line program elements", - "filters": [ - [ - "IsStraightLineProgElm" - ] - ], - "rank": 107 - }, - { - "comment": "OneMutable: 8 bit matrix", - "filters": [ - [ - "IsTable", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsMultiplicativeElementWithInverse", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 56 - }, - { - "comment": "OneMutable: for GF2 Matrix", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsOrdinaryMatrix", - "IsGF2MatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "OneMutable: for an ordinary block matrix", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 37 - }, - { - "comment": "OneMutable: for class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "OneMutable: for a quaternion", - "filters": [ - [ - "IsQuaternion", - "IsSCAlgebraObj" - ] - ], - "rank": 25 - }, - { - "comment": "OneMutable: for a partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 23 - }, - { - "comment": "OneMutable", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "OneMutable: Right cosets", - "filters": [ - [ - "IsRightCoset" - ] - ], - "rank": 16 - }, - { - "comment": "OneMutable: for a partial perm coll", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ], - "rank": 15 - }, - { - "comment": "OneMutable: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "OneMutable: univariate", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "OneMutable: for a direct product element", - "filters": [ - [ - "IsDirectProductElement" - ] - ], - "rank": 15 - }, - { - "comment": "OneMutable: for element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj" - ] - ], - "rank": 14 - }, - { - "comment": "OneMutable: for a transformation collection", - "filters": [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - "rank": 13 - }, - { - "comment": "OneMutable: for a p-adic number", - "filters": [ - [ - "IsPadicNumber" - ] - ], - "rank": 13 - }, - { - "comment": "OneMutable: defer to family", - "filters": [ - [ - "IsPolynomialFunction" - ] - ], - "rank": 12 - }, - { - "comment": "OneMutable: for UEALattice element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsUEALatticeElement" - ] - ], - "rank": 12 - }, - { - "comment": "OneMutable: zmodnze : for element in Z/nZ(m) (ZmodnZepsRep)", - "filters": [ - [ - "IsZmodnZepsObj" - ] - ], - "rank": 11 - }, - { - "comment": "OneMutable: for s. c. ring element", - "filters": [ - [ - "IsSCRingObj" - ] - ], - "rank": 11 - }, - { - "comment": "OneMutable: for Lie object", - "filters": [ - [ - "IsLieObject" - ] - ], - "rank": 11 - }, - { - "comment": "OneMutable: for s. c. algebra element", - "filters": [ - [ - "IsSCAlgebraObj" - ] - ], - "rank": 11 - }, - { - "comment": "OneMutable: for an f.p. algebra element", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpAlgebra" - ] - ], - "rank": 11 - }, - { - "comment": "OneMutable: for magma ring element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 11 - }, - { - "comment": "OneMutable", - "filters": [ - [ - "IsListDefault" - ] - ], - "rank": 10 - }, - { - "aka": [ - "InfBits_One" - ], - "comment": "OneMutable: for an inf. bits assoc. word-with-one", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsAssociativeElement", - "IsWord", - "IsInfBitsAssocWord" - ] - ], - "rank": 9 - }, - { - "comment": "OneMutable: for a 32 bits assoc. word-with-one", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsAssociativeElement", - "IsWord", - "Is32BitsAssocWord" - ] - ], - "rank": 9 - }, - { - "comment": "OneMutable: for a 16 bits assoc. word-with-one", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsAssociativeElement", - "IsWord", - "Is16BitsAssocWord" - ] - ], - "rank": 9 - }, - { - "comment": "OneMutable: for an 8 bits assoc. word-with-one", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsAssociativeElement", - "IsWord", - "Is8BitsAssocWord" - ] - ], - "rank": 9 - }, - { - "comment": "OneMutable: assoc word in B letter rep", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsAssociativeElement", - "IsWord", - "IsBLetterAssocWordRep" - ] - ], - "rank": 8 - }, - { - "comment": "OneMutable: assoc word in W letter rep", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsAssociativeElement", - "IsWord", - "IsWLetterAssocWordRep" - ] - ], - "rank": 8 - }, - { - "comment": "OneMutable: for an element of a magma with zero adjoined", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsMagmaWithZeroAdjoinedElementRep" - ] - ], - "rank": 8 - }, - { - "comment": "OneMutable: for an f.p. group element", - "filters": [ - [ - "IsElementOfFpGroup" - ] - ], - "rank": 7 - }, - { - "comment": "OneMutable: wreath elements", - "filters": [ - [ - "IsWreathProductElement" - ] - ], - "rank": 7 - }, - { - "comment": "OneMutable: for an element in a magma by mult. table", - "filters": [ - [ - "IsMagmaByMultiplicationTableObj" - ] - ], - "rank": 7 - }, - { - "comment": "OneMutable: for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - }, - { - "comment": "OneMutable: for an fp monoid element", - "filters": [ - [ - "IsElementOfFpMonoid" - ] - ], - "rank": 6 - }, - { - "comment": "OneMutable: rws-element", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 6 - }, - { - "comment": "OneMutable: for a nonassoc. word-with-one", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsWord", - "IsNonassocWord" - ] - ], - "rank": 6 - }, - { - "comment": "OneMutable: wrapped additive elements", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsAdditiveElementAsMultiplicativeElementRep" - ] - ], - "rank": 6 - }, - { - "comment": "OneMutable: for a (non-copyable) identity element", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsOne", - "Tester(IsOne)" - ] - ], - "rank": 6 - }, - { - "comment": "OneMutable: for finite SC Rings family", - "filters": [ - [ - "CategoryFamily(IsSCRingObj)" - ] - ], - "rank": 4 - }, - { - "comment": "OneMutable: for a multiplicative-element-with-one (look at the family)", - "filters": [ - [ - "IsMultiplicativeElementWithOne" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OneMutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "ONE_MUT", - "OneSM", - "OneSameMutability" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithOne" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1619 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OneSameMutability: 8 bit matrix", - "filters": [ - [ - "IsTable", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsMultiplicativeElementWithInverse", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 56 - }, - { - "comment": "OneSameMutability: for GF2 Matrix", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "IsOrdinaryMatrix", - "IsGF2MatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "OneSameMutability: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "OneSameMutability", - "filters": [ - [ - "IsListDefault" - ] - ], - "rank": 10 - }, - { - "comment": "OneSameMutability: for an (immutable) object", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OneSameMutability", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1696 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InverseImmutable: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InverseImmutable)" - ] - ], - "rank": 20008 - }, - { - "aka": [ - "InverseSLPElm" - ], - "comment": "InverseImmutable: straight line program elements", - "filters": [ - [ - "IsStraightLineProgElm" - ] - ], - "rank": 107 - }, - { - "comment": "InverseImmutable: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "InverseImmutable: for an identity element", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsOne", - "Tester(IsOne)" - ] - ], - "rank": 7 - }, - { - "comment": "InverseImmutable: for pcp elements", - "filters": [ - [ - "IsPcpElement" - ] - ], - "rank": 6 - }, - { - "comment": "InverseImmutable: for any object (call `InverseOp' and make immutable)", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InverseImmutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInverse", - "SetInverseAttr", - "SetInverseImmutable" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithInverse" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1696 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InverseImmutable): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InverseImmutable): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InverseImmutable)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInverse", - "HasInverseAttr", - "HasInverseImmutable" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1696 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InverseImmutable)", - "type": "GAP_Operation" - }, - { - "aka": [ - "INV", - "InverseMutable", - "InverseOp" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsTransformation" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1701 - }, - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 126 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InverseMutable: objects with memory", - "filters": [ - [ - "IsObjWithMemory" - ] - ], - "rank": 107 - }, - { - "comment": "InverseMutable: straight line program elements", - "filters": [ - [ - "IsStraightLineProgElm" - ] - ], - "rank": 107 - }, - { - "aka": [ - "INV_MAT8BIT_MUTABLE" - ], - "comment": "InverseMutable: 8 bit matrix", - "filters": [ - [ - "IsTable", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsMultiplicativeElementWithInverse", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 56 - }, - { - "aka": [ - "INV_GF2MAT_MUTABLE" - ], - "comment": "InverseMutable: for GF2 matrix", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsMultiplicativeElementWithInverse", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsFFE))", - "IsGF2MatrixRep" - ] - ], - "rank": 55 - }, - { - "comment": "InverseMutable: for plain list of GF2 vectors", - "filters": [ - [ - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 54 - }, - { - "comment": "InverseMutable: for an ordinary matrix over a ring Z/nZ", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsZmodnZObjNonprime))" - ] - ], - "rank": 44 - }, - { - "comment": "InverseMutable: for default list whose rows are vectors of FFEs", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "IsListDefault" - ] - ], - "rank": 44 - }, - { - "comment": "InverseMutable: for an ordinary block matrix", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 34 - }, - { - "comment": "InverseMutable: for a class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "InverseMutable: for default list over a ring without zero divisors", - "filters": [ - [ - "CategoryCollections(CategoryCollections(IsZDFRE))", - "IsListDefault" - ] - ], - "rank": 29 - }, - { - "comment": "InverseMutable: for a quaternion", - "filters": [ - [ - "IsQuaternion", - "IsSCAlgebraObj" - ] - ], - "rank": 25 - }, - { - "comment": "InverseMutable", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "InverseMutable: BFElm", - "filters": [ - [ - "IsAlgBFRep" - ] - ], - "rank": 17 - }, - { - "comment": "InverseMutable: AlgElm", - "filters": [ - [ - "IsKroneckerConstRep" - ] - ], - "rank": 17 - }, - { - "comment": "InverseMutable: try to express as laurent polynomial", - "filters": [ - [ - "IsPolynomialFunction", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 17 - }, - { - "comment": "InverseMutable: Right cosets", - "filters": [ - [ - "IsRightCoset" - ] - ], - "rank": 16 - }, - { - "comment": "InverseMutable: for element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 16 - }, - { - "comment": "InverseMutable: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "InverseMutable: univariate", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "InverseMutable: rational function", - "filters": [ - [ - "IsRationalFunctionsFamilyElement" - ] - ], - "rank": 15 - }, - { - "comment": "InverseMutable: for a direct product element", - "filters": [ - [ - "IsDirectProductElement" - ] - ], - "rank": 15 - }, - { - "comment": "InverseMutable", - "filters": [ - [ - "IsPadicExtensionNumber" - ] - ], - "rank": 14 - }, - { - "comment": "InverseMutable", - "filters": [ - [ - "IsPurePadicNumber" - ] - ], - "rank": 14 - }, - { - "comment": "InverseMutable: LAGUNA: for an element of modular group algebra", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ] - ], - "rank": 13 - }, - { - "comment": "InverseMutable: zmodnze : for element in Z/nZ(m) (ZModnZepsRep)", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 13 - }, - { - "comment": "InverseMutable: for binary relation on points and a set of integers", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "InverseMutable: for s. c. ring element", - "filters": [ - [ - "IsSCRingObj" - ] - ], - "rank": 11 - }, - { - "comment": "InverseMutable: for Lie object", - "filters": [ - [ - "IsLieObject" - ] - ], - "rank": 11 - }, - { - "comment": "InverseMutable: for s. c. algebra element", - "filters": [ - [ - "IsSCAlgebraObj" - ] - ], - "rank": 11 - }, - { - "comment": "InverseMutable: for magma ring element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ] - ], - "rank": 11 - }, - { - "comment": "InverseMutable: generic method for n bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ] - ], - "rank": 10 - }, - { - "comment": "InverseMutable: assoc word in B letter rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord", - "IsBLetterAssocWordRep" - ] - ], - "rank": 9 - }, - { - "comment": "InverseMutable: assoc word in W letter rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord", - "IsWLetterAssocWordRep" - ] - ], - "rank": 9 - }, - { - "aka": [ - "AssocWordWithInverse_Inverse" - ], - "comment": "InverseMutable: for an assoc. word with inverse in syllable rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ] - ], - "rank": 8 - }, - { - "comment": "InverseMutable: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - }, - { - "comment": "InverseMutable: for an element of an f.p. group", - "filters": [ - [ - "IsElementOfFpGroup" - ] - ], - "rank": 7 - }, - { - "comment": "InverseMutable: wreath elements", - "filters": [ - [ - "IsWreathProductElement" - ] - ], - "rank": 7 - }, - { - "comment": "InverseMutable: for an element in a magma by mult. table", - "filters": [ - [ - "IsMagmaByMultiplicationTableObj" - ] - ], - "rank": 7 - }, - { - "comment": "InverseMutable: for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - }, - { - "comment": "InverseMutable: wrapped additive elements", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsAdditiveElementAsMultiplicativeElementRep" - ] - ], - "rank": 7 - }, - { - "comment": "InverseMutable: for a (non-copyable) identity element", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsOne", - "Tester(IsOne)" - ] - ], - "rank": 7 - }, - { - "comment": "InverseMutable: for pcp elements", - "filters": [ - [ - "IsPcpElement" - ] - ], - "rank": 6 - }, - { - "comment": "InverseMutable: rws-element", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InverseMutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "INV_MUT", - "InverseSM", - "InverseSameMutability" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1705 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "INV_MAT8BIT_SAME_MUTABILITY" - ], - "comment": "InverseSameMutability: 8 bit matrix", - "filters": [ - [ - "IsTable", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsMultiplicativeElementWithInverse", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsCommutativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 56 - }, - { - "aka": [ - "INV_GF2MAT_SAME_MUTABILITY" - ], - "comment": "InverseSameMutability: for GF2 matrix", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsMultiplicativeElementWithInverse", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsFFE))", - "IsGF2MatrixRep" - ] - ], - "rank": 55 - }, - { - "comment": "InverseSameMutability: for plain list of GF2 vectors", - "filters": [ - [ - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 54 - }, - { - "comment": "InverseSameMutability: for an ordinary matrix over a ring Z/nZ", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsZmodnZObjNonprime))" - ] - ], - "rank": 44 - }, - { - "comment": "InverseSameMutability: for default list whose rows are vectors of FFEs", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "IsListDefault" - ] - ], - "rank": 44 - }, - { - "comment": "InverseSameMutability: for default list over a ring without zero divisors", - "filters": [ - [ - "CategoryCollections(CategoryCollections(IsZDFRE))", - "IsListDefault" - ] - ], - "rank": 29 - }, - { - "comment": "InverseSameMutability: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "InverseSameMutability: for a (non-copyable) identity element", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsOne", - "Tester(IsOne)" - ] - ], - "rank": 7 - }, - { - "comment": "InverseSameMutability: for an (immutable) object", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InverseSameMutability", - "type": "GAP_Operation" - }, - { - "aka": [ - "/", - "QUO" - ], - "filters": [ - [ - [ - "IsExtRElement" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1715 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "/: x with straight line perm", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsPerm", - "IsStraightLineProgElm" - ] - ], - "rank": 129 - }, - { - "comment": "/: integer and permutation with memory", - "filters": [ - [ - "IsInt" - ], - [ - "IsPerm", - "IsObjWithMemory" - ] - ], - "rank": 128 - }, - { - "aka": [ - "FactorGroup" - ], - "comment": "/: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "/: generic method for two FLMLORs", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 68 - }, - { - "comment": "/: generic method for two rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - }, - { - "comment": "/: for two algebra modules", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ], - "rank": 51 - }, - { - "comment": "/: for FLMLOR and empty list", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 51 - }, - { - "comment": "/: generic method for two vector spaces", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 50 - }, - { - "aka": [ - "CharacterTableFactorGroup" - ], - "comment": "/: for char. table, and positions list (call `CharacterTableFactorGroup')", - "filters": [ - [ - "IsNearlyCharacterTable" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 49 - }, - { - "aka": [ - "FactorFreeGroupByRelators" - ], - "comment": "/: for a free group and an empty list of relators", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 47 - }, - { - "aka": [ - "FactorSemigroup" - ], - "comment": "/: for a semigroup and a congruence", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 47 - }, - { - "comment": "/: for free groups and relators", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsCollection" - ] - ], - "rank": 46 - }, - { - "comment": "/: upol/upol", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 40 - }, - { - "comment": "/: for internal FFE and element in Z/pZ (ModulusRep)", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 36 - }, - { - "comment": "/: for element in Z/pZ (ModulusRep) and internal FFE", - "filters": [ - [ - "IsFFE", - "IsLogOrderedFFE", - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 36 - }, - { - "comment": "/: for FLMLOR and collection", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsCollection" - ] - ], - "rank": 36 - }, - { - "comment": "/: for integer and element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsInt" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 34 - }, - { - "comment": "/: for element in Z/nZ (ModulusRep) and integer", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsInt" - ] - ], - "rank": 34 - }, - { - "comment": "/: for rational and element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsRat" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 33 - }, - { - "comment": "/: for element in Z/nZ (ModulusRep) and rational", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsRat" - ] - ], - "rank": 33 - }, - { - "comment": "/: for two elements in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 32 - }, - { - "comment": "/: for unknown and cyclotomic", - "filters": [ - [ - "IsUnknown" - ], - [ - "IsCyc" - ] - ], - "rank": 32 - }, - { - "comment": "/", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE" - ] - ], - "rank": 30 - }, - { - "aka": [ - "QUOT_UNIVFUNCS" - ], - "comment": "/: univariate / univariate", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsRationalFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 30 - }, - { - "comment": "/: for residue class union of Z in sparse rep. and integer (ResClasses)", - "filters": [ - [ - "IsResidueClassUnionOfZ", - "IsResidueClassUnionClassListRep" - ], - [ - "IsInt" - ] - ], - "rank": 29 - }, - { - "comment": "/: for float and rational", - "filters": [ - [ - "IsFloat" - ], - [ - "IsRat" - ] - ], - "rank": 29 - }, - { - "comment": "/: for rational and float", - "filters": [ - [ - "IsRat" - ], - [ - "IsFloat" - ] - ], - "rank": 29 - }, - { - "comment": "/: for an algebra module and collection", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsCollection" - ] - ], - "rank": 29 - }, - { - "aka": [ - "ElmDivRingElm" - ], - "comment": "/: for magma ring element, and integer", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsInt" - ] - ], - "rank": 29 - }, - { - "comment": "/", - "filters": [ - [ - "IsPurePadicNumber" - ], - [ - "IsPurePadicNumber" - ] - ], - "rank": 28 - }, - { - "comment": "/: method for vector space and collection", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsCollection" - ] - ], - "rank": 27 - }, - { - "comment": "/: for the empty set and a ring element (ResClasses)", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 25 - }, - { - "comment": "/: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ], - "rank": 25 - }, - { - "comment": "/: for s. c. algebra element in dense vector rep. and scalar", - "filters": [ - [ - "IsSCAlgebraObj", - "IsDenseCoeffVectorRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 23 - }, - { - "comment": "/: for a checking plist vector and a scalar", - "filters": [ - [ - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 22 - }, - { - "comment": "/: for a plist vector and a scalar", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 21 - }, - { - "comment": "/: for s. c. algebra element and scalar", - "filters": [ - [ - "IsSCAlgebraObj" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 21 - }, - { - "aka": [ - "NBitsPcWord_Quotient" - ], - "comment": "/: generic method for n bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ] - ], - "rank": 20 - }, - { - "comment": "/: for residue class union and unit (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 19 - }, - { - "comment": "/: for magma ring element, and ring element", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 19 - }, - { - "aka": [ - "FactorSemigroupByClosure" - ], - "comment": "/: for a semigroup and an empty list", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 18 - }, - { - "aka": [ - "QUO_DEFAULT" - ], - "comment": "/: for multiplicative grvs which might not be IsExtRElement", - "filters": [ - [ - "IsMultiplicativeGeneralizedRowVector" - ], - [ - "IsMultiplicativeGeneralizedRowVector" - ] - ], - "rank": 18 - }, - { - "comment": "/: for residue class union in standard rep. and ring element (ResClasses)", - "filters": [ - [ - "IsResidueClassUnion", - "IsResidueClassUnionResidueListRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 17 - }, - { - "comment": "/: for semigroup and list of pairs", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 17 - }, - { - "comment": "/: for empty list", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsFloat" - ] - ], - "rank": 16 - }, - { - "comment": "/: for a union of res.-cl. with fixed rep's and a ring element (ResClasses)", - "filters": [ - [ - "IsUnionOfResidueClassesWithFixedRepresentatives" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 14 - }, - { - "comment": "/: rws-element, rws-element", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByRws" - ], - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 12 - }, - { - "comment": "/: wrapped additive elements", - "filters": [ - [ - "IsAdditiveElementAsMultiplicativeElementRep" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsAdditiveElementAsMultiplicativeElementRep" - ] - ], - "rank": 12 - }, - { - "comment": "/: for element, and inj. & surj. general mapping", - "filters": [ - [], - [ - "IsGeneralMapping", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)" - ] - ], - "rank": 11 - }, - { - "comment": "/: sliced perm", - "filters": [ - [], - [ - "IsSlicedPerm" - ] - ], - "rank": 9 - }, - { - "comment": "/: for ext. r elm., and multiplicative-element-with-inverse", - "filters": [ - [ - "IsExtRElement" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "/", - "type": "GAP_Operation" - }, - { - "aka": [ - "LQUO", - "LeftQuotient" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsExtLElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1737 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeftQuotient: for float and rational", - "filters": [ - [ - "IsFloat" - ], - [ - "IsRat" - ] - ], - "rank": 29 - }, - { - "comment": "LeftQuotient: for rational and float", - "filters": [ - [ - "IsRat" - ], - [ - "IsFloat" - ] - ], - "rank": 29 - }, - { - "comment": "LeftQuotient: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ], - "rank": 25 - }, - { - "aka": [ - "NBitsPcWord_LeftQuotient" - ], - "comment": "LeftQuotient: generic method for n bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ] - ], - "rank": 20 - }, - { - "comment": "LeftQuotient", - "filters": [ - [ - "IsMultiplicativeGeneralizedRowVector" - ], - [ - "IsMultiplicativeGeneralizedRowVector" - ] - ], - "rank": 18 - }, - { - "comment": "LeftQuotient: rws-element, rws-element", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByRws" - ], - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 12 - }, - { - "comment": "LeftQuotient", - "filters": [ - [], - [ - "IsMultiplicativeGeneralizedRowVector" - ] - ], - "rank": 9 - }, - { - "comment": "LeftQuotient", - "filters": [ - [ - "IsMultiplicativeGeneralizedRowVector" - ], - [] - ], - "rank": 9 - }, - { - "aka": [ - "LQUO_DEFAULT" - ], - "comment": "LeftQuotient: for multiplicative-element-with-inverse, and ext. l elm.", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsExtLElement" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftQuotient", - "type": "GAP_Operation" - }, - { - "aka": [ - "POW", - "^" - ], - "filters": [ - [ - [ - "IsMultiplicativeElement" - ], - [ - "IsMultiplicativeElement" - ] - ], - [ - [ - "IsListOrCollection" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1746 - }, - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 662 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "^: for zero mapping and positive integer", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 10036 - }, - { - "comment": "^: for identity mapping and integer", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ], - [ - "IsInt" - ] - ], - "rank": 10035 - }, - { - "comment": "^: for a pcp element and an integer", - "filters": [ - [ - "IsPcpElement" - ], - [ - "IsInt" - ] - ], - "rank": 10034 - }, - { - "comment": "^: integer and permutation with memory", - "filters": [ - [ - "IsInt" - ], - [ - "IsPerm", - "IsObjWithMemory" - ] - ], - "rank": 128 - }, - { - "comment": "^: int with straight line perm", - "filters": [ - [ - "IsInt" - ], - [ - "IsPerm", - "IsStraightLineProgElm" - ] - ], - "rank": 128 - }, - { - "comment": "^: objects with memory", - "filters": [ - [ - "IsObjWithMemory" - ], - [ - "IsInt" - ] - ], - "rank": 125 - }, - { - "comment": "^: power straight line program elements", - "filters": [ - [ - "IsStraightLineProgElm" - ], - [ - "IsInt" - ] - ], - "rank": 125 - }, - { - "comment": "^", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 82 - }, - { - "comment": "^", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 82 - }, - { - "comment": "^: conjugacy class of a subgroup of a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "aka": [ - "InducedClassFunction" - ], - "comment": "^: for class function and group", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 66 - }, - { - "comment": "^: for two class functions (conjugation, trivial action)", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsClassFunction" - ] - ], - "rank": 62 - }, - { - "comment": "^: for empty matrix, and integer", - "filters": [ - [ - "IsTable", - "IsEmpty", - "Tester(IsEmpty)", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt" - ] - ], - "rank": 60 - }, - { - "comment": "^", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 59 - }, - { - "comment": "^: for ring and list of integers (delegate to `FullMatrixModule')", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 55 - }, - { - "comment": "^: for group homomorphism and group (induction)", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 52 - }, - { - "aka": [ - "POW_OBJ_INT" - ], - "comment": "^: for block matrix and integer", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ], - [ - "IsInt" - ] - ], - "rank": 52 - }, - { - "comment": "^: for class function and nearly character table", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsNearlyCharacterTable" - ] - ], - "rank": 51 - }, - { - "comment": "^: for class function and positive integer (pointwise powering)", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 50 - }, - { - "comment": "^: using `PROD' for ring element list and ring element table", - "filters": [ - [ - "IsList", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 50 - }, - { - "aka": [ - "POW_MAT_INT" - ], - "comment": "^: for matrices, use char. poly. for large exponents", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 49 - }, - { - "comment": "^: for ANF automorphism and integer", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsInt" - ] - ], - "rank": 44 - }, - { - "comment": "^: for a Frobenius automorphism, and an integer", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ], - [ - "IsInt" - ] - ], - "rank": 44 - }, - { - "aka": [ - "FullRowModule", - "FullRowSpace", - "RowSpace" - ], - "comment": "^: for ring and integer (delegate to `FullRowModule')", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt" - ] - ], - "rank": 44 - }, - { - "comment": "^: for nilpotent Lie algebra automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ], - [ - "IsInt" - ] - ], - "rank": 40 - }, - { - "aka": [ - "ConjugateGroup" - ], - "comment": "^: generic method for groups and element", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 40 - }, - { - "comment": "^: for class function and Galois automorphism", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 38 - }, - { - "comment": "^: conjugacy class of an element of a group", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 38 - }, - { - "comment": "^: for unknown and zero", - "filters": [ - [ - "IsUnknown" - ], - [ - "IsZeroCyc" - ] - ], - "rank": 37 - }, - { - "comment": "^", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsClassFunction" - ] - ], - "rank": 36 - }, - { - "comment": "^: for class function and group element", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 36 - }, - { - "comment": "^: orbit of a point under the action of a group", - "filters": [ - [], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "^: for unknown and positive integer", - "filters": [ - [ - "IsUnknown" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 35 - }, - { - "comment": "^: for element in Z/nZ (ModulusRep), and integer", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsInt" - ] - ], - "rank": 34 - }, - { - "comment": "^: for binary relation on points and Zero", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ], - [ - "IsZeroCyc" - ] - ], - "rank": 33 - }, - { - "comment": "^: for direct product element, and integer", - "filters": [ - [ - "IsDirectProductElement" - ], - [ - "IsInt" - ] - ], - "rank": 33 - }, - { - "aka": [ - "32Bits_Power" - ], - "comment": "^: for a 32 bits assoc. word, and zero (in small integer rep)", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "Is32BitsAssocWord" - ], - [ - "IsZeroCyc", - "IsSmallIntRep" - ] - ], - "rank": 32 - }, - { - "aka": [ - "16Bits_Power" - ], - "comment": "^: for a 16 bits assoc. word, and zero (in small integer rep)", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "Is16BitsAssocWord" - ], - [ - "IsZeroCyc", - "IsSmallIntRep" - ] - ], - "rank": 32 - }, - { - "aka": [ - "8Bits_Power" - ], - "comment": "^: for an 8 bits assoc. word, and zero (in small integer rep)", - "filters": [ - [ - "IsMultiplicativeElementWithOne", - "Is8BitsAssocWord" - ], - [ - "IsZeroCyc", - "IsSmallIntRep" - ] - ], - "rank": 32 - }, - { - "comment": "^: for Lie object in default representation, and positive integer", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 32 - }, - { - "comment": "^: for a 32 bits assoc. word, and a small negative integer", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "Is32BitsAssocWord" - ], - [ - "IsInt", - "IsNegRat", - "IsSmallIntRep" - ] - ], - "rank": 31 - }, - { - "comment": "^: for a 16 bits assoc. word, and a small negative integer", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "Is16BitsAssocWord" - ], - [ - "IsInt", - "IsNegRat", - "IsSmallIntRep" - ] - ], - "rank": 31 - }, - { - "comment": "^: for an 8 bits assoc. word, and a small negative integer", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "Is8BitsAssocWord" - ], - [ - "IsInt", - "IsNegRat", - "IsSmallIntRep" - ] - ], - "rank": 31 - }, - { - "comment": "^: for binary relation on points and a positive int", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 31 - }, - { - "aka": [ - "NBitsPcWord_PowerSmallInt" - ], - "comment": "^: generic method for n bits pc word rep and small int", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ], - [ - "IsInt", - "IsSmallIntRep" - ] - ], - "rank": 30 - }, - { - "comment": "^: for float and rational", - "filters": [ - [ - "IsFloat" - ], - [ - "IsRat" - ] - ], - "rank": 29 - }, - { - "comment": "^: for rational and float", - "filters": [ - [ - "IsRat" - ], - [ - "IsFloat" - ] - ], - "rank": 29 - }, - { - "comment": "^: for a 32 bits assoc. word, and a small positive integer", - "filters": [ - [ - "Is32BitsAssocWord" - ], - [ - "IsInt", - "IsPosRat", - "IsSmallIntRep" - ] - ], - "rank": 29 - }, - { - "comment": "^: for a 16 bits assoc. word, and a small positive integer", - "filters": [ - [ - "Is16BitsAssocWord" - ], - [ - "IsInt", - "IsPosRat", - "IsSmallIntRep" - ] - ], - "rank": 29 - }, - { - "comment": "^: for an 8 bits assoc. word, and a small positive integer", - "filters": [ - [ - "Is8BitsAssocWord" - ], - [ - "IsInt", - "IsPosRat", - "IsSmallIntRep" - ] - ], - "rank": 29 - }, - { - "comment": "^: sliced perm", - "filters": [ - [ - "IsInt" - ], - [ - "IsSlicedPerm" - ] - ], - "rank": 27 - }, - { - "aka": [ - "AssocBWorLetRepPow" - ], - "comment": "^: assoc word in B letter rep and negative integer", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsBLetterAssocWordRep" - ], - [ - "IsInt", - "IsNegRat" - ] - ], - "rank": 26 - }, - { - "comment": "^: assoc word in B letter rep and positive integer", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsBLetterAssocWordRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 26 - }, - { - "aka": [ - "AssocWWorLetRepPow" - ], - "comment": "^: assoc word in W letter rep and negative integer", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsWLetterAssocWordRep" - ], - [ - "IsInt", - "IsNegRat" - ] - ], - "rank": 26 - }, - { - "comment": "^: assoc word in W letter rep and positive integer", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsWLetterAssocWordRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 26 - }, - { - "aka": [ - "AssocWordWithInverse_Power" - ], - "comment": "^: for an assoc. word with inverse in syllable rep, and an integer", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ], - [ - "IsInt" - ] - ], - "rank": 26 - }, - { - "comment": "^: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ], - "rank": 25 - }, - { - "comment": "^: for an assoc. word in syllable rep, and a positive integer", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 25 - }, - { - "comment": "^: for mult. element-with-one, and zero", - "filters": [ - [ - "IsMultiplicativeElementWithOne" - ], - [ - "IsZeroCyc" - ] - ], - "rank": 25 - }, - { - "comment": "^: rws-element ^ int", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByRws" - ], - [ - "IsInt" - ] - ], - "rank": 24 - }, - { - "comment": "^: for mult. element-with-inverse, and negative integer", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsNegRat" - ] - ], - "rank": 24 - }, - { - "comment": "^: for mult. element, and positive integer", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 22 - }, - { - "aka": [ - "NBitsPcWord_Conjugate" - ], - "comment": "^: generic method for n bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ] - ], - "rank": 20 - }, - { - "comment": "^: catch wrong root taking", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsRat" - ] - ], - "rank": 20 - }, - { - "comment": "^: for an algebra element and an element of an algebra module", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsRightAlgebraModuleElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 19 - }, - { - "comment": "^: for an algebra element and an element of an algebra module", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsLeftAlgebraModuleElement" - ] - ], - "rank": 19 - }, - { - "comment": "^: for a Lie algebra element and a weight rep element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ] - ], - "rank": 18 - }, - { - "comment": "^: sliced perm", - "filters": [ - [ - "IsPerm" - ], - [ - "IsSlicedPerm" - ] - ], - "rank": 17 - }, - { - "comment": "^: for two general mappings", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 14 - }, - { - "comment": "^: for binary relation on points and a set of integers", - "filters": [ - [ - "IsListOrCollection" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 13 - }, - { - "comment": "^: for two pcp elements", - "filters": [ - [ - "IsPcpElement" - ], - [ - "IsPcpElement" - ] - ], - "rank": 12 - }, - { - "comment": "^: rws-element ^ rws-element", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByRws" - ], - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 12 - }, - { - "comment": "^: wrapped additive elements", - "filters": [ - [ - "IsAdditiveElementAsMultiplicativeElementRep" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsAdditiveElementAsMultiplicativeElementRep" - ] - ], - "rank": 12 - }, - { - "aka": [ - "POW_DEFAULT" - ], - "comment": "^: for two mult.-elm.-with-inverse", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 10 - }, - { - "comment": "^: sliced perm", - "filters": [ - [], - [ - "IsSlicedPermInv" - ] - ], - "rank": 9 - }, - { - "comment": "^: for element in the source, and general mapping", - "filters": [ - [], - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "^", - "type": "GAP_Operation" - }, - { - "aka": [ - "COMM", - "Comm" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1777 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "LeftNormedComm" - ], - "comment": "Comm: for arguments enclosed in list brackets (ResClasses)", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "aka": [ - "NBitsPcWord_Comm" - ], - "comment": "Comm: generic method for n bits pc word rep", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector", - "IsNBitsPcWordRep" - ] - ], - "rank": 20 - }, - { - "comment": "Comm: for two pcp elements", - "filters": [ - [ - "IsPcpElement" - ], - [ - "IsPcpElement" - ] - ], - "rank": 12 - }, - { - "comment": "Comm: rws-element, rws-element", - "filters": [ - [ - "IsMultiplicativeElementWithInverseByRws" - ], - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 12 - }, - { - "aka": [ - "COMM_DEFAULT" - ], - "comment": "Comm: for two mult.-elm.-with-inverse", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 10 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Comm", - "type": "GAP_Operation" - }, - { - "aka": [ - "LieBracket" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1802 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LieBracket: for two ring elements", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 16 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieBracket", - "type": "GAP_Operation" - }, - { - "aka": [ - "MOD", - "mod" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1809 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "mod: for `Integers', and integer", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ] - ], - "rank": 58 - }, - { - "comment": "mod: zmodnze : for RingOfIntegralCyclotomics and a positive integer", - "filters": [ - [ - "Tester(IsRingOfIntegralCyclotomics)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 49 - }, - { - "comment": "mod: two induced pcgs", - "filters": [ - [ - "IsInducedPcgs" - ], - [ - "IsInducedPcgs" - ] - ], - "rank": 44 - }, - { - "comment": "mod: parent pcgs mod induced pcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsInducedPcgs" - ] - ], - "rank": 43 - }, - { - "comment": "mod: for a vector and a lattice (ResClasses)", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 42 - }, - { - "comment": "mod: two induced pcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsPcgs" - ] - ], - "rank": 42 - }, - { - "comment": "mod: two parent pcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsPcgs" - ] - ], - "rank": 42 - }, - { - "aka": [ - "BrauerTable" - ], - "comment": "mod: for ord. char. table, and pos. integer (call `BrauerTable')", - "filters": [ - [ - "IsOrdinaryTable" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 41 - }, - { - "comment": "mod: two modulo pcgs", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsModuloPcgs" - ] - ], - "rank": 40 - }, - { - "aka": [ - "MOD_UPOLY" - ], - "comment": "mod: laurent", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 38 - }, - { - "comment": "mod: reduction of univariate rational polynomial at a prime", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsInt" - ] - ], - "rank": 37 - }, - { - "comment": "mod: AlgElm", - "filters": [ - [ - "IsAlgebraicElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 34 - }, - { - "comment": "mod", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ], - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ] - ], - "rank": 34 - }, - { - "comment": "mod: reduction of general rational polynomial at a prime", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsInt" - ] - ], - "rank": 32 - }, - { - "comment": "mod", - "filters": [ - [], - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ] - ], - "rank": 17 - }, - { - "comment": "mod", - "filters": [ - [ - "IsSmallList", - "Tester(IsSmallList)", - "IsListDefault" - ], - [] - ], - "rank": 17 - }, - { - "comment": "mod: fallback method to test conditions", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "mod", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1858 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Int: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Int)" - ] - ], - "rank": 20003 - }, - { - "comment": "Int", - "filters": [ - [ - "IsUnicodeCharacter" - ] - ], - "rank": 20 - }, - { - "comment": "Int: for an integer", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - }, - { - "comment": "Int: for a rational", - "filters": [ - [ - "IsRat" - ] - ], - "rank": 17 - }, - { - "comment": "Int: for element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 16 - }, - { - "comment": "Int: for a cyclotomic", - "filters": [ - [ - "IsCyc" - ] - ], - "rank": 16 - }, - { - "aka": [ - "INTFLOOR_MACFLOAT" - ], - "comment": "Int: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "Int: for an FFE", - "filters": [ - [ - "IsFFE" - ] - ], - "rank": 15 - }, - { - "aka": [ - "INT_STRING" - ], - "comment": "Int: for strings", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Int", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInt" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1858 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Int): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Int): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Int)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInt" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1858 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Int)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1891 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Rat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Rat)" - ] - ], - "rank": 20003 - }, - { - "comment": "Rat: for float intervals", - "filters": [ - [ - "IsFloatInterval" - ] - ], - "rank": 16 - }, - { - "comment": "Rat: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 13 - }, - { - "comment": "Rat: for strings", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Rat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRat" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1891 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Rat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Rat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Rat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRat" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1891 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Rat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Sqrt" - ], - "filters": [ - [ - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1914 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "ER" - ], - "comment": "Sqrt: for a rational", - "filters": [ - [ - "IsRat" - ] - ], - "rank": 17 - }, - { - "aka": [ - "SQRT_MACFLOAT" - ], - "comment": "Sqrt: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Sqrt", - "type": "GAP_Operation" - }, - { - "aka": [ - "Root" - ], - "filters": [ - [ - [ - "IsMultiplicativeElement" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1930 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "RootInt" - ], - "comment": "Root: for two integers", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 36 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Root", - "type": "GAP_Operation" - }, - { - "aka": [ - "Log" - ], - "filters": [ - [ - [ - "IsMultiplicativeElement" - ], - [ - "IsMultiplicativeElement" - ] - ], - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1945 - }, - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 196 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "LOG_MACFLOAT" - ], - "comment": "Log: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - } - ], - "2args": [ - { - "aka": [ - "LogInt" - ], - "comment": "Log: for two integers", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 36 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Log", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1985 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Characteristic: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Characteristic)" - ] - ], - "rank": 20003 - }, - { - "comment": "Characteristic: for matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 45 - }, - { - "comment": "Characteristic: for sc rings and their subrings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)", - "CategoryCollections(IsSCRingObj)" - ] - ], - "rank": 30 - }, - { - "comment": "Characteristic: for local formation", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "ContainsTrivialGroup", - "Tester(ContainsTrivialGroup)", - "IsQuotientClosed", - "Tester(IsQuotientClosed)", - "IsResiduallyClosed", - "Tester(IsResiduallyClosed)", - "IsSaturated", - "Tester(IsSaturated)", - "Tester(LocalDefinitionFunction)" - ] - ], - "rank": 17 - }, - { - "aka": [ - "CHAR_FFE_DEFAULT" - ], - "comment": "Characteristic: for internal FFE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 17 - }, - { - "comment": "Characteristic: for formation product", - "filters": [ - [ - "IsFormationProductRep" - ] - ], - "rank": 15 - }, - { - "comment": "Characteristic: for Schunck class w/boundary", - "filters": [ - [ - "IsSchunckClass", - "Tester(IsSchunckClass)", - "Tester(BoundaryFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "Characteristic: for Fitting product", - "filters": [ - [ - "IsFittingProductRep" - ] - ], - "rank": 15 - }, - { - "comment": "Characteristic: alg elm", - "filters": [ - [ - "IsAlgebraicElement" - ] - ], - "rank": 15 - }, - { - "comment": "Characteristic: delegate to family (magma)", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 14 - }, - { - "comment": "Characteristic: for union of group classes", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "IsClassByUnionRep" - ] - ], - "rank": 7 - }, - { - "comment": "Characteristic: for intersection of group classes", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)", - "IsClassByIntersectionRep" - ] - ], - "rank": 7 - }, - { - "comment": "Characteristic: for an elements family of a magma ring quotient", - "filters": [ - [ - "IsElementOfMagmaRingModuloSpanOfZeroFamily" - ] - ], - "rank": 5 - }, - { - "comment": "Characteristic: for generic grp class", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)" - ] - ], - "rank": 4 - }, - { - "comment": "Characteristic: for an elements family of an fp subalgebra", - "filters": [ - [ - "CategoryFamily(IsElementOfFpAlgebra)" - ] - ], - "rank": 4 - }, - { - "comment": "Characteristic: delegate to family (element)", - "filters": [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ] - ], - "rank": 4 - }, - { - "comment": "Characteristic: for family delegate to elements family", - "filters": [ - [ - "IsFamily", - "Tester(ElementsFamily)" - ] - ], - "rank": 2 - }, - { - "comment": "Characteristic: ask the family", - "filters": [ - [] - ], - "rank": 0 - }, - { - "comment": "Characteristic: return fail", - "filters": [ - [] - ], - "rank": -10000 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Characteristic", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCharacteristic" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1985 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Characteristic): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Characteristic): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Characteristic)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCharacteristic" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 1985 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Characteristic)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMultiplicativeElementWithOne" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2007 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Order: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Order)" - ] - ], - "rank": 20007 - }, - { - "comment": "Order: straight line program elements", - "filters": [ - [ - "IsStraightLineProgElm" - ] - ], - "rank": 117 - }, - { - "comment": "Order: object with memory", - "filters": [ - [ - "IsObjWithMemory" - ] - ], - "rank": 107 - }, - { - "comment": "Order: ordinary matrix of finite field elements", - "filters": [ - [ - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 45 - }, - { - "comment": "Order: for a matrix of cyclotomics, with Minkowski kernel", - "filters": [ - [ - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ], - "rank": 45 - }, - { - "comment": "Order: for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "Order: generic method for ordinary matrices", - "filters": [ - [ - "IsOrdinaryMatrix" - ] - ], - "rank": 32 - }, - { - "comment": "Order: for a class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "Order: for automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 17 - }, - { - "comment": "Order: for an internal FFE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 17 - }, - { - "comment": "Order: for element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 16 - }, - { - "comment": "Order: for a cyclotomic", - "filters": [ - [ - "IsCyc" - ] - ], - "rank": 16 - }, - { - "comment": "Order", - "filters": [ - [ - "IsFFE" - ] - ], - "rank": 15 - }, - { - "comment": "Order: for a general FFE", - "filters": [ - [ - "IsFFE" - ] - ], - "rank": 15 - }, - { - "aka": [ - "ORDER_PERM" - ], - "comment": "Order: for a permutation", - "filters": [ - [ - "IsPerm" - ] - ], - "rank": 8 - }, - { - "comment": "Order: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - }, - { - "comment": "Order: fp group element", - "filters": [ - [ - "IsElementOfFpGroup" - ] - ], - "rank": 7 - }, - { - "comment": "Order: method for a pc-element", - "filters": [ - [ - "IsMultiplicativeElementWithOne" - ] - ], - "rank": 7 - }, - { - "comment": "Order: free group element", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 7 - }, - { - "comment": "Order", - "filters": [ - [ - "IsPcpElement" - ] - ], - "rank": 6 - }, - { - "comment": "Order: for a mult. element-with-one", - "filters": [ - [ - "IsMultiplicativeElementWithOne" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Order", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOrder" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithOne" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2007 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Order): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Order): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Order)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOrder" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithOne" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2007 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Order)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsOddAdditiveNestingDepthObject" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2032 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormedRowVector: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormedRowVector)" - ] - ], - "rank": 20026 - }, - { - "comment": "NormedRowVector: for GF(2) vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 32 - }, - { - "comment": "NormedRowVector: for a row vector of scalars", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 23 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormedRowVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormedRowVector" - ], - "filters": [ - [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsOddAdditiveNestingDepthObject" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2032 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormedRowVector): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormedRowVector): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormedRowVector)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormedRowVector" - ], - "filters": [ - [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsMultiplicativeElementWithInverse)", - "IsOddAdditiveNestingDepthObject" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2032 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormedRowVector)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2039 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCommutativeFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCommutativeFamily)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCommutativeFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCommutativeFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2039 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCommutativeFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCommutativeFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCommutativeFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2039 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCommutativeFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2053 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSkewFieldFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSkewFieldFamily)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSkewFieldFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSkewFieldFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2053 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSkewFieldFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSkewFieldFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSkewFieldFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2053 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSkewFieldFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2070 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsUFDFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsUFDFamily)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsUFDFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsUFDFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2070 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsUFDFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsUFDFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsUFDFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2070 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsUFDFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2099 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AdditiveElementsAsMultiplicativeElementsFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AdditiveElementsAsMultiplicativeElementsFamily)" - ] - ], - "rank": 20004 - }, - { - "comment": "AdditiveElementsAsMultiplicativeElementsFamily: for families of additive elements", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdditiveElementsAsMultiplicativeElementsFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAdditiveElementsAsMultiplicativeElementsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2099 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AdditiveElementsAsMultiplicativeElementsFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AdditiveElementsAsMultiplicativeElementsFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AdditiveElementsAsMultiplicativeElementsFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAdditiveElementsAsMultiplicativeElementsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2099 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AdditiveElementsAsMultiplicativeElementsFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2118 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AdditiveElementAsMultiplicativeElement: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AdditiveElementAsMultiplicativeElement)" - ] - ], - "rank": 20006 - }, - { - "comment": "AdditiveElementAsMultiplicativeElement: for additive elements with inverse", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement" - ] - ], - "rank": 5 - }, - { - "comment": "AdditiveElementAsMultiplicativeElement: for additive elements with zero", - "filters": [ - [ - "IsNearAdditiveElementWithZero", - "IsAdditiveElement" - ] - ], - "rank": 4 - }, - { - "comment": "AdditiveElementAsMultiplicativeElement: for additive elements", - "filters": [ - [ - "IsAdditiveElement" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdditiveElementAsMultiplicativeElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAdditiveElementAsMultiplicativeElement" - ], - "filters": [ - [ - [ - "IsAdditiveElement" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2118 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AdditiveElementAsMultiplicativeElement): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AdditiveElementAsMultiplicativeElement): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AdditiveElementAsMultiplicativeElement)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAdditiveElementAsMultiplicativeElement" - ], - "filters": [ - [ - [ - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2118 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AdditiveElementAsMultiplicativeElement)", - "type": "GAP_Operation" - }, - { - "aka": [ - "UnderlyingElement" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2134 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnderlyingElement: using 16Bits_ExtRepOfObj", - "filters": [ - [ - "Is32BitsPcWordRep" - ] - ], - "rank": 103 - }, - { - "comment": "UnderlyingElement: using 16Bits_ExtRepOfObj", - "filters": [ - [ - "Is16BitsPcWordRep" - ] - ], - "rank": 103 - }, - { - "comment": "UnderlyingElement: using 8Bits_ExtRepOfObj", - "filters": [ - [ - "Is8BitsPcWordRep" - ] - ], - "rank": 103 - }, - { - "comment": "UnderlyingElement: for an element of an f.p. group (default repres.)", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpGroup" - ] - ], - "rank": 9 - }, - { - "comment": "UnderlyingElement: for an element of an fp monoid (default repres.)", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpMonoid" - ] - ], - "rank": 8 - }, - { - "comment": "UnderlyingElement", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 8 - }, - { - "comment": "UnderlyingElement: for an element of an f.p. semigroup (default repres.)", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsElementOfFpSemigroup" - ] - ], - "rank": 7 - }, - { - "comment": "UnderlyingElement: for an element of a free group", - "filters": [ - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 7 - }, - { - "comment": "UnderlyingElement: wrapped additive elements", - "filters": [ - [ - "IsAdditiveElementAsMultiplicativeElementRep" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnderlyingElement", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2152 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsIdempotent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsIdempotent)" - ] - ], - "rank": 20006 - }, - { - "comment": "IsIdempotent: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "aka": [ - "IS_IDEM_TRANS" - ], - "comment": "IsIdempotent: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - }, - { - "comment": "IsIdempotent: for a Rees 0-matrix semigroup element", - "filters": [ - [ - "IsReesZeroMatrixSemigroupElement" - ] - ], - "rank": 5 - }, - { - "comment": "IsIdempotent: multiplicative element", - "filters": [ - [ - "IsMultiplicativeElement" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsIdempotent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsIdempotent" - ], - "filters": [ - [ - [ - "IsMultiplicativeElement" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2152 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsIdempotent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsIdempotent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsIdempotent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/arith.gd", - "line": 2152 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsIdempotent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LargeGaloisField" - ], - "filters": [ - [ - [ - "IsInt" - ] - ], - [ - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 364 - }, - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 365 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LargeGaloisField", - "filters": [ - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 19 - } - ], - "2args": [ - { - "comment": "LargeGaloisField", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 38 - }, - { - "comment": "LargeGaloisField", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 38 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LargeGaloisField", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFFE" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 496 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DegreeFFE: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DegreeFFE)" - ] - ], - "rank": 20018 - }, - { - "comment": "DegreeFFE: for 8 bit vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)", - "Is8BitVectorRep" - ] - ], - "rank": 43 - }, - { - "comment": "DegreeFFE: for a matrix of FFEs", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 42 - }, - { - "comment": "DegreeFFE: for GF(2) vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)", - "IsGF2VectorRep" - ] - ], - "rank": 40 - }, - { - "comment": "DegreeFFE: for a row vector of FFEs", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 31 - }, - { - "comment": "DegreeFFE: for element in Z/pZ (ModulusRep)", - "filters": [ - [ - "IsFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 18 - }, - { - "comment": "DegreeFFE", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "aka": [ - "DEGREE_FFE_DEFAULT" - ], - "comment": "DegreeFFE: for internal FFE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 17 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DegreeFFE", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDegreeFFE" - ], - "filters": [ - [ - [ - "IsFFE" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 496 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DegreeFFE): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DegreeFFE): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DegreeFFE)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDegreeFFE" - ], - "filters": [ - [ - [ - "IsFFE" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 496 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DegreeFFE)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LogFFE" - ], - "filters": [ - [ - [ - "IsFFE" - ], - [ - "IsFFE" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 526 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LogFFE: for two elements in Z/pZ (ModulusRep)", - "filters": [ - [ - "IsFFE", - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 36 - }, - { - "comment": "LogFFE", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 34 - }, - { - "comment": "LogFFE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 34 - }, - { - "comment": "LogFFE", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 34 - }, - { - "aka": [ - "LOG_FFE_DEFAULT" - ], - "comment": "LogFFE: for two internal FFEs", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 34 - }, - { - "comment": "LogFFE: for two FFEs (in a prime field)", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE" - ] - ], - "rank": 30 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LogFFE", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFFE" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 570 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IntFFE: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IntFFE)" - ] - ], - "rank": 20018 - }, - { - "comment": "IntFFE", - "filters": [ - [ - "IsFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 18 - }, - { - "comment": "IntFFE", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "aka": [ - "INT_FFE_DEFAULT" - ], - "comment": "IntFFE: for internal FFE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 17 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IntFFE", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIntFFE" - ], - "filters": [ - [ - [ - "IsFFE" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 570 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IntFFE): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IntFFE): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IntFFE)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIntFFE" - ], - "filters": [ - [ - [ - "IsFFE" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 570 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IntFFE)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFFE" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 617 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IntFFESymm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IntFFESymm)" - ] - ], - "rank": 20018 - }, - { - "comment": "IntFFESymm: vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 31 - }, - { - "comment": "IntFFESymm: Z/nZ (ModulusRep)", - "filters": [ - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 16 - }, - { - "comment": "IntFFESymm: FFE", - "filters": [ - [ - "IsFFE" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IntFFESymm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIntFFESymm" - ], - "filters": [ - [ - [ - "IsFFE" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 617 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IntFFESymm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IntFFESymm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IntFFESymm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIntFFESymm" - ], - "filters": [ - [ - [ - "IsFFE" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 617 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IntFFESymm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IntVecFFE" - ], - "filters": [ - [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 634 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IntVecFFE: for a row vector of FFEs", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 31 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IntVecFFE", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFFE" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 653 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsInternalFFE: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsInternalFFE)" - ] - ], - "rank": 20018 - }, - { - "comment": "AsInternalFFE", - "filters": [ - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 17 - }, - { - "comment": "AsInternalFFE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 17 - }, - { - "comment": "AsInternalFFE", - "filters": [ - [ - "IsFFE", - "IsZmodnZObj" - ] - ], - "rank": 16 - }, - { - "comment": "AsInternalFFE", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsInternalFFE", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsInternalFFE" - ], - "filters": [ - [ - [ - "IsFFE" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 653 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsInternalFFE): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsInternalFFE): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsInternalFFE)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsInternalFFE" - ], - "filters": [ - [ - [ - "IsFFE" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 653 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsInternalFFE)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RootFFE" - ], - "filters": [ - [ - [], - [ - "IsFFE" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.gd", - "line": 674 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RootFFE: for modulus rep", - "filters": [ - [ - "IsFFE", - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 37 - }, - { - "comment": "RootFFE: without field", - "filters": [ - [ - "IsFFE" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "RootFFE: use field order", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsFFE" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 88 - }, - { - "comment": "RootFFE: for modulus rep, using RootMod", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsFFE", - "IsZmodnZObj", - "IsModulusRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 56 - }, - { - "comment": "RootFFE: use LogFFE", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsFFE" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RootFFE", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/domain.gd", - "line": 164 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfDomain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfDomain)" - ] - ], - "rank": 20008 - }, - { - "comment": "GeneratorsOfDomain", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "Tester(AsList)", - "IsGeneralizedDomain" - ] - ], - "rank": 8 - }, - { - "comment": "GeneratorsOfDomain: for a domain (delegate to `AsList')", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfDomain" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/domain.gd", - "line": 164 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfDomain): for an underlying relation and a list of direct product elements", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "IsGeneralizedDomain", - "CategoryCollections(IsDirectProductElement)", - "Tester(UnderlyingGeneralMapping)" - ], - [ - "CategoryCollections(IsDirectProductElement)" - ] - ], - "rank": 38 - }, - { - "comment": "Setter(GeneratorsOfDomain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfDomain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfDomain" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/domain.gd", - "line": 164 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "DomainByGenerators" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/domain.gd", - "line": 191 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DomainByGenerators: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "DomainByGenerators: for family and empty list", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 18 - }, - { - "comment": "DomainByGenerators: for family and list & collection", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DomainByGenerators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/domain.gd", - "line": 279 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ParentAttr: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ParentAttr)" - ] - ], - "rank": 20008 - }, - { - "comment": "ParentAttr: for a subsemigroup of a Rees 0-matrix semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesZeroMatrixSemigroupElement)" - ] - ], - "rank": 17 - }, - { - "comment": "ParentAttr: for a subsemigroup of a Rees matrix semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ] - ], - "rank": 17 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ParentAttr", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAssociatedSemigroup", - "SetParent", - "SetParentAttr" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/domain.gd", - "line": 279 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ParentAttr): method that calls 'UseSubsetRelation'", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 10 - }, - { - "comment": "Setter(ParentAttr): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ParentAttr): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ParentAttr)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAssociatedSemigroup", - "HasParent", - "HasParentAttr" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/domain.gd", - "line": 279 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ParentAttr)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 599 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsIntegralCyclotomic: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsIntegralCyclotomic)" - ] - ], - "rank": 20003 - }, - { - "aka": [ - "IS_CYC_INT" - ], - "comment": "IsIntegralCyclotomic: for an internally represented cyclotomic", - "filters": [ - [ - "IsInternalRep" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsIntegralCyclotomic", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCycInt", - "SetIsIntegralCyclotomic" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 599 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsIntegralCyclotomic): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsIntegralCyclotomic): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsIntegralCyclotomic)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 599 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsIntegralCyclotomic)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCyc" - ] - ], - [ - [ - "CategoryCollections(IsCyclotomic)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 640 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Conductor: system getter", - "filters": [ - [ - "Tester(CONDUCTOR)", - "IsAttributeStoringRep" - ] - ], - "rank": 20019 - }, - { - "comment": "Conductor: for abelian number field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 65 - }, - { - "comment": "Conductor: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Conductor", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConductor" - ], - "filters": [ - [ - [ - "IsCyc" - ], - [] - ], - [ - [ - "CategoryCollections(IsCyclotomic)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 640 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CONDUCTOR): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CONDUCTOR): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CONDUCTOR)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasConductor" - ], - "filters": [ - [ - [ - "IsCyc" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 640 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CONDUCTOR)", - "type": "GAP_Operation" - }, - { - "aka": [ - "GALOIS_CYC", - "GaloisCyc" - ], - "filters": [ - [ - [ - "IsCyc" - ], - [ - "IsInt" - ] - ], - [ - [ - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsInt" - ] - ], - [ - [ - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 681 - }, - { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 682 - }, - { - "file": "/home/makx/ac/gap/lib/cyclotom.g", - "line": 683 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GaloisCyc: for a class function, and an integer", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsClassFunction" - ], - [ - "IsInt" - ] - ], - "rank": 56 - }, - { - "comment": "GaloisCyc: for a list of cyclotomics, and an integer", - "filters": [ - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsInt" - ] - ], - "rank": 45 - }, - { - "comment": "GaloisCyc: for a list of lists of cyclotomics, and an integer", - "filters": [ - [ - "IsList", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [ - "IsInt" - ] - ], - "rank": 44 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GaloisCyc", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsEqualSet" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/set.gd", - "line": 75 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "IS_EQUAL_SET" - ], - "comment": "IsEqualSet: for two internally represented lists", - "filters": [ - [ - "IsList", - "IsInternalRep" - ], - [ - "IsList", - "IsInternalRep" - ] - ], - "rank": 38 - }, - { - "comment": "IsEqualSet: for two lists", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsEqualSet", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/set.gd", - "line": 95 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "IS_SUBSET_SET" - ], - "comment": "IsSubsetSet: for two internally represented lists", - "filters": [ - [ - "IsList", - "IsInternalRep" - ], - [ - "IsList", - "IsInternalRep" - ] - ], - "rank": 38 - }, - { - "comment": "IsSubsetSet: for two lists", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSubsetSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "AddSet" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/set.gd", - "line": 129 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "ADD_SET" - ], - "comment": "AddSet: for mutable internally represented list, and object", - "filters": [ - [ - "IsMutable", - "IsList", - "IsInternalRep" - ], - [] - ], - "rank": 21 - }, - { - "comment": "AddSet: for mutable list, and object", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AddSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "RemoveSet" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/set.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "REM_SET" - ], - "comment": "RemoveSet: for mutable internally represented list, and object", - "filters": [ - [ - "IsMutable", - "IsList", - "IsInternalRep" - ], - [] - ], - "rank": 21 - }, - { - "comment": "RemoveSet: for mutable list, and object", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RemoveSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "UniteSet" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/set.gd", - "line": 187 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "UNITE_SET" - ], - "comment": "UniteSet: for two internally represented lists, the first being mutable", - "filters": [ - [ - "IsMutable", - "IsList", - "IsInternalRep" - ], - [ - "IsList", - "IsInternalRep" - ] - ], - "rank": 40 - }, - { - "comment": "UniteSet: for two lists, the first being mutable", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UniteSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "IntersectSet" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/set.gd", - "line": 215 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "INTER_RANGE" - ], - "comment": "IntersectSet: for two ranges", - "filters": [ - [ - "IsMutable", - "IsRange", - "IsRangeRep" - ], - [ - "IsRange", - "IsRangeRep" - ] - ], - "rank": 82 - }, - { - "aka": [ - "INTER_SET" - ], - "comment": "IntersectSet: for two internally represented lists, the first being mutable", - "filters": [ - [ - "IsMutable", - "IsList", - "IsInternalRep" - ], - [ - "IsList", - "IsInternalRep" - ] - ], - "rank": 40 - }, - { - "comment": "IntersectSet: for two lists, the first being mutable", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IntersectSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SubtractSet" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/set.gd", - "line": 243 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "SUBTR_SET" - ], - "comment": "SubtractSet: for two internally represented lists, the first being mutable", - "filters": [ - [ - "IsMutable", - "IsList", - "IsInternalRep" - ], - [ - "IsList", - "IsInternalRep" - ] - ], - "rank": 40 - }, - { - "comment": "SubtractSet: for two lists, the first being mutable", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SubtractSet", - "type": "GAP_Operation" - }, - { - "aka": [ - ".", - "ELM_REC" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/record.g", - "line": 103 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": ".: generators of a free group containing the whole family", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)", - "IsGroupOfFamily", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 65 - }, - { - "comment": ".: generators of a s.c. algebra containing the whole family", - "filters": [ - [ - "Tester(GeneratorsOfLeftOperatorRing)", - "CategoryCollections(IsSCAlgebraObj)", - "IsFullSCAlgebra", - "Tester(IsFullSCAlgebra)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 61 - }, - { - "comment": ".: generators of a magma ring-with-one containing the whole family", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftOperatorRingWithOne)", - "IsMagmaRingModuloRelations" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 58 - }, - { - "comment": ".: generators of a magma ring containing the whole family", - "filters": [ - [ - "Tester(GeneratorsOfLeftOperatorRing)", - "IsMagmaRingModuloRelations" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 55 - }, - { - "comment": ".: group generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 55 - }, - { - "comment": ".: generators of a whole SC ring", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)", - "CategoryCollections(IsSCRingObj)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 51 - }, - { - "comment": ".: polynomial ring indeterminates", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 46 - }, - { - "comment": ".: for an inverse monoid with generators and pos int", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseMonoid)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 46 - }, - { - "comment": ".: for an inverse semigroup with generators and pos int", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseSemigroup)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 41 - }, - { - "comment": ".: for a monoid with generators and pos int", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 40 - }, - { - "comment": ".: for class names of a nearly character table", - "filters": [ - [ - "IsNearlyCharacterTable" - ], - [ - "IsInt" - ] - ], - "rank": 38 - }, - { - "comment": ".: generators of a free magma-with-one containing the whole family", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "CategoryCollections(IsWord)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 37 - }, - { - "comment": ".: for a semigroup with generators and pos int", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 35 - }, - { - "comment": ".: generators of a free magma containing the whole family", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "CategoryCollections(IsWord)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 34 - }, - { - "comment": ".: for a presentation in default representation", - "filters": [ - [ - "IsPresentation", - "IsPresentationDefaultRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 24 - }, - { - "comment": ".: for a root system and a record component", - "filters": [ - [ - "IsRootSystem" - ], - [] - ], - "rank": 1 - }, - { - "comment": ".: catch error", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": ".", - "type": "GAP_Operation" - }, - { - "aka": [ - "ISB_REC", - "IsBound." - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/record.g", - "line": 110 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsBound.: for a presentation in default representation", - "filters": [ - [ - "IsPresentation", - "IsPresentationDefaultRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 24 - }, - { - "comment": "IsBound.: catch error", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBound.", - "type": "GAP_Operation" - }, - { - "aka": [ - ".:=", - "ASS_REC" - ], - "filters": [ - [ - [], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/record.g", - "line": 117 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": ".:=: for a mutable presentation in default representation", - "filters": [ - [ - "IsMutable", - "IsPresentation", - "IsPresentationDefaultRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 25 - }, - { - "comment": ".:=: catch error", - "filters": [ - [], - [], - [] - ], - "rank": 0 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": ".:=", - "type": "GAP_Operation" - }, - { - "aka": [ - "UNB_REC", - "Unbind." - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/record.g", - "line": 124 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Unbind.: for a mutable presentation in default representation", - "filters": [ - [ - "IsMutable", - "IsPresentation", - "IsPresentationDefaultRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 25 - }, - { - "comment": "Unbind.: catch error", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Unbind.", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRecord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/record.g", - "line": 154 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RecNames: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RecNames)" - ] - ], - "rank": 20004 - }, - { - "aka": [ - "REC_NAMES" - ], - "comment": "RecNames: for a record in internal representation", - "filters": [ - [ - "IsRecord", - "IsInternalRep" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RecNames", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRecNames" - ], - "filters": [ - [ - [ - "IsRecord" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/record.g", - "line": 154 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RecNames): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RecNames): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RecNames)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRecNames" - ], - "filters": [ - [ - [ - "IsRecord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/record.g", - "line": 154 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RecNames)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SUM_FFE_LARGE" - ], - "filters": [ - [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.g", - "line": 179 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SUM_FFE_LARGE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 34 - }, - { - "comment": "SUM_FFE_LARGE", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE" - ] - ], - "rank": 30 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SUM_FFE_LARGE", - "type": "GAP_Operation" - }, - { - "aka": [ - "DIFF_FFE_LARGE" - ], - "filters": [ - [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.g", - "line": 191 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DIFF_FFE_LARGE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 34 - }, - { - "comment": "DIFF_FFE_LARGE", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE" - ] - ], - "rank": 30 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DIFF_FFE_LARGE", - "type": "GAP_Operation" - }, - { - "aka": [ - "PROD_FFE_LARGE" - ], - "filters": [ - [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.g", - "line": 203 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PROD_FFE_LARGE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 34 - }, - { - "comment": "PROD_FFE_LARGE", - "filters": [ - [ - "IsFFE" - ], - [ - "IsFFE" - ] - ], - "rank": 30 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PROD_FFE_LARGE", - "type": "GAP_Operation" - }, - { - "aka": [ - "QUO_FFE_LARGE" - ], - "filters": [ - [ - [ - "IsFFE" - ], - [ - "IsFFE" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.g", - "line": 215 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "QUO_FFE_LARGE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 34 - }, - { - "comment": "QUO_FFE_LARGE", - "filters": [ - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 34 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "QUO_FFE_LARGE", - "type": "GAP_Operation" - }, - { - "aka": [ - "ZOp" - ], - "filters": [ - [ - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ffe.g", - "line": 236 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ZOp", - "filters": [ - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 19 - }, - { - "comment": "ZOp", - "filters": [ - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 19 - } - ], - "2args": [ - { - "comment": "ZOp", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 38 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ZOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.g", - "line": 86 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRectangularTable: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRectangularTable)" - ] - ], - "rank": 20005 - }, - { - "aka": [ - "IsRectangularTablePlist" - ], - "comment": "IsRectangularTable: kernel method for a plain list", - "filters": [ - [ - "IsTable", - "IsPlistRep" - ] - ], - "rank": 22 - }, - { - "comment": "IsRectangularTable: generic", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRectangularTable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRectangularTable" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.g", - "line": 86 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRectangularTable): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRectangularTable): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRectangularTable)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/list.g", - "line": 86 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRectangularTable)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 136 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SmallestGeneratorPerm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SmallestGeneratorPerm)" - ] - ], - "rank": 20011 - }, - { - "aka": [ - "SMALLEST_GENERATOR_PERM" - ], - "comment": "SmallestGeneratorPerm: for internally represented permutation", - "filters": [ - [ - "IsPerm", - "IsInternalRep" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SmallestGeneratorPerm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSmallestGeneratorPerm" - ], - "filters": [ - [ - [ - "IsPerm" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 136 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SmallestGeneratorPerm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SmallestGeneratorPerm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SmallestGeneratorPerm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSmallestGeneratorPerm" - ], - "filters": [ - [ - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 136 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SmallestGeneratorPerm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPerm" - ] - ], - [ - [ - "CategoryCollections(IsPerm)" - ] - ], - [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - [ - [ - "IsTransformation" - ] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - [ - [ - "IsPartialPerm" - ] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 167 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SmallestMovedPoint: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SmallestMovedPoint)" - ] - ], - "rank": 20011 - }, - { - "comment": "SmallestMovedPoint: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "aka": [ - "SmallestMovedPointPerms" - ], - "comment": "SmallestMovedPoint: for a collection of permutations", - "filters": [ - [ - "CategoryCollections(IsPerm)" - ] - ], - "rank": 58 - }, - { - "comment": "SmallestMovedPoint: for a partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 23 - }, - { - "comment": "SmallestMovedPoint: for a transformation semigroup", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "comment": "SmallestMovedPoint: for an empty list", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - }, - { - "comment": "SmallestMovedPoint: for a partial perm collection", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ], - "rank": 15 - }, - { - "comment": "SmallestMovedPoint: for a transformation collection", - "filters": [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - "rank": 13 - }, - { - "comment": "SmallestMovedPoint: for a permutation", - "filters": [ - [ - "IsPerm" - ] - ], - "rank": 8 - }, - { - "comment": "SmallestMovedPoint: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "comment": "SmallestMovedPoint: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SmallestMovedPoint", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSmallestMovedPoint", - "SetSmallestMovedPointPerm" - ], - "filters": [ - [ - [ - "IsPerm" - ], - [] - ], - [ - [ - "CategoryCollections(IsPerm)" - ], - [] - ], - [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [] - ], - [ - [ - "IsTransformation" - ], - [] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ], - [] - ], - [ - [ - "IsPartialPerm" - ], - [] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 167 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SmallestMovedPoint): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SmallestMovedPoint): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SmallestMovedPoint)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSmallestMovedPoint", - "HasSmallestMovedPointPerm" - ], - "filters": [ - [ - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 167 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SmallestMovedPoint)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPerm" - ] - ], - [ - [ - "CategoryCollections(IsPerm)" - ] - ], - [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - [ - [ - "IsTransformation" - ] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - [ - [ - "IsPartialPerm" - ] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LargestMovedPoint: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LargestMovedPoint)" - ] - ], - "rank": 20011 - }, - { - "comment": "LargestMovedPoint: permutation with memory", - "filters": [ - [ - "IsPerm", - "IsObjWithMemory" - ] - ], - "rank": 110 - }, - { - "comment": "LargestMovedPoint: straight line program permutation", - "filters": [ - [ - "IsPerm", - "IsStraightLineProgElm" - ] - ], - "rank": 110 - }, - { - "comment": "LargestMovedPoint: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "aka": [ - "LargestMovedPointPerms" - ], - "comment": "LargestMovedPoint: for a collection of permutations", - "filters": [ - [ - "CategoryCollections(IsPerm)" - ] - ], - "rank": 58 - }, - { - "comment": "LargestMovedPoint: for a partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 23 - }, - { - "comment": "LargestMovedPoint: for a transformation semigroup", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "comment": "LargestMovedPoint: for an empty list", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - }, - { - "comment": "LargestMovedPoint: for a partial perm collection", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ], - "rank": 15 - }, - { - "comment": "LargestMovedPoint: for a transformation collection", - "filters": [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - "rank": 13 - }, - { - "aka": [ - "LARGEST_MOVED_POINT_PERM" - ], - "comment": "LargestMovedPoint: for an internal permutation", - "filters": [ - [ - "IsPerm", - "IsInternalRep" - ] - ], - "rank": 9 - }, - { - "aka": [ - "LARGEST_MOVED_PT_PPERM" - ], - "comment": "LargestMovedPoint: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "aka": [ - "LARGEST_MOVED_PT_TRANS" - ], - "comment": "LargestMovedPoint: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LargestMovedPoint", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLargestMovedPoint", - "SetLargestMovedPointPerm" - ], - "filters": [ - [ - [ - "IsPerm" - ], - [] - ], - [ - [ - "CategoryCollections(IsPerm)" - ], - [] - ], - [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [] - ], - [ - [ - "IsTransformation" - ], - [] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ], - [] - ], - [ - [ - "IsPartialPerm" - ], - [] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LargestMovedPoint): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LargestMovedPoint): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LargestMovedPoint)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLargestMovedPoint", - "HasLargestMovedPointPerm" - ], - "filters": [ - [ - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LargestMovedPoint)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPerm" - ] - ], - [ - [ - "CategoryCollections(IsPerm)" - ] - ], - [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - [ - [ - "IsTransformation" - ] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - [ - [ - "IsPartialPerm" - ] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 242 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NrMovedPoints: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NrMovedPoints)" - ] - ], - "rank": 20011 - }, - { - "comment": "NrMovedPoints: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "aka": [ - "NrMovedPointsPerms" - ], - "comment": "NrMovedPoints: for a collection of permutations", - "filters": [ - [ - "CategoryCollections(IsPerm)" - ] - ], - "rank": 58 - }, - { - "comment": "NrMovedPoints: for a partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 23 - }, - { - "comment": "NrMovedPoints: for a transformation semigroup", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "comment": "NrMovedPoints: for an empty list", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - }, - { - "comment": "NrMovedPoints: for a partial perm coll", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ], - "rank": 15 - }, - { - "comment": "NrMovedPoints: for a transformation collection", - "filters": [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - "rank": 13 - }, - { - "comment": "NrMovedPoints: for a permutation", - "filters": [ - [ - "IsPerm" - ] - ], - "rank": 8 - }, - { - "aka": [ - "NR_MOVED_PTS_PPERM" - ], - "comment": "NrMovedPoints: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "aka": [ - "NR_MOVED_PTS_TRANS" - ], - "comment": "NrMovedPoints: for a tranformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NrMovedPoints", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDegreeAction", - "SetDegreeOperation", - "SetNrMovedPoints", - "SetNrMovedPointsPerm" - ], - "filters": [ - [ - [ - "IsPerm" - ], - [] - ], - [ - [ - "CategoryCollections(IsPerm)" - ], - [] - ], - [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [] - ], - [ - [ - "IsTransformation" - ], - [] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ], - [] - ], - [ - [ - "IsPartialPerm" - ], - [] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 242 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NrMovedPoints): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NrMovedPoints): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NrMovedPoints)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDegreeAction", - "HasDegreeOperation", - "HasNrMovedPoints", - "HasNrMovedPointsPerm" - ], - "filters": [ - [ - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 242 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NrMovedPoints)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPerm" - ] - ], - [ - [ - "CategoryCollections(IsPerm)" - ] - ], - [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - [ - [ - "IsTransformation" - ] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - [ - [ - "IsPartialPerm" - ] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MovedPoints: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MovedPoints)" - ] - ], - "rank": 20011 - }, - { - "comment": "MovedPoints: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "aka": [ - "MovedPointsPerms" - ], - "comment": "MovedPoints: for a collection of permutations", - "filters": [ - [ - "CategoryCollections(IsPerm)" - ] - ], - "rank": 58 - }, - { - "comment": "MovedPoints: for a partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 23 - }, - { - "comment": "MovedPoints: for a transformation semigroup", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "comment": "MovedPoints: for an empty list", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - }, - { - "comment": "MovedPoints: for a partial perm coll", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ], - "rank": 15 - }, - { - "comment": "MovedPoints: for a transformation collection", - "filters": [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - "rank": 13 - }, - { - "comment": "MovedPoints: for a permutation", - "filters": [ - [ - "IsPerm" - ] - ], - "rank": 8 - }, - { - "aka": [ - "MOVED_PTS_PPERM" - ], - "comment": "MovedPoints: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "aka": [ - "MOVED_PTS_TRANS" - ], - "comment": "MovedPoints: for a tranformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MovedPoints", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMovedPoints" - ], - "filters": [ - [ - [ - "IsPerm" - ], - [] - ], - [ - [ - "CategoryCollections(IsPerm)" - ], - [] - ], - [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [] - ], - [ - [ - "IsTransformation" - ], - [] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ], - [] - ], - [ - [ - "IsPartialPerm" - ], - [] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MovedPoints): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MovedPoints): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MovedPoints)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMovedPoints" - ], - "filters": [ - [ - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MovedPoints)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 294 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SignPerm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SignPerm)" - ] - ], - "rank": 20011 - }, - { - "comment": "SignPerm: straight line program perms", - "filters": [ - [ - "IsPerm", - "IsStraightLineProgElm" - ] - ], - "rank": 111 - }, - { - "comment": "SignPerm: for a permutation with memory", - "filters": [ - [ - "IsPerm", - "IsObjWithMemory" - ] - ], - "rank": 110 - }, - { - "aka": [ - "SIGN_PERM" - ], - "comment": "SignPerm: for internally represented permutation", - "filters": [ - [ - "IsPerm", - "IsInternalRep" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SignPerm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSignPerm" - ], - "filters": [ - [ - [ - "IsPerm" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 294 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SignPerm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SignPerm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SignPerm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSignPerm" - ], - "filters": [ - [ - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 294 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SignPerm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 329 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CycleStructurePerm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CycleStructurePerm)" - ] - ], - "rank": 20011 - }, - { - "comment": "CycleStructurePerm: straight line program perms", - "filters": [ - [ - "IsPerm", - "IsStraightLineProgElm" - ] - ], - "rank": 111 - }, - { - "comment": "CycleStructurePerm: for a permutation with memory", - "filters": [ - [ - "IsPerm", - "IsObjWithMemory" - ] - ], - "rank": 110 - }, - { - "aka": [ - "CYCLE_STRUCT_PERM" - ], - "comment": "CycleStructurePerm: internal", - "filters": [ - [ - "IsPerm", - "IsInternalRep" - ] - ], - "rank": 9 - }, - { - "comment": "CycleStructurePerm: generic method", - "filters": [ - [ - "IsPerm" - ] - ], - "rank": 8 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CycleStructurePerm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCycleStructurePerm" - ], - "filters": [ - [ - [ - "IsPerm" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 329 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CycleStructurePerm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CycleStructurePerm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CycleStructurePerm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCycleStructurePerm" - ], - "filters": [ - [ - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 329 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CycleStructurePerm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RestrictedPerm" - ], - "filters": [ - [ - [ - "IsPerm" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 521 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RestrictedPerm: for a permutation with memory and a list of integers", - "filters": [ - [ - "IsPerm", - "IsObjWithMemory" - ], - [ - "IsList" - ] - ], - "rank": 112 - }, - { - "comment": "RestrictedPerm: use kernel method, test", - "filters": [ - [ - "IsPerm", - "IsInternalRep" - ], - [ - "IsList" - ] - ], - "rank": 11 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RestrictedPerm", - "type": "GAP_Operation" - }, - { - "aka": [ - "RestrictedPermNC" - ], - "filters": [ - [ - [ - "IsPerm" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 522 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RestrictedPermNC: straight line program perms", - "filters": [ - [ - "IsPerm", - "IsStraightLineProgElm" - ], - [ - "IsList" - ] - ], - "rank": 113 - }, - { - "comment": "RestrictedPermNC: kernel method", - "filters": [ - [ - "IsPerm", - "IsInternalRep" - ], - [ - "IsList" - ] - ], - "rank": 11 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RestrictedPermNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "DistancePerms" - ], - "filters": [ - [ - [ - "IsPerm" - ], - [ - "IsPerm" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permutat.g", - "line": 742 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "DISTANCE_PERMS" - ], - "comment": "DistancePerms: for kernel permutations", - "filters": [ - [ - "IsPerm", - "IsInternalRep" - ], - [ - "IsPerm", - "IsInternalRep" - ] - ], - "rank": 18 - }, - { - "comment": "DistancePerms: for general permutations", - "filters": [ - [ - "IsPerm" - ], - [ - "IsPerm" - ] - ], - "rank": 16 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DistancePerms", - "type": "GAP_Operation" - }, - { - "aka": [ - "AddRowVector" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ], - [ - "IsMultiplicativeElement" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsMutable", - "IsRowVectorObj" - ], - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsMutable", - "IsRowVectorObj" - ], - [ - "IsRowVectorObj" - ], - [] - ], - [ - [ - "IsMutable", - "IsRowVectorObj" - ], - [ - "IsRowVectorObj" - ], - [], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 53 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 241 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 243 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 245 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "ADD_ROWVECTOR_VECFFES_2" - ], - "comment": "AddRowVector: kernel method for vecffe (2 args)", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsPlistRep", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ], - [ - "IsHomogeneousList", - "IsPlistRep", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 86 - }, - { - "aka": [ - "ADD_ROW_VECTOR_2_FAST" - ], - "comment": "AddRowVector: kernel method for plain lists of cyclotomics (2 args)", - "filters": [ - [ - "IsMutable", - "IsDenseList", - "IsPlistRep", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsDenseList", - "IsPlistRep", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 82 - }, - { - "aka": [ - "ADD_ROWVECTOR_VEC8BITS_2" - ], - "comment": "AddRowVector: For 2 8 bit vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 50 - }, - { - "aka": [ - "ADDCOEFFS_GF2VEC_GF2VEC" - ], - "comment": "AddRowVector: kernel method for GF2 (2 args)", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 45 - }, - { - "comment": "AddRowVector: for two plist vectors", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep", - "IsIntVector" - ], - [ - "IsPlistVectorRep", - "IsIntVector" - ] - ], - "rank": 25 - }, - { - "comment": "AddRowVector: for two checking plist vectors", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsPlistVectorRep", - "IsCheckingVector" - ] - ], - "rank": 25 - }, - { - "comment": "AddRowVector: for two plist vectors", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 23 - }, - { - "comment": "AddRowVector: kernel method for GF2 (2 args)", - "filters": [ - [ - "IsMutable", - "IsGF2VectorRep" - ], - [ - "IsGF2VectorRep" - ] - ], - "rank": 23 - }, - { - "aka": [ - "ADD_ROW_VECTOR_2" - ], - "comment": "AddRowVector: kernel method for small lists (2 args)", - "filters": [ - [ - "IsMutable", - "IsDenseList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsDenseList" - ] - ], - "rank": 14 - }, - { - "comment": "AddRowVector: generic method (2 args)", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsDenseList" - ] - ], - "rank": 8 - }, - { - "aka": [ - "L1_IMMUTABLE_ERROR" - ], - "comment": "AddRowVector: error if immutable", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [ - { - "comment": "AddRowVector: do nothing if mult is zero", - "filters": [ - [ - "IsList" - ], - [], - [ - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 10008 - }, - { - "aka": [ - "ADD_ROWVECTOR_VECFFES_3" - ], - "comment": "AddRowVector: kernel method for vecffe (3 args)", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsPlistRep", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ], - [ - "IsHomogeneousList", - "IsPlistRep", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 103 - }, - { - "aka": [ - "ADD_ROW_VECTOR_3_FAST" - ], - "comment": "AddRowVector: kernel method for plain lists of cyclotomics(3 args)", - "filters": [ - [ - "IsMutable", - "IsDenseList", - "IsPlistRep", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsDenseList", - "IsPlistRep", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 97 - }, - { - "aka": [ - "ADD_ROWVECTOR_VEC8BITS_3" - ], - "comment": "AddRowVector: For 2 8 bit vectors and a field element", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 67 - }, - { - "aka": [ - "ADDCOEFFS_GF2VEC_GF2VEC_MULT" - ], - "comment": "AddRowVector: kernel method for GF2 (3 args)", - "filters": [ - [ - "IsMutable", - "IsGF2VectorRep" - ], - [ - "IsGF2VectorRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 40 - }, - { - "comment": "AddRowVector: for two plist vectors, and a scalar", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep", - "IsIntVector" - ], - [ - "IsPlistVectorRep", - "IsIntVector" - ], - [] - ], - "rank": 25 - }, - { - "comment": "AddRowVector: for two checking plist vectors, and a scalar", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsPlistVectorRep", - "IsCheckingVector" - ], - [] - ], - "rank": 25 - }, - { - "comment": "AddRowVector: for two plist vectors, and a scalar", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep" - ], - [ - "IsPlistVectorRep" - ], - [] - ], - "rank": 23 - }, - { - "aka": [ - "ADD_ROW_VECTOR_3" - ], - "comment": "AddRowVector: kernel method for small lists (3 args)", - "filters": [ - [ - "IsMutable", - "IsDenseList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsDenseList" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 17 - }, - { - "comment": "AddRowVector: generic method 3 args", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsDenseList" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 11 - }, - { - "comment": "AddRowVector: error if immutable", - "filters": [ - [ - "IsList" - ], - [], - [] - ], - "rank": 2 - } - ], - "4args": [], - "5args": [ - { - "comment": "AddRowVector: kernel method for vecffe (5 args -- ignores last 2)", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsPlistRep", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ], - [ - "IsHomogeneousList", - "IsPlistRep", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ], - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 141 - }, - { - "aka": [ - "ADD_ROW_VECTOR_5_FAST" - ], - "comment": "AddRowVector: kernel method for plain lists of cyclotomics", - "filters": [ - [ - "IsMutable", - "IsDenseList", - "IsPlistRep", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsDenseList", - "IsPlistRep", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsCyclotomic" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 135 - }, - { - "aka": [ - "ADD_ROWVECTOR_VEC8BITS_5" - ], - "comment": "AddRowVector: For 2 8 bit vectors and a field element and from and to", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsFFE", - "IsInternalRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 105 - }, - { - "comment": "AddRowVector: kernel method for GF2 (5 args, last 2 ignored)", - "filters": [ - [ - "IsMutable", - "IsGF2VectorRep" - ], - [ - "IsGF2VectorRep" - ], - [ - "IsFFE" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 76 - }, - { - "comment": "AddRowVector: for two integer plist vectors, a scalar, and two positions", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep", - "IsIntVector" - ], - [ - "IsPlistVectorRep", - "IsIntVector" - ], - [], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 63 - }, - { - "comment": "AddRowVector: for two checking plist vectors, a scalar, and two positions", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsPlistVectorRep", - "IsCheckingVector" - ], - [], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 63 - }, - { - "comment": "AddRowVector: for two plist vectors, a scalar, and two positions", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep" - ], - [ - "IsPlistVectorRep" - ], - [], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 61 - }, - { - "aka": [ - "ADD_ROW_VECTOR_5" - ], - "comment": "AddRowVector: kernel method for small lists", - "filters": [ - [ - "IsMutable", - "IsDenseList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsDenseList" - ], - [ - "IsMultiplicativeElement" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 55 - }, - { - "comment": "AddRowVector: generic method", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsDenseList" - ], - [ - "IsMultiplicativeElement" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 49 - }, - { - "comment": "AddRowVector: error if immutable", - "filters": [ - [ - "IsList" - ], - [], - [], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 40 - } - ], - "6args": [] - }, - "name": "AddRowVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "AddCoeffs" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 95 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "ADD_COEFFS_VEC8BIT_2" - ], - "comment": "AddCoeffs: two 8 bit vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 50 - }, - { - "comment": "AddCoeffs: GF2 vector and 8 bit vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 47 - }, - { - "comment": "AddCoeffs: 8 bit vector and GF2 vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 47 - }, - { - "comment": "AddCoeffs: for GF2 vectors", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 45 - }, - { - "comment": "AddCoeffs: for empty list, GF2 vector", - "filters": [ - [ - "IsMutable", - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 41 - }, - { - "comment": "AddCoeffs: generic method (2nd arg empty)", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 22 - }, - { - "comment": "AddCoeffs: generic method (2 args)", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsDenseList" - ] - ], - "rank": 8 - }, - { - "comment": "AddCoeffs: error if immutable", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [ - { - "aka": [ - "ADD_COEFFS_VEC8BIT_3" - ], - "comment": "AddCoeffs: two 8 bit vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsFFE" - ] - ], - "rank": 65 - }, - { - "comment": "AddCoeffs: GF2 vector and 8 bit vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsFFE" - ] - ], - "rank": 62 - }, - { - "comment": "AddCoeffs: 8 bit vector and GF2 vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsFFE" - ] - ], - "rank": 62 - }, - { - "comment": "AddCoeffs: for GF2 vectors and FFE", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsFFE" - ] - ], - "rank": 60 - }, - { - "comment": "AddCoeffs: for empty list, GF2 vector and FFE", - "filters": [ - [ - "IsMutable", - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsFFE" - ] - ], - "rank": 56 - }, - { - "aka": [ - "ADDCOEFFS_GENERIC_3" - ], - "comment": "AddCoeffs: generic method 3args", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsDenseList" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 11 - }, - { - "comment": "AddCoeffs: error if immutable", - "filters": [ - [ - "IsList" - ], - [], - [] - ], - "rank": 2 - } - ], - "4args": [], - "5args": [ - { - "comment": "AddCoeffs: generic method (5 args)", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsDenseList" - ], - [ - "IsDenseList" - ], - [ - "IsDenseList" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 17 - }, - { - "comment": "AddCoeffs: error if immutable", - "filters": [ - [ - "IsList" - ], - [], - [], - [], - [] - ], - "rank": 2 - } - ], - "6args": [] - }, - "name": "AddCoeffs", - "type": "GAP_Operation" - }, - { - "aka": [ - "MultRowVector" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsMultiplicativeElement" - ] - ], - [ - [ - "IsMutable", - "IsRowVectorObj" - ], - [] - ], - [ - [ - "IsMutable", - "IsRowVectorObj" - ], - [ - "IsList" - ], - [ - "IsRowVectorObj" - ], - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 122 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 247 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 249 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "MULT_ROWVECTOR_VECFFES" - ], - "comment": "MultRowVector: kernel method for vecffe (2 args)", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsPlistRep", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ], - [ - "IsFFE" - ] - ], - "rank": 59 - }, - { - "aka": [ - "MULT_ROW_VECTOR_2_FAST" - ], - "comment": "MultRowVector: Two argument kernel method for plain list of cyclotomics and an integer", - "filters": [ - [ - "IsMutable", - "IsDenseList", - "IsPlistRep", - "IsSmallList", - "Tester(IsSmallList)", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsCyclotomic" - ] - ], - "rank": 57 - }, - { - "aka": [ - "MULT_ROWVECTOR_VEC8BITS" - ], - "comment": "MultRowVector: For an 8 bit vector and an ffe", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsFFE", - "IsInternalRep" - ] - ], - "rank": 42 - }, - { - "aka": [ - "MULT_ROW_VECTOR_GF2VECS_2" - ], - "comment": "MultRowVector: for GF(2) vector and char 2 scalar", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsFFE" - ] - ], - "rank": 38 - }, - { - "aka": [ - "MULT_ROW_VECTOR_2" - ], - "comment": "MultRowVector: Two argument kernel method for small list", - "filters": [ - [ - "IsMutable", - "IsDenseList", - "IsSmallList", - "Tester(IsSmallList)" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 14 - }, - { - "comment": "MultRowVector: for a plist vector, and a scalar", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep", - "IsIntVector" - ], - [] - ], - "rank": 13 - }, - { - "comment": "MultRowVector: for a checking plist vector, and a scalar", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep", - "IsCheckingVector" - ], - [] - ], - "rank": 13 - }, - { - "comment": "MultRowVector: for a plist vector, and a scalar", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep" - ], - [] - ], - "rank": 12 - }, - { - "comment": "MultRowVector: two argument generic method", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 8 - }, - { - "comment": "MultRowVector: error if immutable", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "MultRowVector: for a checking plist vector, a list, a ch. plist vector, a list, a scalar", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsList" - ], - [ - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsList" - ], - [] - ], - "rank": 29 - }, - { - "comment": "MultRowVector: for a plist vector, a list, a plist vector, a list, and a scalar", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep" - ], - [ - "IsList" - ], - [ - "IsPlistVectorRep" - ], - [ - "IsList" - ], - [] - ], - "rank": 27 - }, - { - "comment": "MultRowVector: generic method", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsDenseList" - ], - [ - "IsDenseList" - ], - [ - "IsDenseList" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 17 - }, - { - "comment": "MultRowVector: error if immutable", - "filters": [ - [ - "IsList" - ], - [], - [], - [], - [] - ], - "rank": 2 - } - ], - "6args": [] - }, - "name": "MultRowVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "CoeffsMod" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 149 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CoeffsMod", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsInt" - ] - ], - "rank": 21 - } - ], - "3args": [ - { - "comment": "CoeffsMod: call `ReduceCoeffsMod'", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 39 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoeffsMod", - "type": "GAP_Operation" - }, - { - "aka": [ - "MultCoeffs" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 193 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "MultCoeffs: generic method", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsDenseList" - ], - [ - "IsInt" - ], - [ - "IsDenseList" - ], - [ - "IsInt" - ] - ], - "rank": 46 - }, - { - "comment": "MultCoeffs: error if immutable", - "filters": [ - [ - "IsList" - ], - [], - [ - "IsInt" - ], - [], - [ - "IsInt" - ] - ], - "rank": 38 - } - ], - "6args": [] - }, - "name": "MultCoeffs", - "type": "GAP_Operation" - }, - { - "aka": [ - "PowerModCoeffs" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 225 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "PowerModCoeffs: default, 3 argt", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsInt" - ], - [ - "IsDenseList" - ] - ], - "rank": 24 - } - ], - "4args": [], - "5args": [ - { - "comment": "PowerModCoeffs: for 8 bit vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 105 - }, - { - "comment": "PowerModCoeffs: for gf2vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 99 - }, - { - "comment": "PowerModCoeffs: default five argt method", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsDenseList" - ], - [ - "IsInt" - ] - ], - "rank": 60 - } - ], - "6args": [] - }, - "name": "PowerModCoeffs", - "type": "GAP_Operation" - }, - { - "aka": [ - "ProductCoeffs" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 254 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ProductCoeffs: 8 bit vectors, kernel method (2 arg)", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 50 - }, - { - "comment": "ProductCoeffs: Gf2 vectors, kernel method (2 arg)", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 44 - }, - { - "comment": "ProductCoeffs: call PRODUCT_COEFFS_GENERIC_LISTS with lengths", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsDenseList" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [ - { - "aka": [ - "PROD_COEFFS_VEC8BIT" - ], - "comment": "ProductCoeffs: 8 bit vectors, kernel method", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 86 - }, - { - "aka": [ - "PROD_COEFFS_GF2VEC" - ], - "comment": "ProductCoeffs: GF2 vectors, kernel method", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 80 - }, - { - "aka": [ - "PRODUCT_COEFFS_GENERIC_LISTS" - ], - "comment": "ProductCoeffs: call PRODUCT_COEFFS_GENERIC_LISTS", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsInt" - ], - [ - "IsDenseList" - ], - [ - "IsInt" - ] - ], - "rank": 42 - } - ], - "5args": [], - "6args": [] - }, - "name": "ProductCoeffs", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReduceCoeffs" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsInt" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 289 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ReduceCoeffs: 8 bit vectors, kernel method (2 arg)", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 51 - }, - { - "comment": "ReduceCoeffs: Gf2 vectors, kernel method (2 arg)", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 45 - }, - { - "comment": "ReduceCoeffs", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsDenseList" - ] - ], - "rank": 8 - }, - { - "comment": "ReduceCoeffs: error if immutable", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [ - { - "comment": "ReduceCoeffs: 8 bit vectors, kernel method", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 87 - }, - { - "aka": [ - "REDUCE_COEFFS_GF2VEC" - ], - "comment": "ReduceCoeffs: GF2 vectors, kernel method", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 81 - }, - { - "comment": "ReduceCoeffs: for float vectors", - "filters": [ - [ - "CategoryCollections(IsFloat)" - ], - [ - "IsInt" - ], - [ - "CategoryCollections(IsFloat)" - ], - [ - "IsInt" - ] - ], - "rank": 72 - }, - { - "comment": "ReduceCoeffs: generic method", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsInt" - ], - [ - "IsDenseList" - ], - [ - "IsInt" - ] - ], - "rank": 44 - }, - { - "comment": "ReduceCoeffs: error if immutable", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ], - [], - [ - "IsInt" - ] - ], - "rank": 38 - } - ], - "5args": [], - "6args": [] - }, - "name": "ReduceCoeffs", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReduceCoeffsMod" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsInt" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 327 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ReduceCoeffsMod", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsInt" - ] - ], - "rank": 23 - }, - { - "comment": "ReduceCoeffsMod: error if immutable", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 20 - } - ], - "3args": [ - { - "comment": "ReduceCoeffsMod: generic: list, int,int", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 41 - }, - { - "comment": "ReduceCoeffsMod: error if immutable", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 38 - }, - { - "comment": "ReduceCoeffsMod: generic: list,list,int", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsDenseList" - ], - [ - "IsInt" - ] - ], - "rank": 26 - }, - { - "comment": "ReduceCoeffsMod: error if immutable", - "filters": [ - [ - "IsList" - ], - [], - [ - "IsInt" - ] - ], - "rank": 20 - } - ], - "4args": [], - "5args": [ - { - "comment": "ReduceCoeffsMod: generic method (5 args)", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsInt" - ], - [ - "IsDenseList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 62 - }, - { - "comment": "ReduceCoeffsMod: error if immutable", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ], - [], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 56 - } - ], - "6args": [] - }, - "name": "ReduceCoeffsMod", - "type": "GAP_Operation" - }, - { - "aka": [ - "QuotRemCoeffs" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 344 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "QuotRemCoeffs: 8 bit vectors, kernel method (2 arg)", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 51 - }, - { - "comment": "QuotRemCoeffs: generic, use list lengths", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsDenseList" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [ - { - "comment": "QuotRemCoeffs: 8 bit vectors, kernel method", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 87 - }, - { - "aka": [ - "QUOTREM_COEFFS_GF2VEC" - ], - "comment": "QuotRemCoeffs: GF2 vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 80 - }, - { - "comment": "QuotRemCoeffs: generic", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 40 - } - ], - "5args": [], - "6args": [] - }, - "name": "QuotRemCoeffs", - "type": "GAP_Operation" - }, - { - "aka": [ - "ValuePol" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 370 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ValuePol: special code for rational values", - "filters": [ - [ - "IsList" - ], - [ - "IsRat" - ] - ], - "rank": 19 - }, - { - "comment": "ValuePol: generic", - "filters": [ - [ - "IsList" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 10 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ValuePol", - "type": "GAP_Operation" - }, - { - "aka": [ - "RemoveOuterCoeffs" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 405 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RemoveOuterCoeffs: vec8bit and zero", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsFFE", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 43 - }, - { - "comment": "RemoveOuterCoeffs: gf2vec and zero", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsFFE", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 40 - }, - { - "aka": [ - "REMOVE_OUTER_COEFFS_GENERIC" - ], - "comment": "RemoveOuterCoeffs: generic method", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [] - ], - "rank": 5 - }, - { - "comment": "RemoveOuterCoeffs: error if immutable", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RemoveOuterCoeffs", - "type": "GAP_Operation" - }, - { - "aka": [ - "ShiftedCoeffs" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 431 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ShiftedCoeffs: empty list", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsInt" - ] - ], - "rank": 35 - }, - { - "comment": "ShiftedCoeffs: call ShiftRowVektor", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsInt" - ] - ], - "rank": 21 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ShiftedCoeffs", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftShiftRowVector" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 452 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeftShiftRowVector", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsInt", - "IsZeroCyc" - ] - ], - "rank": 10024 - }, - { - "aka": [ - "SHIFT_VEC8BIT_LEFT" - ], - "comment": "LeftShiftRowVector: 8bit vector", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 45 - }, - { - "aka": [ - "SHIFT_LEFT_GF2VEC" - ], - "comment": "LeftShiftRowVector: gf2 vector", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 42 - }, - { - "comment": "LeftShiftRowVector: generic method", - "filters": [ - [ - "IsMutable", - "IsDenseList" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 24 - }, - { - "comment": "LeftShiftRowVector: error if immutable", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftShiftRowVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightShiftRowVector" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 473 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RightShiftRowVector: error if immutable", - "filters": [ - [ - "IsList" - ], - [] - ], - "rank": 2 - } - ], - "3args": [ - { - "comment": "RightShiftRowVector", - "filters": [ - [ - "IsList" - ], - [ - "IsInt", - "IsZeroCyc" - ], - [] - ], - "rank": 10023 - }, - { - "aka": [ - "SHIFT_VEC8BIT_RIGHT" - ], - "comment": "RightShiftRowVector: 8bit vector, fill with zeros", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsFFE", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 62 - }, - { - "aka": [ - "SHIFT_RIGHT_GF2VEC" - ], - "comment": "RightShiftRowVector: gf2 vector, fill with zeros", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsFFE", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 59 - }, - { - "comment": "RightShiftRowVector: generic method", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 23 - }, - { - "comment": "RightShiftRowVector: error if immutable", - "filters": [ - [ - "IsList" - ], - [], - [] - ], - "rank": 2 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightShiftRowVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "ShrinkRowVector" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 496 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ShrinkRowVector: 8 bit vector", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "ShrinkRowVector: GF2 vector", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ] - ], - "rank": 23 - }, - { - "comment": "ShrinkRowVector: generic method", - "filters": [ - [ - "IsMutable", - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "ShrinkRowVector: error if immutable", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ShrinkRowVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "PadCoeffs" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - [ - [ - "IsMutable", - "IsList", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsAdditiveElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 515 - }, - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 518 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PadCoeffs: 8 bit vector", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 49 - }, - { - "comment": "PadCoeffs: for GF2 vector", - "filters": [ - [ - "IsMutable", - "IsHomogeneousList", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "CategoryCollections(IsAdditiveElement)", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "IsGF2VectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 46 - }, - { - "comment": "PadCoeffs: pad with zero", - "filters": [ - [ - "IsMutable", - "IsList", - "CategoryCollections(IsNearAdditiveElementWithZero)", - "CategoryCollections(IsAdditiveElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "PadCoeffs: pad with supplied value", - "filters": [ - [ - "IsMutable", - "IsList" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 23 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PadCoeffs", - "type": "GAP_Operation" - }, - { - "aka": [ - "WeightVecFFE" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 545 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "WeightVecFFE: gf2 vectors", - "filters": [ - [ - "IsList", - "IsGF2VectorRep" - ] - ], - "rank": 21 - }, - { - "comment": "WeightVecFFE: generic", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "WeightVecFFE", - "type": "GAP_Operation" - }, - { - "aka": [ - "DistanceVecFFE" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 565 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "DISTANCE_VEC8BIT_VEC8BIT" - ], - "comment": "DistanceVecFFE: 8bit-vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "Is8BitVectorRep" - ] - ], - "rank": 50 - }, - { - "aka": [ - "DIST_GF2VEC_GF2VEC" - ], - "comment": "DistanceVecFFE: gf2 vectors", - "filters": [ - [ - "IsList", - "IsGF2VectorRep" - ], - [ - "IsList", - "IsGF2VectorRep" - ] - ], - "rank": 42 - }, - { - "comment": "DistanceVecFFE: generic", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DistanceVecFFE", - "type": "GAP_Operation" - }, - { - "aka": [ - "DistancesDistributionVecFFEsVecFFE" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 589 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DistancesDistributionVecFFEsVecFFE: generic", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DistancesDistributionVecFFEsVecFFE", - "type": "GAP_Operation" - }, - { - "aka": [ - "DistancesDistributionMatFFEVecFFE" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "CategoryCollections(IsFFE)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 616 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "DistancesDistributionMatFFEVecFFE: generic", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList" - ] - ], - "rank": 114 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DistancesDistributionMatFFEVecFFE", - "type": "GAP_Operation" - }, - { - "aka": [ - "AClosestVectorCombinationsMatFFEVecFFE" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "CategoryCollections(IsFFE)" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 654 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "AClosestVectorCombinationsMatFFEVecFFE: generic", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 150 - } - ], - "6args": [] - }, - "name": "AClosestVectorCombinationsMatFFEVecFFE", - "type": "GAP_Operation" - }, - { - "aka": [ - "AClosestVectorCombinationsMatFFEVecFFECoords" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "CategoryCollections(IsFFE)" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 657 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "AClosestVectorCombinationsMatFFEVecFFECoords: generic", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 150 - } - ], - "6args": [] - }, - "name": "AClosestVectorCombinationsMatFFEVecFFECoords", - "type": "GAP_Operation" - }, - { - "aka": [ - "CosetLeadersMatFFE" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "CategoryCollections(IsFFE)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 680 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CosetLeadersMatFFE: generic", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 112 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CosetLeadersMatFFE", - "type": "GAP_Operation" - }, - { - "aka": [ - "AddToListEntries" - ], - "filters": [ - [ - [ - "IsMutable", - "IsList", - "CategoryCollections(IsExtAElement)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsExtAElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/listcoef.gd", - "line": 698 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "ADD_TO_LIST_ENTRIES_PLIST_RANGE" - ], - "comment": "AddToListEntries: fast kernel method", - "filters": [ - [ - "IsMutable", - "IsList", - "IsPlistRep", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsRange", - "IsRangeRep" - ], - [ - "IsInt" - ] - ], - "rank": 100 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AddToListEntries", - "type": "GAP_Operation" - }, - { - "aka": [ - "NewInfoClass" - ], - "filters": [ - [ - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/info.gd", - "line": 71 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NewInfoClass", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NewInfoClass", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInfoLevel" - ], - "filters": [ - [ - [ - "IsInfoClass" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/info.gd", - "line": 95 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SetInfoLevel", - "filters": [ - [ - "IsInfoClass", - "IsInfoClassListRep" - ], - [ - "IsZeroCyc" - ] - ], - "rank": 24 - }, - { - "comment": "SetInfoLevel", - "filters": [ - [ - "IsInfoClass", - "IsInfoClassListRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 22 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetInfoLevel", - "type": "GAP_Operation" - }, - { - "aka": [ - "InfoLevel" - ], - "filters": [ - [ - [ - "IsInfoClass" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/info.gd", - "line": 108 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InfoLevel", - "filters": [ - [ - "IsInfoClass", - "IsInfoClassListRep" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InfoLevel", - "type": "GAP_Operation" - }, - { - "aka": [ - "Directory" - ], - "filters": [ - [ - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/files.gd", - "line": 73 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Directory: string", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Directory", - "type": "GAP_Operation" - }, - { - "aka": [ - "Filename" - ], - "filters": [ - [ - [ - "IsDirectory" - ], - [ - "IsString" - ] - ], - [ - [ - "IsList" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/files.gd", - "line": 192 - }, - { - "file": "/home/makx/ac/gap/lib/files.gd", - "line": 193 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Filename: for a list and a string", - "filters": [ - [ - "IsList" - ], - [ - "IsString" - ] - ], - "rank": 7 - }, - { - "comment": "Filename: for a directory and a string", - "filters": [ - [ - "IsDirectory" - ], - [ - "IsString" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Filename", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExternalFilename" - ], - "filters": [ - [ - [ - "IsDirectory" - ], - [ - "IsString" - ] - ], - [ - [ - "IsList" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/files.gd", - "line": 195 - }, - { - "file": "/home/makx/ac/gap/lib/files.gd", - "line": 196 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ExternalFilename: for a directory list and a string", - "filters": [ - [ - "IsList" - ], - [ - "IsString" - ] - ], - "rank": 7 - }, - { - "comment": "ExternalFilename: for a directory and a string", - "filters": [ - [ - "IsDirectory" - ], - [ - "IsString" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExternalFilename", - "type": "GAP_Operation" - }, - { - "aka": [ - "Read" - ], - "filters": [ - [ - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/files.gd", - "line": 244 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Read: string", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - }, - { - "comment": "Read: input stream", - "filters": [ - [ - "IsInputStream" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Read", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReadAsFunction" - ], - "filters": [ - [ - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/files.gd", - "line": 284 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ReadAsFunction: string", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - }, - { - "aka": [ - "READ_AS_FUNC_STREAM" - ], - "comment": "ReadAsFunction: input stream", - "filters": [ - [ - "IsInputStream" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReadAsFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsEndOfStream" - ], - "filters": [ - [ - [ - "IsInputStream" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 250 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsEndOfStream: iostream", - "filters": [ - [ - "IsInputOutputStream", - "IsInputOutputStreamByPtyRep" - ] - ], - "rank": 6 - }, - { - "comment": "IsEndOfStream: input text none", - "filters": [ - [ - "IsInputTextNone", - "IsInputTextNoneRep" - ] - ], - "rank": 6 - }, - { - "comment": "IsEndOfStream: input text string", - "filters": [ - [ - "IsInputTextStringRep", - "IsInputTextStream" - ] - ], - "rank": 5 - }, - { - "comment": "IsEndOfStream: input text file", - "filters": [ - [ - "IsInputStream", - "IsInputTextFileRep" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsEndOfStream", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionStream" - ], - "filters": [ - [ - [ - "IsInputStream" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 277 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PositionStream: input text none", - "filters": [ - [ - "IsInputTextNone", - "IsInputTextNoneRep" - ] - ], - "rank": 6 - }, - { - "comment": "PositionStream: input text file", - "filters": [ - [ - "IsInputTextStream", - "IsInputTextFileRep" - ] - ], - "rank": 5 - }, - { - "comment": "PositionStream: input text string", - "filters": [ - [ - "IsInputTextStringRep", - "IsInputTextStream" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionStream", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReadAll" - ], - "filters": [ - [ - [ - "IsInputStream" - ] - ], - [ - [ - "IsInputStream" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 336 - }, - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 337 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ReadAll: iostream", - "filters": [ - [ - "IsInputOutputStream", - "IsInputOutputStreamByPtyRep" - ] - ], - "rank": 6 - }, - { - "comment": "ReadAll: input text none", - "filters": [ - [ - "IsInputTextNone", - "IsInputTextNoneRep" - ] - ], - "rank": 6 - }, - { - "comment": "ReadAll: input text file", - "filters": [ - [ - "IsInputTextStream", - "IsInputTextFileRep" - ] - ], - "rank": 5 - }, - { - "comment": "ReadAll: input text string", - "filters": [ - [ - "IsInputTextStringRep", - "IsInputTextStream" - ] - ], - "rank": 5 - }, - { - "comment": "ReadAll: input stream", - "filters": [ - [ - "IsInputStream" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "ReadAll: iostream", - "filters": [ - [ - "IsInputOutputStream", - "IsInputOutputStreamByPtyRep" - ], - [ - "IsInt" - ] - ], - "rank": 24 - }, - { - "comment": "ReadAll: input text none and limit", - "filters": [ - [ - "IsInputTextNone", - "IsInputTextNoneRep" - ], - [ - "IsInt" - ] - ], - "rank": 24 - }, - { - "comment": "ReadAll: input text file and limit", - "filters": [ - [ - "IsInputTextStream", - "IsInputTextFileRep" - ], - [ - "IsInt" - ] - ], - "rank": 23 - }, - { - "comment": "ReadAll: input text string and limit", - "filters": [ - [ - "IsInputTextStringRep", - "IsInputTextStream" - ], - [ - "IsInt" - ] - ], - "rank": 23 - }, - { - "comment": "ReadAll: input stream, length limit", - "filters": [ - [ - "IsInputStream" - ], - [ - "IsInt" - ] - ], - "rank": 20 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReadAll", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReadByte" - ], - "filters": [ - [ - [ - "IsInputStream" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 368 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ReadByte: iostream", - "filters": [ - [ - "IsInputOutputStream", - "IsInputOutputStreamByPtyRep" - ] - ], - "rank": 6 - }, - { - "comment": "ReadByte: input text none", - "filters": [ - [ - "IsInputTextNone", - "IsInputTextNoneRep" - ] - ], - "rank": 6 - }, - { - "comment": "ReadByte: input text file", - "filters": [ - [ - "IsInputTextStream", - "IsInputTextFileRep" - ] - ], - "rank": 5 - }, - { - "comment": "ReadByte: input text string", - "filters": [ - [ - "IsInputTextStringRep", - "IsInputTextStream" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReadByte", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReadLine" - ], - "filters": [ - [ - [ - "IsInputStream" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 398 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ReadLine: iostream", - "filters": [ - [ - "IsInputOutputStream", - "IsInputOutputStreamByPtyRep" - ] - ], - "rank": 6 - }, - { - "comment": "ReadLine: input text none", - "filters": [ - [ - "IsInputTextNone", - "IsInputTextNoneRep" - ] - ], - "rank": 6 - }, - { - "comment": "ReadLine: input text file", - "filters": [ - [ - "IsInputTextStream", - "IsInputTextFileRep" - ] - ], - "rank": 5 - }, - { - "comment": "ReadLine: input text string", - "filters": [ - [ - "IsInputTextStringRep", - "IsInputTextStream" - ] - ], - "rank": 5 - }, - { - "comment": "ReadLine: generic, call ReadByte", - "filters": [ - [ - "IsInputStream" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReadLine", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReadAllLine" - ], - "filters": [ - [ - [ - "IsInputStream" - ], - [ - "IsBool" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 439 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ReadAllLine: iostream", - "filters": [ - [ - "IsInputOutputStream" - ] - ], - "rank": 4 - }, - { - "comment": "ReadAllLine: stream", - "filters": [ - [ - "IsInputStream" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "ReadAllLine: iostream,function", - "filters": [ - [ - "IsInputOutputStream" - ], - [ - "IsFunction" - ] - ], - "rank": 5 - }, - { - "comment": "ReadAllLine: iostream,boolean", - "filters": [ - [ - "IsInputOutputStream" - ], - [ - "IsBool" - ] - ], - "rank": 5 - }, - { - "comment": "ReadAllLine: stream,function", - "filters": [ - [ - "IsInputStream" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - }, - { - "comment": "ReadAllLine: stream,boolean", - "filters": [ - [ - "IsInputStream" - ], - [ - "IsBool" - ] - ], - "rank": 3 - } - ], - "3args": [ - { - "comment": "ReadAllLine: iostream,boolean,function", - "filters": [ - [ - "IsInputOutputStream" - ], - [ - "IsBool" - ], - [ - "IsFunction" - ] - ], - "rank": 6 - }, - { - "comment": "ReadAllLine: stream,boolean,function", - "filters": [ - [ - "IsInputStream" - ], - [ - "IsBool" - ], - [ - "IsFunction" - ] - ], - "rank": 4 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReadAllLine", - "type": "GAP_Operation" - }, - { - "aka": [ - "RewindStream" - ], - "filters": [ - [ - [ - "IsInputStream" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 460 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RewindStream: input text none", - "filters": [ - [ - "IsInputTextNone", - "IsInputTextNoneRep" - ] - ], - "rank": 6 - }, - { - "comment": "RewindStream: input text string", - "filters": [ - [ - "IsInputTextStringRep", - "IsInputTextStream" - ] - ], - "rank": 5 - }, - { - "comment": "RewindStream: input text stream", - "filters": [ - [ - "IsInputTextStream" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RewindStream", - "type": "GAP_Operation" - }, - { - "aka": [ - "SeekPositionStream" - ], - "filters": [ - [ - [ - "IsInputStream" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 479 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SeekPositionStream: input text none", - "filters": [ - [ - "IsInputTextNone", - "IsInputTextNoneRep" - ], - [ - "IsInt" - ] - ], - "rank": 24 - }, - { - "comment": "SeekPositionStream: input text file", - "filters": [ - [ - "IsInputTextStream", - "IsInputTextFileRep" - ], - [ - "IsInt" - ] - ], - "rank": 23 - }, - { - "comment": "SeekPositionStream: input text string", - "filters": [ - [ - "IsInputTextStringRep", - "IsInputTextStream" - ], - [ - "IsInt" - ] - ], - "rank": 23 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SeekPositionStream", - "type": "GAP_Operation" - }, - { - "aka": [ - "WriteAll" - ], - "filters": [ - [ - [ - "IsOutputStream" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 523 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "WriteAll: iostream", - "filters": [ - [ - "IsInputOutputStream", - "IsInputOutputStreamByPtyRep" - ], - [ - "IsString" - ] - ], - "rank": 11 - }, - { - "comment": "WriteAll: output text none", - "filters": [ - [ - "IsOutputTextNone", - "IsOutputTextNoneRep" - ], - [ - "IsString" - ] - ], - "rank": 11 - }, - { - "comment": "WriteAll: output text file", - "filters": [ - [ - "IsOutputTextStream", - "IsOutputTextFileRep" - ], - [ - "IsString" - ] - ], - "rank": 10 - }, - { - "comment": "WriteAll: output text string", - "filters": [ - [ - "IsOutputTextStream", - "IsOutputTextStringRep" - ], - [ - "IsString" - ] - ], - "rank": 10 - }, - { - "comment": "WriteAll: output stream", - "filters": [ - [ - "IsOutputStream" - ], - [ - "IsString" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "WriteAll", - "type": "GAP_Operation" - }, - { - "aka": [ - "WriteByte" - ], - "filters": [ - [ - [ - "IsOutputStream" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 547 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "WriteByte: iostream", - "filters": [ - [ - "IsInputOutputStream", - "IsInputOutputStreamByPtyRep" - ], - [ - "IsInt" - ] - ], - "rank": 24 - }, - { - "comment": "WriteByte: output text none", - "filters": [ - [ - "IsOutputTextNone", - "IsOutputTextNoneRep" - ], - [ - "IsInt" - ] - ], - "rank": 24 - }, - { - "comment": "WriteByte: output text file", - "filters": [ - [ - "IsOutputTextStream", - "IsOutputTextFileRep" - ], - [ - "IsInt" - ] - ], - "rank": 23 - }, - { - "comment": "WriteByte: output text string", - "filters": [ - [ - "IsOutputTextStream", - "IsOutputTextStringRep" - ], - [ - "IsInt" - ] - ], - "rank": 23 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "WriteByte", - "type": "GAP_Operation" - }, - { - "aka": [ - "WriteLine" - ], - "filters": [ - [ - [ - "IsOutputStream" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 568 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "WriteLine: output stream", - "filters": [ - [ - "IsOutputStream" - ], - [ - "IsString" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "WriteLine", - "type": "GAP_Operation" - }, - { - "aka": [ - "CloseStream" - ], - "filters": [ - [ - [ - "IsStream" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 593 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CloseStream: iostream", - "filters": [ - [ - "IsInputOutputStream", - "IsInputOutputStreamByPtyRep" - ] - ], - "rank": 6 - }, - { - "comment": "CloseStream: output text file", - "filters": [ - [ - "IsOutputStream", - "IsOutputTextFileRep" - ] - ], - "rank": 4 - }, - { - "comment": "CloseStream: input text file", - "filters": [ - [ - "IsInputStream", - "IsInputTextFileRep" - ] - ], - "rank": 4 - }, - { - "comment": "CloseStream: non-process streams", - "filters": [ - [ - "IsPositionalObjectRep", - "IsStream" - ] - ], - "rank": 2 - }, - { - "comment": "CloseStream: non-process streams", - "filters": [ - [ - "IsComponentObjectRep", - "IsStream" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CloseStream", - "type": "GAP_Operation" - }, - { - "aka": [ - "InputTextString" - ], - "filters": [ - [ - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 615 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InputTextString: input text stream from string", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InputTextString", - "type": "GAP_Operation" - }, - { - "aka": [ - "InputTextFile" - ], - "filters": [ - [ - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 634 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InputTextFile: input text stream from file", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InputTextFile", - "type": "GAP_Operation" - }, - { - "aka": [ - "OutputTextString" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 712 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OutputTextString: error catching method, append not given", - "filters": [ - [ - "IsString" - ] - ], - "rank": -9995 - } - ], - "2args": [ - { - "comment": "OutputTextString: output text stream from string", - "filters": [ - [ - "IsList" - ], - [ - "IsBool" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OutputTextString", - "type": "GAP_Operation" - }, - { - "aka": [ - "OutputTextFile" - ], - "filters": [ - [ - [ - "IsString" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 759 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OutputTextFile: error catching method, append not given", - "filters": [ - [ - "IsString" - ] - ], - "rank": -9995 - } - ], - "2args": [ - { - "comment": "OutputTextFile: output text stream from file", - "filters": [ - [ - "IsString" - ], - [ - "IsBool" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OutputTextFile", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPrintFormattingStatus" - ], - "filters": [ - [ - [ - "IsOutputStream" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 981 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SetPrintFormattingStatus: output text none", - "filters": [ - [ - "IsOutputTextNone", - "IsOutputTextNoneRep" - ], - [ - "IsBool" - ] - ], - "rank": 7 - }, - { - "comment": "SetPrintFormattingStatus: for stdout", - "filters": [ - [ - "IsString" - ], - [ - "IsBool" - ] - ], - "rank": 6 - }, - { - "comment": "SetPrintFormattingStatus: output text file", - "filters": [ - [ - "IsOutputTextStream", - "IsOutputTextFileRep" - ], - [ - "IsBool" - ] - ], - "rank": 6 - }, - { - "comment": "SetPrintFormattingStatus: output text string", - "filters": [ - [ - "IsOutputTextStream", - "IsOutputTextStringRep" - ], - [ - "IsBool" - ] - ], - "rank": 6 - }, - { - "comment": "SetPrintFormattingStatus: for non-text output stream", - "filters": [ - [ - "IsOutputStream" - ], - [ - "IsBool" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetPrintFormattingStatus", - "type": "GAP_Operation" - }, - { - "aka": [ - "PrintFormattingStatus" - ], - "filters": [ - [ - [ - "IsOutputStream" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 982 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrintFormattingStatus: output text none", - "filters": [ - [ - "IsOutputTextNone", - "IsOutputTextNoneRep" - ] - ], - "rank": 6 - }, - { - "comment": "PrintFormattingStatus: for stdout", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - }, - { - "comment": "PrintFormattingStatus: output text file", - "filters": [ - [ - "IsOutputTextStream", - "IsOutputTextFileRep" - ] - ], - "rank": 5 - }, - { - "comment": "PrintFormattingStatus: output text string", - "filters": [ - [ - "IsOutputTextStream", - "IsOutputTextStringRep" - ] - ], - "rank": 5 - }, - { - "comment": "PrintFormattingStatus: for non-text output stream", - "filters": [ - [ - "IsOutputStream" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrintFormattingStatus", - "type": "GAP_Operation" - }, - { - "aka": [ - "LogTo" - ], - "filters": [ - [ - [ - "IsOutputStream" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 1073 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LogTo: for output file", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - }, - { - "comment": "LogTo: for output stream", - "filters": [ - [ - "IsOutputTextStream" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LogTo", - "type": "GAP_Operation" - }, - { - "aka": [ - "InputLogTo", - "LogInputTo" - ], - "filters": [ - [ - [ - "IsOutputStream" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 1093 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InputLogTo: for output file", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - }, - { - "comment": "InputLogTo: for output stream", - "filters": [ - [ - "IsOutputTextStream" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InputLogTo", - "type": "GAP_Operation" - }, - { - "aka": [ - "LogOutputTo", - "OutputLogTo" - ], - "filters": [ - [ - [ - "IsOutputStream" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 1115 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OutputLogTo: for output file", - "filters": [ - [ - "IsString" - ] - ], - "rank": 5 - }, - { - "comment": "OutputLogTo: for output stream", - "filters": [ - [ - "IsOutputTextStream" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OutputLogTo", - "type": "GAP_Operation" - }, - { - "aka": [ - "FileDescriptorOfStream" - ], - "filters": [ - [ - [ - "IsStream" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/streams.gd", - "line": 1136 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FileDescriptorOfStream", - "filters": [ - [ - "IsInputOutputStream", - "IsInputOutputStreamByPtyRep" - ] - ], - "rank": 6 - }, - { - "comment": "FileDescriptorOfStream", - "filters": [ - [ - "IsOutputTextStream", - "IsOutputTextFileRep" - ] - ], - "rank": 5 - }, - { - "comment": "FileDescriptorOfStream", - "filters": [ - [ - "IsInputTextStream", - "IsInputTextFileRep" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FileDescriptorOfStream", - "type": "GAP_Operation" - }, - { - "aka": [ - "ImmutableMatrix" - ], - "filters": [ - [ - [], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vecmat.gd", - "line": 428 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ImmutableMatrix: field,gf2", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsGF2MatrixRep" - ] - ], - "rank": 69 - }, - { - "comment": "ImmutableMatrix: field,8bit", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "Is8BitMatrixRep" - ] - ], - "rank": 69 - }, - { - "comment": "ImmutableMatrix: fieldsize,gf2", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsGF2MatrixRep" - ] - ], - "rank": 34 - }, - { - "comment": "ImmutableMatrix: fieldsize,8bit", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "Is8BitMatrixRep" - ] - ], - "rank": 34 - }, - { - "comment": "ImmutableMatrix: general,2", - "filters": [ - [], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "ImmutableMatrix: empty", - "filters": [ - [], - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 3 - }, - { - "comment": "ImmutableMatrix: transposed empty", - "filters": [ - [], - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "3args": [ - { - "aka": [ - "DoImmutableMatrix" - ], - "comment": "ImmutableMatrix: general,3", - "filters": [ - [], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsBool" - ] - ], - "rank": 31 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ImmutableMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "NumberFFVector" - ], - "filters": [ - [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vecmat.gd", - "line": 449 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NumberFFVector: 8bit-vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)", - "Is8BitVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 62 - }, - { - "comment": "NumberFFVector: GF2-Vector", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)", - "IsGF2VectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 59 - }, - { - "comment": "NumberFFVector: uncompressed vecffe", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 50 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NumberFFVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "State" - ], - "filters": [ - [ - [ - "IsRandomSource" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 128 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "State: for a real random source", - "filters": [ - [ - "IsRealRandomSource" - ] - ], - "rank": 3 - }, - { - "comment": "State", - "filters": [ - [ - "IsMersenneTwister" - ] - ], - "rank": 3 - }, - { - "comment": "State", - "filters": [ - [ - "IsGAPRandomSource" - ] - ], - "rank": 3 - }, - { - "comment": "State", - "filters": [ - [ - "IsGlobalRandomSource" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "State", - "type": "GAP_Operation" - }, - { - "aka": [ - "Reset" - ], - "filters": [ - [ - [ - "IsRandomSource" - ] - ], - [ - [ - "IsRandomSource" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 129 - }, - { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 130 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Reset: for a real random source", - "filters": [ - [ - "IsRealRandomSource" - ] - ], - "rank": 3 - }, - { - "comment": "Reset", - "filters": [ - [ - "IsRandomSource" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "Reset: for a real random source and an object", - "filters": [ - [ - "IsRealRandomSource" - ], - [] - ], - "rank": 3 - }, - { - "comment": "Reset", - "filters": [ - [ - "IsMersenneTwister" - ], - [] - ], - "rank": 3 - }, - { - "comment": "Reset", - "filters": [ - [ - "IsGAPRandomSource" - ], - [] - ], - "rank": 3 - }, - { - "comment": "Reset", - "filters": [ - [ - "IsGlobalRandomSource" - ], - [] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Reset", - "type": "GAP_Operation" - }, - { - "aka": [ - "Init" - ], - "filters": [ - [ - [ - "IsRandomSource" - ] - ], - [ - [ - "IsRandomSource" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 131 - }, - { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 132 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Init: for a real random source", - "filters": [ - [ - "IsRealRandomSource" - ], - [ - "IsString" - ] - ], - "rank": 9 - }, - { - "comment": "Init", - "filters": [ - [ - "IsMersenneTwister" - ], - [] - ], - "rank": 3 - }, - { - "comment": "Init", - "filters": [ - [ - "IsGAPRandomSource" - ], - [] - ], - "rank": 3 - }, - { - "comment": "Init", - "filters": [ - [ - "IsGlobalRandomSource" - ], - [] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Init", - "type": "GAP_Operation" - }, - { - "aka": [ - "RandomSource" - ], - "filters": [ - [ - [ - "IsOperation" - ] - ], - [ - [ - "IsOperation" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 226 - }, - { - "file": "/home/makx/ac/gap/lib/random.gd", - "line": 227 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RandomSource", - "filters": [ - [ - "IsOperation" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "RandomSource", - "filters": [ - [ - "IsOperation" - ], - [] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RandomSource", - "type": "GAP_Operation" - }, - { - "aka": [ - "SplitString" - ], - "filters": [ - [ - [ - "IsString" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/string.gd", - "line": 464 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SplitString: for two strings", - "filters": [ - [ - "IsString" - ], - [ - "IsString" - ] - ], - "rank": 10 - }, - { - "comment": "SplitString: for a string and a character", - "filters": [ - [ - "IsString" - ], - [ - "IsChar" - ] - ], - "rank": 6 - } - ], - "3args": [ - { - "aka": [ - "SplitStringInternal" - ], - "comment": "SplitString: for three strings", - "filters": [ - [ - "IsString" - ], - [ - "IsString" - ], - [ - "IsString" - ] - ], - "rank": 15 - }, - { - "comment": "SplitString: for a string, a character and a string", - "filters": [ - [ - "IsString" - ], - [ - "IsChar" - ], - [ - "IsString" - ] - ], - "rank": 11 - }, - { - "comment": "SplitString: for two strings and a character", - "filters": [ - [ - "IsString" - ], - [ - "IsString" - ], - [ - "IsChar" - ] - ], - "rank": 11 - }, - { - "comment": "SplitString: for a string and two characters", - "filters": [ - [ - "IsString" - ], - [ - "IsChar" - ], - [ - "IsChar" - ] - ], - "rank": 7 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SplitString", - "type": "GAP_Operation" - }, - { - "aka": [ - "NewFloat" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 22 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NewFloat: for IsIEEE754FloatRep and string", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsString" - ] - ], - "rank": -15 - }, - { - "comment": "NewFloat: for IsIEEE754FloatRep and integer", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsInt" - ] - ], - "rank": -15 - }, - { - "comment": "NewFloat", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsIEEE754FloatRep" - ] - ], - "rank": -16 - }, - { - "comment": "NewFloat", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsList" - ] - ], - "rank": -16 - }, - { - "comment": "NewFloat", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsInfinity" - ] - ], - "rank": -16 - }, - { - "comment": "NewFloat", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsRat" - ] - ], - "rank": -16 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NewFloat", - "type": "GAP_Operation" - }, - { - "aka": [ - "MakeFloat" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 23 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "MakeFloat: for IsIEEE754FloatRep and integer", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsInt" - ] - ], - "rank": 33 - }, - { - "comment": "MakeFloat", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsRat" - ] - ], - "rank": 31 - }, - { - "comment": "MakeFloat", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsInfinity" - ] - ], - "rank": 30 - }, - { - "comment": "MakeFloat", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 29 - }, - { - "comment": "MakeFloat: for IsIEEE754FloatRep and string", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsString" - ] - ], - "rank": 20 - }, - { - "comment": "MakeFloat", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsList" - ] - ], - "rank": 16 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MakeFloat", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 178 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Cos: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Cos)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "COS_MACFLOAT" - ], - "comment": "Cos: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Cos", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCos" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 178 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Cos): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Cos): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Cos)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCos" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 178 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Cos)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 179 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Sin: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Sin)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "SIN_MACFLOAT" - ], - "comment": "Sin: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Sin", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSin" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 179 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Sin): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Sin): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Sin)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSin" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 179 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Sin)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 180 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Tan: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Tan)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "TAN_MACFLOAT" - ], - "comment": "Tan: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tan", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTan" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 180 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Tan): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Tan): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Tan)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTan" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 180 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Tan)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Sec: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Sec)" - ] - ], - "rank": 20016 - }, - { - "comment": "Sec: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Sec", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSec" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Sec): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Sec): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Sec)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSec" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Sec)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 182 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Csc: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Csc)" - ] - ], - "rank": 20016 - }, - { - "comment": "Csc: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Csc", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCsc" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 182 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Csc): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Csc): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Csc)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCsc" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 182 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Csc)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 183 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Cot: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Cot)" - ] - ], - "rank": 20016 - }, - { - "comment": "Cot: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Cot", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCot" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 183 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Cot): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Cot): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Cot)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCot" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 183 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Cot)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 184 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Asin: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Asin)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "ASIN_MACFLOAT" - ], - "comment": "Asin: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Asin", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsin" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 184 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Asin): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Asin): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Asin)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsin" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 184 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Asin)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 185 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Acos: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Acos)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "ACOS_MACFLOAT" - ], - "comment": "Acos: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Acos", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAcos" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 185 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Acos): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Acos): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Acos)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAcos" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 185 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Acos)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 186 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Atan: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Atan)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "ATAN_MACFLOAT" - ], - "comment": "Atan: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Atan", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAtan" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 186 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Atan): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Atan): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Atan)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAtan" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 186 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Atan)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 187 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Cosh: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Cosh)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Cosh", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCosh" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 187 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Cosh): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Cosh): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Cosh)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCosh" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 187 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Cosh)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 188 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Sinh: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Sinh)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Sinh", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSinh" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 188 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Sinh): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Sinh): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Sinh)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSinh" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 188 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Sinh)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 189 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Tanh: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Tanh)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tanh", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTanh" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 189 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Tanh): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Tanh): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Tanh)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTanh" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 189 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Tanh)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 190 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Sech: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Sech)" - ] - ], - "rank": 20016 - }, - { - "comment": "Sech: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Sech", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSech" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 190 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Sech): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Sech): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Sech)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSech" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 190 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Sech)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 191 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Csch: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Csch)" - ] - ], - "rank": 20016 - }, - { - "comment": "Csch: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Csch", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCsch" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 191 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Csch): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Csch): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Csch)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCsch" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 191 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Csch)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 192 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Coth: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Coth)" - ] - ], - "rank": 20016 - }, - { - "comment": "Coth: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Coth", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCoth" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 192 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Coth): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Coth): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Coth)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCoth" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 192 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Coth)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 193 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Asinh: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Asinh)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Asinh", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsinh" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 193 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Asinh): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Asinh): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Asinh)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsinh" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 193 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Asinh)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 194 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Acosh: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Acosh)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Acosh", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAcosh" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 194 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Acosh): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Acosh): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Acosh)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAcosh" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 194 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Acosh)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Atanh: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Atanh)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Atanh", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAtanh" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Atanh): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Atanh): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Atanh)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAtanh" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Atanh)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Log2: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Log2)" - ] - ], - "rank": 20016 - }, - { - "comment": "Log2: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Log2", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLog2" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Log2): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Log2): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Log2)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLog2" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Log2)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 198 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Log10: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Log10)" - ] - ], - "rank": 20016 - }, - { - "comment": "Log10: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Log10", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLog10" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 198 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Log10): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Log10): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Log10)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLog10" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 198 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Log10)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 199 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Log1p: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Log1p)" - ] - ], - "rank": 20016 - }, - { - "comment": "Log1p: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Log1p", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLog1p" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 199 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Log1p): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Log1p): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Log1p)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLog1p" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 199 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Log1p)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 200 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Exp: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Exp)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "EXP_MACFLOAT" - ], - "comment": "Exp: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Exp", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExp" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 200 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Exp): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Exp): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Exp)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExp" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 200 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Exp)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 201 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Exp2: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Exp2)" - ] - ], - "rank": 20016 - }, - { - "comment": "Exp2: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Exp2", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExp2" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 201 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Exp2): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Exp2): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Exp2)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExp2" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 201 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Exp2)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 202 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Exp10: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Exp10)" - ] - ], - "rank": 20016 - }, - { - "comment": "Exp10: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Exp10", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExp10" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 202 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Exp10): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Exp10): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Exp10)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExp10" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 202 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Exp10)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 203 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Expm1: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Expm1)" - ] - ], - "rank": 20016 - }, - { - "comment": "Expm1: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Expm1", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExpm1" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 203 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Expm1): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Expm1): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Expm1)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExpm1" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 203 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Expm1)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 204 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CubeRoot: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CubeRoot)" - ] - ], - "rank": 20016 - }, - { - "comment": "CubeRoot: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CubeRoot", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCubeRoot" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 204 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CubeRoot): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CubeRoot): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CubeRoot)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCubeRoot" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 204 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CubeRoot)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 205 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Square: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Square)" - ] - ], - "rank": 20016 - }, - { - "comment": "Square: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Square", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSquare" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 205 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Square): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Square): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Square)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSquare" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 205 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Square)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 206 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Ceil: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Ceil)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "CEIL_MACFLOAT" - ], - "comment": "Ceil: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "Ceil: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Ceil", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCeil" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 206 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Ceil): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Ceil): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Ceil)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCeil" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 206 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Ceil)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 207 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Floor: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Floor)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "FLOOR_MACFLOAT" - ], - "comment": "Floor: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Floor", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFloor" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 207 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Floor): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Floor): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Floor)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFloor" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 207 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Floor)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 208 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Round: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Round)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "RINT_MACFLOAT" - ], - "comment": "Round: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "Round: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Round", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRound" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 208 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Round): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Round): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Round)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRound" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 208 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Round)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 209 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Trunc: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Trunc)" - ] - ], - "rank": 20016 - }, - { - "comment": "Trunc: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Trunc", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTrunc" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 209 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Trunc): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Trunc): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Trunc)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTrunc" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 209 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Trunc)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Atan2" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 210 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "ATAN2_MACFLOAT" - ], - "comment": "Atan2: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 30 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Atan2", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 211 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FrExp: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FrExp)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "FREXP_MACFLOAT" - ], - "comment": "FrExp: for macfloat", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "FrExp: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FrExp", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFrExp" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 211 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FrExp): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FrExp): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FrExp)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFrExp" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 211 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FrExp)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LdExp" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 212 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "LDEXP_MACFLOAT" - ], - "comment": "LdExp: for macfloat,int", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsInt" - ] - ], - "rank": 33 - }, - { - "comment": "LdExp: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsInt" - ] - ], - "rank": 30 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LdExp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 213 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Argument: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Argument)" - ] - ], - "rank": 20016 - }, - { - "comment": "Argument: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Argument", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetArgument" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 213 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Argument): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Argument): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Argument)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasArgument" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 213 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Argument)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ], - [ - [ - "IsCyclotomic" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 214 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AbsoluteValue: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AbsoluteValue)" - ] - ], - "rank": 20016 - }, - { - "aka": [ - "AbsInt" - ], - "comment": "AbsoluteValue: rationals", - "filters": [ - [ - "IsRat" - ] - ], - "rank": 17 - }, - { - "aka": [ - "ABS_MACFLOAT" - ], - "comment": "AbsoluteValue: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "AbsoluteValue: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AbsoluteValue", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAbsoluteValue" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ], - [ - [ - "IsCyclotomic" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 214 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AbsoluteValue): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AbsoluteValue): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AbsoluteValue)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAbsoluteValue" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 214 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AbsoluteValue)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Hypothenuse" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 216 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "HYPOT_MACFLOAT" - ], - "comment": "Hypothenuse: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 30 - }, - { - "comment": "Hypothenuse: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ], - "rank": 25 - }, - { - "comment": "Hypothenuse: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ], - "rank": 25 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Hypothenuse", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 217 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Frac: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Frac)" - ] - ], - "rank": 20016 - }, - { - "comment": "Frac: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Frac", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFrac" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 217 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Frac): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Frac): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Frac)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFrac" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 217 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Frac)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 218 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SinCos: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SinCos)" - ] - ], - "rank": 20016 - }, - { - "comment": "SinCos: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SinCos", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSinCos" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 218 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SinCos): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SinCos): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SinCos)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSinCos" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 218 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SinCos)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 219 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Erf: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Erf)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Erf", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetErf" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 219 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Erf): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Erf): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Erf)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasErf" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 219 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Erf)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 220 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Zeta: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Zeta)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Zeta", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetZeta" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 220 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Zeta): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Zeta): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Zeta)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasZeta" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 220 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Zeta)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 221 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Gamma: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Gamma)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Gamma", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGamma" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 221 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Gamma): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Gamma): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Gamma)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGamma" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 221 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Gamma)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 222 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComplexI: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComplexI)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComplexI", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComplexI" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 222 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComplexI): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComplexI): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComplexI)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComplexI" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 222 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComplexI)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 224 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrecisionFloat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PrecisionFloat)" - ] - ], - "rank": 20016 - }, - { - "comment": "PrecisionFloat: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrecisionFloat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPrecisionFloat" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 224 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PrecisionFloat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PrecisionFloat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PrecisionFloat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPrecisionFloat" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 224 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PrecisionFloat)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 225 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SignFloat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SignFloat)" - ] - ], - "rank": 20016 - }, - { - "comment": "SignFloat: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SignFloat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSignFloat" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 225 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SignFloat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SignFloat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SignFloat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSignFloat" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 225 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SignFloat)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 227 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Sup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Sup)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Sup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSup" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 227 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Sup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Sup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Sup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSup" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 227 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Sup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 228 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Inf: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Inf)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Inf", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInf" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 228 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Inf): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Inf): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Inf)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInf" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 228 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Inf)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 229 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Mid: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Mid)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Mid", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMid" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 229 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Mid): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Mid): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Mid)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMid" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 229 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Mid)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AbsoluteDiameter: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AbsoluteDiameter)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AbsoluteDiameter", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAbsoluteDiameter" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AbsoluteDiameter): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AbsoluteDiameter): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AbsoluteDiameter)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAbsoluteDiameter" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AbsoluteDiameter)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 231 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RelativeDiameter: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RelativeDiameter)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RelativeDiameter", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRelativeDiameter" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 231 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RelativeDiameter): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RelativeDiameter): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RelativeDiameter)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRelativeDiameter" - ], - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 231 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RelativeDiameter)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Overlaps" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 233 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Overlaps", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsDisjoint" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 234 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsDisjoint", - "type": "GAP_Operation" - }, - { - "aka": [ - "EqFloat" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 235 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "EQ_MACFLOAT" - ], - "comment": "EqFloat: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ], - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 30 - }, - { - "comment": "EqFloat: for floats", - "filters": [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ], - "rank": 25 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EqFloat", - "type": "GAP_Operation" - }, - { - "aka": [ - "IncreaseInterval" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 236 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IncreaseInterval", - "type": "GAP_Operation" - }, - { - "aka": [ - "BlowupInterval" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 237 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BlowupInterval", - "type": "GAP_Operation" - }, - { - "aka": [ - "BisectInterval" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 238 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BisectInterval", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPInfinity: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPInfinity)" - ] - ], - "rank": 20016 - }, - { - "comment": "IsPInfinity: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPInfinity", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPInfinity" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPInfinity): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPInfinity): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPInfinity)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPInfinity)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 241 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNInfinity: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNInfinity)" - ] - ], - "rank": 20016 - }, - { - "comment": "IsNInfinity: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNInfinity", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNInfinity" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 241 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNInfinity): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNInfinity): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNInfinity)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 241 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNInfinity)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 242 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsXInfinity: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsXInfinity)" - ] - ], - "rank": 20016 - }, - { - "comment": "IsXInfinity: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsXInfinity", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsXInfinity" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 242 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsXInfinity): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsXInfinity): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsXInfinity)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 242 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsXInfinity)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 244 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNaN: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNaN)" - ] - ], - "rank": 20016 - }, - { - "comment": "IsNaN: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNaN", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNaN" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 244 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNaN): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNaN): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNaN)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 244 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNaN)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Cyc" - ], - "filters": [ - [ - [ - "IsFloat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 322 - }, - { - "file": "/home/makx/ac/gap/lib/float.gd", - "line": 323 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Cyc: for intervals", - "filters": [ - [ - "IsFloatInterval" - ] - ], - "rank": 15 - }, - { - "comment": "Cyc: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - } - ], - "2args": [ - { - "comment": "Cyc: for intervals, degree", - "filters": [ - [ - "IsFloatInterval" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 34 - }, - { - "comment": "Cyc: for floats, degree", - "filters": [ - [ - "IsFloat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 31 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Cyc", - "type": "GAP_Operation" - }, - { - "aka": [ - "Process" - ], - "filters": [ - [ - [ - "IsDirectory" - ], - [ - "IsString" - ], - [ - "IsInputStream" - ], - [ - "IsOutputStream" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/process.gd", - "line": 150 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "aka": [ - "EXECUTE_PROCESS_FILE_STREAM" - ], - "comment": "Process", - "filters": [ - [ - "IsDirectory", - "IsDirectoryRep" - ], - [ - "IsString" - ], - [ - "IsInputTextStream", - "IsInputTextFileRep" - ], - [ - "IsOutputTextStream", - "IsOutputTextFileRep" - ], - [ - "IsList" - ] - ], - "rank": 20 - }, - { - "comment": "Process", - "filters": [ - [ - "IsDirectory", - "IsDirectoryRep" - ], - [ - "IsString" - ], - [ - "IsInputTextNone" - ], - [ - "IsOutputTextStream", - "IsOutputTextFileRep" - ], - [ - "IsList" - ] - ], - "rank": 19 - }, - { - "comment": "Process", - "filters": [ - [ - "IsDirectory", - "IsDirectoryRep" - ], - [ - "IsString" - ], - [ - "IsInputTextStream", - "IsInputTextFileRep" - ], - [ - "IsOutputTextNone" - ], - [ - "IsList" - ] - ], - "rank": 19 - }, - { - "comment": "Process", - "filters": [ - [ - "IsDirectory", - "IsDirectoryRep" - ], - [ - "IsString" - ], - [ - "IsInputTextNone" - ], - [ - "IsOutputTextNone" - ], - [ - "IsList" - ] - ], - "rank": 18 - }, - { - "comment": "Process", - "filters": [ - [ - "IsDirectory", - "IsDirectoryRep" - ], - [ - "IsString" - ], - [ - "IsInputTextStream" - ], - [ - "IsOutputTextStream" - ], - [ - "IsList" - ] - ], - "rank": 16 - } - ], - "6args": [] - }, - "name": "Process", - "type": "GAP_Operation" - }, - { - "aka": [ - "DirectProductElementsFamily" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tuples.gd", - "line": 105 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DirectProductElementsFamily: for an empty list", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - }, - { - "comment": "DirectProductElementsFamily: for a collection (of families)", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectProductElementsFamily", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryFamily(IsDirectProductElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tuples.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComponentsOfDirectProductElementsFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComponentsOfDirectProductElementsFamily)" - ] - ], - "rank": 20007 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComponentsOfDirectProductElementsFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComponentsOfDirectProductElementsFamily" - ], - "filters": [ - [ - [ - "CategoryFamily(IsDirectProductElement)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tuples.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComponentsOfDirectProductElementsFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComponentsOfDirectProductElementsFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComponentsOfDirectProductElementsFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComponentsOfDirectProductElementsFamily" - ], - "filters": [ - [ - [ - "CategoryFamily(IsDirectProductElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tuples.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComponentsOfDirectProductElementsFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "DirectProductElement" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tuples.gd", - "line": 175 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DirectProductElement: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "DirectProductElement: for a direct product elements family, and a list", - "filters": [ - [ - "CategoryFamily(IsDirectProductElement)" - ], - [ - "IsList" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectProductElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "DirectProductElementNC" - ], - "filters": [ - [ - [ - "CategoryFamily(IsDirectProductElement)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tuples.gd", - "line": 177 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DirectProductElementNC: for a direct product elements family, and a list", - "filters": [ - [ - "CategoryFamily(IsDirectProductElement)" - ], - [ - "IsList" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectProductElementNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rvecempt.gd", - "line": 28 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EmptyRowVector: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(EmptyRowVector)" - ] - ], - "rank": 20004 - }, - { - "comment": "EmptyRowVector: for a family", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EmptyRowVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEmptyRowVector" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rvecempt.gd", - "line": 28 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(EmptyRowVector): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(EmptyRowVector): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(EmptyRowVector)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEmptyRowVector" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rvecempt.gd", - "line": 28 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(EmptyRowVector)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtASet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 60 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfExtASet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfExtASet)" - ] - ], - "rank": 20012 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfExtASet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfExtASet" - ], - "filters": [ - [ - [ - "IsExtASet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 60 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfExtASet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfExtASet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfExtASet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfExtASet" - ], - "filters": [ - [ - [ - "IsExtASet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 60 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfExtASet)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtASet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AdditivelyActingDomain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AdditivelyActingDomain)" - ] - ], - "rank": 20012 - }, - { - "comment": "AdditivelyActingDomain: for additive coset in default repres.", - "filters": [ - [ - "IsAdditiveCoset", - "IsAdditiveCosetDefaultRep" - ] - ], - "rank": 10014 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdditivelyActingDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAdditivelyActingDomain" - ], - "filters": [ - [ - [ - "IsExtASet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AdditivelyActingDomain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AdditivelyActingDomain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AdditivelyActingDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAdditivelyActingDomain" - ], - "filters": [ - [ - [ - "IsExtASet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extaset.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AdditivelyActingDomain)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsLeftActedOnByRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 188 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLeftActedOnByDivisionRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLeftActedOnByDivisionRing)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsLeftActedOnByDivisionRing: method for external left set that is left acted on by a ring", - "filters": [ - [ - "IsExtLSet", - "IsLeftActedOnByRing" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLeftActedOnByDivisionRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLeftActedOnByDivisionRing" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsLeftActedOnByRing" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 188 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLeftActedOnByDivisionRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLeftActedOnByDivisionRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLeftActedOnByDivisionRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsLeftActedOnByRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 188 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLeftActedOnByDivisionRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 217 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfExtLSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfExtLSet)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfExtLSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfExtLSet", - "SetGeneratorsOfLeftMagmaIdeal" - ], - "filters": [ - [ - [ - "IsExtLSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 217 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfExtLSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfExtLSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfExtLSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfExtLSet", - "HasGeneratorsOfLeftMagmaIdeal" - ], - "filters": [ - [ - [ - "IsExtLSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 217 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfExtLSet)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 236 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LeftActingDomain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LeftActingDomain)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftActingDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLeftActingDomain" - ], - "filters": [ - [ - [ - "IsExtLSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 236 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LeftActingDomain): method to set also 'IsLeftActedOnByDivisionRing'", - "filters": [ - [ - "IsAttributeStoringRep", - "IsLeftActedOnByRing" - ], - [] - ], - "rank": 9 - }, - { - "comment": "Setter(LeftActingDomain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LeftActingDomain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LeftActingDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLeftActingDomain" - ], - "filters": [ - [ - [ - "IsExtLSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extlset.gd", - "line": 236 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LeftActingDomain)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtRSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 133 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfExtRSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfExtRSet)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfExtRSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfExtRSet", - "SetGeneratorsOfRightMagmaIdeal" - ], - "filters": [ - [ - [ - "IsExtRSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 133 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfExtRSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfExtRSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfExtRSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfExtRSet", - "HasGeneratorsOfRightMagmaIdeal" - ], - "filters": [ - [ - [ - "IsExtRSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 133 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfExtRSet)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtRSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 140 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RightActingDomain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RightActingDomain)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightActingDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRightActingDomain" - ], - "filters": [ - [ - [ - "IsExtRSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 140 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RightActingDomain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RightActingDomain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RightActingDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRightActingDomain" - ], - "filters": [ - [ - [ - "IsExtRSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extrset.gd", - "line": 140 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RightActingDomain)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtUSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 95 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfExtUSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfExtUSet)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfExtUSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfExtUSet" - ], - "filters": [ - [ - [ - "IsExtUSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 95 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfExtUSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfExtUSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfExtUSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfExtUSet" - ], - "filters": [ - [ - [ - "IsExtUSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 95 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfExtUSet)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtRSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 102 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UpperActingDomain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UpperActingDomain)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UpperActingDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUpperActingDomain" - ], - "filters": [ - [ - [ - "IsExtRSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 102 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UpperActingDomain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UpperActingDomain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UpperActingDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUpperActingDomain" - ], - "filters": [ - [ - [ - "IsExtRSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/extuset.gd", - "line": 102 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UpperActingDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "KnowsDictionary" - ], - "filters": [ - [ - [ - "IsDictionary" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 221 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "KnowsDictionary: for lookup sort dictionaries", - "filters": [ - [ - "IsSortLookupDictionary" - ], - [] - ], - "rank": 10 - }, - { - "comment": "KnowsDictionary: for list lookup dictionaries", - "filters": [ - [ - "IsListLookupDictionary" - ], - [] - ], - "rank": 8 - }, - { - "comment": "KnowsDictionary: for position dictionaries", - "filters": [ - [ - "IsPositionDictionary" - ], - [] - ], - "rank": 6 - }, - { - "comment": "KnowsDictionary: for list dictionaries", - "filters": [ - [ - "IsListDictionary" - ], - [] - ], - "rank": 6 - }, - { - "comment": "KnowsDictionary: for hash tables", - "filters": [ - [ - "IsHash" - ], - [] - ], - "rank": 5 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "KnowsDictionary", - "type": "GAP_Operation" - }, - { - "aka": [ - "AddDictionary", - "AddHashEntry" - ], - "filters": [ - [ - [ - "IsMutable", - "IsDictionary" - ], - [] - ], - [ - [ - "IsMutable", - "IsDictionary" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 242 - }, - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 243 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AddDictionary: for sort dictionaries", - "filters": [ - [ - "IsMutable", - "IsSortDictionary" - ], - [] - ], - "rank": 9 - }, - { - "comment": "AddDictionary: for position dictionaries", - "filters": [ - [ - "IsMutable", - "IsPositionDictionary" - ], - [] - ], - "rank": 8 - }, - { - "comment": "AddDictionary: for list dictionaries", - "filters": [ - [ - "IsMutable", - "IsListDictionary" - ], - [] - ], - "rank": 8 - }, - { - "comment": "AddDictionary: for hash tables, no value given", - "filters": [ - [ - "IsMutable", - "IsHash" - ], - [] - ], - "rank": 7 - } - ], - "3args": [ - { - "comment": "AddDictionary: for lookup sort dictionaries", - "filters": [ - [ - "IsMutable", - "IsSortLookupDictionary" - ], - [], - [] - ], - "rank": 12 - }, - { - "aka": [ - "HashDictAddDictionary" - ], - "comment": "AddDictionary: for hash tables", - "filters": [ - [ - "IsMutable", - "IsHash", - "TableHasIntKeyFun", - "IsSparseHashRep" - ], - [], - [] - ], - "rank": 10 - }, - { - "comment": "AddDictionary: for lookup position dictionaries", - "filters": [ - [ - "IsMutable", - "IsPositionLookupDictionary" - ], - [], - [] - ], - "rank": 10 - }, - { - "comment": "AddDictionary: for lookup list dictionaries", - "filters": [ - [ - "IsMutable", - "IsListLookupDictionary" - ], - [], - [] - ], - "rank": 10 - }, - { - "comment": "AddDictionary: for hash tables", - "filters": [ - [ - "IsMutable", - "IsHash", - "IsSparseHashRep" - ], - [], - [] - ], - "rank": 9 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AddDictionary", - "type": "GAP_Operation" - }, - { - "aka": [ - "RemoveDictionary" - ], - "filters": [ - [ - [ - "IsMutable", - "IsDictionary" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 258 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RemoveDictionary: for lookup list dictionaries", - "filters": [ - [ - "IsMutable", - "IsListLookupDictionary" - ], - [] - ], - "rank": 10 - }, - { - "comment": "RemoveDictionary: for list dictionaries", - "filters": [ - [ - "IsMutable", - "IsListDictionary" - ], - [] - ], - "rank": 8 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RemoveDictionary", - "type": "GAP_Operation" - }, - { - "aka": [ - "GetHashEntry", - "LookupDictionary" - ], - "filters": [ - [ - [ - "IsDictionary" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 277 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LookupDictionary: for lookup sort dictionaries", - "filters": [ - [ - "IsSortLookupDictionary" - ], - [] - ], - "rank": 10 - }, - { - "comment": "LookupDictionary: for hash tables that know their int key", - "filters": [ - [ - "IsHash", - "TableHasIntKeyFun", - "IsSparseHashRep" - ], - [] - ], - "rank": 8 - }, - { - "comment": "LookupDictionary: for position dictionaries", - "filters": [ - [ - "IsPositionLookupDictionary" - ], - [] - ], - "rank": 8 - }, - { - "comment": "LookupDictionary: for list dictionaries", - "filters": [ - [ - "IsListLookupDictionary" - ], - [] - ], - "rank": 8 - }, - { - "comment": "LookupDictionary: for hash tables", - "filters": [ - [ - "IsHash", - "IsSparseHashRep" - ], - [] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LookupDictionary", - "type": "GAP_Operation" - }, - { - "aka": [ - "ListKeyEnumerator" - ], - "filters": [ - [ - [ - "IsListDictionary" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 317 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ListKeyEnumerator: for list dictionaries", - "filters": [ - [ - "IsListDictionary" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ListKeyEnumerator", - "type": "GAP_Operation" - }, - { - "aka": [ - "PrintHashWithNames" - ], - "filters": [ - [ - [ - "IsHash" - ], - [ - "IsString" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 380 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "PrintHashWithNames: for sparse hash tables", - "filters": [ - [ - "IsSparseHashRep" - ], - [ - "IsString" - ], - [ - "IsString" - ] - ], - "rank": 17 - }, - { - "comment": "PrintHashWithNames: for dense hash tables", - "filters": [ - [ - "IsDenseHashRep" - ], - [ - "IsString" - ], - [ - "IsString" - ] - ], - "rank": 17 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrintHashWithNames", - "type": "GAP_Operation" - }, - { - "aka": [ - "RandomHashKey" - ], - "filters": [ - [ - [ - "IsHash" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 394 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RandomHashKey: for sparse hash tables", - "filters": [ - [ - "IsHash", - "IsSparseHashRep" - ] - ], - "rank": 107 - }, - { - "comment": "RandomHashKey: for dense hash tables", - "filters": [ - [ - "IsHash", - "IsDenseHashRep" - ] - ], - "rank": 107 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RandomHashKey", - "type": "GAP_Operation" - }, - { - "aka": [ - "HashKeyEnumerator" - ], - "filters": [ - [ - [ - "IsHash" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 408 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "HashKeyEnumerator: for sparse hash tables", - "filters": [ - [ - "IsHash", - "IsSparseHashRep" - ] - ], - "rank": 7 - }, - { - "comment": "HashKeyEnumerator: for dense hash tables", - "filters": [ - [ - "IsDenseHashRep" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HashKeyEnumerator", - "type": "GAP_Operation" - }, - { - "aka": [ - "DenseIntKey" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 605 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DenseIntKey: integers", - "filters": [ - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 19 - }, - { - "comment": "DenseIntKey: default fail", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DenseIntKey", - "type": "GAP_Operation" - }, - { - "aka": [ - "SparseIntKey" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 627 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SparseIntKey: for finite Gaussian row spaces", - "filters": [ - [ - "CategoryCollections(CategoryCollections(IsFFE))", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ], - [] - ], - "rank": 51 - }, - { - "comment": "SparseIntKey: pcgs element lists: i.e. pcgs", - "filters": [ - [], - [ - "IsList", - "CategoryCollections(IsElementFinitePolycyclicGroup)" - ] - ], - "rank": 42 - }, - { - "aka": [ - "SparseIntKeyVecListAndMatrix" - ], - "comment": "SparseIntKey: for matrices over finite field vector spaces", - "filters": [ - [], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 42 - }, - { - "comment": "SparseIntKey: for row spaces over finite fields", - "filters": [ - [], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)" - ] - ], - "rank": 29 - }, - { - "comment": "SparseIntKey: for vector listsover finite field vector spaces", - "filters": [ - [], - [ - "IsList", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 28 - }, - { - "comment": "SparseIntKey: for lists of vectors", - "filters": [ - [ - "CategoryCollections(CategoryCollections(IsFFE))" - ], - [] - ], - "rank": 25 - }, - { - "comment": "SparseIntKey: kernel pc group elements", - "filters": [ - [], - [ - "IsDataObjectRep", - "IsElementFinitePolycyclicGroup", - "IsNBitsPcWordRep" - ] - ], - "rank": 9 - }, - { - "comment": "SparseIntKey: permutations, arbitrary domain", - "filters": [ - [], - [ - "IsPerm", - "IsInternalRep" - ] - ], - "rank": 9 - }, - { - "comment": "SparseIntKey: for an object and transformation", - "filters": [ - [], - [ - "IsTransformation" - ] - ], - "rank": 7 - }, - { - "comment": "SparseIntKey: defaults to DenseIntKey", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SparseIntKey", - "type": "GAP_Operation" - }, - { - "aka": [ - "GetHashEntryAtLastIndex" - ], - "filters": [ - [ - [ - "IsHash" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 657 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GetHashEntryAtLastIndex", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetHashEntryAtLastIndex" - ], - "filters": [ - [ - [ - "IsMutable", - "IsHash" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 671 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetHashEntryAtLastIndex", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetHashEntry" - ], - "filters": [ - [ - [ - "IsMutable", - "IsHash" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/dict.gd", - "line": 685 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetHashEntry", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryFamily(IsGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 297 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FamilyRange: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FamilyRange)" - ] - ], - "rank": 20005 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FamilyRange", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFamilyRange" - ], - "filters": [ - [ - [ - "CategoryFamily(IsGeneralMapping)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 297 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FamilyRange): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FamilyRange): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FamilyRange)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFamilyRange" - ], - "filters": [ - [ - [ - "CategoryFamily(IsGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 297 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FamilyRange)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryFamily(IsGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 315 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FamilySource: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FamilySource)" - ] - ], - "rank": 20005 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FamilySource", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFamilySource" - ], - "filters": [ - [ - [ - "CategoryFamily(IsGeneralMapping)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 315 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FamilySource): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FamilySource): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FamilySource)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFamilySource" - ], - "filters": [ - [ - [ - "CategoryFamily(IsGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 315 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FamilySource)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 335 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FamiliesOfGeneralMappingsAndRanges: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FamiliesOfGeneralMappingsAndRanges)" - ] - ], - "rank": 20004 - }, - { - "comment": "FamiliesOfGeneralMappingsAndRanges: for a family (return empty list)", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FamiliesOfGeneralMappingsAndRanges", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFamiliesOfGeneralMappingsAndRanges" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 335 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FamiliesOfGeneralMappingsAndRanges): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FamiliesOfGeneralMappingsAndRanges): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FamiliesOfGeneralMappingsAndRanges)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFamiliesOfGeneralMappingsAndRanges" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 335 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FamiliesOfGeneralMappingsAndRanges)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 357 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsConstantTimeAccessGeneralMapping: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsConstantTimeAccessGeneralMapping)" - ] - ], - "rank": 20010 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsConstantTimeAccessGeneralMapping", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsConstantTimeAccessGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 357 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsConstantTimeAccessGeneralMapping): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsConstantTimeAccessGeneralMapping): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsConstantTimeAccessGeneralMapping)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 357 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsConstantTimeAccessGeneralMapping)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 375 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsEndoGeneralMapping: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsEndoGeneralMapping: for general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsEndoGeneralMapping", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsEndoGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 375 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsEndoGeneralMapping): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsEndoGeneralMapping): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsEndoGeneralMapping)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 375 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsEndoGeneralMapping)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 394 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsTotal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsTotal)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsTotal: get delayed set attribute values", - "filters": [ - [ - "Tester(MappingOfWhichItIsAsGGMBI)" - ] - ], - "rank": 10013 - }, - { - "comment": "IsTotal: for ring g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "IsTotal: via `AsGroupGeneralMappingByImages'", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages" - ] - ], - "rank": 18 - }, - { - "comment": "IsTotal: for a composition mapping", - "filters": [ - [ - "IsCompositionMappingRep" - ] - ], - "rank": 10 - }, - { - "comment": "IsTotal: for an inverse mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ] - ], - "rank": 9 - }, - { - "comment": "IsTotal: for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsTotal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsTotal" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 394 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsTotal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsTotal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsTotal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 394 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsTotal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 418 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSingleValued: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSingleValued)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsSingleValued: get delayed set attribute values", - "filters": [ - [ - "Tester(MappingOfWhichItIsAsGGMBI)" - ] - ], - "rank": 10013 - }, - { - "comment": "IsSingleValued: map from whole fp group or free group to perm, std. gens: test relators", - "filters": [ - [ - "IsToPermGroupGeneralMappingByImages", - "IsFromFpGroupStdGensGeneralMappingByImages" - ] - ], - "rank": 31 - }, - { - "comment": "IsSingleValued: for group general mappings of free groups", - "filters": [ - [ - "Tester(MappingGeneratorsImages)", - "IsFromFpGroupGeneralMappingByImages" - ] - ], - "rank": 30 - }, - { - "comment": "IsSingleValued: map from whole fp group or free group, given on std. gens: test relators", - "filters": [ - [ - "IsFromFpGroupStdGensGeneralMappingByImages" - ] - ], - "rank": 30 - }, - { - "comment": "IsSingleValued: map from fp group or free group on arbitrary gens: rewrite", - "filters": [ - [ - "Tester(MappingGeneratorsImages)", - "IsFromFpGroupGeneralMappingByImages" - ] - ], - "rank": 30 - }, - { - "comment": "IsSingleValued: for algebra g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsPolynomialRingDefaultGeneratorMapping" - ] - ], - "rank": 26 - }, - { - "comment": "IsSingleValued: for algebra g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 25 - }, - { - "comment": "IsSingleValued: for sc ring g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsSCRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 24 - }, - { - "comment": "IsSingleValued: for left module g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "IsSingleValued", - "filters": [ - [ - "IsPermGroupGeneralMappingByImages" - ] - ], - "rank": 19 - }, - { - "comment": "IsSingleValued: for GMBPCGS: test relations", - "filters": [ - [ - "IsGroupGeneralMappingByPcgs" - ] - ], - "rank": 18 - }, - { - "comment": "IsSingleValued: via `AsGroupGeneralMappingByImages'", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages" - ] - ], - "rank": 18 - }, - { - "comment": "IsSingleValued: method for a gen. mapping that respects add. and add. inverses", - "filters": [ - [ - "IsGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 13 - }, - { - "comment": "IsSingleValued: method for a gen. mapping that respects mult. and inverses", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 13 - }, - { - "comment": "IsSingleValued: for a composition mapping", - "filters": [ - [ - "IsCompositionMappingRep" - ] - ], - "rank": 10 - }, - { - "comment": "IsSingleValued: for an inverse mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ] - ], - "rank": 9 - }, - { - "comment": "IsSingleValued: for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSingleValued", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSingleValued" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 418 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSingleValued): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSingleValued): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSingleValued)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 418 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSingleValued)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 484 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsInjective: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsInjective)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsInjective: get delayed set attribute values", - "filters": [ - [ - "Tester(MappingOfWhichItIsAsGGMBI)" - ] - ], - "rank": 10013 - }, - { - "comment": "IsInjective: for PcpGHBI", - "filters": [ - [ - "IsFromPcpGHBI", - "IsToPcpGHBI" - ] - ], - "rank": 41 - }, - { - "comment": "IsInjective: for algebra g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 25 - }, - { - "comment": "IsInjective: for a linear action homomorphism", - "filters": [ - [ - "IsLinearActionHomomorphism" - ] - ], - "rank": 23 - }, - { - "comment": "IsInjective: method for homs from pc group", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPcGroupGeneralMappingByImages" - ] - ], - "rank": 23 - }, - { - "comment": "IsInjective: for a field homomorphism", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)" - ] - ], - "rank": 23 - }, - { - "comment": "IsInjective: for ring g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "IsInjective: for left module m.b.m.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearMappingByMatrixDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "IsInjective: for left module g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "IsInjective: via `AsGroupGeneralMappingByImages'", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages" - ] - ], - "rank": 18 - }, - { - "comment": "IsInjective: for GHBI", - "filters": [ - [ - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 17 - }, - { - "comment": "IsInjective: for zero mapping", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ] - ], - "rank": 17 - }, - { - "comment": "IsInjective: method for a gen. mapping that respects add. and add. inverses", - "filters": [ - [ - "IsGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 13 - }, - { - "comment": "IsInjective: method for a gen. mapping that respects mult. and one", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 13 - }, - { - "comment": "IsInjective: for a mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 11 - }, - { - "comment": "IsInjective: for a composition mapping", - "filters": [ - [ - "IsCompositionMappingRep" - ] - ], - "rank": 10 - }, - { - "comment": "IsInjective: for an inverse mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ] - ], - "rank": 9 - }, - { - "comment": "IsInjective: for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsInjective", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsInjective" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 484 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsInjective): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsInjective): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsInjective)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 484 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsInjective)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 505 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSurjective: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSurjective)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsSurjective: get delayed set attribute values", - "filters": [ - [ - "Tester(MappingOfWhichItIsAsGGMBI)" - ] - ], - "rank": 10013 - }, - { - "comment": "IsSurjective: for a field homomorphism", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)" - ] - ], - "rank": 23 - }, - { - "comment": "IsSurjective: via `AsGroupGeneralMappingByImages'", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages" - ] - ], - "rank": 18 - }, - { - "comment": "IsSurjective: for zero mapping", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ] - ], - "rank": 17 - }, - { - "comment": "IsSurjective: for a composition mapping", - "filters": [ - [ - "IsCompositionMappingRep" - ] - ], - "rank": 10 - }, - { - "comment": "IsSurjective: for an inverse mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ] - ], - "rank": 9 - }, - { - "comment": "IsSurjective: for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSurjective", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSurjective" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 505 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSurjective): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSurjective): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSurjective)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 505 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSurjective)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 543 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Range: for default general mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsDefaultGeneralMappingRep" - ] - ], - "rank": 20011 - }, - { - "comment": "Range: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Range)" - ] - ], - "rank": 20010 - }, - { - "comment": "Range: for operation algebra homomorphism (set full matrix FLMLOR)", - "filters": [ - [ - "IsOperationAlgebraHomomorphismDefaultRep" - ] - ], - "rank": 29 - }, - { - "aka": [ - "RanImgSrcSurjBloho" - ], - "comment": "Range: surjective blocks homomorphism", - "filters": [ - [ - "IsSurjective", - "Tester(IsSurjective)", - "IsBlocksHomomorphism" - ] - ], - "rank": 25 - }, - { - "aka": [ - "RanImgSrcSurjTraho" - ], - "comment": "Range: surjective constituent homomorphism", - "filters": [ - [ - "IsSurjective", - "Tester(IsSurjective)", - "IsActionHomomorphism", - "IsConstituentHomomorphism" - ] - ], - "rank": 25 - }, - { - "comment": "Range: surjective action homomorphism", - "filters": [ - [ - "IsSurjective", - "Tester(IsSurjective)", - "IsActionHomomorphism" - ] - ], - "rank": 24 - }, - { - "comment": "Range: perm subdirect product projection", - "filters": [ - [ - "IsProjectionSubdirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "Range: perm direct product projection", - "filters": [ - [ - "IsProjectionDirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "Range: ophom: S(domain)", - "filters": [ - [ - "IsActionHomomorphism" - ] - ], - "rank": 22 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Range", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRange" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 543 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Range): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Range): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Range)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRange" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 543 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Range)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 560 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Source: for default general mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsDefaultGeneralMappingRep" - ] - ], - "rank": 20011 - }, - { - "comment": "Source: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Source)" - ] - ], - "rank": 20010 - }, - { - "comment": "Source: perm wreath product embedding", - "filters": [ - [ - "IsEmbeddingWreathProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "Source: perm direct product embedding", - "filters": [ - [ - "IsEmbeddingDirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "Source: action homomorphism", - "filters": [ - [ - "IsActionHomomorphism" - ] - ], - "rank": 22 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Source", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSource" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 560 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Source): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Source): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Source)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSource" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 560 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Source)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 584 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnderlyingRelation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UnderlyingRelation)" - ] - ], - "rank": 20010 - }, - { - "comment": "UnderlyingRelation: for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnderlyingRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUnderlyingRelation" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 584 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UnderlyingRelation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UnderlyingRelation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UnderlyingRelation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUnderlyingRelation" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 584 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UnderlyingRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 601 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnderlyingGeneralMapping: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UnderlyingGeneralMapping)" - ] - ], - "rank": 20005 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnderlyingGeneralMapping", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUnderlyingGeneralMapping" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 601 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UnderlyingGeneralMapping): for an underlying relation and a general mapping", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "IsGeneralizedDomain", - "Tester(GeneratorsOfDomain)", - "CategoryCollections(IsDirectProductElement)" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 29 - }, - { - "comment": "Setter(UnderlyingGeneralMapping): for an underlying relation and a general mapping", - "filters": [ - [ - "IsAttributeStoringRep", - "IsCollection", - "Tester(AsList)", - "IsGeneralizedDomain", - "CategoryCollections(IsDirectProductElement)" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 29 - }, - { - "comment": "Setter(UnderlyingGeneralMapping): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UnderlyingGeneralMapping): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UnderlyingGeneralMapping)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUnderlyingGeneralMapping" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 601 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UnderlyingGeneralMapping)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 657 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IdentityMapping: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IdentityMapping)" - ] - ], - "rank": 20005 - }, - { - "comment": "IdentityMapping: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IdentityMapping", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIdentityMapping" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 657 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IdentityMapping): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IdentityMapping): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IdentityMapping)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIdentityMapping" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 657 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IdentityMapping)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 688 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InverseGeneralMapping: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InverseGeneralMapping)" - ] - ], - "rank": 20010 - }, - { - "comment": "InverseGeneralMapping: for nilpotent Lie algebra automorphism", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ] - ], - "rank": 10022 - }, - { - "comment": "InverseGeneralMapping: for group automorphism", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPGAutomorphismRep" - ] - ], - "rank": 10022 - }, - { - "comment": "InverseGeneralMapping: for inner automorphism", - "filters": [ - [ - "IsInnerAutomorphism", - "Tester(IsInnerAutomorphism)" - ] - ], - "rank": 27 - }, - { - "comment": "InverseGeneralMapping: for ANF automorphism", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ] - ], - "rank": 26 - }, - { - "comment": "InverseGeneralMapping: for a Frobenius automorphism", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ] - ], - "rank": 26 - }, - { - "comment": "InverseGeneralMapping: for conjugator automorphism", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ], - "rank": 25 - }, - { - "comment": "InverseGeneralMapping: for bijective GHBI", - "filters": [ - [ - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)", - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 25 - }, - { - "comment": "InverseGeneralMapping: for conjugator isomorphism", - "filters": [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ], - "rank": 23 - }, - { - "comment": "InverseGeneralMapping: for an ring g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "InverseGeneralMapping: for semigroup homomorphism by images", - "filters": [ - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsSemigroupHomomorphismByImagesRep" - ] - ], - "rank": 21 - }, - { - "comment": "InverseGeneralMapping: for mapping by function", - "filters": [ - [ - "IsMappingByFunctionWithInverseRep" - ] - ], - "rank": 19 - }, - { - "comment": "InverseGeneralMapping: via generators/images", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 13 - }, - { - "comment": "InverseGeneralMapping", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InverseImmutable)", - "IsGeneralMapping" - ] - ], - "rank": 10 - }, - { - "comment": "InverseGeneralMapping: for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InverseGeneralMapping", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInverseGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 688 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InverseGeneralMapping): transfer the AsGHBI", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages", - "Tester(AsGroupGeneralMappingByImages)" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 26 - }, - { - "comment": "Setter(InverseGeneralMapping): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InverseGeneralMapping): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InverseGeneralMapping)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInverseGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 688 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InverseGeneralMapping)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 709 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ImagesSource: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ImagesSource)" - ] - ], - "rank": 20010 - }, - { - "comment": "ImagesSource: for zero mapping", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ] - ], - "rank": 10017 - }, - { - "comment": "ImagesSource: for identity mapping", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ] - ], - "rank": 10017 - }, - { - "comment": "ImagesSource: get delayed set attribute values", - "filters": [ - [ - "Tester(MappingOfWhichItIsAsGGMBI)" - ] - ], - "rank": 10013 - }, - { - "comment": "ImagesSource: for surjective general mapping (delegate to `Range')", - "filters": [ - [ - "IsGeneralMapping", - "IsSurjective", - "Tester(IsSurjective)" - ] - ], - "rank": 10009 - }, - { - "comment": "ImagesSource: for an algebra g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 25 - }, - { - "comment": "ImagesSource: actionHomomorphismByBase", - "filters": [ - [ - "IsActionHomomorphismByBase" - ] - ], - "rank": 23 - }, - { - "comment": "ImagesSource: perm direct product embedding", - "filters": [ - [ - "IsEmbeddingDirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "ImagesSource: blocks homomorphism", - "filters": [ - [ - "IsBlocksHomomorphism" - ] - ], - "rank": 23 - }, - { - "comment": "ImagesSource: constituent homomorphism", - "filters": [ - [ - "IsActionHomomorphism", - "IsConstituentHomomorphism" - ] - ], - "rank": 23 - }, - { - "comment": "ImagesSource: for an ring g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "ImagesSource: for a linear g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "ImagesSource: for group homomorphism", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 21 - }, - { - "comment": "ImagesSource: via `AsGroupGeneralMappingByImages'", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages" - ] - ], - "rank": 18 - }, - { - "comment": "ImagesSource: for GHBI", - "filters": [ - [ - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 17 - }, - { - "comment": "ImagesSource: for general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ImagesSource", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetImagesSource" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 709 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ImagesSource): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ImagesSource): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ImagesSource)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasImagesSource" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 709 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ImagesSource)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 730 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PreImagesRange: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PreImagesRange)" - ] - ], - "rank": 20010 - }, - { - "comment": "PreImagesRange: get delayed set attribute values", - "filters": [ - [ - "Tester(MappingOfWhichItIsAsGGMBI)" - ] - ], - "rank": 10013 - }, - { - "comment": "PreImagesRange: for total general mapping (delegate to `Source')", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)" - ] - ], - "rank": 10009 - }, - { - "comment": "PreImagesRange: for an algebra g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 25 - }, - { - "comment": "PreImagesRange: for an ring g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "PreImagesRange: for a linear g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "PreImagesRange: via `AsGroupGeneralMappingByImages'", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages" - ] - ], - "rank": 18 - }, - { - "comment": "PreImagesRange: for GHBI", - "filters": [ - [ - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 17 - }, - { - "comment": "PreImagesRange: for general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PreImagesRange", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPreImagesRange" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 730 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PreImagesRange): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PreImagesRange): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PreImagesRange)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPreImagesRange" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 730 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PreImagesRange)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ImagesElm" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 752 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ImagesElm: for zero mapping and object", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ], - [] - ], - "rank": 10017 - }, - { - "comment": "ImagesElm: for identity mapping and object", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ], - [] - ], - "rank": 10017 - }, - { - "comment": "ImagesElm: for ANF automorphism and scalar", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 36 - }, - { - "comment": "ImagesElm: for embedding of ring into magma ring, and ring element", - "filters": [ - [ - "IsEmbeddingRingMagmaRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 33 - }, - { - "comment": "ImagesElm: for binary relations over [1..n] with images list", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 31 - }, - { - "comment": "ImagesElm: for Frobenius automorphism and source element", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ], - [] - ], - "rank": 26 - }, - { - "comment": "ImagesElm: for magma congruence and element", - "filters": [ - [ - "IsMagmaCongruence" - ], - [] - ], - "rank": 26 - }, - { - "comment": "ImagesElm: for nilpotent Lie algebra automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ], - [] - ], - "rank": 22 - }, - { - "comment": "ImagesElm: for a Green's equivalence", - "filters": [ - [ - "IsGreensRelation" - ], - [] - ], - "rank": 22 - }, - { - "comment": "ImagesElm: for embedding of magma into magma ring, and mult. element", - "filters": [ - [ - "IsEmbeddingMagmaMagmaRing" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 22 - }, - { - "comment": "ImagesElm: for magma congruence and element", - "filters": [ - [ - "IsRightMagmaCongruence" - ], - [] - ], - "rank": 22 - }, - { - "comment": "ImagesElm: for magma congruence and element", - "filters": [ - [ - "IsLeftMagmaCongruence" - ], - [] - ], - "rank": 22 - }, - { - "comment": "ImagesElm: for equivalence relation with partition and element", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "Tester(EquivalenceRelationPartition)" - ], - [] - ], - "rank": 22 - }, - { - "comment": "ImagesElm: for semigroup homomorphism by images", - "filters": [ - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsSemigroupHomomorphismByImagesRep" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 20 - }, - { - "comment": "ImagesElm: IsTransformationRepOfEndo", - "filters": [ - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ], - [] - ], - "rank": 16 - }, - { - "comment": "ImagesElm: method for s.p. gen. mapping respecting add. & add.inv., and element", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ], - [] - ], - "rank": 14 - }, - { - "comment": "ImagesElm: method for s.p. general mapping respecting mult. & inv., and element", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [] - ], - "rank": 14 - }, - { - "comment": "ImagesElm: for mapping by function", - "filters": [ - [ - "IsMappingByFunctionRep" - ], - [] - ], - "rank": 14 - }, - { - "comment": "ImagesElm: for Lie embedding and object", - "filters": [ - [ - "IsGeneralMapping", - "IsLieEmbeddingRep" - ], - [] - ], - "rank": 10 - }, - { - "comment": "ImagesElm: for a restricted mapping, and an element", - "filters": [ - [ - "IsGeneralRestrictedMappingRep" - ], - [] - ], - "rank": 10 - }, - { - "comment": "ImagesElm: for a composition mapping, and an element", - "filters": [ - [ - "IsCompositionMappingRep" - ], - [] - ], - "rank": 10 - }, - { - "comment": "ImagesElm: for an inverse mapping and an element", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ], - [] - ], - "rank": 9 - }, - { - "comment": "ImagesElm: for constant time access general mapping, and element", - "filters": [ - [ - "IsGeneralMapping", - "IsConstantTimeAccessGeneralMapping", - "Tester(IsConstantTimeAccessGeneralMapping)" - ], - [] - ], - "rank": 9 - }, - { - "comment": "ImagesElm: for non s.p. general mapping, and element", - "filters": [ - [ - "IsNonSPGeneralMapping" - ], - [] - ], - "rank": 8 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ImagesElm", - "type": "GAP_Operation" - }, - { - "aka": [ - "ImagesRepresentative" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 776 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ImagesRepresentative: for zero mapping and object", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ], - [] - ], - "rank": 10017 - }, - { - "comment": "ImagesRepresentative: for identity mapping and object", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ], - [] - ], - "rank": 10017 - }, - { - "comment": "ImagesRepresentative: for total GGMBPCGS, and mult.-elm.-with-inverse", - "filters": [ - [ - "IsTotal", - "Tester(IsTotal)", - "IsGroupGeneralMappingByPcgs" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 125 - }, - { - "comment": "ImagesRepresentative: for homomorphisms of free groups", - "filters": [ - [ - "IsFromFpGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 59 - }, - { - "comment": "ImagesRepresentative: for a blow up isomorphism, and a matrix in the source", - "filters": [ - [ - "IsBlowUpIsomorphism" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 47 - }, - { - "comment": "ImagesRepresentative: for an alg. hom. from f. p. algebra, and an element", - "filters": [ - [ - "IsAlgebraHomomorphismFromFpRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 37 - }, - { - "comment": "ImagesRepresentative: for an operation algebra homomorphism, and an element", - "filters": [ - [ - "IsOperationAlgebraHomomorphismDefaultRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 37 - }, - { - "comment": "ImagesRepresentative: for ANF automorphism and scalar", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 36 - }, - { - "comment": "ImagesRepresentative: for FromPcpGHBI", - "filters": [ - [ - "IsFromPcpGHBI" - ], - [ - "IsPcpElement" - ] - ], - "rank": 35 - }, - { - "comment": "ImagesRepresentative: simple tests on equal words to check whether the `generators' are mapped", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsFromFpGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 35 - }, - { - "comment": "ImagesRepresentative: map from fp group or free group, use 'MappedWord'", - "filters": [ - [ - "IsFromFpGroupStdGensGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 35 - }, - { - "comment": "ImagesRepresentative: map from (sub)fp group, rewrite", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsFromFpGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 34 - }, - { - "comment": "ImagesRepresentative: for embedding of ring into magma ring, and ring element", - "filters": [ - [ - "IsEmbeddingRingMagmaRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 33 - }, - { - "aka": [ - "FptoSCAMorphismImageElm" - ], - "comment": "ImagesRepresentative: for Fp to SCA mapping, and element", - "filters": [ - [ - "IsFptoSCAMorphism" - ], - [ - "IsElementOfFpAlgebra" - ] - ], - "rank": 31 - }, - { - "comment": "ImagesRepresentative", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPcgsToPcgsGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 30 - }, - { - "comment": "ImagesRepresentative: using `RepresentativeAction'", - "filters": [ - [ - "Tester(ImagesSource)", - "IsActionHomomorphismByBase" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 29 - }, - { - "comment": "ImagesRepresentative: imprim perm wreath product embedding", - "filters": [ - [ - "IsEmbeddingImprimitiveWreathProductPermGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 29 - }, - { - "comment": "ImagesRepresentative: for isom by finite matrix groups (Polenta)", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsIsomorphismByFinitePolycyclicMatrixGroup", - "Tester(IsIsomorphismByFinitePolycyclicMatrixGroup)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: for isom by matrix groups (Polenta)", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsIsomorphismByPolycyclicMatrixGroup", - "Tester(IsIsomorphismByPolycyclicMatrixGroup)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: for group by field elems isom", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsMultGroupByFieldElemsIsomorphism", - "Tester(IsMultGroupByFieldElemsIsomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: for unit groups", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsUnitGroupIsomorphism", - "Tester(IsUnitGroupIsomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: restricted perm", - "filters": [ - [ - "IsActionHomomorphismSubset" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: for action hom that is `ByAsGroup'", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages", - "IsActionHomomorphism" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: imprim matrix wreath product embedding", - "filters": [ - [ - "IsEmbeddingImprimitiveWreathProductMatrixGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: matrix direct product projection", - "filters": [ - [ - "IsProjectionDirectProductMatrixGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: matrix direct product embedding", - "filters": [ - [ - "IsEmbeddingDirectProductMatrixGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: perm subdirect product projection", - "filters": [ - [ - "IsProjectionSubdirectProductPermGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: perm direct product projection", - "filters": [ - [ - "IsProjectionDirectProductPermGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: perm direct product embedding", - "filters": [ - [ - "IsEmbeddingDirectProductPermGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: blocks homomorphism", - "filters": [ - [ - "IsBlocksHomomorphism" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: Constituent homomorphism", - "filters": [ - [ - "IsConstituentHomomorphism" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "ImagesRepresentative: for conjugator isomorphism", - "filters": [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "aka": [ - "ImageElmActionHomomorphism" - ], - "comment": "ImagesRepresentative: for action hom", - "filters": [ - [ - "IsActionHomomorphism" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 27 - }, - { - "comment": "ImagesRepresentative: for Frobenius automorphism and source element", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ], - [] - ], - "rank": 26 - }, - { - "comment": "ImagesRepresentative: for polring g.m.b.i., and element", - "filters": [ - [ - "IsGeneralMapping", - "IsPolynomialRingDefaultGeneratorMapping" - ], - [] - ], - "rank": 26 - }, - { - "comment": "ImagesRepresentative: for algebra g.m.b.i., and element", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ], - [] - ], - "rank": 25 - }, - { - "comment": "ImagesRepresentative", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsFromAffineCrystGroupToPcpGroup", - "Tester(IsFromAffineCrystGroupToPcpGroup)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 24 - }, - { - "comment": "ImagesRepresentative", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsFromAffineCrystGroupToFpGroup", - "Tester(IsFromAffineCrystGroupToFpGroup)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 24 - }, - { - "comment": "ImagesRepresentative", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsPointHomomorphism", - "Tester(IsPointHomomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 24 - }, - { - "comment": "ImagesRepresentative: word decomp hom", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsWordDecompHomomorphism", - "Tester(IsWordDecompHomomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 24 - }, - { - "comment": "ImagesRepresentative: perm group hom", - "filters": [ - [ - "IsPermGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 24 - }, - { - "comment": "ImagesRepresentative: for SC ring g.m.b.i., and element", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "IsSCRingGeneralMappingByImagesDefaultRep" - ], - [] - ], - "rank": 24 - }, - { - "comment": "ImagesRepresentative: for `ByAsGroupGeneralMapping' hom", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 23 - }, - { - "comment": "ImagesRepresentative: for left module m.b.m., and element", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearMappingByMatrixDefaultRep" - ], - [] - ], - "rank": 23 - }, - { - "comment": "ImagesRepresentative: for left module g.m.b.i., and element", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ], - [] - ], - "rank": 23 - }, - { - "comment": "ImagesRepresentative: for nilpotent Lie algebra automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ], - [] - ], - "rank": 22 - }, - { - "comment": "ImagesRepresentative: for group automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPGAutomorphismRep" - ], - [] - ], - "rank": 22 - }, - { - "aka": [ - "ImagesRepresentativeGMBIByElementsList" - ], - "comment": "ImagesRepresentative: parallel enumeration of source and range", - "filters": [ - [ - "IsGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 22 - }, - { - "comment": "ImagesRepresentative: for embedding of magma into magma ring, and mult. element", - "filters": [ - [ - "IsEmbeddingMagmaMagmaRing" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 22 - }, - { - "comment": "ImagesRepresentative: equivalence relations", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [] - ], - "rank": 21 - }, - { - "comment": "ImagesRepresentative: for semigroup homomorphism by images", - "filters": [ - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsSemigroupHomomorphismByImagesRep" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 20 - }, - { - "comment": "ImagesRepresentative: for mapping by function", - "filters": [ - [ - "IsMappingByFunctionRep" - ], - [] - ], - "rank": 14 - }, - { - "comment": "ImagesRepresentative: for a restricted mapping, and an element", - "filters": [ - [ - "IsGeneralRestrictedMappingRep" - ], - [] - ], - "rank": 10 - }, - { - "comment": "ImagesRepresentative: for a composition mapping, and an element", - "filters": [ - [ - "IsCompositionMappingRep" - ], - [] - ], - "rank": 10 - }, - { - "comment": "ImagesRepresentative: for an inverse mapping and an element", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ], - [] - ], - "rank": 9 - }, - { - "comment": "ImagesRepresentative: for non s.p. general mapping, and element", - "filters": [ - [ - "IsNonSPGeneralMapping" - ], - [] - ], - "rank": 8 - }, - { - "comment": "ImagesRepresentative: for s.p. general mapping, and element", - "filters": [ - [ - "IsSPGeneralMapping" - ], - [] - ], - "rank": 8 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ImagesRepresentative", - "type": "GAP_Operation" - }, - { - "aka": [ - "ImagesSet" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 799 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ImagesSet: for zero mapping and collection", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ], - [ - "IsCollection" - ] - ], - "rank": 10019 - }, - { - "comment": "ImagesSet: for identity mapping and collection", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ], - [ - "IsCollection" - ] - ], - "rank": 10019 - }, - { - "comment": "ImagesSet: for ANF automorphism and field", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 80 - }, - { - "comment": "ImagesSet: for Frobenius automorphism and field contained in the source", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 80 - }, - { - "comment": "ImagesSet: constituent homomorphism", - "filters": [ - [ - "IsConstituentHomomorphism" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(StabChainMutable)" - ] - ], - "rank": 79 - }, - { - "comment": "ImagesSet: for blocks homomorphism and perm. group", - "filters": [ - [ - "IsBlocksHomomorphism" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 78 - }, - { - "comment": "ImagesSet: for field homomorphism and field", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 77 - }, - { - "comment": "ImagesSet: for conjugator isomorphism, and group", - "filters": [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "ImagesSet: method for algebra-with-one hom. and FLMLOR-with-one", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 56 - }, - { - "comment": "ImagesSet: method for injective s.p. mapping respecting mult. & inv., and group", - "filters": [ - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 54 - }, - { - "comment": "ImagesSet: for polring g.m.b.i., and ring", - "filters": [ - [ - "IsGeneralMapping", - "IsPolynomialRingDefaultGeneratorMapping" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - }, - { - "comment": "ImagesSet: method for algebra hom. and FLMLOR", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 52 - }, - { - "comment": "ImagesSet: method for s.p. general mapping respecting mult. & inv., and group", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "ImagesSet: method for linear mapping and left module", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 38 - }, - { - "comment": "ImagesSet: method for s.p. gen. mapping resp. add. & add.inv., and add. group", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ], - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 30 - }, - { - "comment": "ImagesSet: for general mapping, and empty list", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 24 - }, - { - "comment": "ImagesSet: for a restricted mapping, and an collection", - "filters": [ - [ - "IsGeneralRestrictedMappingRep" - ], - [ - "IsCollection" - ] - ], - "rank": 12 - }, - { - "comment": "ImagesSet: for a composition mapping, and an collection", - "filters": [ - [ - "IsCompositionMappingRep" - ], - [ - "IsCollection" - ] - ], - "rank": 12 - }, - { - "comment": "ImagesSet: for an inverse mapping and a collection", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ], - [ - "IsCollection" - ] - ], - "rank": 11 - }, - { - "comment": "ImagesSet: for general mapping, and finite collection", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsCollection" - ] - ], - "rank": 9 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ImagesSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "ImageElm" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 822 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ImageElm: for zero mapping and object", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ], - [] - ], - "rank": 10017 - }, - { - "comment": "ImageElm: for identity mapping and object", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ], - [] - ], - "rank": 10017 - }, - { - "comment": "ImageElm: for ANF automorphism and scalar", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsCyc" - ] - ], - "rank": 42 - }, - { - "comment": "ImageElm: for Fp to SCA mapping, and element", - "filters": [ - [ - "IsFptoSCAMorphism" - ], - [ - "IsElementOfFpAlgebra" - ] - ], - "rank": 31 - }, - { - "comment": "ImageElm: for Frobenius automorphism and source element", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ], - [] - ], - "rank": 26 - }, - { - "comment": "ImageElm: for mapping by function", - "filters": [ - [ - "IsMappingByFunctionRep" - ], - [] - ], - "rank": 14 - }, - { - "comment": "ImageElm: for an inverse mapping and an element", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInverseGeneralMappingRep" - ], - [] - ], - "rank": 13 - }, - { - "comment": "ImageElm: for mapping, and element", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [] - ], - "rank": 11 - }, - { - "comment": "ImageElm: for general mapping, and element", - "filters": [ - [ - "IsGeneralMapping" - ], - [] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ImageElm", - "type": "GAP_Operation" - }, - { - "aka": [ - "PreImagesElm" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 949 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PreImagesElm: for zero mapping and object", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ], - [] - ], - "rank": 10017 - }, - { - "comment": "PreImagesElm: for identity mapping and object", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ], - [] - ], - "rank": 10017 - }, - { - "comment": "PreImagesElm: for embedding of ring into magma ring, and free magma ring element", - "filters": [ - [ - "IsEmbeddingRingMagmaRing" - ], - [ - "IsElementOfFreeMagmaRing" - ] - ], - "rank": 37 - }, - { - "comment": "PreImagesElm: for ANF automorphism and scalar", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 36 - }, - { - "comment": "PreImagesElm: for embedding of magma into magma ring, and free magma ring element", - "filters": [ - [ - "IsEmbeddingMagmaMagmaRing" - ], - [ - "IsElementOfFreeMagmaRing" - ] - ], - "rank": 31 - }, - { - "comment": "PreImagesElm: for binary rels over [1..n] with images list", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 31 - }, - { - "comment": "PreImagesElm: for field homomorphism and element", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)" - ], - [] - ], - "rank": 23 - }, - { - "comment": "PreImagesElm: for Lie embedding and Lie object in default representation", - "filters": [ - [ - "IsGeneralMapping", - "IsLieEmbeddingRep" - ], - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 23 - }, - { - "comment": "PreImagesElm: equivalence relations with parition and element", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "Tester(EquivalenceRelationPartition)" - ], - [] - ], - "rank": 22 - }, - { - "comment": "PreImagesElm: for mapping by function", - "filters": [ - [ - "IsMappingByFunctionWithInverseRep" - ], - [] - ], - "rank": 19 - }, - { - "comment": "PreImagesElm: method for s.p. gen. mapping respecting add. & add.inv., and element", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ], - [] - ], - "rank": 14 - }, - { - "comment": "PreImagesElm: method for s.p. general mapping respecting mult. & inv., and element", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [] - ], - "rank": 14 - }, - { - "comment": "PreImagesElm: for a restricted mapping, and an element", - "filters": [ - [ - "IsGeneralRestrictedMappingRep" - ], - [] - ], - "rank": 10 - }, - { - "comment": "PreImagesElm: for a composition mapping, and an element", - "filters": [ - [ - "IsCompositionMappingRep" - ], - [] - ], - "rank": 10 - }, - { - "comment": "PreImagesElm: for an inverse mapping and an element", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ], - [] - ], - "rank": 9 - }, - { - "comment": "PreImagesElm: for constant time access general mapping, and element", - "filters": [ - [ - "IsGeneralMapping", - "IsConstantTimeAccessGeneralMapping", - "Tester(IsConstantTimeAccessGeneralMapping)" - ], - [] - ], - "rank": 9 - }, - { - "comment": "PreImagesElm: for general mapping with finite source, and element", - "filters": [ - [ - "IsGeneralMapping" - ], - [] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PreImagesElm", - "type": "GAP_Operation" - }, - { - "aka": [ - "PreImageElm" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 973 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PreImageElm: for identity mapping and object", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ], - [] - ], - "rank": 10017 - }, - { - "comment": "PreImageElm: for ANF automorphism and scalar", - "filters": [ - [ - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)", - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 40 - }, - { - "comment": "PreImageElm: for mapping by function", - "filters": [ - [ - "IsMappingByFunctionWithInverseRep" - ], - [] - ], - "rank": 19 - }, - { - "comment": "PreImageElm: for an inj. & surj. inverse mapping, and an element", - "filters": [ - [ - "IsGeneralMapping", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)", - "IsInverseGeneralMappingRep" - ], - [] - ], - "rank": 13 - }, - { - "aka": [ - "PreImagesRepresentative" - ], - "comment": "PreImageElm: for inj. & surj. general mapping, and element", - "filters": [ - [ - "IsGeneralMapping", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)" - ], - [] - ], - "rank": 11 - }, - { - "comment": "PreImageElm: for general mapping, and element", - "filters": [ - [ - "IsGeneralMapping" - ], - [] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PreImageElm", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 999 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PreImagesRepresentative: for zero mapping and object", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ], - [] - ], - "rank": 10017 - }, - { - "comment": "PreImagesRepresentative: for identity mapping and object", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ], - [] - ], - "rank": 10017 - }, - { - "aka": [ - "PreImagesRepresentativeOperationAlgebraHomomorphism" - ], - "comment": "PreImagesRepresentative: for an alg. hom. from f. p. algebra, and an element", - "filters": [ - [ - "IsAlgebraHomomorphismFromFpRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 59 - }, - { - "comment": "PreImagesRepresentative: for an operation algebra homomorphism, and an element", - "filters": [ - [ - "IsOperationAlgebraHomomorphismDefaultRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 59 - }, - { - "comment": "PreImagesRepresentative: for a blow up isomorphism, and a matrix in the range", - "filters": [ - [ - "IsBlowUpIsomorphism" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 47 - }, - { - "comment": "PreImagesRepresentative: for embedding of ring into magma ring, and free magma ring element", - "filters": [ - [ - "IsEmbeddingRingMagmaRing" - ], - [ - "IsElementOfFreeMagmaRing" - ] - ], - "rank": 37 - }, - { - "comment": "PreImagesRepresentative: for ANF automorphism and scalar", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 36 - }, - { - "comment": "PreImagesRepresentative: for ToPcpGHBI", - "filters": [ - [ - "IsToPcpGHBI" - ], - [ - "IsPcpElement" - ] - ], - "rank": 35 - }, - { - "comment": "PreImagesRepresentative: for Fp to SCA mapping, and element", - "filters": [ - [ - "IsFptoSCAMorphism" - ], - [ - "IsSCAlgebraObj" - ] - ], - "rank": 33 - }, - { - "comment": "PreImagesRepresentative: AutomGroup Niceomorphism", - "filters": [ - [ - "IsActionHomomorphismAutomGroup" - ], - [ - "IsPerm" - ] - ], - "rank": 32 - }, - { - "comment": "PreImagesRepresentative: IsProjectiveActionHomomorphism", - "filters": [ - [ - "IsProjectiveActionHomomorphism" - ], - [ - "IsPerm" - ] - ], - "rank": 31 - }, - { - "comment": "PreImagesRepresentative: IsLinearActionHomomorphism", - "filters": [ - [ - "IsLinearActionHomomorphism" - ], - [ - "IsPerm" - ] - ], - "rank": 31 - }, - { - "comment": "PreImagesRepresentative: constituent homomorphism", - "filters": [ - [ - "IsConstituentHomomorphism" - ], - [ - "IsPerm" - ] - ], - "rank": 31 - }, - { - "comment": "PreImagesRepresentative: for embedding of magma into magma ring, and free magma ring element", - "filters": [ - [ - "IsEmbeddingMagmaMagmaRing" - ], - [ - "IsElementOfFreeMagmaRing" - ] - ], - "rank": 31 - }, - { - "comment": "PreImagesRepresentative", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPcgsToPcgsGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 30 - }, - { - "comment": "PreImagesRepresentative: imprim perm wreath product embedding", - "filters": [ - [ - "IsEmbeddingImprimitiveWreathProductPermGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 29 - }, - { - "comment": "PreImagesRepresentative: hom. to standard generators of fp group, using 'MappedWord'", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsToFpGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "PreImagesRepresentative: imprim matrix wreath product embedding", - "filters": [ - [ - "IsEmbeddingImprimitiveWreathProductMatrixGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "PreImagesRepresentative: matrix direct product projection", - "filters": [ - [ - "IsProjectionDirectProductMatrixGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "PreImagesRepresentative: matrix direct product embedding", - "filters": [ - [ - "IsEmbeddingDirectProductMatrixGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "PreImagesRepresentative: perm subdirect product projection", - "filters": [ - [ - "IsProjectionSubdirectProductPermGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "PreImagesRepresentative: perm direct product projection", - "filters": [ - [ - "IsProjectionDirectProductPermGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "PreImagesRepresentative: perm direct product embedding", - "filters": [ - [ - "IsEmbeddingDirectProductPermGroup" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "PreImagesRepresentative: blocks homomorphism", - "filters": [ - [ - "IsBlocksHomomorphism" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "PreImagesRepresentative: for conjugator isomorphism", - "filters": [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - }, - { - "comment": "PreImagesRepresentative: method for pcgs hom", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsToPcGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 27 - }, - { - "comment": "PreImagesRepresentative: for algebra g.m.b.i. knowing inverse, and element", - "filters": [ - [ - "IsGeneralMapping", - "Tester(InverseGeneralMapping)", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ], - [] - ], - "rank": 26 - }, - { - "comment": "PreImagesRepresentative: for homomorphisms of free groups", - "filters": [ - [ - "IsToFpGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 25 - }, - { - "comment": "PreImagesRepresentative: for algebra g.m.b.i., and element", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ], - [] - ], - "rank": 25 - }, - { - "comment": "PreImagesRepresentative", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsPointHomomorphism", - "Tester(IsPointHomomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 24 - }, - { - "comment": "PreImagesRepresentative: for PBG-Niceo", - "filters": [ - [ - "IsPreimagesByAsGroupGeneralMappingByImages", - "IsNiceMonomorphism" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 23 - }, - { - "comment": "PreImagesRepresentative", - "filters": [ - [ - "IsToPermGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 23 - }, - { - "comment": "PreImagesRepresentative: for ring g.m.b.i., and element", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "IsRingGeneralMappingByImagesDefaultRep" - ], - [] - ], - "rank": 23 - }, - { - "comment": "PreImagesRepresentative: for left module m.b.m., and element", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearMappingByMatrixDefaultRep" - ], - [] - ], - "rank": 23 - }, - { - "comment": "PreImagesRepresentative: for left module g.m.b.i., and element", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ], - [] - ], - "rank": 23 - }, - { - "comment": "PreImagesRepresentative: for GHBI and mult.-elm.-with-inverse", - "filters": [ - [ - "IsGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 22 - }, - { - "comment": "PreImagesRepresentative: for PBG-Hom", - "filters": [ - [ - "IsPreimagesByAsGroupGeneralMappingByImages" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 22 - }, - { - "comment": "PreImagesRepresentative: equivalence relations", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [] - ], - "rank": 21 - }, - { - "comment": "PreImagesRepresentative: for semigroup homomorphism by images", - "filters": [ - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsSemigroupHomomorphismByImagesRep" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 20 - }, - { - "comment": "PreImagesRepresentative: for mapping by function with inverse", - "filters": [ - [ - "IsMappingByFunctionWithInverseRep" - ], - [] - ], - "rank": 19 - }, - { - "comment": "PreImagesRepresentative: for mapping by function", - "filters": [ - [ - "IsMappingByFunctionRep" - ], - [] - ], - "rank": 14 - }, - { - "comment": "PreImagesRepresentative: for a restricted mapping, and an element", - "filters": [ - [ - "IsGeneralRestrictedMappingRep" - ], - [] - ], - "rank": 10 - }, - { - "comment": "PreImagesRepresentative: for a composition mapping, and an element", - "filters": [ - [ - "IsCompositionMappingRep" - ], - [] - ], - "rank": 10 - }, - { - "comment": "PreImagesRepresentative: for an inverse mapping and an element", - "filters": [ - [ - "IsInverseGeneralMappingRep" - ], - [] - ], - "rank": 9 - }, - { - "comment": "PreImagesRepresentative: for total non-s.p. general mapping, and element", - "filters": [ - [ - "IsNonSPGeneralMapping" - ], - [] - ], - "rank": 8 - }, - { - "comment": "PreImagesRepresentative: for s.p. general mapping, and element", - "filters": [ - [ - "IsSPGeneralMapping" - ], - [] - ], - "rank": 8 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PreImagesRepresentative", - "type": "GAP_Operation" - }, - { - "aka": [ - "PreImagesSet" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1021 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PreImagesSet: for zero mapping and collection", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ], - [ - "IsCollection" - ] - ], - "rank": 10019 - }, - { - "comment": "PreImagesSet: for identity mapping and collection", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ], - [ - "IsCollection" - ] - ], - "rank": 10019 - }, - { - "comment": "PreImagesSet: for PcpGHBI", - "filters": [ - [ - "IsFromPcpGHBI", - "IsToPcpGHBI" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 91 - }, - { - "comment": "PreImagesSet: for ANF automorphism and scalar", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 80 - }, - { - "comment": "PreImagesSet", - "filters": [ - [ - "IsBlocksHomomorphism" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 78 - }, - { - "comment": "PreImagesSet: constituent homomorphism", - "filters": [ - [ - "IsConstituentHomomorphism" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 78 - }, - { - "comment": "PreImagesSet: for field homomorphism and field", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 77 - }, - { - "comment": "PreImagesSet: map from (sub)group of fp group", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsFromFpGroupGeneralMapping" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 63 - }, - { - "comment": "PreImagesSet: for conjugator isomorphism, and group", - "filters": [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "PreImagesSet: method for algebra-with-one hom. and FLMLOR-with-one", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 56 - }, - { - "comment": "PreImagesSet: method for injective s.p. mapping respecting mult. & inv., and group", - "filters": [ - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 54 - }, - { - "comment": "PreImagesSet: method for permgroup homs", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPermGroupGeneralMapping" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 53 - }, - { - "comment": "PreImagesSet: method for algebra hom. and FLMLOR", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 52 - }, - { - "comment": "PreImagesSet: method for s.p. general mapping respecting mult. & inv., and group", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "PreImagesSet: method for linear mapping and left module", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 38 - }, - { - "comment": "PreImagesSet: method for s.p. gen. mapping resp. add. & add.inv., and add. group", - "filters": [ - [ - "IsSPGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ], - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 30 - }, - { - "comment": "PreImagesSet: for general mapping, and empty list", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 24 - }, - { - "comment": "PreImagesSet: for a restricted mapping, and an collection", - "filters": [ - [ - "IsGeneralRestrictedMappingRep" - ], - [ - "IsCollection" - ] - ], - "rank": 12 - }, - { - "comment": "PreImagesSet: for a composition mapping, and an collection", - "filters": [ - [ - "IsCompositionMappingRep" - ], - [ - "IsCollection" - ] - ], - "rank": 12 - }, - { - "comment": "PreImagesSet: for an inverse mapping and a collection", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ], - [ - "IsCollection" - ] - ], - "rank": 11 - }, - { - "comment": "PreImagesSet: for general mapping, and finite collection", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsCollection" - ] - ], - "rank": 9 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PreImagesSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "CompositionMapping2" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1157 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CompositionMapping2: for zero mapping and single-valued gen. mapping that resp. zero", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ], - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsZero", - "Tester(RespectsZero)" - ] - ], - "rank": 10028 - }, - { - "comment": "CompositionMapping2: for identity mapping and general mapping", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 10025 - }, - { - "comment": "CompositionMapping2: for general mapping and identity mapping", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping" - ] - ], - "rank": 10025 - }, - { - "comment": "CompositionMapping2: for general mapping and zero mapping", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping" - ] - ], - "rank": 10024 - }, - { - "comment": "CompositionMapping2: method for two pc group automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)", - "IsPcGroupGeneralMappingByImages", - "IsToPcGroupGeneralMappingByImages" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "IsSurjective", - "Tester(IsSurjective)", - "IsPcGroupGeneralMappingByImages", - "IsToPcGroupGeneralMappingByImages" - ] - ], - "rank": 56 - }, - { - "comment": "CompositionMapping2: for two inner automorphisms", - "filters": [ - [ - "IsInnerAutomorphism", - "Tester(IsInnerAutomorphism)" - ], - [ - "IsInnerAutomorphism", - "Tester(IsInnerAutomorphism)" - ] - ], - "rank": 54 - }, - { - "comment": "CompositionMapping2: for two ANF automorphisms", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ], - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)", - "IsANFAutomorphismRep" - ] - ], - "rank": 52 - }, - { - "comment": "CompositionMapping2: for two Frobenius automorphisms", - "filters": [ - [ - "IsFrobeniusAutomorphism" - ], - [ - "IsFrobeniusAutomorphism" - ] - ], - "rank": 52 - }, - { - "comment": "CompositionMapping2: for gp. hom. and fp. hom, transferring the coset table", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsFromFpGroupGeneralMappingByImages", - "Tester(CosetTableFpHom)" - ] - ], - "rank": 51 - }, - { - "comment": "CompositionMapping2: for two conjugator automorphisms", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ], - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ], - "rank": 50 - }, - { - "comment": "CompositionMapping2: fp hom. with perm group hom.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsSurjective", - "Tester(IsSurjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsToFpGroupGeneralMappingByImages" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPermGroupGeneralMappingByImages" - ] - ], - "rank": 47 - }, - { - "comment": "CompositionMapping2: for two conjugator isomorphisms", - "filters": [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ], - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ], - "rank": 46 - }, - { - "comment": "CompositionMapping2: for left module hom. and algebra g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 46 - }, - { - "comment": "CompositionMapping2: for left module hom. and linear m.b.m.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsLinearMappingByMatrixDefaultRep" - ] - ], - "rank": 46 - }, - { - "comment": "CompositionMapping2: for action homomorphism with blocks homomorphism", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsBlocksHomomorphism" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsActionHomomorphism" - ] - ], - "rank": 45 - }, - { - "comment": "CompositionMapping2: for nilpotent Lie algebra automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsNilpotentLieAutomorphismRep" - ] - ], - "rank": 44 - }, - { - "comment": "CompositionMapping2: for group automorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPGAutomorphismRep" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPGAutomorphismRep" - ] - ], - "rank": 44 - }, - { - "comment": "CompositionMapping2: for left module hom. and algebra g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 44 - }, - { - "comment": "CompositionMapping2: for left module hom. and linear g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ], - [ - "IsGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 42 - }, - { - "comment": "CompositionMapping2: group hom. with perm group hom.", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsPermGroupGeneralMappingByImages" - ] - ], - "rank": 40 - }, - { - "comment": "CompositionMapping2: method for hom2 from pc group", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsGroupGeneralMappingByPcgs" - ] - ], - "rank": 39 - }, - { - "comment": "CompositionMapping2: for semigroup homomorphism by images", - "filters": [ - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsSemigroupHomomorphismByImagesRep" - ], - [ - "IsGeneralMapping", - "IsSPGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "IsSemigroupHomomorphismByImagesRep" - ] - ], - "rank": 34 - }, - { - "comment": "CompositionMapping2: IsTransformationRepOfEndo, IsTransformationRepOfEndo", - "filters": [ - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ], - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ] - ], - "rank": 32 - }, - { - "comment": "CompositionMapping2: for gp. hom. and gp. gen. mapp., using `MappingGeneratorsImages'", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 30 - }, - { - "comment": "CompositionMapping2: IsTransformationRepOfEndo, IsEndoMapping", - "filters": [ - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ], - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 29 - }, - { - "comment": "CompositionMapping2: IsEndoMapping, IsTransformationRepOfEndo", - "filters": [ - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [ - "IsGeneralMapping", - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsTransformationRepOfEndo" - ] - ], - "rank": 29 - }, - { - "aka": [ - "CompositionMapping2General" - ], - "comment": "CompositionMapping2: for two general mappings", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 14 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CompositionMapping2", - "type": "GAP_Operation" - }, - { - "aka": [ - "ZeroMapping" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1255 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ZeroMapping: for collection and additive-magma-with-zero", - "filters": [ - [ - "IsCollection" - ], - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 16 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ZeroMapping", - "type": "GAP_Operation" - }, - { - "aka": [ - "RestrictedMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1275 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RestrictedMapping: try if restriction is proper", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 10048 - }, - { - "comment": "RestrictedMapping: for mapping that is already restricted", - "filters": [ - [ - "IsGeneralMapping", - "IsGeneralRestrictedMappingRep" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 10015 - }, - { - "comment": "RestrictedMapping: action homomorphism", - "filters": [ - [ - "IsActionHomomorphism" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 57 - }, - { - "comment": "RestrictedMapping: injective case: use GeneralRestrictedMapping", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 54 - }, - { - "comment": "RestrictedMapping: create new GHBI", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 52 - }, - { - "comment": "RestrictedMapping: use GeneralRestrictedMapping", - "filters": [ - [ - "IsGeneralMapping" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ], - "rank": 12 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RestrictedMapping", - "type": "GAP_Operation" - }, - { - "aka": [ - "Embedding" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1327 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Embedding: LAGUNA: from group to pc-presented normalized unit group of group ring", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNormalizedUnitGroupOfGroupRing", - "Tester(IsNormalizedUnitGroupOfGroupRing)" - ] - ], - "rank": 79 - }, - { - "comment": "Embedding: generic method for perm semidirect products", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(SemidirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 78 - }, - { - "comment": "Embedding: perm wreath product", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(WreathProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 78 - }, - { - "comment": "Embedding: perm direct product", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 78 - }, - { - "comment": "Embedding: pcp wreath product", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(WreathProductInfo)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 70 - }, - { - "comment": "Embedding", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 70 - }, - { - "comment": "Embedding: of semidirect pc group and integer", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)", - "Tester(SemidirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 66 - }, - { - "comment": "Embedding: of pc group and integer", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)", - "Tester(DirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 66 - }, - { - "comment": "Embedding: matrix wreath product", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(WreathProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 65 - }, - { - "comment": "Embedding: matrix direct product", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 65 - }, - { - "comment": "Embedding: for ring and magma ring", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFreeMagmaRing" - ] - ], - "rank": 62 - }, - { - "comment": "Embedding: generic wreath product", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(WreathProductInfo)", - "CategoryCollections(IsWreathProductElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 59 - }, - { - "comment": "Embedding: LAGUNA: from a group to the Lie algebra of the group ring", - "filters": [ - [ - "IsMagma" - ], - [ - "IsLieAlgebraByAssociativeAlgebra", - "IsLieAlgebraOfGroupRing", - "Tester(IsLieAlgebraOfGroupRing)" - ] - ], - "rank": 56 - }, - { - "comment": "Embedding: free products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FreeProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 55 - }, - { - "comment": "Embedding: vectorspace semidirect products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(SemidirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 55 - }, - { - "comment": "Embedding: of semidirect product and integer", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(SemidirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 55 - }, - { - "comment": "Embedding: group direct product and integer", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 55 - }, - { - "comment": "Embedding: for magma and magma ring", - "filters": [ - [ - "IsMagma" - ], - [ - "IsFreeMagmaRing" - ] - ], - "rank": 47 - }, - { - "comment": "Embedding: for two families, the first with known Lie family", - "filters": [ - [ - "IsFamily", - "Tester(LieFamily)" - ], - [ - "IsFamily" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Embedding", - "type": "GAP_Operation" - }, - { - "aka": [ - "Projection" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1360 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Projection: generic method for perm semidirect products", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(SemidirectProductInfo)" - ] - ], - "rank": 59 - }, - { - "comment": "Projection: perm wreath product", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(WreathProductInfo)" - ] - ], - "rank": 59 - }, - { - "comment": "Projection: of semidirect pc group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)", - "Tester(SemidirectProductInfo)" - ] - ], - "rank": 47 - }, - { - "comment": "Projection: matrix wreath product", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(WreathProductInfo)" - ] - ], - "rank": 46 - }, - { - "comment": "Projection: generic wreath product", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(WreathProductInfo)", - "CategoryCollections(IsWreathProductElement)" - ] - ], - "rank": 40 - }, - { - "comment": "Projection: of semidirect product", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(SemidirectProductInfo)" - ] - ], - "rank": 36 - } - ], - "2args": [ - { - "comment": "Projection: perm subdirect product", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(SubdirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 78 - }, - { - "comment": "Projection: perm direct product", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 78 - }, - { - "comment": "Projection", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 70 - }, - { - "comment": "Projection: of pc group and integer", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)", - "Tester(DirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 66 - }, - { - "comment": "Projection: matrix direct product", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 65 - }, - { - "comment": "Projection: pc subdirect product", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(SubdirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 55 - }, - { - "comment": "Projection: group direct product and integer", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 55 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Projection", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1478 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MappingGeneratorsImages: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MappingGeneratorsImages)" - ] - ], - "rank": 20010 - }, - { - "comment": "MappingGeneratorsImages: for action hom that is `ByAsGroup'", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages", - "IsActionHomomorphism" - ] - ], - "rank": 23 - }, - { - "comment": "MappingGeneratorsImages: for conjugator isomorphism", - "filters": [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ], - "rank": 23 - }, - { - "comment": "MappingGeneratorsImages: for group homomorphism", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 17 - }, - { - "comment": "MappingGeneratorsImages: fallback method to test conditions", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MappingGeneratorsImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMappingGeneratorsImages" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1478 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MappingGeneratorsImages): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MappingGeneratorsImages): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MappingGeneratorsImages)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMappingGeneratorsImages" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapping.gd", - "line": 1478 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MappingGeneratorsImages)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 60 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RespectsMultiplication: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RespectsMultiplication)" - ] - ], - "rank": 20010 - }, - { - "comment": "RespectsMultiplication: method for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RespectsMultiplication", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRespectsMultiplication" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 60 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RespectsMultiplication): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RespectsMultiplication): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RespectsMultiplication)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 60 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RespectsMultiplication)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 89 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RespectsOne: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RespectsOne)" - ] - ], - "rank": 20010 - }, - { - "comment": "RespectsOne: method for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RespectsOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRespectsOne" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 89 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RespectsOne): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RespectsOne): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RespectsOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 89 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RespectsOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 119 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RespectsInverses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RespectsInverses)" - ] - ], - "rank": 20010 - }, - { - "comment": "RespectsInverses: method for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RespectsInverses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRespectsInverses" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 119 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RespectsInverses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RespectsInverses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RespectsInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 119 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RespectsInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 180 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "KernelOfMultiplicativeGeneralMapping: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(KernelOfMultiplicativeGeneralMapping)" - ] - ], - "rank": 20010 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: get delayed set attribute values", - "filters": [ - [ - "Tester(MappingOfWhichItIsAsGGMBI)" - ] - ], - "rank": 10013 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: method for an injective gen. mapping that respects mult. and one", - "filters": [ - [ - "IsGeneralMapping", - "IsInjective", - "Tester(IsInjective)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)" - ] - ], - "rank": 10013 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: for PcpGHBI", - "filters": [ - [ - "IsFromPcpGHBI", - "IsToPcpGHBI" - ] - ], - "rank": 41 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: from fp/free group, std. gens., to perm group", - "filters": [ - [ - "IsToPermGroupGeneralMappingByImages", - "IsFromFpGroupGeneralMapping" - ] - ], - "rank": 29 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: hom from fp grp", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsFromFpGroupGeneralMapping" - ] - ], - "rank": 24 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: method for homs from pc group into pc group or perm group", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPcGroupGeneralMappingByImages", - "IsToPcGroupGeneralMappingByImages" - ] - ], - "rank": 24 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: matrix direct product projection", - "filters": [ - [ - "IsProjectionDirectProductMatrixGroup" - ] - ], - "rank": 23 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: perm subdirect product projection", - "filters": [ - [ - "IsProjectionSubdirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: perm direct product projection", - "filters": [ - [ - "IsProjectionDirectProductPermGroup" - ] - ], - "rank": 23 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: blocks homomorphism", - "filters": [ - [ - "IsBlocksHomomorphism" - ] - ], - "rank": 23 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: for constituent homomorphism", - "filters": [ - [ - "IsConstituentHomomorphism" - ] - ], - "rank": 23 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: method for homs from pc group", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsPcGroupGeneralMappingByImages" - ] - ], - "rank": 23 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: for action homomorphism", - "filters": [ - [ - "IsActionHomomorphism" - ] - ], - "rank": 22 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: for perm to perm group homs, compute stab chain, try again", - "filters": [ - [ - "IsPermGroupGeneralMappingByImages", - "IsToPermGroupGeneralMappingByImages" - ] - ], - "rank": 20 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: hom by function", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsMappingByFunctionRep" - ] - ], - "rank": 20 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsPointHomomorphism", - "Tester(IsPointHomomorphism)" - ] - ], - "rank": 19 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: via `AsGroupGeneralMappingByImages'", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages" - ] - ], - "rank": 18 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: for GHBI", - "filters": [ - [ - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 17 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: for a restricted mapping that resp. mult. and inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsGeneralRestrictedMappingRep", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 16 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: for a composition mapping that resp. mult. and inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsCompositionMappingRep", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 16 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: method for a finite general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)" - ] - ], - "rank": 11 - }, - { - "comment": "KernelOfMultiplicativeGeneralMapping: for an inverse mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "KernelOfMultiplicativeGeneralMapping", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetKernelOfMultiplicativeGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 180 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(KernelOfMultiplicativeGeneralMapping): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(KernelOfMultiplicativeGeneralMapping): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(KernelOfMultiplicativeGeneralMapping)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasKernelOfMultiplicativeGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 180 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(KernelOfMultiplicativeGeneralMapping)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 204 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CoKernelOfMultiplicativeGeneralMapping)" - ] - ], - "rank": 20010 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: get delayed set attribute values", - "filters": [ - [ - "Tester(MappingOfWhichItIsAsGGMBI)" - ] - ], - "rank": 10013 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: method for a single-valued gen. mapping that respects mult. and one", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)" - ] - ], - "rank": 10013 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: for PcpGHBI", - "filters": [ - [ - "IsFromPcpGHBI" - ] - ], - "rank": 29 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: GHBI from fp grp", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsFromFpGroupGeneralMappingByImages" - ] - ], - "rank": 29 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping", - "filters": [ - [ - "IsPermGroupGeneralMappingByImages", - "IsToPermGroupGeneralMappingByImages" - ] - ], - "rank": 20 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsPointHomomorphism", - "Tester(IsPointHomomorphism)" - ] - ], - "rank": 19 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping", - "filters": [ - [ - "IsPermGroupGeneralMappingByImages" - ] - ], - "rank": 19 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: for GMBPCGS: evaluate relations", - "filters": [ - [ - "IsGroupGeneralMappingByPcgs" - ] - ], - "rank": 18 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: via `AsGroupGeneralMappingByImages'", - "filters": [ - [ - "IsGroupGeneralMappingByAsGroupGeneralMappingByImages" - ] - ], - "rank": 18 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: for GHBI", - "filters": [ - [ - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 17 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: for a restricted mapping that resp. mult. and inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsGeneralRestrictedMappingRep", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 16 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: for a composition mapping that resp. mult. and inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsCompositionMappingRep", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 16 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: method for a finite general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsOne", - "Tester(RespectsOne)" - ] - ], - "rank": 11 - }, - { - "comment": "CoKernelOfMultiplicativeGeneralMapping: for an inverse mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoKernelOfMultiplicativeGeneralMapping", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCoKernelOfMultiplicativeGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 204 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CoKernelOfMultiplicativeGeneralMapping): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CoKernelOfMultiplicativeGeneralMapping): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CoKernelOfMultiplicativeGeneralMapping)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCoKernelOfMultiplicativeGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 204 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CoKernelOfMultiplicativeGeneralMapping)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RespectsAddition: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RespectsAddition)" - ] - ], - "rank": 20010 - }, - { - "comment": "RespectsAddition: method for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RespectsAddition", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRespectsAddition" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RespectsAddition): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RespectsAddition): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RespectsAddition)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RespectsAddition)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RespectsZero: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RespectsZero)" - ] - ], - "rank": 20010 - }, - { - "comment": "RespectsZero: method for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RespectsZero", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRespectsZero" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RespectsZero): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RespectsZero): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RespectsZero)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RespectsZero)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 301 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RespectsAdditiveInverses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 20010 - }, - { - "comment": "RespectsAdditiveInverses: method for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RespectsAdditiveInverses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRespectsAdditiveInverses" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 301 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RespectsAdditiveInverses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RespectsAdditiveInverses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RespectsAdditiveInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 301 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RespectsAdditiveInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 358 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "KernelOfAdditiveGeneralMapping: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(KernelOfAdditiveGeneralMapping)" - ] - ], - "rank": 20010 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: method for zero mapping", - "filters": [ - [ - "IsZero", - "Tester(IsZero)", - "IsGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)" - ] - ], - "rank": 10021 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: method for an injective gen. mapping that respects add. and zero", - "filters": [ - [ - "IsGeneralMapping", - "IsInjective", - "Tester(IsInjective)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)" - ] - ], - "rank": 10013 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: for operation algebra hom. with fin. dim. source", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsOperationAlgebraHomomorphismDefaultRep" - ] - ], - "rank": 29 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: for algebra g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 25 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: for a field homomorphism", - "filters": [ - [ - "IsFieldHomomorphism", - "Tester(IsFieldHomomorphism)" - ] - ], - "rank": 23 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: for ring g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: for left module m.b.m.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearMappingByMatrixDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: for left module g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: for a restricted mapping that resp. add. and add.inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsGeneralRestrictedMappingRep", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 16 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: for a composition mapping that resp. add. and add.inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsCompositionMappingRep", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 16 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: method for a finite linear mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ], - "rank": 15 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: method for a finite general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)" - ] - ], - "rank": 11 - }, - { - "comment": "KernelOfAdditiveGeneralMapping: for an inverse mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "KernelOfAdditiveGeneralMapping", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetKernelOfAdditiveGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 358 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(KernelOfAdditiveGeneralMapping): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(KernelOfAdditiveGeneralMapping): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(KernelOfAdditiveGeneralMapping)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasKernelOfAdditiveGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 358 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(KernelOfAdditiveGeneralMapping)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 378 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CoKernelOfAdditiveGeneralMapping: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CoKernelOfAdditiveGeneralMapping)" - ] - ], - "rank": 20010 - }, - { - "comment": "CoKernelOfAdditiveGeneralMapping: method for a single-valued gen. mapping that respects add. and zero", - "filters": [ - [ - "IsGeneralMapping", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)" - ] - ], - "rank": 10013 - }, - { - "comment": "CoKernelOfAdditiveGeneralMapping: for algebra g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 25 - }, - { - "comment": "CoKernelOfAdditiveGeneralMapping: for ring g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsRingGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "CoKernelOfAdditiveGeneralMapping: for left module g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - }, - { - "comment": "CoKernelOfAdditiveGeneralMapping: for a restricted mapping that resp. add. and add.inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsGeneralRestrictedMappingRep", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 16 - }, - { - "comment": "CoKernelOfAdditiveGeneralMapping: for a composition mapping that resp. add. and add.inv.", - "filters": [ - [ - "IsGeneralMapping", - "IsCompositionMappingRep", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)" - ] - ], - "rank": 16 - }, - { - "comment": "CoKernelOfAdditiveGeneralMapping: method for a finite linear mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ], - "rank": 15 - }, - { - "comment": "CoKernelOfAdditiveGeneralMapping: method for a finite general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsZero", - "Tester(RespectsZero)" - ] - ], - "rank": 11 - }, - { - "comment": "CoKernelOfAdditiveGeneralMapping: for an inverse mapping", - "filters": [ - [ - "IsGeneralMapping", - "IsInverseGeneralMappingRep" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoKernelOfAdditiveGeneralMapping", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCoKernelOfAdditiveGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 378 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CoKernelOfAdditiveGeneralMapping): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CoKernelOfAdditiveGeneralMapping): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CoKernelOfAdditiveGeneralMapping)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCoKernelOfAdditiveGeneralMapping" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 378 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CoKernelOfAdditiveGeneralMapping)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 416 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RespectsScalarMultiplication: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RespectsScalarMultiplication)" - ] - ], - "rank": 20010 - }, - { - "comment": "RespectsScalarMultiplication: method for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RespectsScalarMultiplication", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRespectsScalarMultiplication" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 416 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RespectsScalarMultiplication): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RespectsScalarMultiplication): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RespectsScalarMultiplication)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 416 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RespectsScalarMultiplication)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsLinearMapping" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 473 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLinearMapping", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 607 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFieldHomomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFieldHomomorphism)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsFieldHomomorphism", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - }, - { - "comment": "IsFieldHomomorphism: method for a general mapping", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFieldHomomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFieldHomomorphism" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 607 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFieldHomomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFieldHomomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFieldHomomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 607 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFieldHomomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 729 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransformsMultiplicationIntoAddition: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TransformsMultiplicationIntoAddition)" - ] - ], - "rank": 20010 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransformsMultiplicationIntoAddition", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTransformsMultiplicationIntoAddition" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 729 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TransformsMultiplicationIntoAddition): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TransformsMultiplicationIntoAddition): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TransformsMultiplicationIntoAddition)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 729 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TransformsMultiplicationIntoAddition)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 758 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TranformsOneIntoZero: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TranformsOneIntoZero)" - ] - ], - "rank": 20010 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TranformsOneIntoZero", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTranformsOneIntoZero" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 758 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TranformsOneIntoZero): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TranformsOneIntoZero): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TranformsOneIntoZero)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 758 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TranformsOneIntoZero)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 789 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransformsInversesIntoAdditiveInverses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TransformsInversesIntoAdditiveInverses)" - ] - ], - "rank": 20010 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransformsInversesIntoAdditiveInverses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTransformsInversesIntoAdditiveInverses" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 789 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TransformsInversesIntoAdditiveInverses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TransformsInversesIntoAdditiveInverses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TransformsInversesIntoAdditiveInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 789 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TransformsInversesIntoAdditiveInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 860 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransformsAdditionIntoMultiplication: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TransformsAdditionIntoMultiplication)" - ] - ], - "rank": 20010 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransformsAdditionIntoMultiplication", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTransformsAdditionIntoMultiplication" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 860 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TransformsAdditionIntoMultiplication): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TransformsAdditionIntoMultiplication): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TransformsAdditionIntoMultiplication)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 860 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TransformsAdditionIntoMultiplication)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 889 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransformsZeroIntoOne: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TransformsZeroIntoOne)" - ] - ], - "rank": 20010 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransformsZeroIntoOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTransformsZeroIntoOne" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 889 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TransformsZeroIntoOne): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TransformsZeroIntoOne): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TransformsZeroIntoOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 889 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TransformsZeroIntoOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 918 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransformsAdditiveInversesIntoInverses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TransformsAdditiveInversesIntoInverses)" - ] - ], - "rank": 20010 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransformsAdditiveInversesIntoInverses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTransformsAdditiveInversesIntoInverses" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 918 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TransformsAdditiveInversesIntoInverses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TransformsAdditiveInversesIntoInverses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TransformsAdditiveInversesIntoInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mapphomo.gd", - "line": 918 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TransformsAdditiveInversesIntoInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 248 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Successors: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Successors)" - ] - ], - "rank": 20012 - }, - { - "comment": "Successors: for a Green's equivalence", - "filters": [ - [ - "IsGreensRelation" - ] - ], - "rank": 22 - }, - { - "comment": "Successors: for a generic relation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - }, - { - "comment": "Successors: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Successors", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSuccessors" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 248 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Successors): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Successors): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Successors)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSuccessors" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 248 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Successors)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 266 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DegreeOfBinaryRelation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DegreeOfBinaryRelation)" - ] - ], - "rank": 20012 - }, - { - "comment": "DegreeOfBinaryRelation: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DegreeOfBinaryRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDegreeOfBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 266 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DegreeOfBinaryRelation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DegreeOfBinaryRelation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DegreeOfBinaryRelation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDegreeOfBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 266 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DegreeOfBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 313 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsReflexiveBinaryRelation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsReflexiveBinaryRelation)" - ] - ], - "rank": 20012 - }, - { - "comment": "IsReflexiveBinaryRelation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "IsReflexiveBinaryRelation: reflexive test binary relation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - }, - { - "comment": "IsReflexiveBinaryRelation: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsReflexiveBinaryRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsReflexiveBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 313 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsReflexiveBinaryRelation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsReflexiveBinaryRelation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsReflexiveBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 313 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsReflexiveBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 337 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSymmetricBinaryRelation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSymmetricBinaryRelation)" - ] - ], - "rank": 20012 - }, - { - "comment": "IsSymmetricBinaryRelation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "IsSymmetricBinaryRelation: symmetric test binary relation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - }, - { - "comment": "IsSymmetricBinaryRelation: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSymmetricBinaryRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSymmetricBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 337 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSymmetricBinaryRelation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSymmetricBinaryRelation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSymmetricBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 337 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSymmetricBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 362 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsTransitiveBinaryRelation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsTransitiveBinaryRelation)" - ] - ], - "rank": 20012 - }, - { - "comment": "IsTransitiveBinaryRelation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "IsTransitiveBinaryRelation: transitive test binary relation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - }, - { - "comment": "IsTransitiveBinaryRelation: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsTransitiveBinaryRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsTransitiveBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 362 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsTransitiveBinaryRelation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsTransitiveBinaryRelation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsTransitiveBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 362 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsTransitiveBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 386 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsAntisymmetricBinaryRelation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsAntisymmetricBinaryRelation)" - ] - ], - "rank": 20012 - }, - { - "comment": "IsAntisymmetricBinaryRelation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "IsAntisymmetricBinaryRelation: test for Antisymmetry of a binary relation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - }, - { - "comment": "IsAntisymmetricBinaryRelation: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsAntisymmetricBinaryRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsAntisymmetricBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 386 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsAntisymmetricBinaryRelation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsAntisymmetricBinaryRelation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsAntisymmetricBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 386 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsAntisymmetricBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 407 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPreOrderBinaryRelation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPreOrderBinaryRelation)" - ] - ], - "rank": 20012 - }, - { - "comment": "IsPreOrderBinaryRelation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "IsPreOrderBinaryRelation: test for whether a binary relation is a preorder", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - }, - { - "comment": "IsPreOrderBinaryRelation: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPreOrderBinaryRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPreOrderBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 407 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPreOrderBinaryRelation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPreOrderBinaryRelation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPreOrderBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 407 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPreOrderBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 427 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPartialOrderBinaryRelation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPartialOrderBinaryRelation)" - ] - ], - "rank": 20012 - }, - { - "comment": "IsPartialOrderBinaryRelation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "IsPartialOrderBinaryRelation: test for whether a binary relation is a partial order", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - }, - { - "comment": "IsPartialOrderBinaryRelation: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPartialOrderBinaryRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPartialOrderBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 427 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPartialOrderBinaryRelation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPartialOrderBinaryRelation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPartialOrderBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 427 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPartialOrderBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 452 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLatticeOrderBinaryRelation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLatticeOrderBinaryRelation)" - ] - ], - "rank": 20012 - }, - { - "comment": "IsLatticeOrderBinaryRelation: test for whether a binary relation is a lattice order", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - }, - { - "comment": "IsLatticeOrderBinaryRelation: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLatticeOrderBinaryRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLatticeOrderBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 452 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLatticeOrderBinaryRelation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLatticeOrderBinaryRelation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLatticeOrderBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 452 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLatticeOrderBinaryRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 481 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsEquivalenceRelation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsEquivalenceRelation)" - ] - ], - "rank": 20012 - }, - { - "comment": "IsEquivalenceRelation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "IsEquivalenceRelation: test for equivalence relation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - }, - { - "comment": "IsEquivalenceRelation: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsEquivalenceRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsEquivalenceRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 481 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsEquivalenceRelation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsEquivalenceRelation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsEquivalenceRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 481 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsEquivalenceRelation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReflexiveClosureBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 516 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ReflexiveClosureBinaryRelation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "ReflexiveClosureBinaryRelation: for binary relation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReflexiveClosureBinaryRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SymmetricClosureBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 536 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SymmetricClosureBinaryRelation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "SymmetricClosureBinaryRelation: for binary relation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SymmetricClosureBinaryRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "TransitiveClosureBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 564 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransitiveClosureBinaryRelation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "comment": "TransitiveClosureBinaryRelation: for binary relation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransitiveClosureBinaryRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasseDiagramBinaryRelation" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 582 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "HasseDiagramBinaryRelation: for binary relation", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HasseDiagramBinaryRelation", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 600 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsHasseDiagram: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsHasseDiagram)" - ] - ], - "rank": 20012 - }, - { - "comment": "IsHasseDiagram: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsHasseDiagram", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsHasseDiagram" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 600 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsHasseDiagram): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsHasseDiagram): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsHasseDiagram)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 600 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsHasseDiagram)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 618 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PartialOrderOfHasseDiagram: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PartialOrderOfHasseDiagram)" - ] - ], - "rank": 20012 - }, - { - "comment": "PartialOrderOfHasseDiagram: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PartialOrderOfHasseDiagram", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPartialOrderOfHasseDiagram" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 618 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PartialOrderOfHasseDiagram): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PartialOrderOfHasseDiagram): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PartialOrderOfHasseDiagram)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPartialOrderOfHasseDiagram" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 618 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PartialOrderOfHasseDiagram)", - "type": "GAP_Operation" - }, - { - "aka": [ - "StronglyConnectedComponents" - ], - "filters": [ - [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 656 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StronglyConnectedComponents: for general binary relations", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StronglyConnectedComponents", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 684 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EquivalenceRelationPartition: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(EquivalenceRelationPartition)" - ] - ], - "rank": 20024 - }, - { - "comment": "EquivalenceRelationPartition: for a congruence on a magma", - "filters": [ - [ - "IsMagmaCongruence" - ] - ], - "rank": 26 - }, - { - "comment": "EquivalenceRelationPartition: for a Green's equivalence", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensRelation" - ] - ], - "rank": 22 - }, - { - "comment": "EquivalenceRelationPartition: for a right congruence on a magma", - "filters": [ - [ - "IsRightMagmaCongruence" - ] - ], - "rank": 22 - }, - { - "comment": "EquivalenceRelationPartition: for a left congruence on a magma", - "filters": [ - [ - "IsLeftMagmaCongruence" - ] - ], - "rank": 22 - }, - { - "comment": "EquivalenceRelationPartition: compute the partition for an arbitrary equiv rel", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ], - "rank": 21 - }, - { - "comment": "EquivalenceRelationPartition: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EquivalenceRelationPartition", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEquivalenceRelationPartition" - ], - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 684 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(EquivalenceRelationPartition): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(EquivalenceRelationPartition): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(EquivalenceRelationPartition)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEquivalenceRelationPartition" - ], - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 684 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(EquivalenceRelationPartition)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 704 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfEquivalenceRelationPartition: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfEquivalenceRelationPartition)" - ] - ], - "rank": 20024 - }, - { - "comment": "GeneratorsOfEquivalenceRelationPartition: generators for an equivalence with a partition", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ], - "rank": 21 - }, - { - "comment": "GeneratorsOfEquivalenceRelationPartition: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfEquivalenceRelationPartition", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfEquivalenceRelationPartition" - ], - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 704 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfEquivalenceRelationPartition): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfEquivalenceRelationPartition): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfEquivalenceRelationPartition)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfEquivalenceRelationPartition" - ], - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 704 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfEquivalenceRelationPartition)", - "type": "GAP_Operation" - }, - { - "aka": [ - "JoinEquivalenceRelations" - ], - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 811 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "JoinEquivalenceRelations: join of two equivalence relations", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ], - "rank": 42 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "JoinEquivalenceRelations", - "type": "GAP_Operation" - }, - { - "aka": [ - "MeetEquivalenceRelations" - ], - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 813 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "MeetEquivalenceRelations: meet of two equivalence relations", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ], - "rank": 42 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MeetEquivalenceRelations", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEquivalenceClass" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 852 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EquivalenceClassRelation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(EquivalenceClassRelation)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EquivalenceClassRelation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEquivalenceClassRelation" - ], - "filters": [ - [ - [ - "IsEquivalenceClass" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 852 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(EquivalenceClassRelation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(EquivalenceClassRelation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(EquivalenceClassRelation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEquivalenceClassRelation" - ], - "filters": [ - [ - [ - "IsEquivalenceClass" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 852 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(EquivalenceClassRelation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 874 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EquivalenceClasses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(EquivalenceClasses)" - ] - ], - "rank": 20024 - }, - { - "comment": "EquivalenceClasses: for magma congruences", - "filters": [ - [ - "IsMagmaCongruence" - ] - ], - "rank": 26 - }, - { - "comment": "EquivalenceClasses: for a Green's J-relation", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensJRelation" - ] - ], - "rank": 23 - }, - { - "comment": "EquivalenceClasses: for a Green's D-relation", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensDRelation" - ] - ], - "rank": 23 - }, - { - "comment": "EquivalenceClasses: for a Green's H-relation", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensHRelation" - ] - ], - "rank": 23 - }, - { - "comment": "EquivalenceClasses: for a Green's L-relation", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensLRelation" - ] - ], - "rank": 23 - }, - { - "comment": "EquivalenceClasses: for a Green's R-relation", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensRRelation" - ] - ], - "rank": 23 - }, - { - "comment": "EquivalenceClasses: wraparound to call 2-argument version", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ], - "rank": 21 - }, - { - "comment": "EquivalenceClasses: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "EquivalenceClasses: for a generic equivalence relation", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [ - "IsCollection" - ] - ], - "rank": 23 - }, - { - "comment": "EquivalenceClasses: for a list and a relation or a class invariant (RCWA)", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EquivalenceClasses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEquivalenceClasses" - ], - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 874 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(EquivalenceClasses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(EquivalenceClasses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(EquivalenceClasses)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEquivalenceClasses" - ], - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 874 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(EquivalenceClasses)", - "type": "GAP_Operation" - }, - { - "aka": [ - "EquivalenceClassOfElement" - ], - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 897 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "EquivalenceClassOfElement: for magma congruence with checking", - "filters": [ - [ - "IsMagmaCongruence" - ], - [] - ], - "rank": 26 - }, - { - "comment": "EquivalenceClassOfElement: for right magma congruence with checking", - "filters": [ - [ - "IsRightMagmaCongruence" - ], - [] - ], - "rank": 22 - }, - { - "comment": "EquivalenceClassOfElement: for left magma congruence with checking", - "filters": [ - [ - "IsLeftMagmaCongruence" - ], - [] - ], - "rank": 22 - }, - { - "comment": "EquivalenceClassOfElement: with checking", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [] - ], - "rank": 21 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EquivalenceClassOfElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "EquivalenceClassOfElementNC" - ], - "filters": [ - [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/relation.gd", - "line": 900 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "EquivalenceClassOfElementNC: for magma congruence with no check", - "filters": [ - [ - "IsMagmaCongruence" - ], - [] - ], - "rank": 26 - }, - { - "comment": "EquivalenceClassOfElementNC: for a Green's relation and object", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)", - "IsGreensRelation" - ], - [] - ], - "rank": 22 - }, - { - "comment": "EquivalenceClassOfElementNC: for magma congruence with no check", - "filters": [ - [ - "IsRightMagmaCongruence" - ], - [] - ], - "rank": 22 - }, - { - "comment": "EquivalenceClassOfElementNC: for magma congruence with no check", - "filters": [ - [ - "IsLeftMagmaCongruence" - ], - [] - ], - "rank": 22 - }, - { - "comment": "EquivalenceClassOfElementNC: no check", - "filters": [ - [ - "IsEquivalenceRelation", - "Tester(IsEquivalenceRelation)" - ], - [] - ], - "rank": 21 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EquivalenceClassOfElementNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "MagmaByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MagmaByGenerators: for collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "MagmaByGenerators: for family and list", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MagmaByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "MagmaWithOneByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 247 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MagmaWithOneByGenerators: for collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "MagmaWithOneByGenerators: for family and list", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MagmaWithOneByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "MagmaWithInversesByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MagmaWithInversesByGenerators: for collection", - "filters": [ - [ - "IsCollection", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 4 - } - ], - "2args": [ - { - "comment": "MagmaWithInversesByGenerators: for family and list", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 8 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MagmaWithInversesByGenerators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 357 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsMagma: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsMagma)" - ] - ], - "rank": 20005 - }, - { - "comment": "AsMagma: for a magma (return the argument)", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 111 - }, - { - "comment": "AsMagma: generic method for collections", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsMagma", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsMagma" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 357 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsMagma): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsMagma): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsMagma)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsMagma" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 357 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsMagma)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsSubmagma" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 377 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsSubmagma: generic method for a domain and a collection", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSubmagma", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 400 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfMagma: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfMagma)" - ] - ], - "rank": 20014 - }, - { - "comment": "GeneratorsOfMagma", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(GeneratorsOfInverseSemigroup)" - ] - ], - "rank": 30 - }, - { - "comment": "GeneratorsOfMagma", - "filters": [ - [ - "IsAttributeStoringRep", - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 23 - }, - { - "comment": "GeneratorsOfMagma", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseSemigroup)" - ] - ], - "rank": 22 - }, - { - "comment": "GeneratorsOfMagma: for a magma-with-inv. with gens., all elms. of finite order", - "filters": [ - [ - "CategoryCollections(IsFiniteOrderElement)", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)" - ] - ], - "rank": 18 - }, - { - "comment": "GeneratorsOfMagma: for a magma-with-one with generators, all elms. of finite order", - "filters": [ - [ - "CategoryCollections(IsFiniteOrderElement)", - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)" - ] - ], - "rank": 18 - }, - { - "comment": "GeneratorsOfMagma: for a Rees 0-matrix semigroup", - "filters": [ - [ - "IsReesZeroMatrixSemigroup", - "Tester(IsReesZeroMatrixSemigroup)" - ] - ], - "rank": 17 - }, - { - "comment": "GeneratorsOfMagma: for a Rees matrix semigroup", - "filters": [ - [ - "IsReesMatrixSemigroup", - "Tester(IsReesMatrixSemigroup)" - ] - ], - "rank": 17 - }, - { - "comment": "GeneratorsOfMagma: for a magma-with-inverses with known generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)" - ] - ], - "rank": 17 - }, - { - "comment": "GeneratorsOfMagma: for a magma-with-one with known generators", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)" - ] - ], - "rank": 14 - }, - { - "comment": "GeneratorsOfMagma: generic method for a magma (take domain generators)", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfMagma", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfMagma", - "SetGeneratorsOfSemigroup" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 400 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfMagma): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfMagma): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfMagma)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfMagma", - "HasGeneratorsOfSemigroup" - ], - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 400 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfMagma)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithOne" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 423 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfMagmaWithOne: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfMagmaWithOne)" - ] - ], - "rank": 20016 - }, - { - "comment": "GeneratorsOfMagmaWithOne", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(GeneratorsOfInverseMonoid)" - ] - ], - "rank": 34 - }, - { - "comment": "GeneratorsOfMagmaWithOne: for a magma-with-inv. with gens., all elms. of finite order", - "filters": [ - [ - "CategoryCollections(IsFiniteOrderElement)", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)" - ] - ], - "rank": 18 - }, - { - "comment": "GeneratorsOfMagmaWithOne: for a magma-with-inverses with generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)" - ] - ], - "rank": 17 - }, - { - "comment": "GeneratorsOfMagmaWithOne: for a magma-with-one with known magma generators (take them)", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagma)" - ] - ], - "rank": 14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfMagmaWithOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfMagmaWithOne", - "SetGeneratorsOfMonoid" - ], - "filters": [ - [ - [ - "IsMagmaWithOne" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 423 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfMagmaWithOne): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfMagmaWithOne): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfMagmaWithOne)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfMagmaWithOne", - "HasGeneratorsOfMonoid" - ], - "filters": [ - [ - [ - "IsMagmaWithOne" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 423 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfMagmaWithOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 443 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfMagmaWithInverses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfMagmaWithInverses)" - ] - ], - "rank": 20019 - }, - { - "comment": "GeneratorsOfMagmaWithInverses", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 369 - }, - { - "comment": "GeneratorsOfMagmaWithInverses: for a subgroup of a free group having a FreeGroupAutomaton", - "filters": [ - [ - "Tester(FreeGroupAutomaton)" - ] - ], - "rank": 52 - }, - { - "comment": "GeneratorsOfMagmaWithInverses", - "filters": [ - [ - "Tester(FreeGeneratorsOfGroup)" - ] - ], - "rank": 49 - }, - { - "comment": "GeneratorsOfMagmaWithInverses: for whole family f.p. group", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - }, - { - "comment": "GeneratorsOfMagmaWithInverses: subgroup fp, via augmented coset table", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "GeneratorsOfMagmaWithInverses: Schreier generators", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(ElementTestFunction)" - ] - ], - "rank": 36 - }, - { - "comment": "GeneratorsOfMagmaWithInverses: for a magma-with-inverses with known magma-with-one gen.s (take them)", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithOne)" - ] - ], - "rank": 17 - }, - { - "comment": "GeneratorsOfMagmaWithInverses: for a magma-with-inverses with known magma generators (take them)", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagma)" - ] - ], - "rank": 17 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfMagmaWithInverses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfGroup", - "SetGeneratorsOfMagmaWithInverses" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 443 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfMagmaWithInverses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfMagmaWithInverses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfMagmaWithInverses)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfGroup", - "HasGeneratorsOfMagmaWithInverses" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 443 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfMagmaWithInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 460 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsGeneratorsOfMagmaWithInverses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsGeneratorsOfMagmaWithInverses)" - ] - ], - "rank": 20004 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: for a collection of cyclotomics (return false)", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 10022 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: for a collection of FFEs", - "filters": [ - [ - "CategoryCollections(IsFFE)" - ] - ], - "rank": 22 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: for a list of matrices", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))" - ] - ], - "rank": 16 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: for a collection of free magma ring elements", - "filters": [ - [ - "CategoryCollections(IsElementOfMagmaRingModuloRelations)" - ] - ], - "rank": 16 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: for list of direct product elements", - "filters": [ - [ - "CategoryCollections(IsDirectProductElement)" - ] - ], - "rank": 16 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: for a partial perm collection", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ], - "rank": 15 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: for a transformation collection", - "filters": [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - "rank": 13 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: for a collection of general mappings", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)" - ] - ], - "rank": 13 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: cosets", - "filters": [ - [ - "CategoryCollections(CategoryCollections(IsMultiplicativeElementWithInverse))" - ] - ], - "rank": 11 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: for a collection of magma by mult table elements", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: for an empty list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "IsGeneratorsOfMagmaWithInverses: for a list or collection", - "filters": [ - [ - "IsListOrCollection" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsGeneratorsOfMagmaWithInverses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsGeneratorsOfMagmaWithInverses" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 460 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsGeneratorsOfMagmaWithInverses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsGeneratorsOfMagmaWithInverses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsGeneratorsOfMagmaWithInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 460 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsGeneratorsOfMagmaWithInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithOne" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 478 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TrivialSubmagmaWithOne: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TrivialSubmagmaWithOne)" - ] - ], - "rank": 20016 - }, - { - "comment": "TrivialSubmagmaWithOne: for magma-with-one", - "filters": [ - [ - "IsMagmaWithOne" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TrivialSubmagmaWithOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTrivialSubgroup", - "SetTrivialSubmagmaWithOne", - "SetTrivialSubmonoid" - ], - "filters": [ - [ - [ - "IsMagmaWithOne" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 478 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TrivialSubmagmaWithOne): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TrivialSubmagmaWithOne): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TrivialSubmagmaWithOne)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTrivialSubgroup", - "HasTrivialSubmagmaWithOne", - "HasTrivialSubmonoid" - ], - "filters": [ - [ - [ - "IsMagmaWithOne" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 478 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TrivialSubmagmaWithOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 505 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsAssociative: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsAssociative)" - ] - ], - "rank": 20014 - }, - { - "comment": "IsAssociative: for a free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - }, - { - "comment": "IsAssociative: generic method for a (finite dimensional) FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "IsAssociative: for a magma of nonassoc. words", - "filters": [ - [ - "IsMagma", - "CategoryCollections(IsNonassocWord)" - ] - ], - "rank": 13 - }, - { - "comment": "IsAssociative: for a magma", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsAssociative", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsAssociative" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 505 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsAssociative): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsAssociative): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsAssociative)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 505 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsAssociative)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 542 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCommutative: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCommutative)" - ] - ], - "rank": 20014 - }, - { - "comment": "IsCommutative: finite fp grp", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "Tester(Size)", - "IsSubgroupFpGroup" - ] - ], - "rank": 48 - }, - { - "comment": "IsCommutative: for a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 45 - }, - { - "comment": "IsCommutative: for an associative FLMLOR-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 43 - }, - { - "comment": "IsCommutative: for finitely presented groups", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - }, - { - "comment": "IsCommutative: for an associative FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 38 - }, - { - "comment": "IsCommutative: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 36 - }, - { - "comment": "IsCommutative: for a free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - }, - { - "comment": "IsCommutative: for an associative ring-with-one", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 35 - }, - { - "comment": "IsCommutative: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsCommutative", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsCommutative: generic method for a finite dimensional FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "IsCommutative: for an associative magma with inverses", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 34 - }, - { - "comment": "IsCommutative: for an associative ring", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 30 - }, - { - "comment": "IsCommutative", - "filters": [ - [ - "Tester(Characteristic)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsAnticommutative", - "Tester(IsAnticommutative)" - ] - ], - "rank": 29 - }, - { - "comment": "IsCommutative: for an ordinary character table", - "filters": [ - [ - "IsOrdinaryTable" - ] - ], - "rank": 22 - }, - { - "comment": "IsCommutative: for associative magma-with-one", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "comment": "IsCommutative", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "comment": "IsCommutative: for an associative magma with one", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 19 - }, - { - "comment": "IsCommutative", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 16 - }, - { - "comment": "IsCommutative: for an associative magma", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 15 - }, - { - "comment": "IsCommutative: for a magma", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCommutative", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsAbelian", - "SetIsCommutative" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 542 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCommutative): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCommutative): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCommutative)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 542 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCommutative)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 581 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MultiplicativeNeutralElement: for a magma-with-one", - "filters": [ - [ - "IsMagmaWithOne", - "Tester(MultiplicativeNeutralElement)" - ] - ], - "rank": 20015 - }, - { - "comment": "MultiplicativeNeutralElement: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MultiplicativeNeutralElement)" - ] - ], - "rank": 20014 - }, - { - "comment": "MultiplicativeNeutralElement", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsFiniteDimensional", - "Tester(IsFiniteDimensional)" - ] - ], - "rank": 36 - }, - { - "comment": "MultiplicativeNeutralElement: for a magma", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MultiplicativeNeutralElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMultiplicativeNeutralElement" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 581 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MultiplicativeNeutralElement): for a magma-with-one", - "filters": [ - [ - "IsMagma" - ], - [ - "IsBool" - ] - ], - "rank": 12 - }, - { - "comment": "Setter(MultiplicativeNeutralElement): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MultiplicativeNeutralElement): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MultiplicativeNeutralElement)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMultiplicativeNeutralElement" - ], - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 581 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MultiplicativeNeutralElement)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 617 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Centre: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Centre)" - ] - ], - "rank": 20014 - }, - { - "comment": "Centre: for an associative and commutative magma", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ] - ], - "rank": 10017 - }, - { - "comment": "Centre: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "aka": [ - "CentrePcGroup" - ], - "comment": "Centre: pcgs computable groups using special pcgs", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 52 - }, - { - "comment": "Centre: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "Centre: for a group ring", - "filters": [ - [ - "IsGroupRing", - "Tester(IsGroupRing)" - ] - ], - "rank": 38 - }, - { - "comment": "Centre: for a finite dimensional FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "Centre: for an associative magma", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 15 - }, - { - "comment": "Centre: generic method for a magma", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Centre", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCenter", - "SetCentre" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 617 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Centre): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Centre): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Centre)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCenter", - "HasCentre" - ], - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 617 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Centre)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 636 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Idempotents: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Idempotents)" - ] - ], - "rank": 20014 - }, - { - "comment": "Idempotents: for finite magmas", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Idempotents", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIdempotents" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 636 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Idempotents): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Idempotents): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Idempotents)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIdempotents" - ], - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 636 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Idempotents)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsCentral" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 655 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsCentral: for two associative FLMLORs-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 86 - }, - { - "comment": "IsCentral: for two associative FLMLORs", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 76 - }, - { - "comment": "IsCentral: for two associative rings-with-one", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 70 - }, - { - "comment": "IsCentral: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "IsCentral: for two FLMLORs", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 68 - }, - { - "comment": "IsCentral: for two associative rings", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 60 - }, - { - "comment": "IsCentral: for two magmas-with-inverses", - "filters": [ - [ - "IsMagmaWithInverses" - ], - [ - "IsMagmaWithInverses" - ] - ], - "rank": 34 - }, - { - "comment": "IsCentral: for two magmas-with-one", - "filters": [ - [ - "IsMagmaWithOne" - ], - [ - "IsMagmaWithOne" - ] - ], - "rank": 28 - }, - { - "comment": "IsCentral: for two magmas", - "filters": [ - [ - "IsMagma" - ], - [ - "IsMagma" - ] - ], - "rank": 22 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCentral", - "type": "GAP_Operation" - }, - { - "aka": [ - "CentraliserOp", - "CentralizerOp" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 705 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CentralizerOp", - "filters": [ - [ - "IsRationalClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "CentralizerOp", - "filters": [ - [ - "IsRationalClassGroupRep" - ] - ], - "rank": 11 - } - ], - "2args": [ - { - "comment": "CentralizerOp: for two magmas, the first being commutative", - "filters": [ - [ - "IsMagma", - "IsCommutative", - "Tester(IsCommutative)" - ], - [ - "IsMagma" - ] - ], - "rank": 10024 - }, - { - "comment": "CentralizerOp: for a commutative magma, and a mult. element", - "filters": [ - [ - "IsMagma", - "IsCommutative", - "Tester(IsCommutative)" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 10016 - }, - { - "comment": "CentralizerOp: TF method:subgroup", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FittingFreeLiftSetup)" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 866 - }, - { - "comment": "CentralizerOp: handled by nice monomorphism: Subgroup CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "CentralizerOp: TF method:elm", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FittingFreeLiftSetup)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 438 - }, - { - "comment": "CentralizerOp: handled by nice monomorphism: subgroup CollElm", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [] - ], - "rank": 370 - }, - { - "comment": "CentralizerOp: for full (associative) matrix FLMLOR, and FLMLOR", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)", - "IsGaussianSpace" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 123 - }, - { - "comment": "CentralizerOp: perm group, perm group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "comment": "CentralizerOp: two AffineCrystGroupsOnLeft", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 110 - }, - { - "comment": "CentralizerOp: two AffineCrystGroupsOnRight", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 110 - }, - { - "aka": [ - "CentralizerNilpotentPcpGroup" - ], - "comment": "CentralizerOp: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 106 - }, - { - "comment": "CentralizerOp", - "filters": [ - [ - "IsNaturalGL", - "Tester(IsNaturalGL)", - "IsIntegerMatrixGroup", - "Tester(IsIntegerMatrixGroup)" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 104 - }, - { - "comment": "CentralizerOp: for full (associative) matrix FLMLOR, and left module", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)", - "IsGaussianSpace" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 101 - }, - { - "aka": [ - "CentralizerPcpGroup" - ], - "comment": "CentralizerOp: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "CentralizerOp: for associative Gaussian matrix FLMLOR-with-one, and FLMLOR", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsGaussianSpace" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 100 - }, - { - "comment": "CentralizerOp: for a subgroup of a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 96 - }, - { - "comment": "CentralizerOp: for associative Gaussian matrix FLMLOR, and FLMLOR", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsGaussianSpace" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 95 - }, - { - "comment": "CentralizerOp: pcgs computable groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 90 - }, - { - "comment": "CentralizerOp: for associative Gaussian matrix FLMLOR-with-one, and ordinary matrix", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsGaussianSpace" - ], - [ - "IsOrdinaryMatrix" - ] - ], - "rank": 88 - }, - { - "comment": "CentralizerOp: AffineCrystGroupOnLeft and element", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 85 - }, - { - "comment": "CentralizerOp: AffineCrystGroupOnRight and element", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 85 - }, - { - "comment": "CentralizerOp: for full (associative) matrix FLMLOR, and empty list", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 84 - }, - { - "comment": "CentralizerOp: for full (associative) matrix FLMLOR, and list of matrices", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)", - "IsGaussianSpace" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 84 - }, - { - "comment": "CentralizerOp: for associative Gaussian matrix FLMLOR, and ordinary matrix", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsGaussianSpace" - ], - [ - "IsOrdinaryMatrix" - ] - ], - "rank": 83 - }, - { - "comment": "CentralizerOp: for a fin. dim. assoc. algebra and an algebra with parent", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "Tester(ParentAttr)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 77 - }, - { - "comment": "CentralizerOp: for a fin. dim. assoc. algebra and an algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 76 - }, - { - "comment": "CentralizerOp: element in natural symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [ - "IsPerm" - ] - ], - "rank": 70 - }, - { - "comment": "CentralizerOp: element in natural alternating group", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ], - [ - "IsPerm" - ] - ], - "rank": 70 - }, - { - "comment": "CentralizerOp: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "CentralizerOp: perm group,elm", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPerm" - ] - ], - "rank": 66 - }, - { - "comment": "CentralizerOp: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsPcpElement" - ] - ], - "rank": 62 - }, - { - "comment": "CentralizerOp: for a finite dimensional algebra and a vector space with parent", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "Tester(ParentAttr)", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 62 - }, - { - "comment": "CentralizerOp: for a finite dimensional algebra and a vector space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 61 - }, - { - "comment": "CentralizerOp: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsPcpElement" - ] - ], - "rank": 56 - }, - { - "comment": "CentralizerOp: for an element in a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 55 - }, - { - "comment": "CentralizerOp: pcgs computable group and element", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 50 - }, - { - "comment": "CentralizerOp: for an algebra and an element", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ], - "rank": 36 - }, - { - "comment": "CentralizerOp: generic method for group and object", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 35 - }, - { - "comment": "CentralizerOp: for two magmas", - "filters": [ - [ - "IsMagma" - ], - [ - "IsMagma" - ] - ], - "rank": 22 - }, - { - "comment": "CentralizerOp: for a magma, and a mult. element", - "filters": [ - [ - "IsMagma" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 14 - }, - { - "comment": "CentralizerOp: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 0 - } - ], - "3args": [ - { - "comment": "CentralizerOp: dummy to ignore optional third argument", - "filters": [ - [ - "IsMagma" - ], - [], - [] - ], - "rank": 11 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CentralizerOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 705 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CentralizerInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CentralizerInParent)" - ] - ], - "rank": 20003 - }, - { - "comment": "CentralizerInParent: method that calls the two-argument operation CentralizerOp", - "filters": [ - [ - "Tester(ParentAttr)" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CentralizerInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCentralizerInParent" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 705 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CentralizerInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CentralizerInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CentralizerInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCentralizerInParent" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 705 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CentralizerInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Centraliser", - "Centralizer" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 705 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Centralizer", - "filters": [ - [ - "IsConjugacyClassGroupRep" - ] - ], - "rank": 11 - } - ], - "2args": [ - { - "comment": "Centralizer: try to exploit the in-parent attribute CentralizerInParent", - "filters": [ - [ - "IsMagma" - ], - [] - ], - "rank": 11 - } - ], - "3args": [ - { - "comment": "Centralizer: with given subgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPerm" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 124 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Centralizer", - "type": "GAP_Operation" - }, - { - "aka": [ - "SquareRoots" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 723 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SquareRoots: for prime field and object in Z/pZ", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ], - [ - "IsFFE", - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 74 - }, - { - "comment": "SquareRoots: for a field of FFEs, and a FFE", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsFFE" - ] - ], - "rank": 69 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SquareRoots", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 937 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MagmaGeneratorsOfFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MagmaGeneratorsOfFamily)" - ] - ], - "rank": 20004 - }, - { - "comment": "MagmaGeneratorsOfFamily: for a family of assoc. words", - "filters": [ - [ - "CategoryFamily(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 4 - }, - { - "comment": "MagmaGeneratorsOfFamily: for a family of free monoid elements", - "filters": [ - [ - "CategoryFamily(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ] - ], - "rank": 3 - }, - { - "comment": "MagmaGeneratorsOfFamily: for a family of free semigroup elements", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))" - ] - ], - "rank": 2 - }, - { - "comment": "MagmaGeneratorsOfFamily: for a family of free magma elements", - "filters": [ - [ - "CategoryFamily(IsNonassocWord)" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MagmaGeneratorsOfFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMagmaGeneratorsOfFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 937 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MagmaGeneratorsOfFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MagmaGeneratorsOfFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MagmaGeneratorsOfFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMagmaGeneratorsOfFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/magma.gd", - "line": 937 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MagmaGeneratorsOfFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsLeftMagmaIdeal" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmideal.gd", - "line": 67 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsLeftMagmaIdeal: generic method for a domain and a collection", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsLeftMagmaIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftMagmaIdealByGenerators" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmideal.gd", - "line": 88 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeftMagmaIdealByGenerators: for a collection of magma elements", - "filters": [ - [ - "IsMagma" - ], - [ - "IsCollection" - ] - ], - "rank": 13 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftMagmaIdealByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsRightMagmaIdeal" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmideal.gd", - "line": 138 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsRightMagmaIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightMagmaIdealByGenerators" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmideal.gd", - "line": 160 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RightMagmaIdealByGenerators: for a collection of magma elements", - "filters": [ - [ - "IsMagma" - ], - [ - "IsCollection" - ] - ], - "rank": 13 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightMagmaIdealByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsMagmaIdeal" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmideal.gd", - "line": 212 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsMagmaIdeal", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmideal.gd", - "line": 221 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfMagmaIdeal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfMagmaIdeal)" - ] - ], - "rank": 20018 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfMagmaIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfMagmaIdeal" - ], - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmideal.gd", - "line": 221 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfMagmaIdeal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfMagmaIdeal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfMagmaIdeal)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfMagmaIdeal" - ], - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmideal.gd", - "line": 221 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfMagmaIdeal)", - "type": "GAP_Operation" - }, - { - "aka": [ - "MagmaIdealByGenerators", - "SemigroupIdealByGenerators" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmideal.gd", - "line": 232 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "MagmaIdealByGenerators: for a collection of magma elements", - "filters": [ - [ - "IsMagma" - ], - [ - "IsCollection" - ] - ], - "rank": 13 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MagmaIdealByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "NaturalHomomorphismByGenerators" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmhom.gd", - "line": 82 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NaturalHomomorphismByGenerators: for a free monoid and monoid", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 47 - }, - { - "comment": "NaturalHomomorphismByGenerators: for an fp monoid and monoid", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsElementOfFpMonoid)" - ], - [ - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 45 - }, - { - "comment": "NaturalHomomorphismByGenerators: for a free semigroup and semigroup", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "NaturalHomomorphismByGenerators: for an fp semigroup and semigroup", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsElementOfFpSemigroup)" - ], - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalHomomorphismByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "MultiplicativeZeroOp" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithZero" - ] - ], - [ - [ - "IsReesMatrixSemigroup", - "Tester(IsReesMatrixSemigroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 69 - }, - { - "file": "/home/makx/ac/gap/lib/reesmat.gd", - "line": 119 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MultiplicativeZeroOp: for a Rees matrix semigroup", - "filters": [ - [ - "IsReesMatrixSemigroup", - "Tester(IsReesMatrixSemigroup)" - ] - ], - "rank": 17 - }, - { - "comment": "MultiplicativeZeroOp: for an element of a magma with zero adjoined", - "filters": [ - [ - "IsMagmaWithZeroAdjoinedElementRep" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MultiplicativeZeroOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMultiplicativeElementWithZero" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 99 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MultiplicativeZero: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MultiplicativeZero)" - ] - ], - "rank": 20007 - }, - { - "comment": "MultiplicativeZero: for a magma", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MultiplicativeZero", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMultiplicativeZero" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithZero" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 99 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MultiplicativeZero): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MultiplicativeZero): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MultiplicativeZero)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMultiplicativeZero" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithZero" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 99 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MultiplicativeZero)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsMultiplicativeZero" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 100 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsMultiplicativeZero: for a semigroup with generators and multiplicative element", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 19 - }, - { - "comment": "IsMultiplicativeZero: for magma with multiplicative zero and multiplicative element", - "filters": [ - [ - "IsMagma", - "Tester(MultiplicativeZero)" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 17 - }, - { - "comment": "IsMultiplicativeZero: for a magma and multiplicative element", - "filters": [ - [ - "IsMagma" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 14 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsMultiplicativeZero", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 109 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InjectionZeroMagma: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InjectionZeroMagma)" - ] - ], - "rank": 20014 - }, - { - "comment": "InjectionZeroMagma: for a magma", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InjectionZeroMagma", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInjectionZeroMagma" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 109 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InjectionZeroMagma): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InjectionZeroMagma): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InjectionZeroMagma)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInjectionZeroMagma" - ], - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 109 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InjectionZeroMagma)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMultiplicativeElementWithZero", - "IsMagmaWithZeroAdjoinedElementRep" - ] - ], - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 110 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MagmaWithZeroAdjoined: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MagmaWithZeroAdjoined)" - ] - ], - "rank": 20008 - }, - { - "comment": "MagmaWithZeroAdjoined: for a magma", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - }, - { - "comment": "MagmaWithZeroAdjoined: for a magma with 0 adjoined element", - "filters": [ - [ - "IsMagmaWithZeroAdjoinedElementRep" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MagmaWithZeroAdjoined", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMagmaWithZeroAdjoined" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithZero", - "IsMagmaWithZeroAdjoinedElementRep" - ], - [] - ], - [ - [ - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 110 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MagmaWithZeroAdjoined): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MagmaWithZeroAdjoined): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MagmaWithZeroAdjoined)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMagmaWithZeroAdjoined" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithZero", - "IsMagmaWithZeroAdjoinedElementRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 110 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MagmaWithZeroAdjoined)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithZeroAdjoined" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnderlyingInjectionZeroMagma: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UnderlyingInjectionZeroMagma)" - ] - ], - "rank": 20015 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnderlyingInjectionZeroMagma", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUnderlyingInjectionZeroMagma" - ], - "filters": [ - [ - [ - "IsMagmaWithZeroAdjoined" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UnderlyingInjectionZeroMagma): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UnderlyingInjectionZeroMagma): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UnderlyingInjectionZeroMagma)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUnderlyingInjectionZeroMagma" - ], - "filters": [ - [ - [ - "IsMagmaWithZeroAdjoined" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmadj.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UnderlyingInjectionZeroMagma)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLeftMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 46 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratingPairsOfLeftMagmaCongruence: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratingPairsOfLeftMagmaCongruence)" - ] - ], - "rank": 20025 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratingPairsOfLeftMagmaCongruence", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratingPairsOfLeftMagmaCongruence" - ], - "filters": [ - [ - [ - "IsLeftMagmaCongruence" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 46 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratingPairsOfLeftMagmaCongruence): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratingPairsOfLeftMagmaCongruence): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratingPairsOfLeftMagmaCongruence)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratingPairsOfLeftMagmaCongruence" - ], - "filters": [ - [ - [ - "IsLeftMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 46 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratingPairsOfLeftMagmaCongruence)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLeftMagmaCongruence" - ] - ], - [ - [ - "IsRightMagmaCongruence" - ] - ], - [ - [ - "IsMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 47 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PartialClosureOfCongruence: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PartialClosureOfCongruence)" - ] - ], - "rank": 20025 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PartialClosureOfCongruence", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPartialClosureOfCongruence" - ], - "filters": [ - [ - [ - "IsLeftMagmaCongruence" - ], - [] - ], - [ - [ - "IsRightMagmaCongruence" - ], - [] - ], - [ - [ - "IsMagmaCongruence" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 47 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PartialClosureOfCongruence): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PartialClosureOfCongruence): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PartialClosureOfCongruence)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPartialClosureOfCongruence" - ], - "filters": [ - [ - [ - "IsLeftMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 47 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PartialClosureOfCongruence)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftMagmaCongruenceByGeneratingPairs" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 57 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeftMagmaCongruenceByGeneratingPairs: for a magma and an empty list", - "filters": [ - [ - "IsMagma" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 28 - }, - { - "comment": "LeftMagmaCongruenceByGeneratingPairs: for a magma and a list of pairs of its elements", - "filters": [ - [ - "IsMagma" - ], - [ - "IsList" - ] - ], - "rank": 13 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftMagmaCongruenceByGeneratingPairs", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRightMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 90 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratingPairsOfRightMagmaCongruence: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratingPairsOfRightMagmaCongruence)" - ] - ], - "rank": 20025 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratingPairsOfRightMagmaCongruence", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratingPairsOfRightMagmaCongruence" - ], - "filters": [ - [ - [ - "IsRightMagmaCongruence" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 90 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratingPairsOfRightMagmaCongruence): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratingPairsOfRightMagmaCongruence): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratingPairsOfRightMagmaCongruence)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratingPairsOfRightMagmaCongruence" - ], - "filters": [ - [ - [ - "IsRightMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 90 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratingPairsOfRightMagmaCongruence)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightMagmaCongruenceByGeneratingPairs" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 100 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RightMagmaCongruenceByGeneratingPairs: for a magma and an empty list", - "filters": [ - [ - "IsMagma" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 28 - }, - { - "comment": "RightMagmaCongruenceByGeneratingPairs: for a magma and a list of pairs of its elements", - "filters": [ - [ - "IsMagma" - ], - [ - "IsList" - ] - ], - "rank": 13 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightMagmaCongruenceByGeneratingPairs", - "type": "GAP_Operation" - }, - { - "aka": [ - "MagmaCongruenceByGeneratingPairs" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 127 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "MagmaCongruenceByGeneratingPairs: for a magma and an empty list", - "filters": [ - [ - "IsMagma" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 28 - }, - { - "comment": "MagmaCongruenceByGeneratingPairs: for a magma and a list of pairs of its elements", - "filters": [ - [ - "IsMagma" - ], - [ - "IsList" - ] - ], - "rank": 13 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MagmaCongruenceByGeneratingPairs", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 136 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratingPairsOfMagmaCongruence: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratingPairsOfMagmaCongruence)" - ] - ], - "rank": 20029 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratingPairsOfMagmaCongruence", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratingPairsOfMagmaCongruence" - ], - "filters": [ - [ - [ - "IsMagmaCongruence" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 136 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratingPairsOfMagmaCongruence): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratingPairsOfMagmaCongruence): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratingPairsOfMagmaCongruence)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratingPairsOfMagmaCongruence" - ], - "filters": [ - [ - [ - "IsMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 136 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratingPairsOfMagmaCongruence)", - "type": "GAP_Operation" - }, - { - "aka": [ - "JoinMagmaCongruences", - "JoinSemigroupCongruences" - ], - "filters": [ - [ - [ - "IsMagmaCongruence" - ], - [ - "IsMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 150 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "JoinMagmaCongruences: for magma congruences", - "filters": [ - [ - "IsMagmaCongruence" - ], - [ - "IsMagmaCongruence" - ] - ], - "rank": 52 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "JoinMagmaCongruences", - "type": "GAP_Operation" - }, - { - "aka": [ - "MeetMagmaCongruences", - "MeetSemigroupCongruences" - ], - "filters": [ - [ - [ - "IsMagmaCongruence" - ], - [ - "IsMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmcong.gd", - "line": 160 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "MeetMagmaCongruences: for magma congruences", - "filters": [ - [ - "IsMagmaCongruence" - ], - [ - "IsMagmaCongruence" - ] - ], - "rank": 52 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MeetMagmaCongruences", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemigroupCongruenceByGeneratingPairs" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 25 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SemigroupCongruenceByGeneratingPairs: for a semigroup and an empty list", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 32 - }, - { - "comment": "SemigroupCongruenceByGeneratingPairs: for a semigroup and a list of pairs of its elements", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 17 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemigroupCongruenceByGeneratingPairs", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightSemigroupCongruenceByGeneratingPairs" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 34 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RightSemigroupCongruenceByGeneratingPairs: for a Semigroup and an empty list", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 32 - }, - { - "comment": "RightSemigroupCongruenceByGeneratingPairs: for a Semigroup and a list of pairs of its elements", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 17 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightSemigroupCongruenceByGeneratingPairs", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftSemigroupCongruenceByGeneratingPairs" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 43 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeftSemigroupCongruenceByGeneratingPairs: for a Semigroup and an empty list", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 32 - }, - { - "comment": "LeftSemigroupCongruenceByGeneratingPairs: for a Semigroup and a list of pairs of its elements", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 17 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftSemigroupCongruenceByGeneratingPairs", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLeftMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 88 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLeftSemigroupCongruence: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLeftSemigroupCongruence)" - ] - ], - "rank": 20025 - }, - { - "comment": "IsLeftSemigroupCongruence: test whether a left magma congruence is a semigroup a congruence", - "filters": [ - [ - "IsLeftMagmaCongruence" - ] - ], - "rank": 22 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLeftSemigroupCongruence", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLeftSemigroupCongruence" - ], - "filters": [ - [ - [ - "IsLeftMagmaCongruence" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 88 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLeftSemigroupCongruence): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLeftSemigroupCongruence): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLeftSemigroupCongruence)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLeftMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 88 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLeftSemigroupCongruence)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRightMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 102 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRightSemigroupCongruence: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRightSemigroupCongruence)" - ] - ], - "rank": 20025 - }, - { - "comment": "IsRightSemigroupCongruence: test whether a right magma congruence is a semigroup a congruence", - "filters": [ - [ - "IsRightMagmaCongruence" - ] - ], - "rank": 22 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRightSemigroupCongruence", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRightSemigroupCongruence" - ], - "filters": [ - [ - [ - "IsRightMagmaCongruence" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 102 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRightSemigroupCongruence): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRightSemigroupCongruence): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRightSemigroupCongruence)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRightMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 102 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRightSemigroupCongruence)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 118 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSemigroupCongruence: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 20029 - }, - { - "comment": "IsSemigroupCongruence: test whether a magma congruence is a semigroup a congruence", - "filters": [ - [ - "IsMagmaCongruence" - ] - ], - "rank": 26 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSemigroupCongruence", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSemigroupCongruence" - ], - "filters": [ - [ - [ - "IsMagmaCongruence" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 118 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSemigroupCongruence): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSemigroupCongruence): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSemigroupCongruence)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaCongruence" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 118 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSemigroupCongruence)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 137 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsReesCongruence: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsReesCongruence)" - ] - ], - "rank": 20035 - }, - { - "comment": "IsReesCongruence: for a semigroup congruence", - "filters": [ - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 32 - }, - { - "comment": "IsReesCongruence: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsReesCongruence", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsReesCongruence" - ], - "filters": [ - [ - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 137 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsReesCongruence): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsReesCongruence): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsReesCongruence)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semicong.gd", - "line": 137 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsReesCongruence)", - "type": "GAP_Operation" - }, - { - "aka": [ - "InversesOfSemigroupElement" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 33 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InversesOfSemigroupElement: for a semigroup and a multiplicative element", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 18 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InversesOfSemigroupElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemigroupByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 121 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemigroupByGenerators: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemigroupByGenerators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 141 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsSemigroup)" - ] - ], - "rank": 20005 - }, - { - "comment": "AsSemigroup: for a semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 115 - }, - { - "comment": "AsSemigroup: generic method for collections", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsSemigroup" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 141 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsSemigroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsSemigroup" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 141 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsSemigroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsSubsemigroup" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 162 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsSubsemigroup: generic method for a domain and a collection", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSubsemigroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 212 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsGeneratorsOfSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsGeneratorsOfSemigroup)" - ] - ], - "rank": 20004 - }, - { - "comment": "IsGeneratorsOfSemigroup: for an FFE coll coll coll", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))" - ] - ], - "rank": 19 - }, - { - "comment": "IsGeneratorsOfSemigroup: for an empty list", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - }, - { - "comment": "IsGeneratorsOfSemigroup: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsGeneratorsOfSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsGeneratorsOfSemigroup" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 212 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsGeneratorsOfSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsGeneratorsOfSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsGeneratorsOfSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 212 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsGeneratorsOfSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 232 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CayleyGraphSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CayleyGraphSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "CayleyGraphSemigroup: for generic finite semigroups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 17 - }, - { - "comment": "CayleyGraphSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CayleyGraphSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCayleyGraphSemigroup", - "SetRightCayleyGraphSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 232 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CayleyGraphSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CayleyGraphSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CayleyGraphSemigroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCayleyGraphSemigroup", - "HasRightCayleyGraphSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 232 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CayleyGraphSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 233 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CayleyGraphDualSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CayleyGraphDualSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "CayleyGraphDualSemigroup: for generic finite semigroups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 17 - }, - { - "comment": "CayleyGraphDualSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CayleyGraphDualSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCayleyGraphDualSemigroup", - "SetLeftCayleyGraphSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 233 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CayleyGraphDualSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CayleyGraphDualSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CayleyGraphDualSemigroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCayleyGraphDualSemigroup", - "HasLeftCayleyGraphSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 233 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CayleyGraphDualSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 364 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsZeroGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsZeroGroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsZeroGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsZeroGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsZeroGroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 364 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsZeroGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsZeroGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsZeroGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 364 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsZeroGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 381 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSimpleSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSimpleSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsSimpleSemigroup: for a subsemigroup of a Rees matrix semigroup with an underlying semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesMatrixSemigroupElement)", - "Tester(UnderlyingSemigroup)" - ] - ], - "rank": 18 - }, - { - "comment": "IsSimpleSemigroup: for a semigroup with a MultiplicativeNeutralElement", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(MultiplicativeNeutralElement)" - ] - ], - "rank": 16 - }, - { - "comment": "IsSimpleSemigroup: for semigroup with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 16 - }, - { - "comment": "IsSimpleSemigroup: for a semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 15 - }, - { - "comment": "IsSimpleSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSimpleSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSimpleSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 381 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSimpleSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSimpleSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSimpleSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 381 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSimpleSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 400 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsZeroSimpleSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsZeroSimpleSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsZeroSimpleSemigroup: for a ZeroGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsZeroSimpleSemigroup: for a trivial semigroup", - "filters": [ - [ - "IsTrivial", - "Tester(IsTrivial)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 30 - }, - { - "comment": "IsZeroSimpleSemigroup: for a Rees 0-matrix semigroup", - "filters": [ - [ - "IsReesZeroMatrixSemigroup", - "Tester(IsReesZeroMatrixSemigroup)" - ] - ], - "rank": 17 - }, - { - "comment": "IsZeroSimpleSemigroup: for a semigroup with a MultiplicativeNeutralElement", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(MultiplicativeNeutralElement)" - ] - ], - "rank": 16 - }, - { - "comment": "IsZeroSimpleSemigroup: for a semigroup with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 16 - }, - { - "comment": "IsZeroSimpleSemigroup: for a semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 15 - }, - { - "comment": "IsZeroSimpleSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsZeroSimpleSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsZeroSimpleSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 400 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsZeroSimpleSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsZeroSimpleSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsZeroSimpleSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 400 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsZeroSimpleSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 416 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ANonReesCongruenceOfSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ANonReesCongruenceOfSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "ANonReesCongruenceOfSemigroup: for a semigroup", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 17 - }, - { - "comment": "ANonReesCongruenceOfSemigroup: fallback method to test conditions", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "ANonReesCongruenceOfSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ANonReesCongruenceOfSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetANonReesCongruenceOfSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 416 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ANonReesCongruenceOfSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ANonReesCongruenceOfSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ANonReesCongruenceOfSemigroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasANonReesCongruenceOfSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 416 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ANonReesCongruenceOfSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 434 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsReesCongruenceSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsReesCongruenceSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsReesCongruenceSemigroup: for a (possibly infinite) semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 15 - }, - { - "comment": "IsReesCongruenceSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsReesCongruenceSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsReesCongruenceSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 434 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsReesCongruenceSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsReesCongruenceSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsReesCongruenceSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 434 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsReesCongruenceSemigroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HomomorphismFactorSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 470 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HomomorphismFactorSemigroup: for an fp monoid and a congruence", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsElementOfFpMonoid)" - ], - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 56 - }, - { - "comment": "HomomorphismFactorSemigroup: for a free monoid and a congruence", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsMagmaCongruence" - ] - ], - "rank": 52 - }, - { - "comment": "HomomorphismFactorSemigroup: for a free semigroup and a congruence", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 52 - }, - { - "comment": "HomomorphismFactorSemigroup: for an fp semigroup and a congruence", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsElementOfFpSemigroup)" - ], - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 51 - }, - { - "comment": "HomomorphismFactorSemigroup: for a semigroup and a congruence", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 47 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HomomorphismFactorSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "HomomorphismFactorSemigroupByClosure" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 473 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HomomorphismFactorSemigroupByClosure: for a semigroup and empty list", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 32 - }, - { - "comment": "HomomorphismFactorSemigroupByClosure: for a semigroup and generating pairs of a congruence", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 17 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HomomorphismFactorSemigroupByClosure", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 476 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FactorSemigroup: for a semigroup and a congruence", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsSemigroupCongruence", - "Tester(IsSemigroupCongruence)" - ] - ], - "rank": 47 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FactorSemigroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 479 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FactorSemigroupByClosure: for a semigroup and empty list", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 32 - }, - { - "comment": "FactorSemigroupByClosure: for a semigroup and generating pairs of a congruence", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 17 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FactorSemigroupByClosure", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsRegularSemigroupElement" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 500 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsRegularSemigroupElement: for an inverse semigroup", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [ - "IsAssociativeElement" - ] - ], - "rank": 25 - }, - { - "comment": "IsRegularSemigroupElement: for generic semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsAssociativeElement" - ] - ], - "rank": 19 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRegularSemigroupElement", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 517 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRegularSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRegularSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsRegularSemigroup: for a Rees 0-matrix semigroup", - "filters": [ - [ - "IsReesZeroMatrixSemigroup", - "Tester(IsReesZeroMatrixSemigroup)" - ] - ], - "rank": 17 - }, - { - "comment": "IsRegularSemigroup: for generic semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 15 - }, - { - "comment": "IsRegularSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRegularSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRegularSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 517 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRegularSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRegularSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRegularSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 517 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRegularSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 533 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsInverseSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsInverseSemigroup: for a semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 15 - }, - { - "comment": "IsInverseSemigroup: for an object", - "filters": [ - [] - ], - "rank": 0 - }, - { - "comment": "IsInverseSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsInverseSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsInverseSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 533 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsInverseSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsInverseSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsInverseSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 533 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsInverseSemigroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "DisplaySemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 557 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DisplaySemigroup: for finite semigroups", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 19 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DisplaySemigroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 561 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NilpotencyDegree: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NilpotencyDegree)" - ] - ], - "rank": 20018 - }, - { - "comment": "NilpotencyDegree: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NilpotencyDegree", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNilpotencyDegree" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 561 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NilpotencyDegree): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NilpotencyDegree): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NilpotencyDegree)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNilpotencyDegree" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 561 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NilpotencyDegree)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsSubsemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 563 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsSubsemigroup: for an inverse semigroup and inverse semigroup with generators", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseSemigroup)" - ] - ], - "rank": 43 - }, - { - "comment": "IsSubsemigroup: for semigroup and semigroup with generators", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 31 - }, - { - "comment": "IsSubsemigroup: for a semigroup and semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 30 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSubsemigroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 565 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsBand: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsBand)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsBand: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBand", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsBand" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 565 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsBand): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsBand): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsBand)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 565 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsBand)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 566 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsBrandtSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsBrandtSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsBrandtSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBrandtSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsBrandtSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 566 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsBrandtSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsBrandtSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsBrandtSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 566 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsBrandtSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 567 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCliffordSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCliffordSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsCliffordSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCliffordSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCliffordSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 567 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCliffordSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCliffordSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCliffordSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 567 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCliffordSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 568 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCommutativeSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCommutativeSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsCommutativeSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCommutativeSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCommutativeSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 568 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCommutativeSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCommutativeSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCommutativeSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 568 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCommutativeSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 569 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCompletelyRegularSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCompletelyRegularSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsCompletelyRegularSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCompletelyRegularSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCompletelyRegularSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 569 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCompletelyRegularSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCompletelyRegularSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCompletelyRegularSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 569 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCompletelyRegularSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 570 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCompletelySimpleSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCompletelySimpleSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsCompletelySimpleSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCompletelySimpleSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCompletelySimpleSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 570 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCompletelySimpleSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCompletelySimpleSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCompletelySimpleSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 570 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCompletelySimpleSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 571 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsGroupAsSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsGroupAsSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsGroupAsSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsGroupAsSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsGroupAsSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 571 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsGroupAsSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsGroupAsSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsGroupAsSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 571 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsGroupAsSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 572 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsIdempotentGenerated: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsIdempotentGenerated)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsIdempotentGenerated: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsIdempotentGenerated", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsIdempotentGenerated" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 572 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsIdempotentGenerated): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsIdempotentGenerated): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsIdempotentGenerated)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 572 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsIdempotentGenerated)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 573 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLeftZeroSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLeftZeroSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsLeftZeroSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLeftZeroSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLeftZeroSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 573 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLeftZeroSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLeftZeroSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLeftZeroSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 573 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLeftZeroSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 574 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsMonogenicSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsMonogenicSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsMonogenicSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsMonogenicSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsMonogenicSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 574 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsMonogenicSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsMonogenicSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsMonogenicSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 574 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsMonogenicSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 575 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsMonoidAsSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsMonoidAsSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsMonoidAsSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsMonoidAsSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsMonoidAsSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 575 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsMonoidAsSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsMonoidAsSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsMonoidAsSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 575 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsMonoidAsSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 576 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNilpotentSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNilpotentSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsNilpotentSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNilpotentSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNilpotentSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 576 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNilpotentSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNilpotentSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNilpotentSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 576 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNilpotentSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 577 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsOrthodoxSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsOrthodoxSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsOrthodoxSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsOrthodoxSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsOrthodoxSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 577 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsOrthodoxSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsOrthodoxSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsOrthodoxSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 577 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsOrthodoxSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 578 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRectangularBand: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRectangularBand)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsRectangularBand: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRectangularBand", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRectangularBand" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 578 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRectangularBand): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRectangularBand): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRectangularBand)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 578 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRectangularBand)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 579 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRightZeroSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRightZeroSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsRightZeroSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRightZeroSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRightZeroSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 579 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRightZeroSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRightZeroSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRightZeroSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 579 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRightZeroSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 580 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSemiband: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSemiband)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsSemiband: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSemiband", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSemiband" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 580 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSemiband): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSemiband): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSemiband)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 580 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSemiband)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 581 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSemilattice: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSemilattice)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsSemilattice: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSemilattice", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSemilattice", - "SetIsSemilatticeAsSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 581 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSemilattice): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSemilattice): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSemilattice)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 581 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSemilattice)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 582 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsZeroSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsZeroSemigroup)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsZeroSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsZeroSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsZeroSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 582 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsZeroSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsZeroSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsZeroSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 582 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsZeroSemigroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemigroupViewStringPrefix" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 613 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemigroupViewStringPrefix: for a partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 21 - }, - { - "comment": "SemigroupViewStringPrefix: for a transformation semigroup", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 19 - }, - { - "comment": "SemigroupViewStringPrefix: for a semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemigroupViewStringPrefix", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemigroupViewStringSuffix" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semigrp.gd", - "line": 614 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemigroupViewStringSuffix: for a partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 21 - }, - { - "comment": "SemigroupViewStringSuffix: for a transformation semigroup", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 19 - }, - { - "comment": "SemigroupViewStringSuffix: for a semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemigroupViewStringSuffix", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 50 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLeftSemigroupIdeal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLeftSemigroupIdeal)" - ] - ], - "rank": 20016 - }, - { - "comment": "IsLeftSemigroupIdeal", - "filters": [ - [ - "IsAttributeStoringRep", - "IsLeftActedOnBySuperset", - "Tester(LeftActingDomain)", - "IsMagma" - ] - ], - "rank": 16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLeftSemigroupIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLeftSemigroupIdeal" - ], - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsMagma" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 50 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLeftSemigroupIdeal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLeftSemigroupIdeal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLeftSemigroupIdeal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 50 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLeftSemigroupIdeal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRightActedOnBySuperset", - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 51 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRightSemigroupIdeal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRightSemigroupIdeal)" - ] - ], - "rank": 20016 - }, - { - "comment": "IsRightSemigroupIdeal", - "filters": [ - [ - "IsAttributeStoringRep", - "IsRightActedOnBySuperset", - "Tester(RightActingDomain)", - "IsMagma" - ] - ], - "rank": 16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRightSemigroupIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRightSemigroupIdeal" - ], - "filters": [ - [ - [ - "IsRightActedOnBySuperset", - "IsMagma" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 51 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRightSemigroupIdeal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRightSemigroupIdeal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRightSemigroupIdeal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRightActedOnBySuperset", - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 51 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRightSemigroupIdeal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 52 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSemigroupIdeal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSemigroupIdeal)" - ] - ], - "rank": 20018 - }, - { - "comment": "IsSemigroupIdeal", - "filters": [ - [ - "IsAttributeStoringRep", - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma", - "Tester(ActingDomain)" - ] - ], - "rank": 19 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSemigroupIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSemigroupIdeal" - ], - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 52 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSemigroupIdeal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSemigroupIdeal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSemigroupIdeal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 52 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSemigroupIdeal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 70 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ReesCongruenceOfSemigroupIdeal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ReesCongruenceOfSemigroupIdeal)" - ] - ], - "rank": 20018 - }, - { - "comment": "ReesCongruenceOfSemigroupIdeal: for a two sided semigroup congruence", - "filters": [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma", - "IsSemigroupIdeal", - "Tester(IsSemigroupIdeal)" - ] - ], - "rank": 17 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReesCongruenceOfSemigroupIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetReesCongruenceOfSemigroupIdeal" - ], - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 70 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ReesCongruenceOfSemigroupIdeal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ReesCongruenceOfSemigroupIdeal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ReesCongruenceOfSemigroupIdeal)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasReesCongruenceOfSemigroupIdeal" - ], - "filters": [ - [ - [ - "IsLeftActedOnBySuperset", - "IsRightActedOnBySuperset", - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/smgideal.gd", - "line": 70 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ReesCongruenceOfSemigroupIdeal)", - "type": "GAP_Operation" - }, - { - "aka": [ - "MonoidByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/monoid.gd", - "line": 105 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MonoidByGenerators: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "MonoidByGenerators: for empty collection and identity", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsMultiplicativeElementWithOne" - ] - ], - "rank": 7 - }, - { - "comment": "MonoidByGenerators: for collection and identity", - "filters": [ - [ - "IsCollection" - ], - [ - "IsMultiplicativeElementWithOne" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MonoidByGenerators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/monoid.gd", - "line": 125 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsMonoid: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsMonoid)" - ] - ], - "rank": 20005 - }, - { - "comment": "AsMonoid: for a monoid", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 120 - }, - { - "comment": "AsMonoid: for transformation semigroup with generators", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "comment": "AsMonoid: for a semigroup with known generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 16 - }, - { - "comment": "AsMonoid: generic method for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsMonoid", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsMonoid" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/monoid.gd", - "line": 125 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsMonoid): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsMonoid): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsMonoid)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsMonoid" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/monoid.gd", - "line": 125 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsMonoid)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsSubmonoid" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/monoid.gd", - "line": 146 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsSubmonoid: generic method for a domain and a collection", - "filters": [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSubmonoid", - "type": "GAP_Operation" - }, - { - "aka": [ - "GroupString" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 138 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GroupString: for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsString" - ] - ], - "rank": 40 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GroupString", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 157 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCyclic: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCyclic)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsCyclic: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "IsCyclic: for AffineCrystGroup", - "filters": [ - [ - "IsAffineCrystGroupOnLeftOrRight", - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ] - ], - "rank": 53 - }, - { - "comment": "IsCyclic", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "IsCyclic: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsCyclic: for an ordinary character table", - "filters": [ - [ - "IsOrdinaryTable" - ] - ], - "rank": 22 - }, - { - "comment": "IsCyclic: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCyclic", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCyclic" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 157 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCyclic): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCyclic): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCyclic)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 157 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCyclic)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 184 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsElementaryAbelian: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsElementaryAbelian)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsElementaryAbelian: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "IsElementaryAbelian: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsElementaryAbelian: for an ordinary character table", - "filters": [ - [ - "IsOrdinaryTable" - ] - ], - "rank": 22 - }, - { - "comment": "IsElementaryAbelian: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsElementaryAbelian", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsElementaryAbelian" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 184 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsElementaryAbelian): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsElementaryAbelian): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsElementaryAbelian)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 184 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsElementaryAbelian)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 217 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFinitelyGeneratedGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFinitelyGeneratedGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsFinitelyGeneratedGroup: subgroups of fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "IsFinitelyGeneratedGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "IsFinitelyGeneratedGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFinitelyGeneratedGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFinitelyGeneratedGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 217 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFinitelyGeneratedGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFinitelyGeneratedGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFinitelyGeneratedGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 217 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFinitelyGeneratedGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 241 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSubsetLocallyFiniteGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSubsetLocallyFiniteGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsSubsetLocallyFiniteGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSubsetLocallyFiniteGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSubsetLocallyFiniteGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 241 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSubsetLocallyFiniteGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSubsetLocallyFiniteGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSubsetLocallyFiniteGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 241 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSubsetLocallyFiniteGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "CanComputeIndex" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 378 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CanComputeIndex", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 110 - }, - { - "comment": "CanComputeIndex", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 110 - }, - { - "comment": "CanComputeIndex", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 96 - }, - { - "comment": "CanComputeIndex: subgroup of full fp groups", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(CosetTableInWholeGroup)" - ] - ], - "rank": 73 - }, - { - "comment": "CanComputeIndex: subgroup of full fp groups", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(IndexInWholeGroup)" - ] - ], - "rank": 73 - }, - { - "comment": "CanComputeIndex: subgroups fp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(IndexInWholeGroup)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(IndexInWholeGroup)" - ] - ], - "rank": 72 - }, - { - "comment": "CanComputeIndex: if sizes can be computed", - "filters": [ - [ - "CanComputeSize", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CanComputeSize", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 72 - }, - { - "comment": "CanComputeIndex: by default impossible unless identical", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanComputeIndex", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 404 - }, - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 405 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "KnowsHowToDecompose: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(KnowsHowToDecompose)" - ] - ], - "rank": 20037 - }, - { - "comment": "KnowsHowToDecompose: group: use GeneratorsOfGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "KnowsHowToDecompose: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "KnowsHowToDecompose: perm group and generators: always true", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 60 - }, - { - "comment": "KnowsHowToDecompose: pcp group and generators: always true", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsList" - ] - ], - "rank": 52 - }, - { - "comment": "KnowsHowToDecompose: matrix groups", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 47 - }, - { - "comment": "KnowsHowToDecompose: pc group and generators: always true", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsList" - ] - ], - "rank": 45 - }, - { - "comment": "KnowsHowToDecompose: fp groups: Say yes if finite index", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsList" - ] - ], - "rank": 39 - }, - { - "comment": "KnowsHowToDecompose: trivial group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 38 - }, - { - "comment": "KnowsHowToDecompose: generic: just groups of order < 1000", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 37 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "KnowsHowToDecompose", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetKnowsHowToDecompose" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 404 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(KnowsHowToDecompose): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(KnowsHowToDecompose): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(KnowsHowToDecompose)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 404 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(KnowsHowToDecompose)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 427 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsPGroup: for nilpotent groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)" - ] - ], - "rank": 41 - }, - { - "comment": "IsPGroup: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 36 - }, - { - "comment": "IsPGroup: generic method (check order of the group or of generators if nilpotent)", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsPGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 427 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 427 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 462 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrimePGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PrimePGroup)" - ] - ], - "rank": 20039 - }, - { - "comment": "PrimePGroup: for direct products", - "filters": [ - [ - "IsPGroup", - "Tester(IsPGroup)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 44 - }, - { - "comment": "PrimePGroup: generic method, check the order of a nontrivial generator", - "filters": [ - [ - "Tester(GeneratorsOfMagmaWithInverses)", - "IsPGroup", - "Tester(IsPGroup)" - ] - ], - "rank": 44 - }, - { - "comment": "PrimePGroup: generic method, check the group order", - "filters": [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ] - ], - "rank": 43 - }, - { - "comment": "PrimePGroup: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "PrimePGroup: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrimePGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPrimePGroup" - ], - "filters": [ - [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 462 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PrimePGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PrimePGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PrimePGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPrimePGroup" - ], - "filters": [ - [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 462 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PrimePGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 483 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PClassPGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PClassPGroup)" - ] - ], - "rank": 20039 - }, - { - "comment": "PClassPGroup: for groups with special pcgs", - "filters": [ - [ - "IsPGroup", - "Tester(IsPGroup)", - "Tester(SpecialPcgs)" - ] - ], - "rank": 66 - }, - { - "comment": "PClassPGroup: generic method for group", - "filters": [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ] - ], - "rank": 43 - }, - { - "comment": "PClassPGroup: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PClassPGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPClassPGroup" - ], - "filters": [ - [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 483 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PClassPGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PClassPGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PClassPGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPClassPGroup" - ], - "filters": [ - [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 483 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PClassPGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 510 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RankPGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RankPGroup)" - ] - ], - "rank": 20039 - }, - { - "comment": "RankPGroup: for groups with special pcgs", - "filters": [ - [ - "IsPGroup", - "Tester(IsPGroup)", - "Tester(SpecialPcgs)" - ] - ], - "rank": 66 - }, - { - "comment": "RankPGroup: generic method for group", - "filters": [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ] - ], - "rank": 43 - }, - { - "comment": "RankPGroup: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RankPGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRankPGroup" - ], - "filters": [ - [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 510 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RankPGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RankPGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RankPGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRankPGroup" - ], - "filters": [ - [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 510 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RankPGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 529 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNilpotentGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNilpotentGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsNilpotentGroup: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "IsNilpotentGroup: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 66 - }, - { - "comment": "IsNilpotentGroup: if group size can be computed and is a prime power", - "filters": [ - [ - "CanComputeSize", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 61 - }, - { - "comment": "IsNilpotentGroup: for permgrp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "IsNilpotentGroup: for pcgs computable group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 54 - }, - { - "comment": "IsNilpotentGroup: for a pcp group with known lower central series", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(LowerCentralSeriesOfGroup)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 51 - }, - { - "comment": "IsNilpotentGroup: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "IsNilpotentGroup: method for pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 40 - }, - { - "comment": "IsNilpotentGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsNilpotentGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNilpotentGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNilpotentGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 529 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNilpotentGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNilpotentGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNilpotentGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 529 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNilpotentGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 557 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPerfectGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPerfectGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsPerfectGroup: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "IsPerfectGroup: method for finite groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "IsPerfectGroup", - "filters": [ - [ - "Tester(Size)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 39 - }, - { - "comment": "IsPerfectGroup: for a (subgroup of a) finitely presented group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "IsPerfectGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsPerfectGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPerfectGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPerfectGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 557 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPerfectGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPerfectGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPerfectGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 557 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPerfectGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 586 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSporadicSimpleGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSporadicSimpleGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsSporadicSimpleGroup: for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsSporadicSimpleGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSporadicSimpleGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSporadicSimpleGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 586 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSporadicSimpleGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSporadicSimpleGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSporadicSimpleGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 586 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSporadicSimpleGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 607 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSimpleGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSimpleGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsSimpleGroup: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "IsSimpleGroup: for permgrp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "IsSimpleGroup: for solvable groups", - "filters": [ - [ - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 56 - }, - { - "comment": "IsSimpleGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsSimpleGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSimpleGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSimpleGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 607 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSimpleGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSimpleGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSimpleGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 607 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSimpleGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 665 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsAlmostSimpleGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsAlmostSimpleGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsAlmostSimpleGroup: for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsAlmostSimpleGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsAlmostSimpleGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsAlmostSimpleGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 665 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsAlmostSimpleGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsAlmostSimpleGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsAlmostSimpleGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 665 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsAlmostSimpleGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 683 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSupersolvableGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSupersolvableGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsSupersolvableGroup: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "IsSupersolvableGroup: method for pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 40 - }, - { - "comment": "IsSupersolvableGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsSupersolvableGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSupersolvableGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSupersolvableGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 683 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSupersolvableGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSupersolvableGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSupersolvableGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 683 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSupersolvableGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 709 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsMonomialGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsMonomialGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsMonomialGroup: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "IsMonomialGroup: for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsMonomialGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsMonomialGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsMonomialGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 709 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsMonomialGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsMonomialGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsMonomialGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 709 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsMonomialGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 738 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSolvableGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsSolvableGroup: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "IsSolvableGroup: for permgrp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "IsSolvableGroup: for a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 54 - }, - { - "comment": "IsSolvableGroup: for AffineCrystGroup, via PointGroup", - "filters": [ - [ - "IsAffineCrystGroupOnLeftOrRight", - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ] - ], - "rank": 53 - }, - { - "aka": [ - "POL_IsSolvableRationalMatGroup_infinite" - ], - "comment": "IsSolvableGroup: for rational matrix groups (Polenta)", - "filters": [ - [ - "IsRationalMatrixGroup", - "Tester(IsRationalMatrixGroup)" - ] - ], - "rank": 50 - }, - { - "aka": [ - "POL_IsSolvableFiniteMatGroup" - ], - "comment": "IsSolvableGroup: for matrix groups over a finte field (Polenta)", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "IsSolvableGroup: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "IsSolvableGroup", - "filters": [ - [ - "Tester(Size)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 37 - }, - { - "comment": "IsSolvableGroup: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 36 - }, - { - "comment": "IsSolvableGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsSolvableGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSolvableGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSolvableGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 738 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSolvableGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSolvableGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSolvableGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 738 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSolvableGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 770 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPolycyclicGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPolycyclicGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsPolycyclicGroup: for integer matrix groups (Polenta)", - "filters": [ - [ - "IsIntegerMatrixGroup", - "Tester(IsIntegerMatrixGroup)" - ] - ], - "rank": 52 - }, - { - "comment": "IsPolycyclicGroup: for rational matrix groups (Polenta)", - "filters": [ - [ - "IsRationalMatrixGroup", - "Tester(IsRationalMatrixGroup)" - ] - ], - "rank": 50 - }, - { - "comment": "IsPolycyclicGroup: for matrix groups over a finite field (Polenta)", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "IsPolycyclicGroup: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "IsPolycyclicGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsPolycyclicGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPolycyclicGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPolycyclicGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 770 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPolycyclicGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPolycyclicGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPolycyclicGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 770 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPolycyclicGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 807 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AbelianInvariants: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AbelianInvariants)" - ] - ], - "rank": 20037 - }, - { - "comment": "AbelianInvariants: for groups of FFE", - "filters": [ - [ - "CategoryCollections(IsFFE)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 395 - }, - { - "comment": "AbelianInvariants: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "AbelianInvariants: for an abelian pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 58 - }, - { - "comment": "AbelianInvariants: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "AbelianInvariants: for a finitely presented group", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - }, - { - "comment": "AbelianInvariants: for a subgroup of a finitely presented group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "AbelianInvariants: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 36 - }, - { - "comment": "AbelianInvariants: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "AbelianInvariants: for an ordinary character table", - "filters": [ - [ - "IsOrdinaryTable" - ] - ], - "rank": 22 - }, - { - "comment": "AbelianInvariants: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AbelianInvariants", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAbelianInvariants" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - [ - [ - "IsNearlyCharacterTable" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 807 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AbelianInvariants): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AbelianInvariants): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AbelianInvariants)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAbelianInvariants" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 807 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AbelianInvariants)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 827 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsInfiniteAbelianizationGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsInfiniteAbelianizationGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsInfiniteAbelianizationGroup: for a finitely presented group", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - }, - { - "comment": "IsInfiniteAbelianizationGroup: for a subgroup of a finitely presented group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "IsInfiniteAbelianizationGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsInfiniteAbelianizationGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsInfiniteAbelianizationGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsInfiniteAbelianizationGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 827 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsInfiniteAbelianizationGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsInfiniteAbelianizationGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsInfiniteAbelianizationGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsInfiniteAbelianizationGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 827 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsInfiniteAbelianizationGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 851 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsGroup)" - ] - ], - "rank": 20005 - }, - { - "comment": "AsGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 135 - }, - { - "comment": "AsGroup: for a simple inverse Automaton", - "filters": [ - [ - "IsSimpleInvAutomatonRep" - ] - ], - "rank": 6 - }, - { - "comment": "AsGroup: generic method for collections", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsGroup" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 851 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsGroup" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 851 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 880 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ChiefSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ChiefSeries)" - ] - ], - "rank": 20037 - }, - { - "comment": "ChiefSeries: handled by nice monomorphism: GroupSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "ChiefSeries: for pcgs computable group refining PcgsElementaryAbelianSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 41 - }, - { - "aka": [ - "ChiefSeriesOfGroup" - ], - "comment": "ChiefSeries: generic method for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ChiefSeries: method for a group (delegate to `ChiefSeriesUnderAction')", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ChiefSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ChiefSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetChiefSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 880 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ChiefSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ChiefSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ChiefSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasChiefSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 880 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ChiefSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ChiefSeriesUnderAction" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 901 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ChiefSeriesUnderAction: method for a pcgs computable group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 71 - }, - { - "comment": "ChiefSeriesUnderAction: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ChiefSeriesUnderAction", - "type": "GAP_Operation" - }, - { - "aka": [ - "ChiefSeriesThrough" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 922 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ChiefSeriesThrough: generic method for a group and a list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 37 - } - ], - "3args": [ - { - "comment": "ChiefSeriesThrough: generic method for two groups and a list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 72 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ChiefSeriesThrough", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 943 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CommutatorFactorGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CommutatorFactorGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "CommutatorFactorGroup: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "CommutatorFactorGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "CommutatorFactorGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CommutatorFactorGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCommutatorFactorGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 943 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CommutatorFactorGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CommutatorFactorGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CommutatorFactorGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCommutatorFactorGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 943 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CommutatorFactorGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 962 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CompositionSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CompositionSeries)" - ] - ], - "rank": 20037 - }, - { - "comment": "CompositionSeries: handled by nice monomorphism: GroupSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "CompositionSeries: for simple group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSimpleGroup", - "Tester(IsSimpleGroup)" - ] - ], - "rank": 137 - }, - { - "comment": "CompositionSeries: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "CompositionSeries: pcgs computable groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 52 - }, - { - "comment": "CompositionSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "CompositionSeries: using DerivedSubgroup", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "CompositionSeries: fallback method to test conditions", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 0 - }, - { - "comment": "CompositionSeries: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "CompositionSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CompositionSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCompositionSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 962 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CompositionSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CompositionSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CompositionSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCompositionSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 962 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CompositionSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsOrdinaryTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1068 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ConjugacyClasses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ConjugacyClasses)" - ] - ], - "rank": 20037 - }, - { - "comment": "ConjugacyClasses: test options", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20034 - }, - { - "comment": "ConjugacyClasses: perm group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 446 - }, - { - "comment": "ConjugacyClasses: TF Method", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FittingFreeLiftSetup)" - ] - ], - "rank": 433 - }, - { - "comment": "ConjugacyClasses: for natural sl", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNaturalSL", - "Tester(IsNaturalSL)" - ] - ], - "rank": 399 - }, - { - "comment": "ConjugacyClasses: for natural gl", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNaturalGL", - "Tester(IsNaturalGL)" - ] - ], - "rank": 397 - }, - { - "comment": "ConjugacyClasses: matrix groups: test naturality", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 393 - }, - { - "comment": "ConjugacyClasses: via niceomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "ConjugacyClasses: symmetric", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "ConjugacyClasses: alternating", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "ConjugacyClasses: try solvable method", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "ConjugacyClasses: for groups: try random search", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "ConjugacyClasses: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "ConjugacyClasses: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugacyClasses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConjugacyClasses" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - [ - [ - "IsOrdinaryTable" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1068 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ConjugacyClasses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ConjugacyClasses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ConjugacyClasses)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasConjugacyClasses" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1068 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ConjugacyClasses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1092 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ConjugacyClassesMaximalSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ConjugacyClassesMaximalSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "ConjugacyClassesMaximalSubgroups: use MaximalSubgroupClassReps", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ConjugacyClassesMaximalSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "ConjugacyClassesMaximalSubgroups: forAffineCrystGroup", - "filters": [ - [ - "IsAffineCrystGroupOnLeftOrRight", - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ], - [ - "IsRecord" - ] - ], - "rank": 54 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugacyClassesMaximalSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConjugacyClassesMaximalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1092 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ConjugacyClassesMaximalSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ConjugacyClassesMaximalSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ConjugacyClassesMaximalSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasConjugacyClassesMaximalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1092 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ConjugacyClassesMaximalSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1116 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MaximalSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MaximalSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "MaximalSubgroups: pcgs computable groups using special pcgs", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FamilyPcgs)" - ] - ], - "rank": 53 - }, - { - "comment": "MaximalSubgroups: expand list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "MaximalSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MaximalSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMaximalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1116 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MaximalSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MaximalSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MaximalSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMaximalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1116 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MaximalSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1139 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MaximalSubgroupClassReps: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MaximalSubgroupClassReps)" - ] - ], - "rank": 20037 - }, - { - "aka": [ - "DoMaxesTF" - ], - "comment": "MaximalSubgroupClassReps: TF method", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FittingFreeLiftSetup)" - ] - ], - "rank": 433 - }, - { - "comment": "MaximalSubgroupClassReps: handled by nice monomorphism: subgroups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "MaximalSubgroupClassReps: alternating", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "MaximalSubgroupClassReps: symmetric", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "MaximalSubgroupClassReps: perm group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "MaximalSubgroupClassReps: solvable perm group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 56 - }, - { - "aka": [ - "MAXSUBS_BY_PCGS" - ], - "comment": "MaximalSubgroupClassReps: pcgs computable groups using special pcgs", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 52 - }, - { - "comment": "MaximalSubgroupClassReps: pcgs computable groups using special pcgs", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 48 - }, - { - "comment": "MaximalSubgroupClassReps: using lattice", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "MaximalSubgroupClassReps: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "MaximalSubgroupClassReps: for AffineCrystGroupOnLeft", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsRecord" - ] - ], - "rank": 56 - }, - { - "comment": "MaximalSubgroupClassReps: for AffineCrystGroupOnRight", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsRecord" - ] - ], - "rank": 56 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MaximalSubgroupClassReps", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMaximalSubgroupClassReps" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1139 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MaximalSubgroupClassReps): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MaximalSubgroupClassReps): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MaximalSubgroupClassReps)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMaximalSubgroupClassReps" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1139 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MaximalSubgroupClassReps)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1188 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PerfectResiduum: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PerfectResiduum)" - ] - ], - "rank": 20037 - }, - { - "comment": "PerfectResiduum: for solvable groups", - "filters": [ - [ - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 37 - }, - { - "comment": "PerfectResiduum: for perfect groups", - "filters": [ - [ - "IsPerfectGroup", - "Tester(IsPerfectGroup)" - ] - ], - "rank": 37 - }, - { - "comment": "PerfectResiduum: for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "PerfectResiduum: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PerfectResiduum", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPerfectResiduum" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1188 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PerfectResiduum): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PerfectResiduum): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PerfectResiduum)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPerfectResiduum" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1188 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PerfectResiduum)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1221 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RepresentativesPerfectSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RepresentativesPerfectSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "RepresentativesPerfectSubgroups: symmetric", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "RepresentativesPerfectSubgroups: alternating", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "RepresentativesPerfectSubgroups: solvable", - "filters": [ - [ - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 37 - }, - { - "comment": "RepresentativesPerfectSubgroups: using Holt/Plesken library", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "RepresentativesPerfectSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RepresentativesPerfectSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRepresentativesPerfectSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1221 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RepresentativesPerfectSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RepresentativesPerfectSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RepresentativesPerfectSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRepresentativesPerfectSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1221 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RepresentativesPerfectSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1222 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RepresentativesSimpleSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RepresentativesSimpleSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "RepresentativesSimpleSubgroups: if perfect subs are known", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(RepresentativesPerfectSubgroups)" - ] - ], - "rank": 36 - }, - { - "comment": "RepresentativesSimpleSubgroups: using Holt/Plesken library", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "RepresentativesSimpleSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RepresentativesSimpleSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRepresentativesSimpleSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1222 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RepresentativesSimpleSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RepresentativesSimpleSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RepresentativesSimpleSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRepresentativesSimpleSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1222 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RepresentativesSimpleSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1247 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ConjugacyClassesPerfectSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ConjugacyClassesPerfectSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "ConjugacyClassesPerfectSubgroups: generic", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ConjugacyClassesPerfectSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugacyClassesPerfectSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConjugacyClassesPerfectSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1247 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ConjugacyClassesPerfectSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ConjugacyClassesPerfectSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ConjugacyClassesPerfectSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasConjugacyClassesPerfectSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1247 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ConjugacyClassesPerfectSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1280 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ConjugacyClassesSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ConjugacyClassesSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "ConjugacyClassesSubgroups: group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ConjugacyClassesSubgroups: lattice", - "filters": [ - [ - "IsLatticeSubgroupsRep" - ] - ], - "rank": 3 - }, - { - "comment": "ConjugacyClassesSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugacyClassesSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConjugacyClassesSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1280 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ConjugacyClassesSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ConjugacyClassesSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ConjugacyClassesSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasConjugacyClassesSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1280 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ConjugacyClassesSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1313 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LatticeSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LatticeSubgroups)" - ] - ], - "rank": 20037 - }, - { - "aka": [ - "LatticeSubgroupsByTom" - ], - "comment": "LatticeSubgroups: for a group with table of marks", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(TableOfMarks)" - ] - ], - "rank": 46 - }, - { - "comment": "LatticeSubgroups: for a cyclic group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCyclic", - "Tester(IsCyclic)" - ] - ], - "rank": 45 - }, - { - "comment": "LatticeSubgroups: elementary abelian extension", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "aka": [ - "LatticeViaRadical" - ], - "comment": "LatticeSubgroups: via radical", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "LatticeSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LatticeSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLatticeSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1313 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LatticeSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LatticeSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LatticeSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLatticeSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1313 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LatticeSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1337 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DerivedLength: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DerivedLength)" - ] - ], - "rank": 20037 - }, - { - "comment": "DerivedLength: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "DerivedLength: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "DerivedLength: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DerivedLength", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDerivedLength" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1337 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DerivedLength): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DerivedLength): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DerivedLength)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDerivedLength" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1337 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DerivedLength)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1354 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "HirschLength: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(HirschLength)" - ] - ], - "rank": 20037 - }, - { - "comment": "HirschLength", - "filters": [ - [ - "IsAffineCrystGroupOnLeftOrRight", - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ] - ], - "rank": 53 - }, - { - "comment": "HirschLength", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "HirschLength: generic method for finite groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "HirschLength: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HirschLength", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetHirschLength" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1354 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(HirschLength): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(HirschLength): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(HirschLength)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasHirschLength" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1354 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(HirschLength)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1375 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DerivedSeriesOfGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DerivedSeriesOfGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "DerivedSeriesOfGroup: handled by nice monomorphism: GroupSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "DerivedSeriesOfGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "DerivedSeriesOfGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DerivedSeriesOfGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDerivedSeriesOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1375 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DerivedSeriesOfGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DerivedSeriesOfGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DerivedSeriesOfGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDerivedSeriesOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1375 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DerivedSeriesOfGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1400 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DerivedSubgroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DerivedSubgroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "DerivedSubgroup: for a group that knows it is abelian", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ] - ], - "rank": 10043 - }, - { - "comment": "DerivedSubgroup: for a group that knows it is perfect", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsPerfectGroup", - "Tester(IsPerfectGroup)" - ] - ], - "rank": 10037 - }, - { - "comment": "DerivedSubgroup: handled by nice monomorphism: Subgroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "DerivedSubgroup", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "DerivedSubgroup: permgrps", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "DerivedSubgroup: pcgs computable groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 52 - }, - { - "comment": "DerivedSubgroup: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "DerivedSubgroup: for a finitely presented group", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - }, - { - "comment": "DerivedSubgroup: subgroup of a finitely presented group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "DerivedSubgroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "DerivedSubgroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DerivedSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDerivedSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1400 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DerivedSubgroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DerivedSubgroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DerivedSubgroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDerivedSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1400 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DerivedSubgroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1420 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MaximalAbelianQuotient: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MaximalAbelianQuotient)" - ] - ], - "rank": 20037 - }, - { - "comment": "MaximalAbelianQuotient: whole fp group", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ] - ], - "rank": 40 - }, - { - "comment": "MaximalAbelianQuotient: for subgroups of finitely presented groups", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "MaximalAbelianQuotient: not fp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "MaximalAbelianQuotient: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MaximalAbelianQuotient", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMaximalAbelianQuotient" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1420 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MaximalAbelianQuotient): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MaximalAbelianQuotient): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MaximalAbelianQuotient)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMaximalAbelianQuotient" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1420 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MaximalAbelianQuotient)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1444 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CommutatorLength: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CommutatorLength)" - ] - ], - "rank": 20037 - }, - { - "comment": "CommutatorLength: for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "CommutatorLength: for a character table", - "filters": [ - [ - "IsCharacterTable" - ] - ], - "rank": 21 - }, - { - "comment": "CommutatorLength: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CommutatorLength", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCommutatorLength" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - [ - [ - "IsNearlyCharacterTable" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1444 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CommutatorLength): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CommutatorLength): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CommutatorLength)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCommutatorLength" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1444 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CommutatorLength)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1480 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DimensionsLoewyFactors: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DimensionsLoewyFactors)" - ] - ], - "rank": 20037 - }, - { - "comment": "DimensionsLoewyFactors: for a group (that must be a finite p-group)", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "DimensionsLoewyFactors: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DimensionsLoewyFactors", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDimensionsLoewyFactors" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1480 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DimensionsLoewyFactors): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DimensionsLoewyFactors): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DimensionsLoewyFactors)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDimensionsLoewyFactors" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1480 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DimensionsLoewyFactors)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1515 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ElementaryAbelianSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ElementaryAbelianSeries)" - ] - ], - "rank": 20037 - }, - { - "comment": "ElementaryAbelianSeries: handled by nice monomorphism: GroupSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "ElementaryAbelianSeries: perm group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 63 - }, - { - "comment": "ElementaryAbelianSeries: pcgs computable groups using `PcgsElementaryAbelianSeries'", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 52 - }, - { - "comment": "ElementaryAbelianSeries: generic method for groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "ElementaryAbelianSeries: list of pcgs computable groups", - "filters": [ - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 8 - }, - { - "comment": "ElementaryAbelianSeries: method for lists", - "filters": [ - [ - "IsList", - "IsFinite", - "Tester(IsFinite)" - ] - ], - "rank": 7 - }, - { - "comment": "ElementaryAbelianSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ElementaryAbelianSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetElementaryAbelianSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1515 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ElementaryAbelianSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ElementaryAbelianSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ElementaryAbelianSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasElementaryAbelianSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1515 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ElementaryAbelianSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1516 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ElementaryAbelianSeriesLargeSteps: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ElementaryAbelianSeriesLargeSteps)" - ] - ], - "rank": 20037 - }, - { - "comment": "ElementaryAbelianSeriesLargeSteps: handled by nice monomorphism: GroupSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "aka": [ - "DoEASLS" - ], - "comment": "ElementaryAbelianSeriesLargeSteps: remove spurious factors", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ElementaryAbelianSeriesLargeSteps: remove spurious factors", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "ElementaryAbelianSeriesLargeSteps: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ElementaryAbelianSeriesLargeSteps", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetElementaryAbelianSeriesLargeSteps" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1516 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ElementaryAbelianSeriesLargeSteps): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ElementaryAbelianSeriesLargeSteps): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ElementaryAbelianSeriesLargeSteps)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasElementaryAbelianSeriesLargeSteps" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1516 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ElementaryAbelianSeriesLargeSteps)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1539 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Exponent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Exponent)" - ] - ], - "rank": 20037 - }, - { - "comment": "Exponent: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "Exponent: method for abelian groups with generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ] - ], - "rank": 44 - }, - { - "comment": "Exponent: solvable group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 37 - }, - { - "comment": "Exponent: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "Exponent: for an ordinary character table", - "filters": [ - [ - "IsOrdinaryTable" - ] - ], - "rank": 22 - }, - { - "comment": "Exponent: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Exponent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExponent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - [ - [ - "IsNearlyCharacterTable" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1539 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Exponent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Exponent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Exponent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExponent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1539 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Exponent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1563 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FittingSubgroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FittingSubgroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "FittingSubgroup: for nilpotent group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)" - ] - ], - "rank": 10041 - }, - { - "comment": "FittingSubgroup: handled by nice monomorphism: Subgroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "FittingSubgroup: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 56 - }, - { - "comment": "FittingSubgroup: for ac pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)", - "Tester(AlmostCrystallographicInfo)" - ] - ], - "rank": 51 - }, - { - "comment": "FittingSubgroup: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "FittingSubgroup: generic method for groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "FittingSubgroup: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "FittingSubgroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FittingSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFittingSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1563 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FittingSubgroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FittingSubgroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FittingSubgroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFittingSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1563 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FittingSubgroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1604 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrefrattiniSubgroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PrefrattiniSubgroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "PrefrattiniSubgroup: pcgs computable groups using special pcgs", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 52 - }, - { - "comment": "PrefrattiniSubgroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrefrattiniSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPrefrattiniSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1604 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PrefrattiniSubgroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PrefrattiniSubgroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PrefrattiniSubgroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPrefrattiniSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1604 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PrefrattiniSubgroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1626 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FrattiniSubgroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FrattiniSubgroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "FrattiniSubgroup: handled by nice monomorphism: Subgroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "FrattiniSubgroup: method for trivial groups", - "filters": [ - [ - "IsTrivial", - "Tester(IsTrivial)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 71 - }, - { - "comment": "FrattiniSubgroup: for permgrp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "FrattiniSubgroup: pcgs computable groups using prefrattini and core", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 52 - }, - { - "comment": "FrattiniSubgroup: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "FrattiniSubgroup: for abelian groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ] - ], - "rank": 43 - }, - { - "comment": "FrattiniSubgroup: for nilpotent groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)" - ] - ], - "rank": 41 - }, - { - "comment": "FrattiniSubgroup: Using radical", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "FrattiniSubgroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "FrattiniSubgroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FrattiniSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFrattiniSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1626 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FrattiniSubgroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FrattiniSubgroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FrattiniSubgroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFrattiniSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1626 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FrattiniSubgroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1640 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InvariantForm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InvariantForm)" - ] - ], - "rank": 20037 - }, - { - "comment": "InvariantForm: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InvariantForm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInvariantForm" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1640 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InvariantForm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InvariantForm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InvariantForm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInvariantForm" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1640 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InvariantForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1661 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "JenningsSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(JenningsSeries)" - ] - ], - "rank": 20037 - }, - { - "comment": "JenningsSeries: handled by nice monomorphism: GroupSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "JenningsSeries: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "JenningsSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "JenningsSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetJenningsSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1661 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(JenningsSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(JenningsSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(JenningsSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasJenningsSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1661 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(JenningsSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1682 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LowerCentralSeriesOfGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LowerCentralSeriesOfGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "LowerCentralSeriesOfGroup: handled by nice monomorphism: GroupSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "LowerCentralSeriesOfGroup: for permgrp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "LowerCentralSeriesOfGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "LowerCentralSeriesOfGroup: fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "LowerCentralSeriesOfGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "LowerCentralSeriesOfGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LowerCentralSeriesOfGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLowerCentralSeriesOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1682 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LowerCentralSeriesOfGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LowerCentralSeriesOfGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LowerCentralSeriesOfGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLowerCentralSeriesOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1682 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LowerCentralSeriesOfGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1701 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NilpotencyClassOfGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NilpotencyClassOfGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "NilpotencyClassOfGroup: generic", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "NilpotencyClassOfGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NilpotencyClassOfGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNilpotencyClassOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1701 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NilpotencyClassOfGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NilpotencyClassOfGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NilpotencyClassOfGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNilpotencyClassOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1701 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NilpotencyClassOfGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1723 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MaximalNormalSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MaximalNormalSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "MaximalNormalSubgroups: for simple groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSimpleGroup", - "Tester(IsSimpleGroup)" - ] - ], - "rank": 10037 - }, - { - "comment": "MaximalNormalSubgroups: for solvable groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ] - ], - "rank": 43 - }, - { - "comment": "MaximalNormalSubgroups: for solvable groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 37 - }, - { - "comment": "MaximalNormalSubgroups: generic search", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "MaximalNormalSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MaximalNormalSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMaximalNormalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1723 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MaximalNormalSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MaximalNormalSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MaximalNormalSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMaximalNormalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1723 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MaximalNormalSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1737 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormalMaximalSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormalMaximalSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "NormalMaximalSubgroups: pcgs computable groups using special pcgs", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 52 - }, - { - "comment": "NormalMaximalSubgroups: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "NormalMaximalSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalMaximalSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormalMaximalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1737 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormalMaximalSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormalMaximalSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormalMaximalSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormalMaximalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1737 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormalMaximalSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1759 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MinimalNormalSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MinimalNormalSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "MinimalNormalSubgroups: for simple groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSimpleGroup", - "Tester(IsSimpleGroup)" - ] - ], - "rank": 10037 - }, - { - "comment": "MinimalNormalSubgroups: handled by nice monomorphism", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 378 - }, - { - "comment": "MinimalNormalSubgroups: for soluble groups: use AbelianMinimalNormalSubgroups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 50 - }, - { - "comment": "MinimalNormalSubgroups: redispatch if group is finite or soluble", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 49 - }, - { - "comment": "MinimalNormalSubgroups: generic search in NormalSubgroups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(NormalSubgroups)" - ] - ], - "rank": 45 - }, - { - "comment": "MinimalNormalSubgroups: for nilpotent groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)" - ] - ], - "rank": 44 - }, - { - "comment": "MinimalNormalSubgroups: compute from conjugacy classes", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "MinimalNormalSubgroups: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "MinimalNormalSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MinimalNormalSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMinimalNormalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1759 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MinimalNormalSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MinimalNormalSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MinimalNormalSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMinimalNormalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1759 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MinimalNormalSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1784 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormalSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormalSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "NormalSubgroups: via nice monomorphism", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 381 - }, - { - "comment": "NormalSubgroups: handled by nice monomorphism: subgroups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "NormalSubgroups: redispatch if group is finite or soluble", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 66 - }, - { - "comment": "NormalSubgroups: normal complement method for soluble perm groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 65 - }, - { - "aka": [ - "NormalSubgroupsCalc" - ], - "comment": "NormalSubgroups: homomorphism principle perm groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "NormalSubgroups: via IsomorphismPcGroup", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 50 - }, - { - "comment": "NormalSubgroups: normal complement method for pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 47 - }, - { - "comment": "NormalSubgroups: homomorphism principle pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 46 - }, - { - "comment": "NormalSubgroups: normal complement method for pcgs computable groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 41 - }, - { - "comment": "NormalSubgroups: generic class union", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "NormalSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1784 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormalSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormalSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormalSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormalSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1784 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormalSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1820 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NrConjugacyClasses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NrConjugacyClasses)" - ] - ], - "rank": 20037 - }, - { - "comment": "NrConjugacyClasses: for natural SL", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNaturalSL", - "Tester(IsNaturalSL)" - ] - ], - "rank": 399 - }, - { - "comment": "NrConjugacyClasses: for natural SU", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSubgroupSL", - "Tester(IsSubgroupSL)", - "IsFullSubgroupGLorSLRespectingSesquilinearForm", - "Tester(IsFullSubgroupGLorSLRespectingSesquilinearForm)" - ] - ], - "rank": 397 - }, - { - "comment": "NrConjugacyClasses: for natural GL", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNaturalGL", - "Tester(IsNaturalGL)" - ] - ], - "rank": 397 - }, - { - "comment": "NrConjugacyClasses: for GU(n,q)", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFullSubgroupGLorSLRespectingSesquilinearForm", - "Tester(IsFullSubgroupGLorSLRespectingSesquilinearForm)" - ] - ], - "rank": 395 - }, - { - "comment": "NrConjugacyClasses: handled by nice monomorphism: Attribute", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "NrConjugacyClasses", - "filters": [ - [ - "IsAttributeStoringRep", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(ConjugacyClasses)" - ] - ], - "rank": 38 - }, - { - "comment": "NrConjugacyClasses: for a group with known ordinary character table", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(OrdinaryCharacterTable)" - ] - ], - "rank": 36 - }, - { - "comment": "NrConjugacyClasses: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "NrConjugacyClasses: for an ordinary character table with underlying group", - "filters": [ - [ - "IsOrdinaryTable", - "Tester(UnderlyingGroup)" - ] - ], - "rank": 23 - }, - { - "comment": "NrConjugacyClasses: for a Brauer character table", - "filters": [ - [ - "IsBrauerTable" - ] - ], - "rank": 22 - }, - { - "comment": "NrConjugacyClasses: for a character table with known class lengths", - "filters": [ - [ - "IsNearlyCharacterTable", - "Tester(SizesConjugacyClasses)" - ] - ], - "rank": 21 - }, - { - "comment": "NrConjugacyClasses: for a character table with known centralizer orders", - "filters": [ - [ - "IsNearlyCharacterTable", - "Tester(SizesCentralizers)" - ] - ], - "rank": 21 - }, - { - "comment": "NrConjugacyClasses: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NrConjugacyClasses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNrConjugacyClasses" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - [ - [ - "IsNearlyCharacterTable" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1820 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NrConjugacyClasses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NrConjugacyClasses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NrConjugacyClasses)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNrConjugacyClasses" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1820 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NrConjugacyClasses)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Omega" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsFunction" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsFunction" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1848 - }, - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1849 - }, - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 668 - }, - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 669 - }, - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 670 - }, - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 671 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Omega", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 54 - }, - { - "comment": "Omega", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 38 - } - ], - "3args": [ - { - "comment": "Omega", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 73 - }, - { - "comment": "Omega", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 56 - }, - { - "comment": "Omega", - "filters": [ - [ - "IsFunction" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 39 - } - ], - "4args": [ - { - "aka": [ - "OmegaCons" - ], - "comment": "Omega", - "filters": [ - [ - "IsFunction" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 57 - } - ], - "5args": [], - "6args": [] - }, - "name": "Omega", - "type": "GAP_Operation" - }, - { - "aka": [ - "OmegaOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1851 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "OmegaOp: for p groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 73 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OmegaOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1852 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedOmegas: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedOmegas)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedOmegas", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ComputedOmegas: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedOmegas", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedOmegas" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1852 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedOmegas): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedOmegas): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedOmegas)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedOmegas" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1852 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedOmegas)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AgemoOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1878 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "AgemoOp: PGroups", - "filters": [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 81 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AgemoOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1879 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedAgemos: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedAgemos)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedAgemos", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ComputedAgemos: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedAgemos", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedAgemos" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1879 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedAgemos): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedAgemos): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedAgemos)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedAgemos" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1879 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedAgemos)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1902 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RadicalGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RadicalGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "RadicalGroup: TF method, use tree", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FittingFreeLiftSetup)" - ] - ], - "rank": 433 - }, - { - "comment": "RadicalGroup: handled by nice monomorphism: Subgroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "RadicalGroup: solvable group is its own radical", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 137 - }, - { - "comment": "RadicalGroup: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "RadicalGroup: factor out Fitting subgroup", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "RadicalGroup: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "RadicalGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RadicalGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRadicalGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1902 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RadicalGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RadicalGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RadicalGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRadicalGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1902 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RadicalGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1926 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RationalClasses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RationalClasses)" - ] - ], - "rank": 20037 - }, - { - "comment": "RationalClasses: via niceomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "RationalClasses: use classes", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "RationalClasses: trial", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "RationalClasses: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RationalClasses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRationalClasses" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1926 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RationalClasses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RationalClasses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RationalClasses)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRationalClasses" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1926 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RationalClasses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1956 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsSmallest: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsSmallest)" - ] - ], - "rank": 20014 - }, - { - "comment": "GeneratorsSmallest: matrix group via niceo", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 390 - }, - { - "comment": "GeneratorsSmallest: perm group via minimal stab chain", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "GeneratorsSmallest: for a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 44 - }, - { - "comment": "GeneratorsSmallest: group of pc words which is full family", - "filters": [ - [ - "Tester(FamilyPcgs)" - ] - ], - "rank": 41 - }, - { - "comment": "GeneratorsSmallest: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "GeneratorsSmallest: for a free monoid", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ] - ], - "rank": 26 - }, - { - "comment": "GeneratorsSmallest: for a free semigroup", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ] - ], - "rank": 20 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsSmallest", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsSmallest" - ], - "filters": [ - [ - [ - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1956 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsSmallest): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsSmallest): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsSmallest)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsSmallest" - ], - "filters": [ - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1956 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsSmallest)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1974 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LargestElementGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LargestElementGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "LargestElementGroup: matrix group via niceo", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 390 - }, - { - "comment": "LargestElementGroup: perm group via minimal stab chain", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "LargestElementGroup: use `EnumeratorSorted'", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "LargestElementGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LargestElementGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLargestElementGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1974 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LargestElementGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LargestElementGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LargestElementGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLargestElementGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 1974 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LargestElementGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2010 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MinimalGeneratingSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MinimalGeneratingSet)" - ] - ], - "rank": 20037 - }, - { - "comment": "MinimalGeneratingSet", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 369 - }, - { - "comment": "MinimalGeneratingSet: cyclic groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCyclic", - "Tester(IsCyclic)" - ] - ], - "rank": 116 - }, - { - "comment": "MinimalGeneratingSet: compute via Smith normal form", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 93 - }, - { - "comment": "MinimalGeneratingSet: pcgs computable groups using special pcgs", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 62 - }, - { - "comment": "MinimalGeneratingSet: for a subgroup of a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 50 - }, - { - "comment": "MinimalGeneratingSet: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "MinimalGeneratingSet: solvable group via pc", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "MinimalGeneratingSet: fallback method to inform user", - "filters": [ - [] - ], - "rank": 0 - }, - { - "comment": "MinimalGeneratingSet: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MinimalGeneratingSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMinimalGeneratingSet" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2010 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MinimalGeneratingSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MinimalGeneratingSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MinimalGeneratingSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMinimalGeneratingSet" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2010 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MinimalGeneratingSet)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2035 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SmallGeneratingSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SmallGeneratingSet)" - ] - ], - "rank": 20037 - }, - { - "comment": "SmallGeneratingSet", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 369 - }, - { - "comment": "SmallGeneratingSet: using minimal generating set", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 62 - }, - { - "comment": "SmallGeneratingSet: random and generators subset, randsims", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "SmallGeneratingSet: for a subgroup of a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 50 - }, - { - "comment": "SmallGeneratingSet: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "SmallGeneratingSet: generators subset", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "SmallGeneratingSet: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SmallGeneratingSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSmallGeneratingSet" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2035 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SmallGeneratingSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SmallGeneratingSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SmallGeneratingSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSmallGeneratingSet" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2035 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SmallGeneratingSet)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2058 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SupersolvableResiduum: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SupersolvableResiduum)" - ] - ], - "rank": 20037 - }, - { - "comment": "SupersolvableResiduum: method for finite groups (call `SupersolvableResiduumDefault')", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "SupersolvableResiduum: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SupersolvableResiduum", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSupersolvableResiduum" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2058 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SupersolvableResiduum): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SupersolvableResiduum): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SupersolvableResiduum)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSupersolvableResiduum" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2058 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SupersolvableResiduum)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2118 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComplementSystem: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComplementSystem)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComplementSystem: generic method for finite groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "ComplementSystem: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComplementSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComplementSystem" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2118 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComplementSystem): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComplementSystem): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComplementSystem)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComplementSystem" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2118 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComplementSystem)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2146 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SylowSystem: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SylowSystem)" - ] - ], - "rank": 20037 - }, - { - "comment": "SylowSystem: generic method for finite groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "SylowSystem: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SylowSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSylowSystem" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2146 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SylowSystem): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SylowSystem): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SylowSystem)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSylowSystem" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2146 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SylowSystem)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2174 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "HallSystem: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(HallSystem)" - ] - ], - "rank": 20037 - }, - { - "comment": "HallSystem: test whether finite group is solvable", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "HallSystem: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HallSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetHallSystem" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2174 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(HallSystem): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(HallSystem): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(HallSystem)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasHallSystem" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2174 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(HallSystem)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2216 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Socle: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Socle)" - ] - ], - "rank": 20037 - }, - { - "comment": "Socle: for elementary abelian groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsElementaryAbelian", - "Tester(IsElementaryAbelian)" - ] - ], - "rank": 10047 - }, - { - "comment": "Socle: for nilpotent groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)" - ] - ], - "rank": 10041 - }, - { - "comment": "Socle: for simple groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSimpleGroup", - "Tester(IsSimpleGroup)" - ] - ], - "rank": 10037 - }, - { - "comment": "Socle", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "Socle", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "Socle: for permgrp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "Socle: for finite soluble group, via SolubleSocle", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ] - ], - "rank": 50 - }, - { - "comment": "Socle: redispatch if group is finite or soluble", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 49 - }, - { - "comment": "Socle: for p-groups", - "filters": [ - [ - "IsPGroup", - "Tester(IsPGroup)" - ] - ], - "rank": 43 - }, - { - "comment": "Socle: from normal subgroups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "Socle: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "Socle: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Socle", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSocle" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2216 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Socle): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Socle): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Socle)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSocle" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2216 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Socle)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2237 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UpperCentralSeriesOfGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UpperCentralSeriesOfGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "UpperCentralSeriesOfGroup: handled by nice monomorphism: GroupSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "UpperCentralSeriesOfGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "UpperCentralSeriesOfGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "UpperCentralSeriesOfGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UpperCentralSeriesOfGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUpperCentralSeriesOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2237 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UpperCentralSeriesOfGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UpperCentralSeriesOfGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UpperCentralSeriesOfGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUpperCentralSeriesOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2237 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UpperCentralSeriesOfGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "EulerianFunction" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2274 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "EulerianFunction: for a group with table of marks", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(TableOfMarks)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 65 - }, - { - "comment": "EulerianFunction: pcgs computable groups using special pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 55 - }, - { - "comment": "EulerianFunction: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 1 - }, - { - "comment": "EulerianFunction: for a group, compute table of marks", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EulerianFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2311 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsSubgroup: perm groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "comment": "AsSubgroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "ClassMultiplicationCoefficient" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection" - ], - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - [ - [ - "IsOrdinaryTable" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2328 - }, - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2330 - }, - { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2842 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "ClassMultiplicationCoefficient: for an ord. table, and three pos. integers", - "filters": [ - [ - "IsOrdinaryTable" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 89 - } - ], - "5args": [], - "6args": [] - }, - "name": "ClassMultiplicationCoefficient", - "type": "GAP_Operation" - }, - { - "aka": [ - "ClosureGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2381 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ClosureGroup: for two groups, the bigger conatining the whole family", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 10072 - }, - { - "comment": "ClosureGroup: method for group that contains the whole family", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 10042 - }, - { - "comment": "ClosureGroup: handled by nice monomorphism:group CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "ClosureGroup: by niceo", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 375 - }, - { - "comment": "ClosureGroup: permgroup, elements", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsPerm)" - ] - ], - "rank": 119 - }, - { - "comment": "ClosureGroup: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "ClosureGroup: for subgroup of fp group, and subgroup", - "filters": [ - [ - "Tester(ParentAttr)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 75 - }, - { - "comment": "ClosureGroup: empty list", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 75 - }, - { - "comment": "ClosureGroup: groups with home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ], - "rank": 72 - }, - { - "comment": "ClosureGroup: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "ClosureGroup: permgroup, element", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPerm" - ] - ], - "rank": 66 - }, - { - "comment": "ClosureGroup: AffineCrystGroupOnLeft method for group and element", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 60 - }, - { - "comment": "ClosureGroup: AffineCrystGroupOnRight method for group and element", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 60 - }, - { - "comment": "ClosureGroup: for group and empty element list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 52 - }, - { - "comment": "ClosureGroup: subgrp fp: Has coset table", - "filters": [ - [ - "Tester(ParentAttr)", - "IsSubgroupFpGroup", - "Tester(CosetTableInWholeGroup)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 45 - }, - { - "comment": "ClosureGroup: subgrp fp: by quotient subgroup", - "filters": [ - [ - "Tester(ParentAttr)", - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 44 - }, - { - "comment": "ClosureGroup: groups with home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 41 - }, - { - "aka": [ - "ClosureGroupIntest" - ], - "comment": "ClosureGroup: groups with cheap membership test", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyTestMembership" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 41 - }, - { - "comment": "ClosureGroup: generic method for group and element", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 40 - }, - { - "comment": "ClosureGroup: for group and element list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection" - ] - ], - "rank": 37 - }, - { - "comment": "ClosureGroup: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 0 - } - ], - "3args": [ - { - "aka": [ - "DoClosurePrmGp" - ], - "comment": "ClosureGroup: permgroup, elements, options", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsPerm)" - ], - [ - "IsRecord" - ] - ], - "rank": 120 - }, - { - "comment": "ClosureGroup: permgroup, permgroup, options", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsRecord" - ] - ], - "rank": 117 - }, - { - "comment": "ClosureGroup: empty list and options", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsRecord" - ] - ], - "rank": 76 - }, - { - "comment": "ClosureGroup: permgroup, element, options", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPerm" - ], - [ - "IsRecord" - ] - ], - "rank": 67 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ClosureGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "CommutatorSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2463 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CommutatorSubgroup: handled by nice monomorphism:group CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "CommutatorSubgroup: permgroups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "comment": "CommutatorSubgroup: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "CommutatorSubgroup: normal subgroup with whole fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ] - ], - "rank": 77 - }, - { - "aka": [ - "CoSuFp" - ], - "comment": "CommutatorSubgroup: whole fp group with normal subgroup", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 77 - }, - { - "comment": "CommutatorSubgroup: normal subgroup with whole fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "CommutatorSubgroup: groups with home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ], - "rank": 72 - }, - { - "comment": "CommutatorSubgroup: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CommutatorSubgroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2488 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ConjugateGroup: handled by nice monomorphism: group CollElm", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 376 - }, - { - "comment": "ConjugateGroup: <P>, <g>", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPerm" - ] - ], - "rank": 66 - }, - { - "comment": "ConjugateGroup: method for AffineCrystGroupOnLeft and element", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 60 - }, - { - "comment": "ConjugateGroup: method for AffineCrystGroupOnRight and element", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 60 - }, - { - "comment": "ConjugateGroup: subgroups of fp group with coset table", - "filters": [ - [ - "IsSubgroupFpGroup", - "Tester(CosetTableInWholeGroup)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 44 - }, - { - "comment": "ConjugateGroup: subgroups of fp group by quotient", - "filters": [ - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 43 - }, - { - "comment": "ConjugateGroup: groups with home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 41 - }, - { - "comment": "ConjugateGroup: <G>, <g>", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 40 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugateGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "ConjugateSubgroup" - ], - "filters": [ - [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2515 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ConjugateSubgroup: for group with parent, and group element", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 41 - }, - { - "comment": "ConjugateSubgroup: for group without parent", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 40 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugateSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "ConjugateSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2533 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ConjugateSubgroups: groups with home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ], - "rank": 72 - }, - { - "comment": "ConjugateSubgroups: generic", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugateSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "CoreOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2558 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CoreOp: handled by nice monomorphism:group CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "CoreOp: subgroups of fp group by quotient", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 75 - }, - { - "comment": "CoreOp: subgroups of fp group: use quotient rep", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "CoreOp: pcgs computable groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 71 - }, - { - "comment": "CoreOp: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoreOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2558 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CoreInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CoreInParent)" - ] - ], - "rank": 20037 - }, - { - "comment": "CoreInParent: method that calls the two-argument operation CoreOp", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "CoreInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoreInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCoreInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2558 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CoreInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CoreInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CoreInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCoreInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2558 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CoreInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Core" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2558 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Core: try to exploit the in-parent attribute CoreInParent", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 68 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Core", - "type": "GAP_Operation" - }, - { - "aka": [ - "CosetTable" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2624 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CosetTable: for finitely presented groups", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 75 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CosetTable", - "type": "GAP_Operation" - }, - { - "aka": [ - "CosetTableNormalClosure" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2640 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CosetTableNormalClosure: for finitely presented groups", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 75 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CosetTableNormalClosure", - "type": "GAP_Operation" - }, - { - "aka": [ - "FactorGroupNC" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2673 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FactorGroupNC", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "FactorGroupNC: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FactorGroupNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "NaturalHomomorphism" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2690 - }, - { - "file": "/home/makx/ac/gap/pkg/polycyclic-2.11/gap/basic/basic.gd", - "line": 51 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NaturalHomomorphism: for a group with natural homomorphism stored", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - } - ], - "2args": [ - { - "comment": "NaturalHomomorphism: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalHomomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "IndexOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ], - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2720 - }, - { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2616 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IndexOp: handled by nice monomorphism: attribute CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "IndexOp: AffineCrystGroupOnLeft", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 110 - }, - { - "comment": "IndexOp: AffineCrystGroupOnRight", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 110 - }, - { - "comment": "IndexOp: for free groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 100 - }, - { - "comment": "IndexOp: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "IndexOp: for finitely presented group in whole group", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 77 - }, - { - "comment": "IndexOp: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "IndexOp: for two character tables", - "filters": [ - [ - "IsNearlyCharacterTable" - ], - [ - "IsNearlyCharacterTable" - ] - ], - "rank": 40 - }, - { - "comment": "IndexOp: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - } - ], - "3args": [ - { - "comment": "IndexOp: for free groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsBool" - ] - ], - "rank": 101 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndexOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2720 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndexInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndexInParent)" - ] - ], - "rank": 20037 - }, - { - "comment": "IndexInParent: method that calls the two-argument operation IndexOp", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IndexInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndexInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndexInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2720 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndexInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndexInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndexInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndexInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2720 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndexInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Index" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ], - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2720 - }, - { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2614 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Index: try to exploit the in-parent attribute IndexInParent", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 68 - }, - { - "comment": "Index: for two character tables", - "filters": [ - [ - "IsNearlyCharacterTable" - ], - [ - "IsNearlyCharacterTable" - ] - ], - "rank": 40 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Index", - "type": "GAP_Operation" - }, - { - "aka": [ - "IndexNC" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ], - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2722 - }, - { - "file": "/home/makx/ac/gap/lib/ctbl.gd", - "line": 2618 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IndexNC: for two groups with known Size value", - "filters": [ - [ - "Tester(Size)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "Tester(Size)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 751 - }, - { - "comment": "IndexNC: handled by nice monomorphism: attribute CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "IndexNC: AffineCrystGroupOnLeft", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 110 - }, - { - "comment": "IndexNC: AffineCrystGroupOnRight", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 110 - }, - { - "comment": "IndexNC: for free groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 100 - }, - { - "comment": "IndexNC: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "IndexNC: for finitely presented groups", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "IndexNC: generic method for two groups (the second one being finite)", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "IndexNC: for two character tables", - "filters": [ - [ - "IsNearlyCharacterTable" - ], - [ - "IsNearlyCharacterTable" - ] - ], - "rank": 40 - }, - { - "comment": "IndexNC: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndexNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2741 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndexInWholeGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndexInWholeGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IndexInWholeGroup: for a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 50 - }, - { - "comment": "IndexInWholeGroup: for full fp group", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ] - ], - "rank": 40 - }, - { - "comment": "IndexInWholeGroup: subgroup fp by quotient", - "filters": [ - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 38 - }, - { - "comment": "IndexInWholeGroup: subgroup fp", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "IndexInWholeGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndexInWholeGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndexInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2741 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndexInWholeGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndexInWholeGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndexInWholeGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndexInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2741 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndexInWholeGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2771 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndependentGeneratorsOfAbelianGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndependentGeneratorsOfAbelianGroup)" - ] - ], - "rank": 20045 - }, - { - "comment": "IndependentGeneratorsOfAbelianGroup: for groups of FFE", - "filters": [ - [ - "CategoryCollections(IsFFE)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 396 - }, - { - "comment": "IndependentGeneratorsOfAbelianGroup: for perm group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ] - ], - "rank": 72 - }, - { - "comment": "IndependentGeneratorsOfAbelianGroup: for an abelian pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 59 - }, - { - "comment": "IndependentGeneratorsOfAbelianGroup: Use Pcgs and NormalFormIntMat to find the independent generators", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 47 - }, - { - "aka": [ - "IndependentGeneratorsOfMaximalAbelianQuotientOfFpGroup" - ], - "comment": "IndependentGeneratorsOfAbelianGroup: For abelian fpgroup, use Smith normal form", - "filters": [ - [ - "IsCommutative", - "Tester(IsCommutative)", - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 46 - }, - { - "comment": "IndependentGeneratorsOfAbelianGroup: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 44 - }, - { - "comment": "IndependentGeneratorsOfAbelianGroup: finite abelian group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ] - ], - "rank": 43 - }, - { - "comment": "IndependentGeneratorsOfAbelianGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndependentGeneratorsOfAbelianGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndependentGeneratorsOfAbelianGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2771 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndependentGeneratorsOfAbelianGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndependentGeneratorsOfAbelianGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndependentGeneratorsOfAbelianGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndependentGeneratorsOfAbelianGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2771 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndependentGeneratorsOfAbelianGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IndependentGeneratorExponents" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2804 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IndependentGeneratorExponents: for groups of FFE", - "filters": [ - [ - "CategoryCollections(IsFFE)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsFFE" - ] - ], - "rank": 411 - }, - { - "comment": "IndependentGeneratorExponents: for an abelian pcp group and an element", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsPcpElement" - ] - ], - "rank": 65 - }, - { - "comment": "IndependentGeneratorExponents: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "Tester(DirectProductInfo)" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsDirectProductElement" - ] - ], - "rank": 59 - }, - { - "comment": "IndependentGeneratorExponents", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 48 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndependentGeneratorExponents", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsConjugate" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2840 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "IsConjugate: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 150 - }, - { - "comment": "IsConjugate: subgroups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 105 - }, - { - "comment": "IsConjugate: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsPcpElement" - ], - [ - "IsPcpElement" - ] - ], - "rank": 62 - }, - { - "comment": "IsConjugate: group elements", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 45 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsConjugate", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsNormalOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2866 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsNormalOp: handled by nice monomorphism: attribute CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "IsNormalOp: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 96 - }, - { - "comment": "IsNormalOp: subgroups of fp group by quot. rep in full fp grp.", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 78 - }, - { - "comment": "IsNormalOp: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNormalOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2866 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNormalInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNormalInParent)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsNormalInParent: method that calls the two-argument operation IsNormalOp", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsNormalInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNormalInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNormalInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2866 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNormalInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNormalInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNormalInParent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2866 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNormalInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsNormal" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2866 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsNormal: try to exploit the in-parent attribute IsNormalInParent", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 68 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNormal", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsCharacteristicSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2887 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsCharacteristicSubgroup: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCharacteristicSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsPNilpotentOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2904 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsPNilpotentOp: for a group with special pcgs: test for normal Hall subgroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(SpecialPcgs)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 72 - }, - { - "comment": "IsPNilpotentOp: check if p divides order of hypocentre", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 63 - }, - { - "comment": "IsPNilpotentOp: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPNilpotentOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2904 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedIsPNilpotents: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedIsPNilpotents)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedIsPNilpotents: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 34 - }, - { - "comment": "ComputedIsPNilpotents: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedIsPNilpotents", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedIsPNilpotents" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2904 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedIsPNilpotents): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedIsPNilpotents): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedIsPNilpotents)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedIsPNilpotents" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2904 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedIsPNilpotents)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsPNilpotent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2904 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsPNilpotent: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPNilpotent", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsPNilpotent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2904 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HasIsPNilpotent: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HasIsPNilpotent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPNilpotent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2904 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetIsPNilpotent: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 53 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetIsPNilpotent", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsPSolvableOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2923 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsPSolvableOp: for solvable groups: return true", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 10067 - }, - { - "comment": "IsPSolvableOp: generic method: build descending series with abelian or p'-factors", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 63 - }, - { - "comment": "IsPSolvableOp: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPSolvableOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2923 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedIsPSolvables: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedIsPSolvables)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedIsPSolvables: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 34 - }, - { - "comment": "ComputedIsPSolvables: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedIsPSolvables", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedIsPSolvables" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2923 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedIsPSolvables): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedIsPSolvables): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedIsPSolvables)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedIsPSolvables" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2923 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedIsPSolvables)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsPSoluble", - "IsPSolvable" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2923 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsPSolvable: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPSolvable", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsPSolvable" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2923 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HasIsPSolvable: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HasIsPSolvable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPSolvable" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2923 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetIsPSolvable: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 53 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetIsPSolvable", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsSubnormal" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 2983 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsSubnormal: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSubnormal", - "type": "GAP_Operation" - }, - { - "aka": [ - "NormalClosureOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3007 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NormalClosureOp: handled by nice monomorphism:group CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "NormalClosureOp: subgroup of perm group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "comment": "NormalClosureOp: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "NormalClosureOp: whole fp group with normal subgroup", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 77 - }, - { - "comment": "NormalClosureOp: groups with home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ], - "rank": 72 - }, - { - "comment": "NormalClosureOp: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "NormalClosureOp: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalClosureOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3007 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormalClosureInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormalClosureInParent)" - ] - ], - "rank": 20037 - }, - { - "comment": "NormalClosureInParent: method that calls the two-argument operation NormalClosureOp", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "NormalClosureInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalClosureInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormalClosureInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3007 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormalClosureInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormalClosureInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormalClosureInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormalClosureInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3007 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormalClosureInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "NormalClosure" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3007 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NormalClosure: try to exploit the in-parent attribute NormalClosureInParent", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 68 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalClosure", - "type": "GAP_Operation" - }, - { - "aka": [ - "NormalIntersection" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3030 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NormalIntersection: handled by nice monomorphism:group CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "NormalIntersection: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "NormalIntersection: method for two groups with home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ], - "rank": 72 - }, - { - "comment": "NormalIntersection: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalIntersection", - "type": "GAP_Operation" - }, - { - "aka": [ - "NormaliserOp", - "NormalizerOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3064 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormalizerOp", - "filters": [ - [ - "IsConjugacyClassSubgroupsRep" - ] - ], - "rank": 11 - } - ], - "2args": [ - { - "comment": "NormalizerOp: handled by nice monomorphism: Subgroup CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "aka": [ - "DoNormalizerSA" - ], - "comment": "NormalizerOp: subgp of natural alternating group", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 120 - }, - { - "comment": "NormalizerOp: subgp of natural symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 120 - }, - { - "aka": [ - "NormalizerPermGroup" - ], - "comment": "NormalizerOp: perm group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "comment": "NormalizerOp: two AffineCrystGroupsOnLeft", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 110 - }, - { - "comment": "NormalizerOp: two AffineCrystGroupsOnRight", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 110 - }, - { - "comment": "NormalizerOp", - "filters": [ - [ - "IsNaturalGL", - "Tester(IsNaturalGL)", - "IsIntegerMatrixGroup", - "Tester(IsIntegerMatrixGroup)" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 104 - }, - { - "comment": "NormalizerOp: for a subgroup of a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 100 - }, - { - "comment": "NormalizerOp: for a pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "NormalizerOp: in whole group by quot. rep", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 78 - }, - { - "comment": "NormalizerOp: subgroups of fp group by quot. rep", - "filters": [ - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ], - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 76 - }, - { - "comment": "NormalizerOp: subgroups of fp group: find stabilizing cosets", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "NormalizerOp: for groups with home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ], - "rank": 73 - }, - { - "comment": "NormalizerOp: slightly better orbit algorithm for pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ], - "rank": 72 - }, - { - "comment": "NormalizerOp: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "NormalizerOp: for an element in a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 55 - }, - { - "comment": "NormalizerOp: generic method for group and Element", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 40 - }, - { - "comment": "NormalizerOp: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalizerOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3064 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormalizerInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormalizerInParent)" - ] - ], - "rank": 20003 - }, - { - "comment": "NormalizerInParent: method that calls the two-argument operation NormalizerOp", - "filters": [ - [ - "Tester(ParentAttr)" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalizerInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormalizerInParent" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3064 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormalizerInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormalizerInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormalizerInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormalizerInParent" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3064 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormalizerInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Normaliser", - "Normalizer" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3064 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Normalizer: try to exploit the in-parent attribute NormalizerInParent", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "Normalizer: perm group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 174 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Normalizer", - "type": "GAP_Operation" - }, - { - "aka": [ - "CentraliserModulo", - "CentralizerModulo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3087 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "CentralizerModulo: group centralizer via generators", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 107 - }, - { - "comment": "CentralizerModulo: pcgs computable groups, for elm", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 77 - }, - { - "comment": "CentralizerModulo: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 0 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CentralizerModulo", - "type": "GAP_Operation" - }, - { - "aka": [ - "PCentralSeriesOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3106 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PCentralSeriesOp: handled by nice monomorphism: GroupSeries CollOther", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 389 - }, - { - "comment": "PCentralSeriesOp: method for pc groups and prime", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 81 - }, - { - "comment": "PCentralSeriesOp: for permgrp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 77 - }, - { - "comment": "PCentralSeriesOp", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 69 - }, - { - "comment": "PCentralSeriesOp: generic method for group and prime", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 54 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PCentralSeriesOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3106 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedPCentralSeriess: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedPCentralSeriess)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedPCentralSeriess: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 34 - }, - { - "comment": "ComputedPCentralSeriess: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedPCentralSeriess", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedPCentralSeriess" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3106 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedPCentralSeriess): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedPCentralSeriess): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedPCentralSeriess)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedPCentralSeriess" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3106 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedPCentralSeriess)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PCentralSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3106 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PCentralSeries: pGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - } - ], - "2args": [ - { - "comment": "PCentralSeries: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PCentralSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPCentralSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3106 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HasPCentralSeries: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HasPCentralSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPCentralSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3106 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetPCentralSeries: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 53 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetPCentralSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "PRumpOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3126 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PRumpOp: for a pcp group and a prime", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 69 - }, - { - "comment": "PRumpOp: generic method for group and prime", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 54 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PRumpOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3126 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedPRumps: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedPRumps)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedPRumps: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 34 - }, - { - "comment": "ComputedPRumps: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedPRumps", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedPRumps" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3126 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedPRumps): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedPRumps): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedPRumps)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedPRumps" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3126 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedPRumps)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PRump" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3126 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PRump: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PRump", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPRump" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3126 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HasPRump: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HasPRump", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPRump" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3126 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetPRump: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 53 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetPRump", - "type": "GAP_Operation" - }, - { - "aka": [ - "PCoreOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3151 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PCoreOp: handled by nice monomorphism: subgroup CollOther", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 389 - }, - { - "comment": "PCoreOp: for a permutation group, and a positive integer", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 77 - }, - { - "comment": "PCoreOp: generic method for nilpotent group and prime", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 73 - }, - { - "comment": "PCoreOp: generic method for group and prime", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 54 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PCoreOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3151 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedPCores: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedPCores)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedPCores: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 34 - }, - { - "comment": "ComputedPCores: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedPCores", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedPCores" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3151 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedPCores): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedPCores): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedPCores)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedPCores" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3151 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedPCores)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PCore" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3151 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PCore: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PCore", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPCore" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3151 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HasPCore: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HasPCore", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPCore" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3151 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetPCore: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 53 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetPCore", - "type": "GAP_Operation" - }, - { - "aka": [ - "SubnormalSeriesOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3175 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SubnormalSeriesOp: handled by nice monomorphism: GroupSeries CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "SubnormalSeriesOp: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SubnormalSeriesOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3175 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SubnormalSeriesInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SubnormalSeriesInParent)" - ] - ], - "rank": 20037 - }, - { - "comment": "SubnormalSeriesInParent: method that calls the two-argument operation SubnormalSeriesOp", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "SubnormalSeriesInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SubnormalSeriesInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSubnormalSeriesInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3175 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SubnormalSeriesInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SubnormalSeriesInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SubnormalSeriesInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSubnormalSeriesInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3175 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SubnormalSeriesInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SubnormalSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3175 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SubnormalSeries: try to exploit the in-parent attribute SubnormalSeriesInParent", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 68 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SubnormalSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SylowSubgroupOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3201 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SylowSubgroupOp: Direct construction for natural GL", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNaturalGL", - "Tester(IsNaturalGL)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 416 - }, - { - "comment": "SylowSubgroupOp: handled by nice monomorphism: subgroup CollOther", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 389 - }, - { - "comment": "SylowSubgroupOp: pcgs computable groups using special pcgs", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 171 - }, - { - "comment": "SylowSubgroupOp: symmetric", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 81 - }, - { - "comment": "SylowSubgroupOp: alternating", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 81 - }, - { - "comment": "SylowSubgroupOp: permutation groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 77 - }, - { - "comment": "SylowSubgroupOp: method for a nilpotent group, and a prime", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 73 - }, - { - "comment": "SylowSubgroupOp", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 69 - }, - { - "comment": "SylowSubgroupOp: generic method for group and prime", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 54 - }, - { - "comment": "SylowSubgroupOp: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SylowSubgroupOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3201 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedSylowSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedSylowSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedSylowSubgroups: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 34 - }, - { - "comment": "ComputedSylowSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedSylowSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedSylowSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3201 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedSylowSubgroups): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedSylowSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedSylowSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedSylowSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3201 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedSylowSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SylowSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3201 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SylowSubgroup: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SylowSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSylowSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3201 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HasSylowSubgroup: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HasSylowSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSylowSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3201 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetSylowSubgroup: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 53 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetSylowSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SylowComplementOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3228 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SylowComplementOp: test trivial case", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "Tester(Size)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 10065 - }, - { - "comment": "SylowComplementOp: pcgs computable groups using special pcgs", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 151 - }, - { - "comment": "SylowComplementOp: via IsomoprhismPcGroup", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 67 - }, - { - "comment": "SylowComplementOp: redispatch if group is finite or soluble", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 1 - }, - { - "comment": "SylowComplementOp: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 1 - }, - { - "comment": "SylowComplementOp: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SylowComplementOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3228 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedSylowComplements: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedSylowComplements)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedSylowComplements: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 34 - }, - { - "comment": "ComputedSylowComplements: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedSylowComplements", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedSylowComplements" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3228 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedSylowComplements): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedSylowComplements): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedSylowComplements)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedSylowComplements" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3228 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedSylowComplements)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SylowComplement" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3228 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SylowComplement: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SylowComplement", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSylowComplement" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3228 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HasSylowComplement: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HasSylowComplement", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSylowComplement" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3228 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetSylowComplement: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 53 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetSylowComplement", - "type": "GAP_Operation" - }, - { - "aka": [ - "HallSubgroupOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3273 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HallSubgroupOp: test trivial cases", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "Tester(Size)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 10048 - }, - { - "comment": "HallSubgroupOp: via niceomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsList" - ] - ], - "rank": 372 - }, - { - "comment": "HallSubgroupOp: method for a nilpotent group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)" - ], - [ - "IsList" - ] - ], - "rank": 56 - }, - { - "comment": "HallSubgroupOp: pcgs computable groups using special pcgs", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsList" - ] - ], - "rank": 54 - }, - { - "comment": "HallSubgroupOp: via IsomoprhismPcGroup", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ], - [ - "IsList" - ] - ], - "rank": 50 - }, - { - "comment": "HallSubgroupOp: fitting free", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanComputeFittingFree" - ], - [ - "IsList" - ] - ], - "rank": 47 - }, - { - "comment": "HallSubgroupOp: redispatch if group is finite or soluble", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 1 - }, - { - "comment": "HallSubgroupOp: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 1 - }, - { - "comment": "HallSubgroupOp: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HallSubgroupOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3273 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedHallSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedHallSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedHallSubgroups: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 34 - }, - { - "comment": "ComputedHallSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedHallSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedHallSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3273 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedHallSubgroups): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedHallSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedHallSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedHallSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3273 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedHallSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HallSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3273 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HallSubgroup: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 36 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HallSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasHallSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3273 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HasHallSubgroup: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 36 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HasHallSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetHallSubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3273 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetHallSubgroup: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [] - ], - "rank": 36 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetHallSubgroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3312 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormalHallSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormalHallSubgroups)" - ] - ], - "rank": 20037 - }, - { - "comment": "NormalHallSubgroups: by normal closure of Sylow subgroups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanComputeSizeAnySubgroup" - ] - ], - "rank": 47 - }, - { - "comment": "NormalHallSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalHallSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormalHallSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3312 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormalHallSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormalHallSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormalHallSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormalHallSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3312 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormalHallSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "NrConjugacyClassesInSupergroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3326 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NrConjugacyClassesInSupergroup: handled by nice monomorphism: attribute CollColl", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 740 - }, - { - "comment": "NrConjugacyClassesInSupergroup: generic method for two groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NrConjugacyClassesInSupergroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "Factorization" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3369 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "GenericFactorizationGroup" - ], - "comment": "Factorization: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 40 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Factorization", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3410 - }, - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3412 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GrowthFunctionOfGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GrowthFunctionOfGroup)" - ] - ], - "rank": 20038 - }, - { - "comment": "GrowthFunctionOfGroup: finite groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 45 - }, - { - "comment": "GrowthFunctionOfGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "GrowthFunctionOfGroup: groups and orders", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 55 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GrowthFunctionOfGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGrowthFunctionOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3410 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GrowthFunctionOfGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GrowthFunctionOfGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GrowthFunctionOfGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGrowthFunctionOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3410 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GrowthFunctionOfGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "GroupByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ], - [ - [ - "IsCollection" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3437 - }, - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3439 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "GroupWithGenerators" - ], - "comment": "GroupByGenerators: delegate to `GroupWithGenerators'", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "GroupByGenerators: delegate to `GroupWithGenerators'", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 22 - }, - { - "comment": "GroupByGenerators: delegate to `GroupWithGenerators'", - "filters": [ - [ - "IsCollection" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GroupByGenerators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ], - [ - [ - "IsCollection" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3461 - }, - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3463 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GroupWithGenerators: method for pc elements collection", - "filters": [ - [ - "IsCollection", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 25 - }, - { - "comment": "GroupWithGenerators: list of matrices", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))" - ] - ], - "rank": 19 - }, - { - "comment": "GroupWithGenerators: for a homogeneous list (of class functions)", - "filters": [ - [ - "IsHomogeneousList" - ] - ], - "rank": 4 - }, - { - "comment": "GroupWithGenerators: generic method for collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "GroupWithGenerators: for empty list and trivial character", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsClassFunction" - ] - ], - "rank": 48 - }, - { - "comment": "GroupWithGenerators: list of matrices with identity", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))" - ], - [ - "IsMultiplicativeElementWithInverse", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 47 - }, - { - "comment": "GroupWithGenerators: for list (of class functions) and class function", - "filters": [ - [ - "IsHomogeneousList" - ], - [ - "IsClassFunction" - ] - ], - "rank": 35 - }, - { - "comment": "GroupWithGenerators: method for empty pc collection and identity element", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector" - ] - ], - "rank": 35 - }, - { - "comment": "GroupWithGenerators: method for pc collection and identity element", - "filters": [ - [ - "IsCollection", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsMultiplicativeElementWithInverseByPolycyclicCollector" - ] - ], - "rank": 23 - }, - { - "comment": "GroupWithGenerators: method for empty list and element", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 22 - }, - { - "comment": "GroupWithGenerators: generic method for collection and identity element", - "filters": [ - [ - "IsCollection" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GroupWithGenerators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3574 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ElementTestFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ElementTestFunction)" - ] - ], - "rank": 20037 - }, - { - "comment": "ElementTestFunction: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ElementTestFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetElementTestFunction" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3574 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ElementTestFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ElementTestFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ElementTestFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasElementTestFunction" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3574 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ElementTestFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightTransversalOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3683 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RightTransversalOp: for trivial subgroup, call `EnumeratorSorted' for the big group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsTrivial", - "Tester(IsTrivial)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 206 - }, - { - "comment": "RightTransversalOp: for two perm. groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "aka": [ - "DoRightTransversalPc" - ], - "comment": "RightTransversalOp: pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 81 - }, - { - "comment": "RightTransversalOp: pc groups", - "filters": [ - [ - "Tester(Pcgs)", - "CanEasilyComputePcgs" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 76 - }, - { - "comment": "RightTransversalOp: via coset table", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "RightTransversalOp: generic, use RightCosets", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightTransversalOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3683 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RightTransversalInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RightTransversalInParent)" - ] - ], - "rank": 20037 - }, - { - "comment": "RightTransversalInParent: method that calls the two-argument operation RightTransversalOp", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "RightTransversalInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightTransversalInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRightTransversalInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3683 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RightTransversalInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RightTransversalInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RightTransversalInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRightTransversalInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3683 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RightTransversalInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightTransversal" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3683 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RightTransversal: try to exploit the in-parent attribute RightTransversalInParent", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 68 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightTransversal", - "type": "GAP_Operation" - }, - { - "aka": [ - "IntermediateSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3709 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IntermediateSubgroups: fp group via quotient subgroups", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "IntermediateSubgroups: normal case", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 71 - }, - { - "comment": "IntermediateSubgroups: blocks for coset operation", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IntermediateSubgroups", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsNearlyCharacterTable" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3864 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismTypeInfoFiniteSimpleGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsomorphismTypeInfoFiniteSimpleGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsomorphismTypeInfoFiniteSimpleGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsomorphismTypeInfoFiniteSimpleGroup: [ IsOrdinaryTable ]", - "filters": [ - [ - "IsOrdinaryTable" - ] - ], - "rank": 22 - }, - { - "comment": "IsomorphismTypeInfoFiniteSimpleGroup", - "filters": [ - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 19 - }, - { - "comment": "IsomorphismTypeInfoFiniteSimpleGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismTypeInfoFiniteSimpleGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsomorphismTypeInfoFiniteSimpleGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - [ - [ - "IsInt", - "IsPosRat" - ], - [] - ], - [ - [ - "IsNearlyCharacterTable" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3864 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsomorphismTypeInfoFiniteSimpleGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsomorphismTypeInfoFiniteSimpleGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsomorphismTypeInfoFiniteSimpleGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsomorphismTypeInfoFiniteSimpleGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3864 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsomorphismTypeInfoFiniteSimpleGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3963 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismPcGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsomorphismPcGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsomorphismPcGroup: via niceomorphisms", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 379 - }, - { - "comment": "IsomorphismPcGroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 55 - }, - { - "comment": "IsomorphismPcGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "IsomorphismPcGroup: for finitely presented groups that know their size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "Tester(Size)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSubgroupFpGroup" - ] - ], - "rank": 48 - }, - { - "comment": "IsomorphismPcGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 46 - }, - { - "comment": "IsomorphismPcGroup: via permutation representation", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "IsomorphismPcGroup: fallback method to test conditions", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "IsomorphismPcGroup: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "IsomorphismPcGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismPcGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsomorphismPcGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3963 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsomorphismPcGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsomorphismPcGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsomorphismPcGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsomorphismPcGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3963 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsomorphismPcGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3984 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismSpecialPcGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsomorphismSpecialPcGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsomorphismSpecialPcGroup: method for pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 43 - }, - { - "comment": "IsomorphismSpecialPcGroup: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsomorphismSpecialPcGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismSpecialPcGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsomorphismSpecialPcGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3984 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsomorphismSpecialPcGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsomorphismSpecialPcGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsomorphismSpecialPcGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsomorphismSpecialPcGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 3984 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsomorphismSpecialPcGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "IsGreensHClass" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4015 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismPermGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsomorphismPermGroup)" - ] - ], - "rank": 20018 - }, - { - "aka": [ - "IsomorphismPermGroupImfGroup" - ], - "comment": "IsomorphismPermGroup: imf matrix groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsImfMatrixGroup" - ] - ], - "rank": 391 - }, - { - "comment": "IsomorphismPermGroup: perfect library groups", - "filters": [ - [ - "IsPerfectLibraryGroup" - ] - ], - "rank": 136 - }, - { - "comment": "IsomorphismPermGroup: for full finitely presented groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 82 - }, - { - "comment": "IsomorphismPermGroup: for subgroups of finitely presented groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSubgroupFpGroup" - ] - ], - "rank": 81 - }, - { - "comment": "IsomorphismPermGroup: cyclotomic matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "IsomorphismPermGroup", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "CanEasilyComputeWithIndependentGensAbelianGroup" - ] - ], - "rank": 57 - }, - { - "comment": "IsomorphismPermGroup: for finite nilpotent groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "KnowsHowToDecompose", - "Tester(KnowsHowToDecompose)", - "IsNilpotentGroup", - "Tester(IsNilpotentGroup)" - ] - ], - "rank": 56 - }, - { - "comment": "IsomorphismPermGroup: matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 55 - }, - { - "comment": "IsomorphismPermGroup: perm groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 55 - }, - { - "comment": "IsomorphismPermGroup: via niceomorphisms", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 51 - }, - { - "comment": "IsomorphismPermGroup: right regular operation", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "IsomorphismPermGroup: for a group H-class of a semigroup", - "filters": [ - [ - "IsGreensHClass" - ] - ], - "rank": 8 - }, - { - "comment": "IsomorphismPermGroup: for family of fp words", - "filters": [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ] - ], - "rank": 2 - }, - { - "comment": "IsomorphismPermGroup: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "IsomorphismPermGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismPermGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsomorphismPermGroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - [ - [ - "IsGreensHClass" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4015 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsomorphismPermGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsomorphismPermGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsomorphismPermGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsomorphismPermGroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4015 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsomorphismPermGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4045 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismFpGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsomorphismFpGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsomorphismFpGroup: perfect library groups", - "filters": [ - [ - "IsPerfectLibraryGroup" - ] - ], - "rank": 136 - }, - { - "comment": "IsomorphismFpGroup: alternating group", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 72 - }, - { - "comment": "IsomorphismFpGroup: symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "IsomorphismFpGroup: for AffineCrystGroup", - "filters": [ - [ - "IsAffineCrystGroupOnLeftOrRight", - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ] - ], - "rank": 53 - }, - { - "comment": "IsomorphismFpGroup: for PointGroup", - "filters": [ - [ - "IsPointGroup", - "Tester(IsPointGroup)" - ] - ], - "rank": 50 - }, - { - "comment": "IsomorphismFpGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "IsomorphismFpGroup: for automorphism groups of free groups", - "filters": [ - [ - "IsAutomorphismGroupOfFreeGroup" - ] - ], - "rank": 40 - }, - { - "comment": "IsomorphismFpGroup: supply name", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsomorphismFpGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "IsomorphismFpGroup: via niceomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsString" - ] - ], - "rank": 375 - }, - { - "comment": "IsomorphismFpGroup: alternating group,name", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ], - [ - "IsString" - ] - ], - "rank": 77 - }, - { - "comment": "IsomorphismFpGroup: for simple solvable permutation groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSimpleGroup", - "Tester(IsSimpleGroup)", - "IsSolvableGroup", - "Tester(IsSolvableGroup)" - ], - [ - "IsString" - ] - ], - "rank": 70 - }, - { - "comment": "IsomorphismFpGroup: symmetric group,name", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [ - "IsString" - ] - ], - "rank": 67 - }, - { - "comment": "IsomorphismFpGroup: for simple permutation groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsSimpleGroup", - "Tester(IsSimpleGroup)" - ], - [ - "IsString" - ] - ], - "rank": 65 - }, - { - "comment": "IsomorphismFpGroup: for perm groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsString" - ] - ], - "rank": 63 - }, - { - "comment": "IsomorphismFpGroup: pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsString" - ] - ], - "rank": 45 - }, - { - "comment": "IsomorphismFpGroup: subgroups of fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsString" - ] - ], - "rank": 42 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismFpGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsomorphismFpGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4045 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsomorphismFpGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsomorphismFpGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsomorphismFpGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsomorphismFpGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4045 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsomorphismFpGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsomorphismFpGroupByGeneratorsNC" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4204 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "IsomorphismFpGroupByGeneratorsNC: via niceomorphism/w. gens", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsList" - ], - [ - "IsString" - ] - ], - "rank": 377 - }, - { - "comment": "IsomorphismFpGroupByGeneratorsNC: for perm groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsString" - ] - ], - "rank": 65 - }, - { - "comment": "IsomorphismFpGroupByGeneratorsNC: pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPcgs" - ], - [ - "IsString" - ] - ], - "rank": 61 - }, - { - "comment": "IsomorphismFpGroupByGeneratorsNC: subgroups of fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsList", - "CategoryCollections(IsMultiplicativeElementWithInverse)" - ], - [ - "IsString" - ] - ], - "rank": 54 - }, - { - "comment": "IsomorphismFpGroupByGeneratorsNC: via cokernel", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsString" - ] - ], - "rank": 42 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismFpGroupByGeneratorsNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsomorphismFpGroupBySubnormalSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4207 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsomorphismFpGroupBySubnormalSeries: for groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 60 - } - ], - "3args": [ - { - "comment": "IsomorphismFpGroupBySubnormalSeries: for groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsString" - ] - ], - "rank": 65 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismFpGroupBySubnormalSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsomorphismFpGroupByCompositionSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4210 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismFpGroupByCompositionSeries: supply name", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - } - ], - "2args": [ - { - "comment": "IsomorphismFpGroupByCompositionSeries: for permutation groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsString" - ] - ], - "rank": 63 - }, - { - "comment": "IsomorphismFpGroupByCompositionSeries: pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsString" - ] - ], - "rank": 45 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismFpGroupByCompositionSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsomorphismFpGroupByChiefSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4213 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismFpGroupByChiefSeries: supply name", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - } - ], - "2args": [ - { - "comment": "IsomorphismFpGroupByChiefSeries: permgrp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsString" - ] - ], - "rank": 63 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismFpGroupByChiefSeries", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4229 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrimePowerComponents: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PrimePowerComponents)" - ] - ], - "rank": 20006 - }, - { - "comment": "PrimePowerComponents: method for a pc element", - "filters": [ - [ - "IsMultiplicativeElementWithOne" - ] - ], - "rank": 4 - }, - { - "comment": "PrimePowerComponents: generic method", - "filters": [ - [ - "IsMultiplicativeElement" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrimePowerComponents", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPrimePowerComponents" - ], - "filters": [ - [ - [ - "IsMultiplicativeElement" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4229 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PrimePowerComponents): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PrimePowerComponents): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PrimePowerComponents)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPrimePowerComponents" - ], - "filters": [ - [ - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4229 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PrimePowerComponents)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PrimePowerComponent" - ], - "filters": [ - [ - [ - "IsMultiplicativeElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4244 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PrimePowerComponent: generic method", - "filters": [ - [ - "IsMultiplicativeElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 22 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrimePowerComponent", - "type": "GAP_Operation" - }, - { - "aka": [ - "PowerMapOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4262 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "PowerMapOfGroup: via niceomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 392 - }, - { - "comment": "PowerMapOfGroup: method for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 77 - }, - { - "comment": "PowerMapOfGroup: method for a matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 67 - }, - { - "comment": "PowerMapOfGroup: method for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 57 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PowerMapOfGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "LowIndexSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grp.gd", - "line": 4416 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "LowIndexSubgroupsFpGroup" - ], - "comment": "LowIndexSubgroups: FpFroups, using LowIndexSubgroupsFpGroup", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 100 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LowIndexSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsInverseSubsemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 14 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsInverseSubsemigroup: for a semigroup and a semigroup", - "filters": [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 30 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsInverseSubsemigroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 19 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsGeneratorsOfInverseSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsGeneratorsOfInverseSemigroup)" - ] - ], - "rank": 20004 - }, - { - "comment": "IsGeneratorsOfInverseSemigroup: for a transformation collection", - "filters": [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - "rank": 13 - }, - { - "comment": "IsGeneratorsOfInverseSemigroup: for a transformation collection", - "filters": [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsGeneratorsOfInverseSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsGeneratorsOfInverseSemigroup" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 19 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsGeneratorsOfInverseSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsGeneratorsOfInverseSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsGeneratorsOfInverseSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 19 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsGeneratorsOfInverseSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 22 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfInverseMonoid: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfInverseMonoid)" - ] - ], - "rank": 20024 - }, - { - "comment": "GeneratorsOfInverseMonoid: for a group with known generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "GeneratorsOfInverseMonoid: for an inverse partial perm monoid with generators", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 34 - }, - { - "comment": "GeneratorsOfInverseMonoid: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfInverseMonoid", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfInverseMonoid" - ], - "filters": [ - [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 22 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfInverseMonoid): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfInverseMonoid): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfInverseMonoid)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfInverseMonoid" - ], - "filters": [ - [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 22 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfInverseMonoid)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 23 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfInverseSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfInverseSemigroup)" - ] - ], - "rank": 20024 - }, - { - "comment": "GeneratorsOfInverseSemigroup: for a group with known generators", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "GeneratorsOfInverseSemigroup: for an inverse partial perm semigroup with generators", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 30 - }, - { - "comment": "GeneratorsOfInverseSemigroup: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfInverseSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfInverseSemigroup" - ], - "filters": [ - [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 23 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfInverseSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfInverseSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfInverseSemigroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfInverseSemigroup" - ], - "filters": [ - [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 23 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfInverseSemigroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "InverseMonoidByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 25 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InverseMonoidByGenerators", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InverseMonoidByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "InverseSemigroupByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 26 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InverseSemigroupByGenerators: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InverseSemigroupByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "InverseSubsemigroup" - ], - "filters": [ - [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 29 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InverseSubsemigroup: for an inverse semigroup and collection", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [ - "IsCollection" - ] - ], - "rank": 23 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InverseSubsemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "InverseSubsemigroupNC" - ], - "filters": [ - [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 31 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InverseSubsemigroupNC: for an inverse semigroup and collection", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [ - "IsCollection" - ] - ], - "rank": 23 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InverseSubsemigroupNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "InverseSubmonoid" - ], - "filters": [ - [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 33 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InverseSubmonoid: for an inverse monoid and collection", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InverseSubmonoid", - "type": "GAP_Operation" - }, - { - "aka": [ - "InverseSubmonoidNC" - ], - "filters": [ - [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 35 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InverseSubmonoidNC: for an inverse monoid and collection", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InverseSubmonoidNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 37 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsInverseSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsInverseSemigroup)" - ] - ], - "rank": 20005 - }, - { - "comment": "AsInverseSemigroup: for an inverse semigroup", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 121 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsInverseSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsInverseSemigroup" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 37 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsInverseSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsInverseSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsInverseSemigroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsInverseSemigroup" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 37 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsInverseSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 38 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsInverseMonoid: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsInverseMonoid)" - ] - ], - "rank": 20005 - }, - { - "comment": "AsInverseMonoid: for an inverse monoid", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 126 - }, - { - "comment": "AsInverseMonoid: for an inverse monoid", - "filters": [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 126 - }, - { - "comment": "AsInverseMonoid: for an inverse semigroup with known generators", - "filters": [ - [ - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)", - "Tester(GeneratorsOfInverseSemigroup)" - ] - ], - "rank": 22 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsInverseMonoid", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsInverseMonoid" - ], - "filters": [ - [ - [ - "IsCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 38 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsInverseMonoid): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsInverseMonoid): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsInverseMonoid)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsInverseMonoid" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 38 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsInverseMonoid)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsInverseSubsemigroup" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 39 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsInverseSubsemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsInverseSubmonoid" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 40 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsInverseSubmonoid", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 42 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ReverseNaturalPartialOrder: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ReverseNaturalPartialOrder)" - ] - ], - "rank": 20018 - }, - { - "comment": "ReverseNaturalPartialOrder: for an inverse partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 29 - }, - { - "comment": "ReverseNaturalPartialOrder: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReverseNaturalPartialOrder", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetReverseNaturalPartialOrder" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 42 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ReverseNaturalPartialOrder): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ReverseNaturalPartialOrder): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ReverseNaturalPartialOrder)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasReverseNaturalPartialOrder" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 42 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ReverseNaturalPartialOrder)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 43 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NaturalPartialOrder: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NaturalPartialOrder)" - ] - ], - "rank": 20018 - }, - { - "comment": "NaturalPartialOrder: for an inverse partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsInverseSemigroup", - "Tester(IsInverseSemigroup)" - ] - ], - "rank": 29 - }, - { - "comment": "NaturalPartialOrder: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalPartialOrder", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNaturalPartialOrder" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 43 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NaturalPartialOrder): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NaturalPartialOrder): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NaturalPartialOrder)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNaturalPartialOrder" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/invsgp.gd", - "line": 43 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NaturalPartialOrder)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 130 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsAdditivelyCommutative: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 20012 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsAdditivelyCommutative", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsAdditivelyCommutative" - ], - "filters": [ - [ - [ - "IsNearAdditiveMagma" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 130 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsAdditivelyCommutative): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsAdditivelyCommutative): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsAdditivelyCommutative)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 130 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsAdditivelyCommutative)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AdditiveMagmaByGenerators", - "NearAdditiveMagmaByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 348 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NearAdditiveMagmaByGenerators: for collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "NearAdditiveMagmaByGenerators: for family and list", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NearAdditiveMagmaByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "AdditiveMagmaWithZeroByGenerators", - "NearAdditiveMagmaWithZeroByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 368 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NearAdditiveMagmaWithZeroByGenerators: for collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "NearAdditiveMagmaWithZeroByGenerators: for family and list", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NearAdditiveMagmaWithZeroByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "AdditiveGroupByGenerators", - "AdditiveMagmaWithInversesByGenerators", - "NearAdditiveGroupByGenerators", - "NearAdditiveMagmaWithInversesByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 388 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NearAdditiveGroupByGenerators: for collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "NearAdditiveGroupByGenerators: for family and list", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NearAdditiveGroupByGenerators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 525 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfNearAdditiveMagma: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfNearAdditiveMagma)" - ] - ], - "rank": 20012 - }, - { - "comment": "GeneratorsOfNearAdditiveMagma", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveGroup)" - ] - ], - "rank": 17 - }, - { - "comment": "GeneratorsOfNearAdditiveMagma", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveMagmaWithZero)" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfNearAdditiveMagma", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfAdditiveMagma", - "SetGeneratorsOfNearAdditiveMagma" - ], - "filters": [ - [ - [ - "IsNearAdditiveMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 525 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfNearAdditiveMagma): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfNearAdditiveMagma): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfNearAdditiveMagma)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfAdditiveMagma", - "HasGeneratorsOfNearAdditiveMagma" - ], - "filters": [ - [ - [ - "IsNearAdditiveMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 525 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfNearAdditiveMagma)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveMagmaWithZero" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfNearAdditiveMagmaWithZero: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfNearAdditiveMagmaWithZero)" - ] - ], - "rank": 20014 - }, - { - "comment": "GeneratorsOfNearAdditiveMagmaWithZero", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveGroup)" - ] - ], - "rank": 17 - }, - { - "comment": "GeneratorsOfNearAdditiveMagmaWithZero", - "filters": [ - [ - "IsAttributeStoringRep", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveMagma)" - ] - ], - "rank": 17 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfNearAdditiveMagmaWithZero", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfAdditiveMagmaWithZero", - "SetGeneratorsOfNearAdditiveMagmaWithZero" - ], - "filters": [ - [ - [ - "IsNearAdditiveMagmaWithZero" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfNearAdditiveMagmaWithZero): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfNearAdditiveMagmaWithZero): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfNearAdditiveMagmaWithZero)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfAdditiveMagmaWithZero", - "HasGeneratorsOfNearAdditiveMagmaWithZero" - ], - "filters": [ - [ - [ - "IsNearAdditiveMagmaWithZero" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfNearAdditiveMagmaWithZero)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 578 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfNearAdditiveGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfNearAdditiveGroup)" - ] - ], - "rank": 20016 - }, - { - "comment": "GeneratorsOfNearAdditiveGroup", - "filters": [ - [ - "IsAttributeStoringRep", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveMagmaWithZero)" - ] - ], - "rank": 19 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfNearAdditiveGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfAdditiveGroup", - "SetGeneratorsOfAdditiveMagmaWithInverses", - "SetGeneratorsOfNearAdditiveGroup", - "SetGeneratorsOfNearAdditiveMagmaWithInverses" - ], - "filters": [ - [ - [ - "IsNearAdditiveGroup" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 578 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfNearAdditiveGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfNearAdditiveGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfNearAdditiveGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfAdditiveGroup", - "HasGeneratorsOfAdditiveMagmaWithInverses", - "HasGeneratorsOfNearAdditiveGroup", - "HasGeneratorsOfNearAdditiveMagmaWithInverses" - ], - "filters": [ - [ - [ - "IsNearAdditiveGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 578 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfNearAdditiveGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveMagmaWithZero" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 604 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TrivialSubnearAdditiveMagmaWithZero: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TrivialSubnearAdditiveMagmaWithZero)" - ] - ], - "rank": 20014 - }, - { - "comment": "TrivialSubnearAdditiveMagmaWithZero: for a FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "TrivialSubnearAdditiveMagmaWithZero: generic method for left modules", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 22 - }, - { - "comment": "TrivialSubnearAdditiveMagmaWithZero: for add.-magma-with-zero", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TrivialSubnearAdditiveMagmaWithZero", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTrivialSubFLMLOR", - "SetTrivialSubadditiveMagmaWithZero", - "SetTrivialSubalgebra", - "SetTrivialSubmodule", - "SetTrivialSubnearAdditiveMagmaWithZero", - "SetTrivialSubspace" - ], - "filters": [ - [ - [ - "IsNearAdditiveMagmaWithZero" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 604 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TrivialSubnearAdditiveMagmaWithZero): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TrivialSubnearAdditiveMagmaWithZero): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TrivialSubnearAdditiveMagmaWithZero)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTrivialSubFLMLOR", - "HasTrivialSubadditiveMagmaWithZero", - "HasTrivialSubalgebra", - "HasTrivialSubmodule", - "HasTrivialSubnearAdditiveMagmaWithZero", - "HasTrivialSubspace" - ], - "filters": [ - [ - [ - "IsNearAdditiveMagmaWithZero" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 604 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TrivialSubnearAdditiveMagmaWithZero)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 633 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AdditiveNeutralElement: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AdditiveNeutralElement)" - ] - ], - "rank": 20012 - }, - { - "comment": "AdditiveNeutralElement", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdditiveNeutralElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAdditiveNeutralElement" - ], - "filters": [ - [ - [ - "IsNearAdditiveMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 633 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AdditiveNeutralElement): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AdditiveNeutralElement): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AdditiveNeutralElement)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAdditiveNeutralElement" - ], - "filters": [ - [ - [ - "IsNearAdditiveMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 633 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AdditiveNeutralElement)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ClosureAdditiveGroup", - "ClosureAdditiveMagmaWithInverses", - "ClosureNearAdditiveGroup", - "ClosureNearAdditiveMagmaWithInverses" - ], - "filters": [ - [ - [ - "IsNearAdditiveGroup" - ], - [ - "IsNearAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addmagma.gd", - "line": 658 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ClosureNearAdditiveGroup: for two add. groups", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 32 - }, - { - "comment": "ClosureNearAdditiveGroup: for add. group and element", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsAdditiveElement" - ] - ], - "rank": 19 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ClosureNearAdditiveGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "AdditiveCoset" - ], - "filters": [ - [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/addcoset.gd", - "line": 33 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AdditiveCoset: for additive group and additive element", - "filters": [ - [ - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsAdditiveElement" - ] - ], - "rank": 19 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdditiveCoset", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 31 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLDistributive: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLDistributive)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLDistributive", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLDistributive" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 31 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLDistributive): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLDistributive): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLDistributive)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 31 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLDistributive)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 60 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRDistributive: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRDistributive)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRDistributive", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRDistributive" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 60 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRDistributive): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRDistributive): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRDistributive)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 60 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRDistributive)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 189 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfSemiring: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfSemiring)" - ] - ], - "rank": 20027 - }, - { - "comment": "GeneratorsOfSemiring: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma" - ] - ], - "rank": -5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfSemiring", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfSemiring" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 189 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfSemiring): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfSemiring): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfSemiring)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfSemiring" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 189 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfSemiring)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 209 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfSemiringWithOne: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfSemiringWithOne)" - ] - ], - "rank": 20029 - }, - { - "comment": "GeneratorsOfSemiringWithOne: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithOne", - "IsNearAdditiveMagma" - ] - ], - "rank": -5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfSemiringWithOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfSemiringWithOne" - ], - "filters": [ - [ - [ - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 209 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfSemiringWithOne): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfSemiringWithOne): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfSemiringWithOne)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfSemiringWithOne" - ], - "filters": [ - [ - [ - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 209 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfSemiringWithOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 229 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfSemiringWithZero: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfSemiringWithZero)" - ] - ], - "rank": 20028 - }, - { - "comment": "GeneratorsOfSemiringWithZero: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfSemiringWithZero", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfSemiringWithZero" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 229 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfSemiringWithZero): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfSemiringWithZero): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfSemiringWithZero)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfSemiringWithZero" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 229 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfSemiringWithZero)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 244 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfSemiringWithOneAndZero: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfSemiringWithOneAndZero)" - ] - ], - "rank": 20030 - }, - { - "comment": "GeneratorsOfSemiringWithOneAndZero: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfSemiringWithOneAndZero", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfSemiringWithOneAndZero" - ], - "filters": [ - [ - [ - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 244 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfSemiringWithOneAndZero): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfSemiringWithOneAndZero): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfSemiringWithOneAndZero)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfSemiringWithOneAndZero" - ], - "filters": [ - [ - [ - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveMagmaWithZero", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 244 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfSemiringWithOneAndZero)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 261 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsSemiring: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsSemiring)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSemiring", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsSemiring" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 261 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsSemiring): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsSemiring): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsSemiring)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsSemiring" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 261 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsSemiring)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 278 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsSemiringWithOne: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsSemiringWithOne)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSemiringWithOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsSemiringWithOne" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 278 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsSemiringWithOne): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsSemiringWithOne): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsSemiringWithOne)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsSemiringWithOne" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 278 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsSemiringWithOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 295 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsSemiringWithZero: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsSemiringWithZero)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSemiringWithZero", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsSemiringWithZero" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 295 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsSemiringWithZero): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsSemiringWithZero): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsSemiringWithZero)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsSemiringWithZero" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 295 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsSemiringWithZero)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 312 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsSemiringWithOneAndZero: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsSemiringWithOneAndZero)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSemiringWithOneAndZero", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsSemiringWithOneAndZero" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 312 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsSemiringWithOneAndZero): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsSemiringWithOneAndZero): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsSemiringWithOneAndZero)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsSemiringWithOneAndZero" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 312 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsSemiringWithOneAndZero)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ClosureSemiring" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 331 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ClosureSemiring", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemiringByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 348 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiringByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemiringWithOneByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 365 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiringWithOneByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemiringWithZeroByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 379 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiringWithZeroByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemiringWithOneAndZeroByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 393 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiringWithOneAndZeroByGenerators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 555 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CentralIdempotentsOfSemiring: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CentralIdempotentsOfSemiring)" - ] - ], - "rank": 20027 - }, - { - "comment": "CentralIdempotentsOfSemiring: for an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 36 - }, - { - "comment": "CentralIdempotentsOfSemiring: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma" - ] - ], - "rank": -5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CentralIdempotentsOfSemiring", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCentralIdempotentsOfSemiring" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 555 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CentralIdempotentsOfSemiring): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CentralIdempotentsOfSemiring): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CentralIdempotentsOfSemiring)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCentralIdempotentsOfSemiring" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/semiring.gd", - "line": 555 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CentralIdempotentsOfSemiring)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsNearRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsNearRing)" - ] - ], - "rank": 20015 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsNearRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsNearRing" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsNearRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsNearRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsNearRing)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsNearRing" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsNearRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 143 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsRing)" - ] - ], - "rank": 20016 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsRing" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 143 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsRing)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsRing" - ], - "filters": [ - [ - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 143 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 168 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfRing)" - ] - ], - "rank": 20029 - }, - { - "comment": "GeneratorsOfRing: for a free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - }, - { - "comment": "GeneratorsOfRing: for a ring-with-one with generators", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRingWithOne)" - ] - ], - "rank": 30 - }, - { - "comment": "GeneratorsOfRing", - "filters": [ - [ - "IsAttributeStoringRep", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(GeneratorsOfNearAdditiveGroup)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 29 - }, - { - "comment": "GeneratorsOfRing", - "filters": [ - [ - "IsAttributeStoringRep", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 29 - }, - { - "aka": [ - "GeneratorsOfRingForIdeal" - ], - "comment": "GeneratorsOfRing: generic method for a two-sided ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfTwoSidedIdeal)" - ] - ], - "rank": 27 - }, - { - "comment": "GeneratorsOfRing: generic method for a right ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRightIdeal)" - ] - ], - "rank": 27 - }, - { - "comment": "GeneratorsOfRing: generic method for a left ideal with known generators", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftIdeal)" - ] - ], - "rank": 27 - }, - { - "comment": "GeneratorsOfRing: for a ring", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - }, - { - "comment": "GeneratorsOfRing: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfRing" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 168 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfRing)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfRing" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 168 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfRingWithOne: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfRingWithOne)" - ] - ], - "rank": 20031 - }, - { - "comment": "GeneratorsOfRingWithOne: for a free magma ring-with-one", - "filters": [ - [ - "IsMagmaWithOne", - "IsFreeMagmaRing" - ] - ], - "rank": 39 - }, - { - "comment": "GeneratorsOfRingWithOne", - "filters": [ - [ - "IsAttributeStoringRep", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)" - ] - ], - "rank": 32 - }, - { - "comment": "GeneratorsOfRingWithOne", - "filters": [ - [ - "IsAttributeStoringRep", - "IsMagma", - "IsMagmaWithOne", - "Tester(GeneratorsOfMagmaWithOne)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 32 - }, - { - "comment": "GeneratorsOfRingWithOne: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -25 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfRingWithOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfRingWithOne" - ], - "filters": [ - [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfRingWithOne): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfRingWithOne): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfRingWithOne)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfRingWithOne" - ], - "filters": [ - [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfRingWithOne)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RingByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 221 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RingByGenerators: method that catches the cases of `Integers' and subrings of `Integers'", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 10022 - }, - { - "comment": "RingByGenerators: for a list of Lie matrices over a finite field", - "filters": [ - [ - "CategoryCollections((((CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)) and CategoryCollections(CategoryCollections(IsAdditiveElement))) and IsTable) and (CategoryCollections(CategoryCollections(IsMultiplicativeElement)) and IsTable)))", - "CategoryCollections(IsLieObject)" - ] - ], - "rank": 29 - }, - { - "aka": [ - "RingFromFFE" - ], - "comment": "RingByGenerators: for a collection of FFE", - "filters": [ - [ - "CategoryCollections(IsFFE)" - ] - ], - "rank": 22 - }, - { - "comment": "RingByGenerators: for a list of matrices over the Cyclotomics", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))" - ] - ], - "rank": 19 - }, - { - "comment": "RingByGenerators: for a list of matrices over a finite field", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))" - ] - ], - "rank": 19 - }, - { - "comment": "RingByGenerators: for a list of linear mappings of finite vector spaces", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)" - ] - ], - "rank": 13 - }, - { - "comment": "RingByGenerators: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RingByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "DefaultRingByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 243 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DefaultRingByGenerators: method that catches the cases of `(Gaussian)Integers' and cycl. fields", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 10022 - }, - { - "comment": "DefaultRingByGenerators: for a collection of FFE", - "filters": [ - [ - "IsList", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 29 - }, - { - "comment": "DefaultRingByGenerators: for a list of Lie matrices", - "filters": [ - [ - "CategoryCollections((((CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)) and CategoryCollections(CategoryCollections(IsAdditiveElement))) and IsTable) and (CategoryCollections(CategoryCollections(IsMultiplicativeElement)) and IsTable)))", - "CategoryCollections(IsLieObject)" - ] - ], - "rank": 29 - }, - { - "comment": "DefaultRingByGenerators: for a collection over a ring Z/nZ", - "filters": [ - [ - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": 21 - }, - { - "comment": "DefaultRingByGenerators: for lists of n x n integer matrices", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))" - ] - ], - "rank": 21 - }, - { - "comment": "DefaultRingByGenerators: for a list of matrices over the Cyclotomics", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))" - ] - ], - "rank": 19 - }, - { - "comment": "DefaultRingByGenerators: for a list of matrices over a finite field", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))" - ] - ], - "rank": 19 - }, - { - "comment": "DefaultRingByGenerators", - "filters": [ - [ - "CategoryCollections(IsRationalFunction)" - ] - ], - "rank": 18 - }, - { - "comment": "DefaultRingByGenerators: for a list of linear mappings of vector spaces", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)" - ] - ], - "rank": 13 - }, - { - "comment": "DefaultRingByGenerators: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DefaultRingByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "RingWithOneByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 301 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RingWithOneByGenerators: method that catches the cases of `Integers'", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 10022 - }, - { - "comment": "RingWithOneByGenerators: for a collection of FFE", - "filters": [ - [ - "CategoryCollections(IsFFE)" - ] - ], - "rank": 22 - }, - { - "comment": "RingWithOneByGenerators: for a list of matrices over the Cyclotomics", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))" - ] - ], - "rank": 19 - }, - { - "comment": "RingWithOneByGenerators: for a list of matrices over a finite field", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))" - ] - ], - "rank": 19 - }, - { - "comment": "RingWithOneByGenerators: for a list of linear mappings of finite vector spaces", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)" - ] - ], - "rank": 13 - }, - { - "comment": "RingWithOneByGenerators: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RingWithOneByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "ClosureRing" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 481 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ClosureRing: for a ring containing the whole family, and a ring element", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 10036 - }, - { - "comment": "ClosureRing: for a ring cont. the whole family, and a collection", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 10030 - }, - { - "comment": "ClosureRing: for two rings-with-one", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 58 - }, - { - "comment": "ClosureRing: for two rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - }, - { - "comment": "ClosureRing: for a ring-with-one and a ring element", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 37 - }, - { - "comment": "ClosureRing: for a ring and a ring element", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 34 - }, - { - "comment": "ClosureRing: for ring and collection of elements", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ClosureRing", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 589 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsAnticommutative: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsAnticommutative)" - ] - ], - "rank": 20029 - }, - { - "comment": "IsAnticommutative: generic method for a (finite dimensional) FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "IsAnticommutative", - "filters": [ - [ - "Tester(Characteristic)", - "IsMagma", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 29 - }, - { - "comment": "IsAnticommutative: generic method for rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - }, - { - "comment": "IsAnticommutative: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsAnticommutative", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsAnticommutative" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 589 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsAnticommutative): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsAnticommutative): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsAnticommutative)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 589 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsAnticommutative)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 618 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsIntegralRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsIntegralRing)" - ] - ], - "rank": 20029 - }, - { - "comment": "IsIntegralRing", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": 40 - }, - { - "comment": "IsIntegralRing: for a ring", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - }, - { - "comment": "IsIntegralRing: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsIntegralRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsIntegralRing" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 618 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsIntegralRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsIntegralRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsIntegralRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 618 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsIntegralRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 654 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsJacobianRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsJacobianRing)" - ] - ], - "rank": 20029 - }, - { - "comment": "IsJacobianRing: for a (finite dimensional) FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "IsJacobianRing: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsJacobianRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsJacobianRing" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 654 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsJacobianRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsJacobianRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsJacobianRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 654 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsJacobianRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 681 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsZeroSquaredRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 20029 - }, - { - "comment": "IsZeroSquaredRing: for a finite dimensional FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "IsZeroSquaredRing", - "filters": [ - [ - "Tester(Characteristic)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsAnticommutative", - "Tester(IsAnticommutative)" - ] - ], - "rank": 29 - }, - { - "comment": "IsZeroSquaredRing: for a ring", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - }, - { - "comment": "IsZeroSquaredRing: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsZeroSquaredRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsZeroSquaredRing" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 681 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsZeroSquaredRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsZeroSquaredRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsZeroSquaredRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 681 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsZeroSquaredRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 708 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsZeroMultiplicationRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsZeroMultiplicationRing)" - ] - ], - "rank": 20029 - }, - { - "comment": "IsZeroMultiplicationRing", - "filters": [ - [ - "Tester(IsTrivial)", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 30 - }, - { - "comment": "IsZeroMultiplicationRing: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsZeroMultiplicationRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsZeroMultiplicationRing" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 708 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsZeroMultiplicationRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsZeroMultiplicationRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsZeroMultiplicationRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 708 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsZeroMultiplicationRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 757 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Units: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Units)" - ] - ], - "rank": 20029 - }, - { - "comment": "Units: for a full matrix algebra (over a finite field)", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 73 - }, - { - "comment": "Units: for a finite field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 58 - }, - { - "comment": "Units: for a division ring", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 52 - }, - { - "comment": "Units: LAGUNA: for modular group algebra of finite p-group", - "filters": [ - [ - "IsPModularGroupAlgebra", - "Tester(IsPModularGroupAlgebra)" - ] - ], - "rank": 44 - }, - { - "comment": "Units: for full ring Z/nZ", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": 42 - }, - { - "comment": "Units: zmodnze : for full ring Z/nZ(m)", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsZmodnZepsObj)" - ] - ], - "rank": 33 - }, - { - "comment": "Units: for a (finite) ring", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - }, - { - "comment": "Units: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Units", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUnits" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 757 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Units): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Units): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Units)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUnits" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 757 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Units)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Factors" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 798 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Factors", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - }, - { - "comment": "Factors: for a ring element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 8 - }, - { - "comment": "Factors: fallback method to test conditions", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "Factors: for a division ring and a ring element", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 60 - }, - { - "comment": "Factors: for integers (FactInt)", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ] - ], - "rank": 59 - }, - { - "comment": "Factors: for Gaussian integers", - "filters": [ - [ - "IsGaussianIntegers" - ], - [ - "IsCyc" - ] - ], - "rank": 58 - }, - { - "comment": "Factors: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ] - ], - "rank": 57 - }, - { - "comment": "Factors: for Z_(pi) and an element thereof (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsRat" - ] - ], - "rank": 50 - }, - { - "comment": "Factors: univariate rational polynomial", - "filters": [ - [ - "IsRationalsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 48 - }, - { - "comment": "Factors: for a polynomial over a field of cyclotomics", - "filters": [ - [ - "IsAbelianNumberFieldPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 47 - }, - { - "comment": "Factors: alg ext polynomial", - "filters": [ - [ - "IsAlgebraicExtensionPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 47 - }, - { - "comment": "Factors: polynomial over a finite field", - "filters": [ - [ - "IsFiniteFieldPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 47 - }, - { - "comment": "Factors: multivariate, reduce to univariate case", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 41 - }, - { - "comment": "Factors: fallback error message", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 40 - }, - { - "comment": "Factors: fallback method to test conditions", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Factors", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsAssociated" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 823 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsAssociated: for two ring elements", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 16 - } - ], - "3args": [ - { - "comment": "IsAssociated: for a division ring, and two ring elements", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 68 - }, - { - "comment": "IsAssociated: for ring and two ring elements", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 42 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsAssociated", - "type": "GAP_Operation" - }, - { - "aka": [ - "Associates" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 854 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Associates: for a ring element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 8 - } - ], - "2args": [ - { - "comment": "Associates: for a ring and a ring element", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 34 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Associates", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsUnit" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 880 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsUnit: LAGUNA: for an element of modular group algebra", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ] - ], - "rank": 13 - }, - { - "comment": "IsUnit: zmodnze : for element in Z/nZ(m) (ZModnZepsRep) without given ring", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 13 - }, - { - "comment": "IsUnit: for a Lie object (return `false')", - "filters": [ - [ - "IsLieObject" - ] - ], - "rank": 11 - }, - { - "comment": "IsUnit: for a ring element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 8 - } - ], - "2args": [ - { - "comment": "IsUnit: for matrix FLMLOR and matrix", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 74 - }, - { - "comment": "IsUnit: for a division ring, and a ring element", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 60 - }, - { - "comment": "IsUnit: for element in Z/nZ (ModulusRep)", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsZmodnZObjNonprime)" - ], - [ - "IsZmodnZObj", - "IsModulusRep" - ] - ], - "rank": 58 - }, - { - "comment": "IsUnit: LAGUNA: for an element of modular group algebra", - "filters": [ - [ - "IsPModularGroupAlgebra", - "Tester(IsPModularGroupAlgebra)" - ], - [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ] - ], - "rank": 57 - }, - { - "comment": "IsUnit: for Z_(pi) and an element thereof (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsRat" - ] - ], - "rank": 50 - }, - { - "comment": "IsUnit: zmodnze : for element in Z/nZ(m) (ZModnZepsRep) with given ring", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsZmodnZepsObj)" - ], - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 46 - }, - { - "comment": "IsUnit: for finite Rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 36 - }, - { - "comment": "IsUnit: for a ring with known units and a ring element", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(Units)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 35 - }, - { - "comment": "IsUnit: for a ring and a ring element", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 34 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsUnit", - "type": "GAP_Operation" - }, - { - "aka": [ - "InterpolatedPolynomial" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 907 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "InterpolatedPolynomial", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [], - [] - ], - "rank": 26 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InterpolatedPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "Quotient" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 938 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Quotient: laurent", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 38 - }, - { - "comment": "Quotient: multivar", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 28 - }, - { - "comment": "Quotient: for two ring elements (delegate to three argument version", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 16 - }, - { - "comment": "Quotient: fallback method to test conditions", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 0 - } - ], - "3args": [ - { - "comment": "Quotient: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 75 - }, - { - "comment": "Quotient: for Gaussian integers", - "filters": [ - [ - "IsGaussianIntegers" - ], - [ - "IsCyc" - ], - [ - "IsCyc" - ] - ], - "rank": 74 - }, - { - "comment": "Quotient: for a division ring, and two ring elements", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 68 - }, - { - "comment": "Quotient: laurent, ring", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 61 - }, - { - "comment": "Quotient: multivar with ring", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 55 - }, - { - "comment": "Quotient: for a ring and two ring elements", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 42 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Quotient", - "type": "GAP_Operation" - }, - { - "aka": [ - "StandardAssociate" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 970 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StandardAssociate: for a ring element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 8 - } - ], - "2args": [ - { - "comment": "StandardAssociate: for a ring and its zero element", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 10036 - }, - { - "comment": "StandardAssociate: HNF of n x n integer matrix (ResClasses)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 88 - }, - { - "comment": "StandardAssociate: for a division ring and a ring element", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 62 - }, - { - "comment": "StandardAssociate: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ] - ], - "rank": 57 - }, - { - "comment": "StandardAssociate: for Z_(pi) and an element thereof (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsRat" - ] - ], - "rank": 50 - }, - { - "comment": "StandardAssociate: for a ring and a ring element (using StandardAssociateUnit)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 34 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StandardAssociate", - "type": "GAP_Operation" - }, - { - "aka": [ - "StandardAssociateUnit" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1003 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StandardAssociateUnit: for a ring element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 8 - } - ], - "2args": [ - { - "comment": "StandardAssociateUnit: for a ring and its zero element", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement", - "IsZero", - "Tester(IsZero)" - ] - ], - "rank": 10036 - }, - { - "comment": "StandardAssociateUnit: for a division ring and a ring element", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 62 - }, - { - "comment": "StandardAssociateUnit: for Gaussian integers", - "filters": [ - [ - "IsGaussianIntegers" - ], - [ - "IsCyc" - ] - ], - "rank": 58 - }, - { - "comment": "StandardAssociateUnit: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ] - ], - "rank": 57 - }, - { - "comment": "StandardAssociateUnit: laurent", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 44 - }, - { - "comment": "StandardAssociateUnit: for a polynomial ring and a polynomial", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 41 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StandardAssociateUnit", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsPrime" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1030 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPrime: for a ring element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 8 - } - ], - "2args": [ - { - "comment": "IsPrime: for a division ring and a ring element", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 62 - }, - { - "comment": "IsPrime: for Gaussian integers and integer", - "filters": [ - [ - "IsGaussianIntegers" - ], - [ - "IsInt" - ] - ], - "rank": 60 - }, - { - "comment": "IsPrime: for Gaussian integers and cyclotomic", - "filters": [ - [ - "IsGaussianIntegers" - ], - [ - "IsCyc" - ] - ], - "rank": 58 - }, - { - "comment": "IsPrime: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ] - ], - "rank": 57 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPrime", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsIrreducibleRingElement" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1063 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsIrreducibleRingElement: for a ring element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 8 - } - ], - "2args": [ - { - "comment": "IsIrreducibleRingElement: for a division ring and a ring element", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 62 - }, - { - "comment": "IsIrreducibleRingElement: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ] - ], - "rank": 57 - }, - { - "comment": "IsIrreducibleRingElement: for Z_(pi) and an element thereof (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsRat" - ] - ], - "rank": 50 - }, - { - "comment": "IsIrreducibleRingElement: AlgPol", - "filters": [ - [ - "IsAlgebraicExtensionPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 47 - }, - { - "comment": "IsIrreducibleRingElement: polynomial", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 41 - }, - { - "comment": "IsIrreducibleRingElement: fallback method to test conditions", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsIrreducibleRingElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "EuclideanDegree" - ], - "filters": [ - [ - [ - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1090 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EuclideanDegree: univariate", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 19 - }, - { - "comment": "EuclideanDegree: laurent", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 17 - }, - { - "comment": "EuclideanDegree: for a ring element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 8 - } - ], - "2args": [ - { - "comment": "EuclideanDegree: for a division ring and a ring element", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 60 - }, - { - "comment": "EuclideanDegree: for Gaussian integers", - "filters": [ - [ - "IsGaussianIntegers" - ], - [ - "IsCyc" - ] - ], - "rank": 58 - }, - { - "comment": "EuclideanDegree: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ] - ], - "rank": 57 - }, - { - "comment": "EuclideanDegree: univariate,ring", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 46 - }, - { - "comment": "EuclideanDegree: laurent,ring", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 44 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EuclideanDegree", - "type": "GAP_Operation" - }, - { - "aka": [ - "EuclideanRemainder" - ], - "filters": [ - [ - [ - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1119 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "EuclideanRemainder: laurent", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 38 - }, - { - "comment": "EuclideanRemainder: for two ring elements", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 16 - }, - { - "comment": "EuclideanRemainder: fallback method to test conditions", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 0 - } - ], - "3args": [ - { - "comment": "EuclideanRemainder: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 75 - }, - { - "comment": "EuclideanRemainder: for Gaussian integers", - "filters": [ - [ - "IsGaussianIntegers" - ], - [ - "IsCyc" - ], - [ - "IsCyc" - ] - ], - "rank": 74 - }, - { - "comment": "EuclideanRemainder: laurent,ring", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 65 - }, - { - "comment": "EuclideanRemainder: for a Euclidean ring and two ring elements", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 47 - }, - { - "comment": "EuclideanRemainder: fallback method to test conditions", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 0 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EuclideanRemainder", - "type": "GAP_Operation" - }, - { - "aka": [ - "EuclideanQuotient" - ], - "filters": [ - [ - [ - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1147 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "EuclideanQuotient: for two ring elements", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 16 - } - ], - "3args": [ - { - "comment": "EuclideanQuotient: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 75 - }, - { - "comment": "EuclideanQuotient: for Gaussian integers", - "filters": [ - [ - "IsGaussianIntegers" - ], - [ - "IsCyc" - ], - [ - "IsCyc" - ] - ], - "rank": 74 - }, - { - "comment": "EuclideanQuotient: for a Euclidean ring and two ring elements", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 47 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EuclideanQuotient", - "type": "GAP_Operation" - }, - { - "aka": [ - "QuotientRemainder" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1177 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "QuotientRemainder: laurent", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 38 - }, - { - "comment": "QuotientRemainder: for two ring elements", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 16 - }, - { - "comment": "QuotientRemainder: fallback method to test conditions", - "filters": [ - [ - "IsRationalFunction" - ], - [ - "IsRationalFunction" - ] - ], - "rank": 0 - } - ], - "3args": [ - { - "comment": "QuotientRemainder: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 75 - }, - { - "comment": "QuotientRemainder: for Gaussian integers", - "filters": [ - [ - "IsGaussianIntegers" - ], - [ - "IsCyc" - ], - [ - "IsCyc" - ] - ], - "rank": 74 - }, - { - "comment": "QuotientRemainder: for a division ring, and two ring elements", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 68 - }, - { - "comment": "QuotientRemainder: laurent, ring", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 65 - }, - { - "comment": "QuotientRemainder: fallback method to test conditions", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsRationalFunction" - ], - [ - "IsRationalFunction" - ] - ], - "rank": 0 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "QuotientRemainder", - "type": "GAP_Operation" - }, - { - "aka": [ - "QuotientMod" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1216 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "QUOMOD_UPOLY" - ], - "comment": "QuotientMod: laurent", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 57 - }, - { - "comment": "QuotientMod: for three ring elements", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 24 - }, - { - "comment": "QuotientMod: fallback method to test conditions", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 0 - } - ], - "4args": [ - { - "comment": "QuotientMod: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 93 - }, - { - "comment": "QuotientMod: laurent,ring", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 83 - }, - { - "comment": "QuotientMod: for a Euclidean ring and three ring elements", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 55 - }, - { - "comment": "QuotientMod: fallback method to test conditions", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 0 - } - ], - "5args": [], - "6args": [] - }, - "name": "QuotientMod", - "type": "GAP_Operation" - }, - { - "aka": [ - "PowerMod" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsInt" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1259 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "POWMOD_UPOLY" - ], - "comment": "PowerMod: laurent", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsInt" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 56 - }, - { - "comment": "PowerMod: for ring element, integer, and ring element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsInt" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 34 - }, - { - "comment": "PowerMod: fallback method to test conditions", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsInt" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 0 - } - ], - "4args": [ - { - "comment": "PowerMod: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 93 - }, - { - "comment": "PowerMod: laurent,ring ", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsInt" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 83 - }, - { - "comment": "PowerMod: for Euclidean ring, ring element, integer, and ring element", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsInt" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 65 - }, - { - "comment": "PowerMod: fallback method to test conditions", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsInt" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 0 - } - ], - "5args": [], - "6args": [] - }, - "name": "PowerMod", - "type": "GAP_Operation" - }, - { - "aka": [ - "GcdOp" - ], - "filters": [ - [ - [ - "IsUniqueFactorizationRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1327 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "GCD_UPOLY" - ], - "comment": "GcdOp: univariate polynomials", - "filters": [ - [ - "IsRationalFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsRationalFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 30 - }, - { - "comment": "GcdOp: for two ring elements", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 16 - }, - { - "comment": "GcdOp: fallback method to test conditions", - "filters": [ - [ - "IsRationalFunction" - ], - [ - "IsRationalFunction" - ] - ], - "rank": 0 - } - ], - "3args": [ - { - "comment": "GcdOp: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 75 - }, - { - "comment": "GcdOp: rational univariate polynomials", - "filters": [ - [ - "IsEuclideanRing", - "IsRationalsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 72 - }, - { - "comment": "GcdOp: for Z_(pi) and two elements thereof (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsRat" - ], - [ - "IsRat" - ] - ], - "rank": 67 - }, - { - "comment": "GcdOp: univariate polynomials, ring", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 59 - }, - { - "comment": "GcdOp: Gcd(Polyring, Pol,Pol)", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsRationalFunction" - ], - [ - "IsRationalFunction" - ] - ], - "rank": 57 - }, - { - "comment": "GcdOp: multivariate Gcd based on Groebner bases", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 55 - }, - { - "comment": "GcdOp: for a Euclidean ring and two ring elements", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 47 - }, - { - "comment": "GcdOp: fallback method to test conditions", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsRationalFunction" - ], - [ - "IsRationalFunction" - ] - ], - "rank": 0 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GcdOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "GcdRepresentationOp" - ], - "filters": [ - [ - [ - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1392 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GcdRepresentationOp: for two ring elements", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 16 - } - ], - "3args": [ - { - "comment": "GcdRepresentationOp: for a Euclidean ring and two ring elements", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 47 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GcdRepresentationOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "LcmOp" - ], - "filters": [ - [ - [ - "IsUniqueFactorizationRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1456 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LcmOp: for two ring elements", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 16 - } - ], - "3args": [ - { - "comment": "LcmOp: lattice intersection in Z^n (ResClasses)", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 118 - }, - { - "comment": "LcmOp: for integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 75 - }, - { - "comment": "LcmOp: for Z_(pi) and two elements thereof (ResClasses)", - "filters": [ - [ - "IsZ_pi", - "Tester(IsZ_pi)" - ], - [ - "IsRat" - ], - [ - "IsRat" - ] - ], - "rank": 67 - }, - { - "comment": "LcmOp: multivariate Lcm based on Groebner bases", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 55 - }, - { - "comment": "LcmOp: for a Euclidean ring and two ring elements", - "filters": [ - [ - "IsUniqueFactorizationRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 43 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LcmOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "PadicValuation" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ring.gd", - "line": 1474 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PadicValuation: for rationals", - "filters": [ - [ - "IsRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 36 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PadicValuation", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 65 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsGeneralizedCartanMatrix: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsGeneralizedCartanMatrix)" - ] - ], - "rank": 20033 - }, - { - "comment": "IsGeneralizedCartanMatrix: for a matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsGeneralizedCartanMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsGeneralizedCartanMatrix" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 65 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsGeneralizedCartanMatrix): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsGeneralizedCartanMatrix): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsGeneralizedCartanMatrix)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 65 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsGeneralizedCartanMatrix)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsDiagonalMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 83 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 662 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsDiagonalMat: for a matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "IsDiagonalMat: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "IsDiagonalMat", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsDiagonalMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsUpperTriangularMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 100 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 664 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsUpperTriangularMat: for a matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "IsUpperTriangularMat: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsUpperTriangularMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsLowerTriangularMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 117 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 665 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLowerTriangularMat: for a matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "IsLowerTriangularMat: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLowerTriangularMat", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 158 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BaseMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(BaseMat)" - ] - ], - "rank": 20033 - }, - { - "comment": "BaseMat: generic method for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BaseMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBaseMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 158 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(BaseMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(BaseMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(BaseMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBaseMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 158 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(BaseMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "BaseMatDestructive" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 185 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BaseMatDestructive: generic method for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BaseMatDestructive", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 207 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BaseOrthogonalSpaceMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(BaseOrthogonalSpaceMat)" - ] - ], - "rank": 20033 - }, - { - "comment": "BaseOrthogonalSpaceMat: for a matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BaseOrthogonalSpaceMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBaseOrthogonalSpaceMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 207 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(BaseOrthogonalSpaceMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(BaseOrthogonalSpaceMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(BaseOrthogonalSpaceMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBaseOrthogonalSpaceMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 207 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(BaseOrthogonalSpaceMat)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 234 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DefaultFieldOfMatrix: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DefaultFieldOfMatrix)" - ] - ], - "rank": 20033 - }, - { - "comment": "DefaultFieldOfMatrix: method for a compressed matrix over GF(q)", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 55 - }, - { - "comment": "DefaultFieldOfMatrix: method for a matrix over GF(2)", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "IsGF2MatrixRep" - ] - ], - "rank": 55 - }, - { - "comment": "DefaultFieldOfMatrix: method for a matrix over the cyclotomics", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ], - "rank": 42 - }, - { - "comment": "DefaultFieldOfMatrix: method for a matrix over a finite field", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 42 - }, - { - "comment": "DefaultFieldOfMatrix: default method for a matrix (return `fail')", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DefaultFieldOfMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDefaultFieldOfMatrix" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 234 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DefaultFieldOfMatrix): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DefaultFieldOfMatrix): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DefaultFieldOfMatrix)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDefaultFieldOfMatrix" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 234 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DefaultFieldOfMatrix)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 258 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DepthOfUpperTriangularMatrix: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DepthOfUpperTriangularMatrix)" - ] - ], - "rank": 20033 - }, - { - "comment": "DepthOfUpperTriangularMatrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DepthOfUpperTriangularMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDepthOfUpperTriangularMatrix" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 258 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DepthOfUpperTriangularMatrix): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DepthOfUpperTriangularMatrix): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DepthOfUpperTriangularMatrix)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDepthOfUpperTriangularMatrix" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 258 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DepthOfUpperTriangularMatrix)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 282 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DeterminantMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DeterminantMat)" - ] - ], - "rank": 20033 - }, - { - "comment": "DeterminantMat: for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DeterminantMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDeterminantMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 282 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DeterminantMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DeterminantMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DeterminantMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDeterminantMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 282 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DeterminantMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "DeterminantMatDestructive" - ], - "filters": [ - [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "DETERMINANT_LIST_GF2VECS" - ], - "comment": "DeterminantMatDestructive: kernel method for plain list of GF2 vectors", - "filters": [ - [ - "IsMutable", - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 66 - }, - { - "aka": [ - "DETERMINANT_LIST_VEC8BITS" - ], - "comment": "DeterminantMatDestructive: kernel method for plain list of GF2 vectors", - "filters": [ - [ - "IsMutable", - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 56 - }, - { - "comment": "DeterminantMatDestructive: non fraction free", - "filters": [ - [ - "IsMutable", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 47 - }, - { - "aka": [ - "DeterminantMatDivFree" - ], - "comment": "DeterminantMatDestructive: nonprime residue rings", - "filters": [ - [ - "IsMutable", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsZmodnZObjNonprime))" - ] - ], - "rank": 46 - }, - { - "comment": "DeterminantMatDestructive: fraction-free method", - "filters": [ - [ - "IsMutable", - "IsOrdinaryMatrix" - ] - ], - "rank": 34 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DeterminantMatDestructive", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 326 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DeterminantMatDivFree: Division-free method", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DeterminantMatDivFree", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 351 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DimensionsMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DimensionsMat)" - ] - ], - "rank": 20033 - }, - { - "comment": "DimensionsMat: for a matrix with memory", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsObjWithMemory" - ] - ], - "rank": 134 - }, - { - "comment": "DimensionsMat: for an ordinary block matrix", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 34 - }, - { - "comment": "DimensionsMat", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "DimensionsMat: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DimensionsMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDimensionsMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ], - [ - [ - "IsMatrixObj" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 351 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DimensionsMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DimensionsMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DimensionsMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDimensionsMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 351 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DimensionsMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ElementaryDivisorsMat" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 398 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ElementaryDivisorsMat: compatibility method -- supply ring", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [ - { - "comment": "ElementaryDivisorsMat: generic method for euclidean rings", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 60 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ElementaryDivisorsMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "ElementaryDivisorsTransformationsMat" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 471 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ElementaryDivisorsTransformationsMat: compatibility method -- supply ring", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [ - { - "comment": "ElementaryDivisorsTransformationsMat: over the integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 71 - }, - { - "comment": "ElementaryDivisorsTransformationsMat: generic method for euclidean rings", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 60 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ElementaryDivisorsTransformationsMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "TriangulizedNullspaceMatNT" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 488 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TriangulizedNullspaceMatNT: generic method", - "filters": [ - [ - "IsOrdinaryMatrix" - ] - ], - "rank": 32 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TriangulizedNullspaceMatNT", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 514 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NullspaceMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NullspaceMat)" - ] - ], - "rank": 20033 - }, - { - "comment": "NullspaceMat: generic method for ordinary matrices", - "filters": [ - [ - "IsOrdinaryMatrix" - ] - ], - "rank": 32 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NullspaceMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNullspaceMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 514 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NullspaceMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NullspaceMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NullspaceMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNullspaceMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 514 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NullspaceMat)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 515 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TriangulizedNullspaceMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TriangulizedNullspaceMat)" - ] - ], - "rank": 20033 - }, - { - "comment": "TriangulizedNullspaceMat: generic method for ordinary matrices", - "filters": [ - [ - "IsOrdinaryMatrix" - ] - ], - "rank": 32 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TriangulizedNullspaceMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTriangulizedNullspaceMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 515 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TriangulizedNullspaceMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TriangulizedNullspaceMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TriangulizedNullspaceMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTriangulizedNullspaceMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 515 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TriangulizedNullspaceMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "NullspaceMatDestructive" - ], - "filters": [ - [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 554 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NullspaceMatDestructive: generic method for ordinary matrices", - "filters": [ - [ - "IsMutable", - "IsOrdinaryMatrix" - ] - ], - "rank": 34 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NullspaceMatDestructive", - "type": "GAP_Operation" - }, - { - "aka": [ - "TriangulizedNullspaceMatDestructive" - ], - "filters": [ - [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 555 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TriangulizedNullspaceMatDestructive: generic method for ordinary matrices", - "filters": [ - [ - "IsMutable", - "IsOrdinaryMatrix" - ] - ], - "rank": 34 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TriangulizedNullspaceMatDestructive", - "type": "GAP_Operation" - }, - { - "aka": [ - "GeneralisedEigenvalues", - "GeneralizedEigenvalues" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 574 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GeneralisedEigenvalues: for a matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 83 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneralisedEigenvalues", - "type": "GAP_Operation" - }, - { - "aka": [ - "GeneralisedEigenspaces", - "GeneralizedEigenspaces" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 593 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GeneralisedEigenspaces: for a matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 83 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneralisedEigenspaces", - "type": "GAP_Operation" - }, - { - "aka": [ - "Eigenvalues" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 611 - }, - { - "file": "/home/makx/ac/gap/lib/overload.g", - "line": 131 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Eigenvalues: for a matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 83 - }, - { - "aka": [ - "EigenvaluesChar" - ], - "comment": "Eigenvalues", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 50 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Eigenvalues", - "type": "GAP_Operation" - }, - { - "aka": [ - "Eigenspaces" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 627 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Eigenspaces: for a matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 83 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Eigenspaces", - "type": "GAP_Operation" - }, - { - "aka": [ - "Eigenvectors" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 643 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Eigenvectors: for a matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 83 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Eigenvectors", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 666 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ProjectiveOrder: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ProjectiveOrder)" - ] - ], - "rank": 20033 - }, - { - "comment": "ProjectiveOrder: object with memory", - "filters": [ - [ - "IsObjWithMemory" - ] - ], - "rank": 107 - }, - { - "comment": "ProjectiveOrder: ordinary matrix of finite field elements", - "filters": [ - [ - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 45 - }, - { - "comment": "ProjectiveOrder: divide and conquer for univariate polynomials", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 19 - }, - { - "comment": "ProjectiveOrder: fallback method to test conditions", - "filters": [ - [ - "IsRationalFunction" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ProjectiveOrder", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetProjectiveOrder" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 666 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ProjectiveOrder): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ProjectiveOrder): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ProjectiveOrder)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasProjectiveOrder" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 666 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ProjectiveOrder)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 712 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RankMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RankMat)" - ] - ], - "rank": 20033 - }, - { - "comment": "RankMat: generic method for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "RankMat: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RankMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRankMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ], - [ - [ - "IsMatrixObj" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 712 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RankMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RankMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RankMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRankMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 712 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RankMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RankMatDestructive" - ], - "filters": [ - [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 727 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 382 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "RANK_LIST_GF2VECS" - ], - "comment": "RankMatDestructive: kernel method for plain list of GF2 vectors", - "filters": [ - [ - "IsMutable", - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 66 - }, - { - "aka": [ - "RANK_LIST_VEC8BITS" - ], - "comment": "RankMatDestructive: kernel method for plain list of GF2 vectors", - "filters": [ - [ - "IsMutable", - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 56 - }, - { - "comment": "RankMatDestructive: generic method for mutable matrices", - "filters": [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 32 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RankMatDestructive", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 763 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemiEchelonMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SemiEchelonMat)" - ] - ], - "rank": 20033 - }, - { - "comment": "SemiEchelonMat: shortcut method for 8bit matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 55 - }, - { - "comment": "SemiEchelonMat: shortcut method for GF2 matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "IsGF2MatrixRep" - ] - ], - "rank": 55 - }, - { - "comment": "SemiEchelonMat: generic method for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiEchelonMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSemiEchelonMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 763 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SemiEchelonMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SemiEchelonMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SemiEchelonMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSemiEchelonMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 763 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SemiEchelonMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemiEchelonMatDestructive" - ], - "filters": [ - [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 787 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "SEMIECHELON_LIST_GF2VECS" - ], - "comment": "SemiEchelonMatDestructive: kernel method for plain lists of GF2 vectors", - "filters": [ - [ - "IsMutable", - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 66 - }, - { - "aka": [ - "SEMIECHELON_LIST_VEC8BITS" - ], - "comment": "SemiEchelonMatDestructive: kernel method for plain lists of 8bit vectors", - "filters": [ - [ - "IsMutable", - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 56 - }, - { - "comment": "SemiEchelonMatDestructive: generic method for matrices", - "filters": [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 32 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiEchelonMatDestructive", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 824 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemiEchelonMatTransformation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SemiEchelonMatTransformation)" - ] - ], - "rank": 20033 - }, - { - "comment": "SemiEchelonMatTransformation: shortcut method for 8bit matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 55 - }, - { - "comment": "SemiEchelonMatTransformation: kernel method for plain lists of GF2 vectors", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "IsGF2MatrixRep" - ] - ], - "rank": 55 - }, - { - "comment": "SemiEchelonMatTransformation: generic method for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiEchelonMatTransformation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSemiEchelonMatTransformation" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 824 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SemiEchelonMatTransformation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SemiEchelonMatTransformation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SemiEchelonMatTransformation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSemiEchelonMatTransformation" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 824 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SemiEchelonMatTransformation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemiEchelonMatTransformationDestructive" - ], - "filters": [ - [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 840 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "SEMIECHELON_LIST_GF2VECS_TRANSFORMATIONS" - ], - "comment": "SemiEchelonMatTransformationDestructive: kernel method for plain lists of GF2 vectors", - "filters": [ - [ - "IsMutable", - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 66 - }, - { - "aka": [ - "SEMIECHELON_LIST_VEC8BITS_TRANSFORMATIONS" - ], - "comment": "SemiEchelonMatTransformationDestructive: kernel method for plain lists of 8 bit vectors", - "filters": [ - [ - "IsMutable", - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 56 - }, - { - "comment": "SemiEchelonMatTransformationDestructive: generic method for matrices", - "filters": [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 32 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiEchelonMatTransformationDestructive", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemiEchelonMats" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 892 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemiEchelonMats: for list of matrices", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiEchelonMats", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemiEchelonMatsDestructive" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 910 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemiEchelonMatsDestructive: for list of matrices", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiEchelonMatsDestructive", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 946 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransposedMatImmutable: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TransposedMatImmutable)" - ] - ], - "rank": 20033 - }, - { - "aka": [ - "TRANSPOSED_MAT8BIT" - ], - "comment": "TransposedMatImmutable: for a compressed 8 bit matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 55 - }, - { - "aka": [ - "TRANSPOSED_GF2MAT" - ], - "comment": "TransposedMatImmutable: GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsGF2MatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "TransposedMatImmutable: for an ordinary block matrix", - "filters": [ - [ - "IsOrdinaryMatrix", - "IsBlockMatrixRep" - ] - ], - "rank": 34 - }, - { - "comment": "TransposedMatImmutable: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "aka": [ - "MutableTransposedMat", - "TransposedMatMutable", - "TransposedMatOp" - ], - "comment": "TransposedMatImmutable: generic method for matrices and lists", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransposedMatImmutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTransposedMat", - "SetTransposedMatAttr", - "SetTransposedMatImmutable" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ], - [ - [ - "IsMatrixObj" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 946 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TransposedMatImmutable): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TransposedMatImmutable): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TransposedMatImmutable)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTransposedMat", - "HasTransposedMatAttr", - "HasTransposedMatImmutable" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 946 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TransposedMatImmutable)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 951 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 660 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransposedMatMutable: for a compressed 8 bit matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 55 - }, - { - "comment": "TransposedMatMutable: GF2 matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsGF2MatrixRep" - ] - ], - "rank": 44 - }, - { - "comment": "TransposedMatMutable: generic method", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsRectangularTable", - "Tester(IsRectangularTable)" - ] - ], - "rank": 32 - }, - { - "comment": "TransposedMatMutable: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "TransposedMatMutable: for arbitrary lists of lists", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransposedMatMutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "MutableTransposedMatDestructive" - ], - "filters": [ - [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 971 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MutableTransposedMatDestructive: generic method", - "filters": [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 32 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MutableTransposedMatDestructive", - "type": "GAP_Operation" - }, - { - "aka": [ - "TransposedMatDestructive" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 999 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransposedMatDestructive: generic method for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "TransposedMatDestructive: method for empty matrices", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransposedMatDestructive", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1022 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsMonomialMatrix: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsMonomialMatrix)" - ] - ], - "rank": 20033 - }, - { - "comment": "IsMonomialMatrix: generic method for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsMonomialMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsMonomialMatrix" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1022 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsMonomialMatrix): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsMonomialMatrix): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsMonomialMatrix)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1022 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsMonomialMatrix)", - "type": "GAP_Operation" - }, - { - "aka": [ - "InverseMatMod" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1047 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InverseMatMod: method for a matrix, and an integer", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 49 - }, - { - "comment": "InverseMatMod: generic method for matrix and integer", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt" - ] - ], - "rank": 48 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InverseMatMod", - "type": "GAP_Operation" - }, - { - "aka": [ - "KroneckerProduct" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [ - "IsMatrixObj" - ], - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1070 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 667 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "KRONECKERPRODUCT_MAT8BIT_MAT8BIT" - ], - "comment": "KroneckerProduct: for two 8bit matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 89 - }, - { - "comment": "KroneckerProduct: for two 8bit matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "Is8BitMatrixRep" - ] - ], - "rank": 88 - }, - { - "aka": [ - "KRONECKERPRODUCT_GF2MAT_GF2MAT" - ], - "comment": "KroneckerProduct: for two gf2 matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsGF2MatrixRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsGF2MatrixRep" - ] - ], - "rank": 88 - }, - { - "comment": "KroneckerProduct: generic method for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 60 - }, - { - "comment": "KroneckerProduct: for two matrices", - "filters": [ - [ - "IsMatrixObj" - ], - [ - "IsMatrixObj" - ] - ], - "rank": 24 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "KroneckerProduct", - "type": "GAP_Operation" - }, - { - "aka": [ - "SolutionMatNoCo" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1084 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SolutionMatNoCo", - "type": "GAP_Operation" - }, - { - "aka": [ - "SolutionMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1102 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SolutionMat: generic method for ordinary matrix and vector", - "filters": [ - [ - "IsOrdinaryMatrix" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 44 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SolutionMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SolutionMatDestructive" - ], - "filters": [ - [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1134 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SolutionMatDestructive: generic method", - "filters": [ - [ - "IsMutable", - "IsOrdinaryMatrix" - ], - [ - "IsMutable", - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 48 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SolutionMatDestructive", - "type": "GAP_Operation" - }, - { - "aka": [ - "SumIntersectionMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1160 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SumIntersectionMat", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 60 - }, - { - "comment": "SumIntersectionMat", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 33 - }, - { - "comment": "SumIntersectionMat", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 33 - }, - { - "comment": "SumIntersectionMat", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 6 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SumIntersectionMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "RREF", - "TriangulizedMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1183 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TriangulizedMat: generic method for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TriangulizedMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "TriangulizeMat" - ], - "filters": [ - [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1214 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "TRIANGULIZE_LIST_GF2VECS" - ], - "comment": "TriangulizeMat: kernel method for plain list of GF2 vectors", - "filters": [ - [ - "IsMutable", - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 66 - }, - { - "comment": "TriangulizeMat: method for compressed matrices", - "filters": [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "Is8BitMatrixRep" - ] - ], - "rank": 56 - }, - { - "aka": [ - "TRIANGULIZE_LIST_VEC8BITS" - ], - "comment": "TriangulizeMat: kernel method for plain list of GF2 vectors", - "filters": [ - [ - "IsMutable", - "IsTable", - "IsPlistRep", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ] - ], - "rank": 56 - }, - { - "comment": "TriangulizeMat: for GF2 matrices", - "filters": [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))", - "IsGF2MatrixRep" - ] - ], - "rank": 56 - }, - { - "comment": "TriangulizeMat: for a mutable ordinary matrix over a ring Z/nZ", - "filters": [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "IsOrdinaryMatrix", - "CategoryCollections(CategoryCollections(IsZmodnZObjNonprime))" - ] - ], - "rank": 46 - }, - { - "comment": "TriangulizeMat: generic method for mutable matrices", - "filters": [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 32 - }, - { - "comment": "TriangulizeMat: for an empty list", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TriangulizeMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "UpperSubdiagonal" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1236 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "UpperSubdiagonal", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 49 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UpperSubdiagonal", - "type": "GAP_Operation" - }, - { - "aka": [ - "DiagonalizeMat" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1404 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DiagonalizeMat: over the integers", - "filters": [ - [ - "IsIntegers" - ], - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 71 - }, - { - "comment": "DiagonalizeMat: method for general Euclidean Ring", - "filters": [ - [ - "IsEuclideanRing" - ], - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 62 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DiagonalizeMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "MutableCopyMat" - ], - "filters": [ - [ - [ - "IsList" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1450 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 448 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MutableCopyMat: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "MutableCopyMat: for an 8bit matrix", - "filters": [ - [ - "Is8BitMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "MutableCopyMat: for a gf2 matrix", - "filters": [ - [ - "IsGF2MatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "MutableCopyMat: generic method", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MutableCopyMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "TraceMat" - ], - "filters": [ - [ - [ - "IsList" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1737 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 551 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TraceMat: generic method", - "filters": [ - [ - "IsMatrixObj" - ] - ], - "rank": 12 - }, - { - "comment": "TraceMat: method for lists", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TraceMat", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1762 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "JordanDecomposition: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(JordanDecomposition)" - ] - ], - "rank": 20033 - }, - { - "comment": "JordanDecomposition: method for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "JordanDecomposition", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetJordanDecomposition" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1762 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(JordanDecomposition): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(JordanDecomposition): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(JordanDecomposition)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasJordanDecomposition" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1762 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(JordanDecomposition)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1922 - }, - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1923 - }, - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1925 - }, - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1927 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CharacteristicPolynomial: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CharacteristicPolynomial)" - ] - ], - "rank": 20033 - }, - { - "comment": "CharacteristicPolynomial: supply field and indeterminate 1", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [ - { - "comment": "CharacteristicPolynomial: supply indeterminate 1", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 84 - }, - { - "comment": "CharacteristicPolynomial: supply field", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 49 - } - ], - "3args": [ - { - "comment": "CharacteristicPolynomial: supply indeterminate 1", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 136 - }, - { - "comment": "CharacteristicPolynomial: call `TracePolynomial'", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 118 - }, - { - "comment": "CharacteristicPolynomial: check default field, print error if ambiguous", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsOrdinaryMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 105 - } - ], - "4args": [ - { - "comment": "CharacteristicPolynomial: spinning over field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsOrdinaryMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 157 - }, - { - "aka": [ - "TracePolynomial" - ], - "comment": "CharacteristicPolynomial: call `TracePolynomial'", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 137 - } - ], - "5args": [], - "6args": [] - }, - "name": "CharacteristicPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCharacteristicPolynomial" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1922 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CharacteristicPolynomial): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CharacteristicPolynomial): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CharacteristicPolynomial)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCharacteristicPolynomial" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1922 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CharacteristicPolynomial)", - "type": "GAP_Operation" - }, - { - "aka": [ - "CharacteristicPolynomialMatrixNC" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsOrdinaryMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1945 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "Matrix_CharacteristicPolynomialSameField" - ], - "comment": "CharacteristicPolynomialMatrixNC: spinning over field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsOrdinaryMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 104 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CharacteristicPolynomialMatrixNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "MinimalPolynomialMatrixNC" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsOrdinaryMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1963 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "Matrix_MinimalPolynomialSameField" - ], - "comment": "MinimalPolynomialMatrixNC: spinning over field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsOrdinaryMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 104 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MinimalPolynomialMatrixNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "FieldOfMatrixList" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1979 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FieldOfMatrixList: finite field matrices", - "filters": [ - [ - "IsListOrCollection", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))" - ] - ], - "rank": 19 - }, - { - "comment": "FieldOfMatrixList: generic: form field", - "filters": [ - [ - "IsListOrCollection" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FieldOfMatrixList", - "type": "GAP_Operation" - }, - { - "aka": [ - "DefaultScalarDomainOfMatrixList" - ], - "filters": [ - [ - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 1999 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DefaultScalarDomainOfMatrixList: finite field matrices", - "filters": [ - [ - "IsListOrCollection", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))" - ] - ], - "rank": 19 - }, - { - "comment": "DefaultScalarDomainOfMatrixList: generic: form ring", - "filters": [ - [ - "IsListOrCollection" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DefaultScalarDomainOfMatrixList", - "type": "GAP_Operation" - }, - { - "aka": [ - "BaseField" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matrix.gd", - "line": 2017 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BaseField: for a compressed 8bit matrix", - "filters": [ - [ - "Is8BitMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "BaseField: for a compressed gf2 matrix", - "filters": [ - [ - "IsGF2MatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "BaseField: for a compressed 8bit vector", - "filters": [ - [ - "Is8BitVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "BaseField: for a compressed gf2 vector", - "filters": [ - [ - "IsGF2VectorRep" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BaseField", - "type": "GAP_Operation" - }, - { - "aka": [ - "TriangulizedIntegerMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 43 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TriangulizedIntegerMat: dispatch", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "TriangulizedIntegerMat: empty", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 3 - }, - { - "comment": "TriangulizedIntegerMat: empty matrix", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TriangulizedIntegerMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "TriangulizeIntegerMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 77 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TriangulizeIntegerMat: dispatch", - "filters": [ - [ - "IsMutable", - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 32 - }, - { - "comment": "TriangulizeIntegerMat: empty", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TriangulizeIntegerMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "TriangulizedIntegerMatTransform", - "TriangulizedIntegerMatTransforms" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 97 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TriangulizedIntegerMatTransform: dispatch", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "TriangulizedIntegerMatTransform: empty", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 3 - }, - { - "comment": "TriangulizedIntegerMatTransform: empty matrix", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TriangulizedIntegerMatTransform", - "type": "GAP_Operation" - }, - { - "aka": [ - "HermiteNormalFormIntegerMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 116 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "HermiteNormalFormIntegerMat: dispatch", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "HermiteNormalFormIntegerMat: empty", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 3 - }, - { - "comment": "HermiteNormalFormIntegerMat: empty matrix", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HermiteNormalFormIntegerMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "HermiteNormalFormIntegerMatTransform", - "HermiteNormalFormIntegerMatTransforms" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 148 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "HermiteNormalFormIntegerMatTransform: dispatch", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "HermiteNormalFormIntegerMatTransform: empty", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 3 - }, - { - "comment": "HermiteNormalFormIntegerMatTransform: empty matrix", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HermiteNormalFormIntegerMatTransform", - "type": "GAP_Operation" - }, - { - "aka": [ - "SmithNormalFormIntegerMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 169 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SmithNormalFormIntegerMat: dispatch", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "SmithNormalFormIntegerMat: empty", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 3 - }, - { - "comment": "SmithNormalFormIntegerMat: empty matrix", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SmithNormalFormIntegerMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SmithNormalFormIntegerMatTransforms" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 189 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SmithNormalFormIntegerMatTransforms: dispatch", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "SmithNormalFormIntegerMatTransforms: empty", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 3 - }, - { - "comment": "SmithNormalFormIntegerMatTransforms: empty matrix", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SmithNormalFormIntegerMatTransforms", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 333 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BaseIntMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(BaseIntMat)" - ] - ], - "rank": 20045 - }, - { - "comment": "BaseIntMat: use HNF", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ], - "rank": 42 - }, - { - "comment": "BaseIntMat: empty", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BaseIntMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBaseIntMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 333 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(BaseIntMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(BaseIntMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(BaseIntMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBaseIntMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 333 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(BaseIntMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "BaseIntersectionIntMats" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 360 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "BaseIntersectionIntMats: use HNF", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ], - "rank": 84 - }, - { - "comment": "BaseIntersectionIntMats: emptyR", - "filters": [ - [], - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 3 - }, - { - "comment": "BaseIntersectionIntMats: emptyL", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BaseIntersectionIntMats", - "type": "GAP_Operation" - }, - { - "aka": [ - "ComplementIntMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 410 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ComplementIntMat: use HNF and SNF", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ], - "rank": 84 - }, - { - "comment": "ComplementIntMat: empty submodule", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 59 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComplementIntMat", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 437 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NullspaceIntMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NullspaceIntMat)" - ] - ], - "rank": 20045 - }, - { - "comment": "NullspaceIntMat: use HNF", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ], - "rank": 42 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NullspaceIntMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNullspaceIntMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 437 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NullspaceIntMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NullspaceIntMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NullspaceIntMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNullspaceIntMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 437 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NullspaceIntMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SolutionIntMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 466 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SolutionIntMat: use HNF", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 71 - }, - { - "comment": "SolutionIntMat: empty", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SolutionIntMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SolutionNullspaceIntMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 495 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SolutionNullspaceIntMat: use HNF", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 71 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SolutionNullspaceIntMat", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsCyclotomic)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 517 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AbelianInvariantsOfList: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AbelianInvariantsOfList)" - ] - ], - "rank": 20025 - }, - { - "comment": "AbelianInvariantsOfList", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 22 - }, - { - "comment": "AbelianInvariantsOfList", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AbelianInvariantsOfList", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAbelianInvariantsOfList" - ], - "filters": [ - [ - [ - "CategoryCollections(IsCyclotomic)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 517 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AbelianInvariantsOfList): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AbelianInvariantsOfList): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AbelianInvariantsOfList)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAbelianInvariantsOfList" - ], - "filters": [ - [ - [ - "CategoryCollections(IsCyclotomic)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matint.gd", - "line": 517 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AbelianInvariantsOfList)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matblock.gd", - "line": 85 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MatrixByBlockMatrix: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MatrixByBlockMatrix)" - ] - ], - "rank": 20033 - }, - { - "comment": "MatrixByBlockMatrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MatrixByBlockMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMatrixByBlockMatrix" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matblock.gd", - "line": 85 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MatrixByBlockMatrix): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MatrixByBlockMatrix): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MatrixByBlockMatrix)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMatrixByBlockMatrix" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matblock.gd", - "line": 85 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MatrixByBlockMatrix)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsIdealOp", - "IsTwoSidedIdealOp" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 193 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "IsLeftIdeal" - ], - "comment": "IsTwoSidedIdealOp: for anti-commutative FLMLOR and free left module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsAnticommutative", - "Tester(IsAnticommutative)", - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 59 - }, - { - "comment": "IsTwoSidedIdealOp: for commutative FLMLOR and free left module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 59 - }, - { - "comment": "IsTwoSidedIdealOp: for FLMLOR and free left module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 57 - }, - { - "comment": "IsTwoSidedIdealOp: for rings and subrings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsTwoSidedIdealOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 193 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsTwoSidedIdealInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsTwoSidedIdealInParent)" - ] - ], - "rank": 20029 - }, - { - "comment": "IsTwoSidedIdealInParent", - "filters": [ - [ - "Tester(ParentAttr)", - "IsRightIdealInParent", - "Tester(IsRightIdealInParent)" - ] - ], - "rank": 29 - }, - { - "comment": "IsTwoSidedIdealInParent", - "filters": [ - [ - "Tester(ParentAttr)", - "IsLeftIdealInParent", - "Tester(IsLeftIdealInParent)" - ] - ], - "rank": 29 - }, - { - "comment": "IsTwoSidedIdealInParent: method that calls the two-argument operation IsTwoSidedIdealOp", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 27 - }, - { - "comment": "IsTwoSidedIdealInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsTwoSidedIdealInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsIdealInParent", - "SetIsTwoSidedIdealInParent" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 193 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsTwoSidedIdealInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsTwoSidedIdealInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsTwoSidedIdealInParent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 193 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsTwoSidedIdealInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsIdeal", - "IsTwoSidedIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 193 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsTwoSidedIdeal: try to exploit the in-parent attribute IsTwoSidedIdealInParent", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsTwoSidedIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsLeftIdealOp" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 194 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsLeftIdealOp: for associative FLMLOR and FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 72 - }, - { - "comment": "IsLeftIdealOp: for associative FLMLOR-with-one and free left module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 66 - }, - { - "comment": "IsLeftIdealOp: for associative FLMLOR and free left module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 61 - }, - { - "comment": "IsLeftIdealOp: for SCRings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ] - ], - "rank": 58 - }, - { - "comment": "IsLeftIdealOp: for FLMLOR and free left module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 57 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLeftIdealOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 194 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLeftIdealInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLeftIdealInParent)" - ] - ], - "rank": 20029 - }, - { - "comment": "IsLeftIdealInParent: method that calls the two-argument operation IsLeftIdealOp", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 27 - }, - { - "comment": "IsLeftIdealInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLeftIdealInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLeftIdealInParent" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 194 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLeftIdealInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLeftIdealInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLeftIdealInParent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 194 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLeftIdealInParent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 194 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsLeftIdeal: left ideal in ring, naive", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)" - ] - ], - "rank": 79 - }, - { - "comment": "IsLeftIdeal: try to exploit the in-parent attribute IsLeftIdealInParent", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLeftIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsRightIdealOp" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsRightIdealOp: for associative FLMLOR and FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 72 - }, - { - "comment": "IsRightIdealOp: for associative FLMLOR-with-one and free left module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 66 - }, - { - "comment": "IsRightIdealOp: for associative FLMLOR and free left module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 61 - }, - { - "comment": "IsRightIdealOp: for SCRings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ] - ], - "rank": 58 - }, - { - "comment": "IsRightIdealOp: for FLMLOR and free left module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 57 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRightIdealOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRightIdealInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRightIdealInParent)" - ] - ], - "rank": 20029 - }, - { - "comment": "IsRightIdealInParent: method that calls the two-argument operation IsRightIdealOp", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 27 - }, - { - "comment": "IsRightIdealInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRightIdealInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRightIdealInParent" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRightIdealInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRightIdealInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRightIdealInParent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRightIdealInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsRightIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsRightIdeal: try to exploit the in-parent attribute IsRightIdealInParent", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRightIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "IdealByGenerators", - "TwoSidedIdealByGenerators" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "IdealByGeneratorsForLieAlgebra" - ], - "comment": "TwoSidedIdealByGenerators: for Lie algebra and collection of Lie objects", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList", - "CategoryCollections(IsLieObject)" - ] - ], - "rank": 65 - }, - { - "comment": "TwoSidedIdealByGenerators: for matrix algebra and empty list", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 61 - }, - { - "comment": "TwoSidedIdealByGenerators: for Lie algebra and empty list", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 59 - }, - { - "comment": "TwoSidedIdealByGenerators: for Gaussian matrix algebra and list of matrices", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 54 - }, - { - "comment": "TwoSidedIdealByGenerators: for non-Gaussian matrix algebra and list of matrices", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsNonGaussianMatrixSpace" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 53 - }, - { - "comment": "TwoSidedIdealByGenerators: for FLMLOR and empty list", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 51 - }, - { - "comment": "TwoSidedIdealByGenerators: for FLMLOR and collection", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsCollection" - ] - ], - "rank": 36 - }, - { - "comment": "TwoSidedIdealByGenerators: for ring and collection", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TwoSidedIdealByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftIdealByGenerators" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 255 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeftIdealByGenerators: for Lie algebra and collection of Lie objects", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList", - "CategoryCollections(IsLieObject)" - ] - ], - "rank": 65 - }, - { - "comment": "LeftIdealByGenerators: for matrix algebra and empty list", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 61 - }, - { - "comment": "LeftIdealByGenerators: for Lie algebra and empty list", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 59 - }, - { - "comment": "LeftIdealByGenerators: for Gaussian matrix algebra and list of matrices", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 54 - }, - { - "comment": "LeftIdealByGenerators: for non-Gaussian matrix algebra and list of matrices", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsNonGaussianMatrixSpace" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 53 - }, - { - "comment": "LeftIdealByGenerators: for FLMLOR and empty list", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 51 - }, - { - "comment": "LeftIdealByGenerators: to construct ideals of commutative rings", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsCollection" - ] - ], - "rank": 38 - }, - { - "comment": "LeftIdealByGenerators: for FLMLOR and collection", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsCollection" - ] - ], - "rank": 36 - }, - { - "comment": "LeftIdealByGenerators: for ring and collection", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftIdealByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightIdealByGenerators" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 278 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RightIdealByGenerators: for Lie algebra and collection of Lie objects", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList", - "CategoryCollections(IsLieObject)" - ] - ], - "rank": 65 - }, - { - "comment": "RightIdealByGenerators: for matrix algebra and empty list", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 61 - }, - { - "comment": "RightIdealByGenerators: for Lie algebra and empty list", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 59 - }, - { - "comment": "RightIdealByGenerators: for Gaussian matrix algebra and list of matrices", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 54 - }, - { - "comment": "RightIdealByGenerators: for non-Gaussian matrix algebra and list of matrices", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsNonGaussianMatrixSpace" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 53 - }, - { - "comment": "RightIdealByGenerators: for FLMLOR and empty list", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 51 - }, - { - "comment": "RightIdealByGenerators: to construct ideals of commutative rings", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsCollection" - ] - ], - "rank": 38 - }, - { - "comment": "RightIdealByGenerators: for FLMLOR and collection", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsCollection" - ] - ], - "rank": 36 - }, - { - "comment": "RightIdealByGenerators: for ring and collection", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightIdealByGenerators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfTwoSidedIdeal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfTwoSidedIdeal)" - ] - ], - "rank": 20029 - }, - { - "comment": "GeneratorsOfTwoSidedIdeal: for a two-sided ideal with known `GeneratorsOfRightIdeal'", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRightIdeal)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 29 - }, - { - "comment": "GeneratorsOfTwoSidedIdeal: for a two-sided ideal with known `GeneratorsOfLeftIdeal'", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftIdeal)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 29 - }, - { - "comment": "GeneratorsOfTwoSidedIdeal: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfTwoSidedIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfIdeal", - "SetGeneratorsOfTwoSidedIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfTwoSidedIdeal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfTwoSidedIdeal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfTwoSidedIdeal)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfIdeal", - "HasGeneratorsOfTwoSidedIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfTwoSidedIdeal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 329 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfLeftIdeal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfLeftIdeal)" - ] - ], - "rank": 20029 - }, - { - "comment": "GeneratorsOfLeftIdeal: for an ideal with known `GeneratorsOfTwoSidedIdeal'", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfTwoSidedIdeal)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 29 - }, - { - "comment": "GeneratorsOfLeftIdeal: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfLeftIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfLeftIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 329 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfLeftIdeal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfLeftIdeal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfLeftIdeal)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfLeftIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 329 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfLeftIdeal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 348 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfRightIdeal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfRightIdeal)" - ] - ], - "rank": 20029 - }, - { - "comment": "GeneratorsOfRightIdeal: for an ideal with known `GeneratorsOfTwoSidedIdeal'", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfTwoSidedIdeal)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 29 - }, - { - "comment": "GeneratorsOfRightIdeal: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfRightIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfRightIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 348 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfRightIdeal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfRightIdeal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfRightIdeal)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfRightIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 348 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfRightIdeal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 367 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LeftActingRingOfIdeal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LeftActingRingOfIdeal)" - ] - ], - "rank": 20029 - }, - { - "comment": "LeftActingRingOfIdeal: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftActingRingOfIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLeftActingRingOfIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 367 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LeftActingRingOfIdeal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LeftActingRingOfIdeal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LeftActingRingOfIdeal)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLeftActingRingOfIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 367 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LeftActingRingOfIdeal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 369 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RightActingRingOfIdeal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RightActingRingOfIdeal)" - ] - ], - "rank": 20029 - }, - { - "comment": "RightActingRingOfIdeal: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightActingRingOfIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRightActingRingOfIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 369 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RightActingRingOfIdeal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RightActingRingOfIdeal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RightActingRingOfIdeal)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRightActingRingOfIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 369 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RightActingRingOfIdeal)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsLeftIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 411 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsLeftIdeal: for two FLMLORs", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 68 - }, - { - "comment": "AsLeftIdeal: for two rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsLeftIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsRightIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 412 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsRightIdeal: for two FLMLORs", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - }, - { - "comment": "AsRightIdeal: for two rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsRightIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsTwoSidedIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ideal.gd", - "line": 413 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsTwoSidedIdeal: for two FLMLORs", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - }, - { - "comment": "AsTwoSidedIdeal: for two rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 52 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsTwoSidedIdeal", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 173 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFiniteDimensional: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFiniteDimensional)" - ] - ], - "rank": 20026 - }, - { - "comment": "IsFiniteDimensional: LAGUNA: for a Lie algebra coming from an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsLieAlgebraByAssociativeAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "IsFiniteDimensional: for a f.p. Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsSubalgebraFpAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "IsFiniteDimensional: for a left module of free magma ring elements", - "filters": [ - [ - "IsFreeLeftModule", - "Tester(GeneratorsOfLeftOperatorRing)", - "CategoryCollections(IsElementOfFreeMagmaRing)" - ] - ], - "rank": 39 - }, - { - "comment": "IsFiniteDimensional: for f.p. algebra", - "filters": [ - [ - "IsSubalgebraFpAlgebra" - ] - ], - "rank": 37 - }, - { - "comment": "IsFiniteDimensional: for a magma ring modulo the span of ``zero''", - "filters": [ - [ - "IsMagmaRingModuloSpanOfZero" - ] - ], - "rank": 36 - }, - { - "comment": "IsFiniteDimensional: for a free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - }, - { - "comment": "IsFiniteDimensional: for an ideal in an algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(RightActingRingOfIdeal)", - "IsFreeLeftModule" - ] - ], - "rank": 35 - }, - { - "comment": "IsFiniteDimensional: for an ideal in an algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "IsFreeLeftModule" - ] - ], - "rank": 35 - }, - { - "comment": "IsFiniteDimensional: for a space of algebra module elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsAlgebraModuleElement)" - ] - ], - "rank": 28 - }, - { - "comment": "IsFiniteDimensional: for a free left module with known dimension", - "filters": [ - [ - "IsFreeLeftModule", - "Tester(Dimension)" - ] - ], - "rank": 24 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFiniteDimensional", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFiniteDimensional" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 173 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFiniteDimensional): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFiniteDimensional): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFiniteDimensional)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 173 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFiniteDimensional)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 208 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFullRowModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFullRowModule)" - ] - ], - "rank": 20026 - }, - { - "comment": "IsFullRowModule: for Gaussian row space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ] - ], - "rank": 30 - }, - { - "comment": "IsFullRowModule: for non-Gaussian row space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsNonGaussianRowSpace" - ] - ], - "rank": 29 - }, - { - "comment": "IsFullRowModule: for free left (row) module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "IsFullRowModule: for arbitrary free left module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 22 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFullRowModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFullRowModule" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 208 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFullRowModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFullRowModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFullRowModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 208 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFullRowModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFullMatrixModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 20026 - }, - { - "comment": "IsFullMatrixModule: for Gaussian matrix space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ] - ], - "rank": 30 - }, - { - "comment": "IsFullMatrixModule: for non-Gaussian matrix space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsNonGaussianMatrixSpace" - ] - ], - "rank": 29 - }, - { - "comment": "IsFullMatrixModule: for matrix module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "IsFullMatrixModule: for arbitrary free left module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 22 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFullMatrixModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFullMatrixModule" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFullMatrixModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFullMatrixModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFullMatrixModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFullMatrixModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 279 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Dimension: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Dimension)" - ] - ], - "rank": 20026 - }, - { - "comment": "Dimension: for full matrix module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 48 - }, - { - "comment": "Dimension: for full row module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 48 - }, - { - "comment": "Dimension: LAGUNA: for a Lie algebra coming from an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsLieAlgebraByAssociativeAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "Dimension: for a f.p. Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsSubalgebraFpAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "Dimension: for a magma ring modulo the span of ``zero''", - "filters": [ - [ - "IsMagmaRingModuloSpanOfZero" - ] - ], - "rank": 36 - }, - { - "comment": "Dimension: for a free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - }, - { - "comment": "Dimension: for full hom space of linear mappings", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)", - "IsFreeLeftModule", - "IsFullHomModule", - "Tester(IsFullHomModule)" - ] - ], - "rank": 36 - }, - { - "comment": "Dimension: for a free left module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Dimension", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDimension" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 279 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Dimension): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Dimension): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Dimension)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDimension" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 279 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Dimension)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 298 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfLeftOperatorAdditiveGroup)" - ] - ], - "rank": 20021 - }, - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: for FLMLOR with known right ideal generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRightIdeal)", - "IsFreeLeftModule" - ] - ], - "rank": 62 - }, - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: for FLMLOR with known left ideal generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftIdeal)", - "IsFreeLeftModule" - ] - ], - "rank": 62 - }, - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: for a finite field (return the vectors of the canonical basis)", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 58 - }, - { - "aka": [ - "StandardGeneratorsOfFullMatrixModule" - ], - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: for full matrix module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 48 - }, - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: for full row module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 48 - }, - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: for a magma ring modulo the span of ``zero''", - "filters": [ - [ - "IsMagmaRingModuloSpanOfZero" - ] - ], - "rank": 36 - }, - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: for a free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - }, - { - "aka": [ - "StandardGeneratorsOfFullHomModule" - ], - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: for full hom space of linear mappings", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)", - "IsFreeLeftModule", - "IsFullHomModule", - "Tester(IsFullHomModule)" - ] - ], - "rank": 36 - }, - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: for FLMLOR with known ideal generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfTwoSidedIdeal)", - "IsFreeLeftModule" - ] - ], - "rank": 35 - }, - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: for a FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: for a space of algebra module elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsAlgebraModuleElement)" - ] - ], - "rank": 28 - }, - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup", - "filters": [ - [ - "IsAttributeStoringRep", - "IsFreeLeftModule", - "Tester(Basis)" - ] - ], - "rank": 26 - }, - { - "comment": "GeneratorsOfLeftOperatorAdditiveGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -20 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfLeftOperatorAdditiveGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfLeftModule", - "SetGeneratorsOfLeftOperatorAdditiveGroup", - "SetGeneratorsOfLeftVectorSpace", - "SetGeneratorsOfVectorSpace" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 298 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfLeftOperatorAdditiveGroup): method that checks for `IsFiniteDimensional'", - "filters": [ - [ - "IsAttributeStoringRep", - "IsFreeLeftModule" - ], - [ - "IsList" - ] - ], - "rank": 27 - }, - { - "comment": "Setter(GeneratorsOfLeftOperatorAdditiveGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfLeftOperatorAdditiveGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfLeftOperatorAdditiveGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfLeftModule", - "HasGeneratorsOfLeftOperatorAdditiveGroup", - "HasGeneratorsOfLeftVectorSpace", - "HasGeneratorsOfVectorSpace" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsDistributiveLOpDSum", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 298 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfLeftOperatorAdditiveGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtRSet", - "IsDistributiveROpDSum", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 340 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfRightOperatorAdditiveGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfRightOperatorAdditiveGroup)" - ] - ], - "rank": 20021 - }, - { - "comment": "GeneratorsOfRightOperatorAdditiveGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtRSet", - "IsDistributiveROpDSum", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -20 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfRightOperatorAdditiveGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfRightModule", - "SetGeneratorsOfRightOperatorAdditiveGroup" - ], - "filters": [ - [ - [ - "IsExtRSet", - "IsDistributiveROpDSum", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 340 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfRightOperatorAdditiveGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfRightOperatorAdditiveGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfRightOperatorAdditiveGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfRightModule", - "HasGeneratorsOfRightOperatorAdditiveGroup" - ], - "filters": [ - [ - [ - "IsExtRSet", - "IsDistributiveROpDSum", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 340 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfRightOperatorAdditiveGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsLeftModule", - "AsVectorSpace" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 406 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "AsDivisionRing", - "AsField" - ], - "comment": "AsLeftModule: for two division rings", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 104 - }, - { - "comment": "AsLeftModule: for division ring and matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 82 - }, - { - "comment": "AsLeftModule: method for a division ring and a vector space", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 77 - }, - { - "comment": "AsLeftModule: for a ring and a left module", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 48 - }, - { - "comment": "AsLeftModule: generic method for a ring and a collection", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsLeftModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "ClosureLeftModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 430 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ClosureLeftModule: for two left modules", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 44 - }, - { - "comment": "ClosureLeftModule: method for a vector space with basis, and a vector", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "Tester(Basis)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 33 - }, - { - "comment": "ClosureLeftModule: for free left module and vector", - "filters": [ - [ - "IsFreeLeftModule", - "Tester(Basis)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 31 - }, - { - "comment": "ClosureLeftModule: for left module and vector", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 29 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ClosureLeftModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftModuleByGenerators" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsListOrCollection" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 452 - }, - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 454 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeftModuleByGenerators: for division ring and matrix over it", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 82 - }, - { - "comment": "LeftModuleByGenerators: for ring and collection", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [ - { - "comment": "LeftModuleByGenerators: for division ring, matrix over it, and row vector", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 94 - }, - { - "comment": "LeftModuleByGenerators: for division ring, empty list, and row vector", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 81 - }, - { - "comment": "LeftModuleByGenerators: for ring, homogeneous list, and vector", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsHomogeneousList" - ], - [] - ], - "rank": 30 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftModuleByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "UseBasis" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 489 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "UseBasis: for a free left module and a homog. list", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 27 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UseBasis", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 663 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRowModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRowModule)" - ] - ], - "rank": 20026 - }, - { - "comment": "IsRowModule: for a free left module", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "IsRowModule: return `false' for objects which are not free left modules", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRowModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRowModule" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 663 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRowModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRowModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRowModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 663 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRowModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 682 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsMatrixModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsMatrixModule)" - ] - ], - "rank": 20026 - }, - { - "comment": "IsMatrixModule: for a free left module", - "filters": [ - [ - "IsFreeLeftModule", - "Tester(GeneratorsOfLeftOperatorAdditiveGroup)" - ] - ], - "rank": 24 - }, - { - "comment": "IsMatrixModule: for a free left module without generators", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - }, - { - "comment": "IsMatrixModule: return `false' for objects which are not free left modules", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsMatrixModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsMatrixModule" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 682 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsMatrixModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsMatrixModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsMatrixModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 682 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsMatrixModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 714 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DimensionOfVectors: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DimensionOfVectors)" - ] - ], - "rank": 20026 - }, - { - "comment": "DimensionOfVectors: generic method for left modules", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DimensionOfVectors", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDimensionOfVectors" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 714 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DimensionOfVectors): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DimensionOfVectors): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DimensionOfVectors)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDimensionOfVectors" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/module.gd", - "line": 714 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DimensionOfVectors)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 151 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCanonicalBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCanonicalBasis)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsCanonicalBasis: for a basis handled by a nice basis", - "filters": [ - [ - "IsBasisByNiceBasis" - ] - ], - "rank": 13 - }, - { - "comment": "IsCanonicalBasis: for a basis with replaced left module, and a vector", - "filters": [ - [ - "IsBasis", - "IsBasisWithReplacedLeftModuleRep" - ] - ], - "rank": 10 - }, - { - "comment": "IsCanonicalBasis: for a basis", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCanonicalBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCanonicalBasis" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 151 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCanonicalBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCanonicalBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCanonicalBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 151 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCanonicalBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 178 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCanonicalBasisFullRowModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCanonicalBasisFullRowModule)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsCanonicalBasisFullRowModule: for a basis", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCanonicalBasisFullRowModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCanonicalBasisFullRowModule" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 178 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCanonicalBasisFullRowModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCanonicalBasisFullRowModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCanonicalBasisFullRowModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 178 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCanonicalBasisFullRowModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 209 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCanonicalBasisFullMatrixModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCanonicalBasisFullMatrixModule)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsCanonicalBasisFullMatrixModule: for a basis", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCanonicalBasisFullMatrixModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCanonicalBasisFullMatrixModule" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 209 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCanonicalBasisFullMatrixModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCanonicalBasisFullMatrixModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCanonicalBasisFullMatrixModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 209 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCanonicalBasisFullMatrixModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 235 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsIntegralBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsIntegralBasis)" - ] - ], - "rank": 20010 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsIntegralBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsIntegralBasis" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 235 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsIntegralBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsIntegralBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsIntegralBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 235 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsIntegralBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNormalBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNormalBasis)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsNormalBasis: for a basis of a field", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNormalBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNormalBasis" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNormalBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNormalBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNormalBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNormalBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 301 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSemiEchelonized: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSemiEchelonized)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsSemiEchelonized: for basis (of a Gaussian matrix space)", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - }, - { - "comment": "IsSemiEchelonized: for basis of a Gaussian row space", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSemiEchelonized", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSemiEchelonized" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 301 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSemiEchelonized): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSemiEchelonized): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSemiEchelonized)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 301 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSemiEchelonized)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 328 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BasisVectors: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(BasisVectors)" - ] - ], - "rank": 20010 - }, - { - "comment": "BasisVectors: for empty basis", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)", - "IsBasis" - ] - ], - "rank": 10018 - }, - { - "comment": "BasisVectors: for canonical basis of a full matrix module", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsCanonicalBasisFullMatrixModule", - "Tester(IsCanonicalBasisFullMatrixModule)" - ] - ], - "rank": 16 - }, - { - "comment": "BasisVectors: for canonical basis of a full row module", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsCanonicalBasisFullRowModule", - "Tester(IsCanonicalBasisFullRowModule)" - ] - ], - "rank": 16 - }, - { - "comment": "BasisVectors: for semi-ech. basis of a Gaussian matrix space", - "filters": [ - [ - "IsBasis", - "IsSemiEchelonBasisOfGaussianMatrixSpaceRep" - ] - ], - "rank": 15 - }, - { - "comment": "BasisVectors: for semi-ech. basis of a Gaussian row space", - "filters": [ - [ - "IsBasis", - "IsSemiEchelonBasisOfGaussianRowSpaceRep" - ] - ], - "rank": 15 - }, - { - "comment": "BasisVectors: for canon. basis of cyclotomic field of cyclotomics", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsCanonicalBasisCyclotomicFieldRep" - ] - ], - "rank": 13 - }, - { - "comment": "BasisVectors: for basis by nice basis", - "filters": [ - [ - "IsBasisByNiceBasis" - ] - ], - "rank": 13 - }, - { - "comment": "BasisVectors: for canon. basis of an algebraic extension", - "filters": [ - [ - "IsCanonicalBasisAlgebraicExtension" - ] - ], - "rank": 12 - }, - { - "comment": "BasisVectors: for canonical basis of full s. c. algebra", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasisFullSCAlgebra", - "Tester(IsCanonicalBasisFullSCAlgebra)" - ] - ], - "rank": 11 - }, - { - "comment": "BasisVectors: for a basis with replaced left module", - "filters": [ - [ - "IsBasis", - "IsBasisWithReplacedLeftModuleRep" - ] - ], - "rank": 10 - }, - { - "comment": "BasisVectors: for pseudo canonical basis of a full hom module", - "filters": [ - [ - "IsBasis", - "IsPseudoCanonicalBasisFullHomModule", - "Tester(IsPseudoCanonicalBasisFullHomModule)" - ] - ], - "rank": 9 - }, - { - "comment": "BasisVectors: for mutable basis with underlying mutable basis", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisViaUnderlyingMutableBasisRep" - ] - ], - "rank": 3 - }, - { - "comment": "BasisVectors: for a mutable basis of a Gaussian matrix space", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianMatrixSpaceRep" - ] - ], - "rank": 3 - }, - { - "comment": "BasisVectors: for a mutable basis of a Gaussian row space", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianRowSpaceRep" - ] - ], - "rank": 3 - }, - { - "comment": "BasisVectors: for mutable basis represented by a nice mutable basis", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisViaNiceMutableBasisRep" - ] - ], - "rank": 3 - }, - { - "comment": "BasisVectors: for mutable basis represented by an immutable basis", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisByImmutableBasisRep" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BasisVectors", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBasisVectors" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 328 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(BasisVectors): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(BasisVectors): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(BasisVectors)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBasisVectors" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 328 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(BasisVectors)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 362 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EnumeratorByBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(EnumeratorByBasis)" - ] - ], - "rank": 20010 - }, - { - "comment": "EnumeratorByBasis: for enumerator via canonical basis of a full row module", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsCanonicalBasisFullRowModule", - "Tester(IsCanonicalBasisFullRowModule)" - ] - ], - "rank": 16 - }, - { - "comment": "EnumeratorByBasis: for basis of a finite dimensional left module", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EnumeratorByBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEnumeratorByBasis" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 362 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(EnumeratorByBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(EnumeratorByBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(EnumeratorByBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEnumeratorByBasis" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 362 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(EnumeratorByBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 427 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StructureConstantsTable: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(StructureConstantsTable)" - ] - ], - "rank": 20010 - }, - { - "comment": "StructureConstantsTable: LAGUNA: for a basis of a Lie algebra of a group algebra", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsBasisOfLieAlgebraOfGroupRing", - "Tester(IsBasisOfLieAlgebraOfGroupRing)" - ] - ], - "rank": 11 - }, - { - "comment": "StructureConstantsTable: for a basis", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StructureConstantsTable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetStructureConstantsTable" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 427 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(StructureConstantsTable): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(StructureConstantsTable): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(StructureConstantsTable)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasStructureConstantsTable" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 427 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(StructureConstantsTable)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 458 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnderlyingLeftModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UnderlyingLeftModule)" - ] - ], - "rank": 20010 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnderlyingLeftModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUnderlyingLeftModule" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 458 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UnderlyingLeftModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UnderlyingLeftModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UnderlyingLeftModule)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUnderlyingLeftModule" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 458 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UnderlyingLeftModule)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Coefficients" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 486 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Coefficients: for empty basis and vector", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)", - "IsBasis" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 10025 - }, - { - "comment": "Coefficients: for basis of a monomial space, and a vector", - "filters": [ - [ - "IsBasis", - "IsBasisOfMonomialSpaceRep" - ], - [ - "IsMonomialElement", - "IsMonomialElementRep" - ] - ], - "rank": 10019 - }, - { - "comment": "Coefficients: for basis of a sparse rowspace, and a vector", - "filters": [ - [ - "IsBasis", - "IsBasisOfSparseRowSpaceRep" - ], - [ - "IsSparseRowSpaceElement" - ] - ], - "rank": 10017 - }, - { - "comment": "Coefficients: for canonical basis of a full matrix module", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasisFullMatrixModule", - "Tester(IsCanonicalBasisFullMatrixModule)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 46 - }, - { - "comment": "Coefficients: for semi-ech. basis of a Gaussian matrix space, and a matrix", - "filters": [ - [ - "IsBasis", - "IsSemiEchelonBasisOfGaussianMatrixSpaceRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 45 - }, - { - "comment": "Coefficients: for pseudo can. basis of full hom module, and lin. m.b.m.", - "filters": [ - [ - "IsBasis", - "IsPseudoCanonicalBasisFullHomModule", - "Tester(IsPseudoCanonicalBasisFullHomModule)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsLinearMappingByMatrixDefaultRep" - ] - ], - "rank": 36 - }, - { - "comment": "Coefficients: for basis of matrix field", - "filters": [ - [ - "IsBasisOfMatrixField" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 32 - }, - { - "comment": "Coefficients: For a FFE in Conway polynomial represntation wrt the canonical basis of its natural field", - "filters": [ - [ - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsBasisFiniteFieldRep" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ] - ], - "rank": 32 - }, - { - "comment": "Coefficients: for canonical basis of cyclotomic field, and cyclotomic", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsCanonicalBasisCyclotomicFieldRep" - ], - [ - "IsCyc" - ] - ], - "rank": 29 - }, - { - "comment": "Coefficients: for canonical basis of abelian number field, and cyclotomic", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsCanonicalBasisAbelianNumberFieldRep" - ], - [ - "IsCyc" - ] - ], - "rank": 28 - }, - { - "comment": "Coefficients: for canon. basis of Gaussian integers, and cyclotomic", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsCanonicalBasisGaussianIntegersRep" - ], - [ - "IsCyc" - ] - ], - "rank": 28 - }, - { - "comment": "Coefficients: for canonical basis of a full row module", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasisFullRowModule", - "Tester(IsCanonicalBasisFullRowModule)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 28 - }, - { - "comment": "Coefficients: for the canonical basis of Integers", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsCanonicalBasisIntegersRep" - ], - [ - "IsCyc" - ] - ], - "rank": 28 - }, - { - "comment": "Coefficients: for canon. basis of an algebraic extension, and alg. element", - "filters": [ - [ - "IsCanonicalBasisAlgebraicExtension" - ], - [ - "IsAlgebraicElement" - ] - ], - "rank": 27 - }, - { - "comment": "Coefficients: for semi-ech. basis of a Gaussian row space, and a row vector", - "filters": [ - [ - "IsBasis", - "IsSemiEchelonBasisOfGaussianRowSpaceRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 27 - }, - { - "comment": "Coefficients: for canon. basis of a free magma ring, and a vector", - "filters": [ - [ - "IsCanonicalBasisFreeMagmaRingRep" - ], - [ - "IsElementOfFreeMagmaRing" - ] - ], - "rank": 24 - }, - { - "comment": "Coefficients: for a basis of a finite field, and a scalar", - "filters": [ - [ - "IsBasis", - "IsBasisFiniteFieldRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 23 - }, - { - "comment": "Coefficients: for canon. basis of an algebraic extension, and scalar", - "filters": [ - [ - "IsCanonicalBasisAlgebraicExtension" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 22 - }, - { - "comment": "Coefficients: for canonical basis of full s. c. algebra", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasisFullSCAlgebra", - "Tester(IsCanonicalBasisFullSCAlgebra)" - ], - [ - "IsSCAlgebraObj" - ] - ], - "rank": 22 - }, - { - "comment": "Coefficients: for basis handled by nice basis, and vector", - "filters": [ - [ - "IsBasisByNiceBasis" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 20 - }, - { - "comment": "Coefficients: for relative basis and vector", - "filters": [ - [ - "IsBasis", - "IsRelativeBasisDefaultRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 20 - }, - { - "comment": "Coefficients: method for canonical basis of Rationals", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasis", - "Tester(IsCanonicalBasis)", - "IsCanonicalBasisRationals" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 19 - }, - { - "comment": "Coefficients: for basis of weight rep elements, and algebra module element", - "filters": [ - [ - "IsBasisOfWeightRepElementSpace" - ], - [ - "IsPackedElementDefaultRep", - "IsWeightRepElement" - ] - ], - "rank": 18 - }, - { - "comment": "Coefficients: for basis of a space of algebra module elements, and algebra module element", - "filters": [ - [ - "IsBasisOfAlgebraModuleElementSpace" - ], - [ - "IsPackedElementDefaultRep", - "IsAlgebraModuleElement" - ] - ], - "rank": 18 - }, - { - "comment": "Coefficients: for a basis with replaced left module, and a vector", - "filters": [ - [ - "IsBasis", - "IsBasisWithReplacedLeftModuleRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 17 - }, - { - "comment": "Coefficients: for pseudo canon. basis of a full hom module, and lin. mapping", - "filters": [ - [ - "IsBasis", - "IsPseudoCanonicalBasisFullHomModule", - "Tester(IsPseudoCanonicalBasisFullHomModule)" - ], - [ - "IsGeneralMapping" - ] - ], - "rank": 16 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Coefficients", - "type": "GAP_Operation" - }, - { - "aka": [ - "LinearCombination" - ], - "filters": [ - [ - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 517 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LinearCombination: for empty basis and empty list", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)", - "IsBasis" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 10035 - }, - { - "comment": "LinearCombination", - "filters": [ - [ - "IsBasis", - "IsSemiEchelonBasisOfGaussianRowSpaceRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 27 - }, - { - "comment": "LinearCombination: for canonical basis of full s. c. algebra", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasisFullSCAlgebra", - "Tester(IsCanonicalBasisFullSCAlgebra)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 23 - }, - { - "comment": "LinearCombination: for a basis of a finite field, and a hom. list", - "filters": [ - [ - "IsBasis", - "IsBasisFiniteFieldRep" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 17 - }, - { - "comment": "LinearCombination: for a basis with replaced left module, and a hom. list", - "filters": [ - [ - "IsBasis", - "IsBasisWithReplacedLeftModuleRep" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 14 - }, - { - "comment": "LinearCombination: for a basis and a homogeneous list", - "filters": [ - [ - "IsBasis" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 11 - }, - { - "comment": "LinearCombination: for two lists", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LinearCombination", - "type": "GAP_Operation" - }, - { - "aka": [ - "SiftedVector" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 550 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SiftedVector: for empty basis and vector", - "filters": [ - [ - "IsEmpty", - "Tester(IsEmpty)", - "IsBasis" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 10025 - }, - { - "comment": "SiftedVector: for semi-ech. basis of Gaussian matrix space, and matrix", - "filters": [ - [ - "IsBasis", - "IsSemiEchelonBasisOfGaussianMatrixSpaceRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 45 - }, - { - "comment": "SiftedVector: for mutable basis of Gaussian matrix space, and matrix", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianMatrixSpaceRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 33 - }, - { - "comment": "SiftedVector: for semi-ech. basis of Gaussian row space, and row vector", - "filters": [ - [ - "IsBasis", - "IsSemiEchelonBasisOfGaussianRowSpaceRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 27 - }, - { - "comment": "SiftedVector: for mutable basis of Gaussian row space, and row vector", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianRowSpaceRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 15 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SiftedVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "IteratorByBasis" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 587 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IteratorByBasis: for canonical basis of a full row module", - "filters": [ - [ - "IsBasis", - "IsCanonicalBasisFullRowModule", - "Tester(IsCanonicalBasisFullRowModule)" - ] - ], - "rank": 16 - }, - { - "comment": "IteratorByBasis: for basis of a finite dimensional left module", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IteratorByBasis", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ], - [ - [ - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ] - ], - [ - [ - "IsGroupClass", - "Tester(IsGroupClass)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 636 - }, - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 637 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Basis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Basis)" - ] - ], - "rank": 20026 - }, - { - "comment": "Basis: for a free module of sparse row space elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsSparseRowSpaceElement)" - ] - ], - "rank": 10028 - }, - { - "comment": "Basis: for a space of monomial elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsMonomialElement)" - ] - ], - "rank": 10028 - }, - { - "comment": "Basis: for abelian number field of cyclotomics (delegate to `CanonicalBasis')", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 2065 - }, - { - "comment": "Basis: for a finite field (delegate to `CanonicalBasis')", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 2058 - }, - { - "comment": "Basis: for an algebraic extension (delegate to `CanonicalBasis')", - "filters": [ - [ - "IsAlgebraicExtension" - ] - ], - "rank": 2055 - }, - { - "comment": "Basis: for full matrix module (delegate to `CanonicalBasis')", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 2048 - }, - { - "comment": "Basis: for full row module (delegate to `CanonicalBasis')", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 2048 - }, - { - "comment": "Basis: for Gaussian integers (delegate to `CanonicalBasis')", - "filters": [ - [ - "IsGaussianIntegers" - ] - ], - "rank": 2042 - }, - { - "comment": "Basis: for full s. c. algebra (delegate to `CanonicalBasis')", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsSCAlgebraObj)", - "IsFullSCAlgebra", - "Tester(IsFullSCAlgebra)" - ] - ], - "rank": 2041 - }, - { - "comment": "Basis: for integers (delegate to `CanonicalBasis')", - "filters": [ - [ - "IsIntegers" - ] - ], - "rank": 2039 - }, - { - "comment": "Basis: for a free magma ring (delegate to `CanonicalBasis')", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 2036 - }, - { - "comment": "Basis: for full hom space of linear mappings", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullHomModule", - "Tester(IsFullHomModule)" - ] - ], - "rank": 125 - }, - { - "comment": "Basis: for matrix field", - "filters": [ - [ - "IsNumberFieldByMatrices", - "Tester(IsNumberFieldByMatrices)" - ] - ], - "rank": 58 - }, - { - "comment": "Basis: for an associative FLMLOR-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 43 - }, - { - "comment": "Basis: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "Basis: for an associative FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 38 - }, - { - "comment": "Basis: for a FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "Basis: for Gaussian matrix space (construct a semi-echelonized basis)", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ] - ], - "rank": 30 - }, - { - "comment": "Basis: for Gaussian row space (construct a semi-echelonized basis)", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ] - ], - "rank": 30 - }, - { - "comment": "Basis: for trivial free left module", - "filters": [ - [ - "IsTrivial", - "Tester(IsTrivial)", - "IsFreeLeftModule" - ] - ], - "rank": 30 - }, - { - "comment": "Basis: for a space of weight rep elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsWeightRepElement)" - ] - ], - "rank": 28 - }, - { - "comment": "Basis: for a space of algebra module elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsAlgebraModuleElement)" - ] - ], - "rank": 28 - }, - { - "aka": [ - "BasisForFreeModuleByNiceBasis" - ], - "comment": "Basis: for free module that is handled by a nice basis", - "filters": [ - [ - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ] - ], - "rank": 26 - }, - { - "comment": "Basis", - "filters": [ - [ - "IsAttributeStoringRep", - "IsFreeLeftModule", - "Tester(CanonicalBasis)" - ] - ], - "rank": 26 - }, - { - "comment": "Basis: for an algebra module", - "filters": [ - [ - "IsFreeLeftModule", - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ], - "rank": 25 - }, - { - "comment": "Basis: for group class", - "filters": [ - [ - "IsGroupClass", - "Tester(IsGroupClass)" - ] - ], - "rank": 4 - } - ], - "2args": [ - { - "comment": "Basis: for a space of monomial elements and a list of tensor elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsMonomialElement)" - ], - [ - "IsList", - "CategoryCollections(IsMonomialElement)" - ] - ], - "rank": 10048 - }, - { - "comment": "Basis: for a free module of sparse row space elements, and list", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsSparseRowSpaceElement)" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 10032 - }, - { - "comment": "Basis: for a finite field, and a hom. list", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 87 - }, - { - "comment": "Basis: for Gaussian row space and matrix (try semi-echelonized)", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 60 - }, - { - "comment": "Basis: for a space of weight rep elements and a list of weight rep elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsWeightRepElement)" - ], - [ - "IsList", - "CategoryCollections(IsWeightRepElement)" - ] - ], - "rank": 48 - }, - { - "comment": "Basis: for a space of algebra module elements and a collection of algebra module elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsAlgebraModuleElement)" - ], - [ - "IsList", - "CategoryCollections(IsAlgebraModuleElement)" - ] - ], - "rank": 48 - }, - { - "comment": "Basis: for free left module and empty list", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 40 - }, - { - "comment": "Basis: for Gaussian matrix space and list of matrices (try semi-ech.)", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 34 - }, - { - "comment": "Basis: for free module that is handled by a nice basis, and hom. list", - "filters": [ - [ - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 30 - }, - { - "comment": "Basis: method returning a relative basis", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 27 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Basis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBasis" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [] - ], - [ - [ - "IsGroupClass", - "Tester(IsGroupClass)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 636 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Basis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Basis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Basis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBasis" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 636 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Basis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "BasisNC" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 639 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "BasisNC: for a space of monomial elements and a list of monomial elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsMonomialElement)" - ], - [ - "IsList", - "CategoryCollections(IsMonomialElement)" - ] - ], - "rank": 10048 - }, - { - "comment": "BasisNC: for a free module of sparse row space elements, and list", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsSparseRowSpaceElement)" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 10032 - }, - { - "comment": "BasisNC: for a finite field, and a hom. list", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 72 - }, - { - "comment": "BasisNC: for Gaussian row space and matrix (try semi-echelonized)", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 60 - }, - { - "comment": "BasisNC: for a space of weight rep elements and a list of weight rep elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsWeightRepElement)" - ], - [ - "IsList", - "CategoryCollections(IsWeightRepElement)" - ] - ], - "rank": 48 - }, - { - "comment": "BasisNC: for a space of algebra module elements and a collection of algebra module elements", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsAlgebraModuleElement)" - ], - [ - "IsList", - "CategoryCollections(IsAlgebraModuleElement)" - ] - ], - "rank": 48 - }, - { - "comment": "BasisNC: for free left module and empty list", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 40 - }, - { - "comment": "BasisNC: for Gaussian matrix space and list of matrices (try semi-ech.)", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 34 - }, - { - "comment": "BasisNC: for free module that is handled by a nice basis, and hom. list", - "filters": [ - [ - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 30 - }, - { - "comment": "BasisNC: method returning a relative basis", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 27 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BasisNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ], - [ - [ - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 692 - }, - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 694 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemiEchelonBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SemiEchelonBasis)" - ] - ], - "rank": 20026 - }, - { - "comment": "SemiEchelonBasis", - "filters": [ - [ - "IsAttributeStoringRep", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace", - "Tester(CanonicalBasis)" - ] - ], - "rank": 33 - }, - { - "comment": "SemiEchelonBasis", - "filters": [ - [ - "IsAttributeStoringRep", - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace", - "Tester(CanonicalBasis)" - ] - ], - "rank": 33 - }, - { - "comment": "SemiEchelonBasis: for Gaussian matrix space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ] - ], - "rank": 30 - }, - { - "comment": "SemiEchelonBasis: for Gaussian row space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ] - ], - "rank": 30 - } - ], - "2args": [ - { - "comment": "SemiEchelonBasis: for Gaussian row space and matrix", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 60 - }, - { - "comment": "SemiEchelonBasis: for free left module and empty list", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 40 - }, - { - "comment": "SemiEchelonBasis: for Gaussian matrix space and list of matrices", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 34 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiEchelonBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSemiEchelonBasis" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 692 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SemiEchelonBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SemiEchelonBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SemiEchelonBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSemiEchelonBasis" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 692 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SemiEchelonBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemiEchelonBasisNC" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 697 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SemiEchelonBasisNC: for Gaussian row space and matrix", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 60 - }, - { - "comment": "SemiEchelonBasisNC: for free left module and empty list", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 40 - }, - { - "comment": "SemiEchelonBasisNC: for Gaussian matrix space and list of matrices", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 34 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiEchelonBasisNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "RelativeBasis" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 730 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RelativeBasis: for a basis and a homogeneous list", - "filters": [ - [ - "IsBasis" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 11 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RelativeBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "RelativeBasisNC" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 731 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RelativeBasisNC: for a basis and a homogeneous list", - "filters": [ - [ - "IsBasis" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 11 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RelativeBasisNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasisByNiceBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1064 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NiceBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NiceBasis)" - ] - ], - "rank": 20016 - }, - { - "comment": "NiceBasis: for basis by nice basis", - "filters": [ - [ - "IsBasisByNiceBasis" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NiceBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNiceBasis" - ], - "filters": [ - [ - [ - "IsBasisByNiceBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1064 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NiceBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NiceBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NiceBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNiceBasis" - ], - "filters": [ - [ - [ - "IsBasisByNiceBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1064 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NiceBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "NiceBasisNC" - ], - "filters": [ - [ - [ - "IsBasisByNiceBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1083 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NiceBasisNC: for basis by nice basis with precomputed basis", - "filters": [ - [ - "IsBasisByNiceBasis", - "Tester(NiceBasis)" - ] - ], - "rank": 14 - }, - { - "comment": "NiceBasisNC: for basis by nice basis", - "filters": [ - [ - "IsBasisByNiceBasis" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NiceBasisNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1102 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NiceFreeLeftModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NiceFreeLeftModule)" - ] - ], - "rank": 20026 - }, - { - "comment": "NiceFreeLeftModule: for associative FLMLOR that is handled by a nice basis", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ] - ], - "rank": 41 - }, - { - "comment": "NiceFreeLeftModule: for commutative FLMLOR that is handled by a nice basis", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ] - ], - "rank": 39 - }, - { - "comment": "NiceFreeLeftModule: for anticommutative FLMLOR that is handled by a nice basis", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsAnticommutative", - "Tester(IsAnticommutative)", - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ] - ], - "rank": 39 - }, - { - "comment": "NiceFreeLeftModule: for FLMLOR that is handled by a nice basis", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ] - ], - "rank": 37 - }, - { - "comment": "NiceFreeLeftModule: for full hom space of linear mappings", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)", - "IsFreeLeftModule", - "IsFullHomModule", - "Tester(IsFullHomModule)" - ] - ], - "rank": 36 - }, - { - "comment": "NiceFreeLeftModule: for free module that is handled by a nice basis", - "filters": [ - [ - "IsFreeLeftModule", - "IsHandledByNiceBasis", - "Tester(GeneratorsOfLeftOperatorAdditiveGroup)" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModule: for generic finite space (use that this is a full row module)", - "filters": [ - [ - "IsFreeLeftModule", - "IsGenericFiniteSpace" - ] - ], - "rank": 27 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NiceFreeLeftModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNiceFreeLeftModule" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1102 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NiceFreeLeftModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NiceFreeLeftModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NiceFreeLeftModule)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNiceFreeLeftModule" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1102 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NiceFreeLeftModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1122 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NiceFreeLeftModuleInfo: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NiceFreeLeftModuleInfo)" - ] - ], - "rank": 20027 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsLinearMappingsModule'", - "filters": [ - [ - "IsFreeLeftModule", - "IsLinearMappingsModule" - ] - ], - "rank": 29 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsClassFunctionsSpace'", - "filters": [ - [ - "IsFreeLeftModule", - "IsClassFunctionsSpace" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsFieldElementsSpace'", - "filters": [ - [ - "IsFreeLeftModule", - "IsFieldElementsSpace" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsCochainsSpace'", - "filters": [ - [ - "IsFreeLeftModule", - "IsCochainsSpace" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsDirectSumElementsSpace'", - "filters": [ - [ - "IsFreeLeftModule", - "IsDirectSumElementsSpace" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsLieObjectsModule'", - "filters": [ - [ - "IsFreeLeftModule", - "IsLieObjectsModule" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsSCAlgebraObjSpace'", - "filters": [ - [ - "IsFreeLeftModule", - "IsSCAlgebraObjSpace" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsSpaceOfUEAElements'", - "filters": [ - [ - "IsFreeLeftModule", - "IsSpaceOfUEAElements" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsFpAlgebraElementsSpace'", - "filters": [ - [ - "IsFreeLeftModule", - "IsFpAlgebraElementsSpace" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsSpaceOfElementsOfMagmaRing'", - "filters": [ - [ - "IsFreeLeftModule", - "IsSpaceOfElementsOfMagmaRing" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsNonGaussianMatrixSpace'", - "filters": [ - [ - "IsFreeLeftModule", - "IsNonGaussianMatrixSpace" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsNonGaussianRowSpace'", - "filters": [ - [ - "IsFreeLeftModule", - "IsNonGaussianRowSpace" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsSpaceOfRationalFunctions'", - "filters": [ - [ - "IsFreeLeftModule", - "IsSpaceOfRationalFunctions" - ] - ], - "rank": 27 - }, - { - "comment": "NiceFreeLeftModuleInfo: for left module in `IsGenericFiniteSpace'", - "filters": [ - [ - "IsFreeLeftModule", - "IsGenericFiniteSpace" - ] - ], - "rank": 27 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NiceFreeLeftModuleInfo", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNiceFreeLeftModuleInfo" - ], - "filters": [ - [ - [ - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1122 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NiceFreeLeftModuleInfo): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NiceFreeLeftModuleInfo): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NiceFreeLeftModuleInfo)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNiceFreeLeftModuleInfo" - ], - "filters": [ - [ - [ - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1122 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NiceFreeLeftModuleInfo)", - "type": "GAP_Operation" - }, - { - "aka": [ - "NiceVector" - ], - "filters": [ - [ - [ - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1159 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NiceVector: for left module in `IsLinearMappingsModule', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsLinearMappingsModule" - ], - [] - ], - "rank": 29 - }, - { - "comment": "NiceVector: for left module in `IsClassFunctionsSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsClassFunctionsSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsFieldElementsSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsFieldElementsSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsCochainsSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsCochainsSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsDirectSumElementsSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsDirectSumElementsSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsLieObjectsModule', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsLieObjectsModule" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsSCAlgebraObjSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsSCAlgebraObjSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsSpaceOfUEAElements', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsSpaceOfUEAElements" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsFpAlgebraElementsSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsFpAlgebraElementsSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsSpaceOfElementsOfMagmaRing', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsSpaceOfElementsOfMagmaRing" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsNonGaussianMatrixSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsNonGaussianMatrixSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsNonGaussianRowSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsNonGaussianRowSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsSpaceOfRationalFunctions', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsSpaceOfRationalFunctions" - ], - [] - ], - "rank": 27 - }, - { - "comment": "NiceVector: for left module in `IsGenericFiniteSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsGenericFiniteSpace" - ], - [] - ], - "rank": 27 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NiceVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "UglyVector" - ], - "filters": [ - [ - [ - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basis.gd", - "line": 1162 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "UglyVector: for left module in `IsLinearMappingsModule', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsLinearMappingsModule" - ], - [] - ], - "rank": 29 - }, - { - "comment": "UglyVector: for left module in `IsClassFunctionsSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsClassFunctionsSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsFieldElementsSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsFieldElementsSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsCochainsSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsCochainsSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsDirectSumElementsSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsDirectSumElementsSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsLieObjectsModule', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsLieObjectsModule" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsSCAlgebraObjSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsSCAlgebraObjSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsSpaceOfUEAElements', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsSpaceOfUEAElements" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsFpAlgebraElementsSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsFpAlgebraElementsSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsSpaceOfElementsOfMagmaRing', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsSpaceOfElementsOfMagmaRing" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsNonGaussianMatrixSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsNonGaussianMatrixSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsNonGaussianRowSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsNonGaussianRowSpace" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsSpaceOfRationalFunctions', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsSpaceOfRationalFunctions" - ], - [] - ], - "rank": 27 - }, - { - "comment": "UglyVector: for left module in `IsGenericFiniteSpace', and object", - "filters": [ - [ - "IsFreeLeftModule", - "IsGenericFiniteSpace" - ], - [] - ], - "rank": 27 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UglyVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "MutableBasis" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basismut.gd", - "line": 117 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "MutableBasis: to construct a mutable basis of a Lie matrix space", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "CategoryCollections(IsLieObject)" - ] - ], - "rank": 68 - }, - { - "comment": "MutableBasis: method to construct mutable bases of row spaces", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 56 - }, - { - "aka": [ - "MutableBasisViaNiceMutableBasisMethod2" - ], - "comment": "MutableBasis: for ring and collection of Lie elements", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "CategoryCollections(IsLieObject)" - ] - ], - "rank": 42 - }, - { - "comment": "MutableBasis: for ring and collection of s. c. algebra elements", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "CategoryCollections(IsSCAlgebraObj)" - ] - ], - "rank": 42 - }, - { - "comment": "MutableBasis: for ring and vectors", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "CategoryCollections(IsAlgebraModuleElement)" - ] - ], - "rank": 39 - }, - { - "comment": "MutableBasis: to construct mutable bases of Gaussian matrix spaces", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - }, - { - "comment": "MutableBasis: generic method for ring and collection", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [ - { - "comment": "MutableBasis: to construct mutable bases of matrix spaces", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsHomogeneousList" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 60 - }, - { - "comment": "MutableBasis: method to construct mutable bases of row spaces", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 40 - }, - { - "aka": [ - "MutableBasisViaNiceMutableBasisMethod3" - ], - "comment": "MutableBasis: for ring, (possibly empty) list, and Lie zero", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ], - [ - "IsLieObject" - ] - ], - "rank": 39 - }, - { - "comment": "MutableBasis: for ring, (possibly empty) list, and zero element", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ], - [ - "IsSCAlgebraObj" - ] - ], - "rank": 39 - }, - { - "comment": "MutableBasis: for ring, list and zero", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ], - [ - "IsAlgebraModuleElement" - ] - ], - "rank": 36 - }, - { - "comment": "MutableBasis: generic method for ring, list, and object", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ], - [] - ], - "rank": 28 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MutableBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "NrBasisVectors" - ], - "filters": [ - [ - [ - "IsMutableBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basismut.gd", - "line": 170 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NrBasisVectors: for mutable basis represented by a nice mutable basis", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisViaNiceMutableBasisRep" - ] - ], - "rank": 3 - }, - { - "comment": "NrBasisVectors: generic method for mutable basis", - "filters": [ - [ - "IsMutableBasis" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NrBasisVectors", - "type": "GAP_Operation" - }, - { - "aka": [ - "ImmutableBasis" - ], - "filters": [ - [ - [ - "IsMutableBasis" - ] - ], - [ - [ - "IsMutableBasis" - ], - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basismut.gd", - "line": 205 - }, - { - "file": "/home/makx/ac/gap/lib/basismut.gd", - "line": 207 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ImmutableBasis: for a mutable basis of a Gaussian matrix space", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianMatrixSpaceRep" - ] - ], - "rank": 3 - }, - { - "comment": "ImmutableBasis: for a mutable basis of a Gaussian row space", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianRowSpaceRep" - ] - ], - "rank": 3 - }, - { - "comment": "ImmutableBasis: for mutable basis represented by a nice mutable basis", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisViaNiceMutableBasisRep" - ] - ], - "rank": 3 - }, - { - "comment": "ImmutableBasis: for mutable basis represented by an immutable basis", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisByImmutableBasisRep" - ] - ], - "rank": 3 - } - ], - "2args": [ - { - "comment": "ImmutableBasis: for mutable basis, and free left module", - "filters": [ - [ - "IsMutableBasis" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 24 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ImmutableBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "CloseMutableBasis" - ], - "filters": [ - [ - [ - "IsMutable", - "IsMutableBasis" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basismut.gd", - "line": 244 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CloseMutableBasis: for a mut. basis of a Gaussian matrix space, and a matrix", - "filters": [ - [ - "IsMutable", - "IsMutableBasis", - "IsMutableBasisOfGaussianMatrixSpaceRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 35 - }, - { - "comment": "CloseMutableBasis: for a mut. basis of a Gaussian row space, and a row vector", - "filters": [ - [ - "IsMutable", - "IsMutableBasis", - "IsMutableBasisOfGaussianRowSpaceRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 17 - }, - { - "comment": "CloseMutableBasis: for mutable basis with underlying mutable basis, and vector", - "filters": [ - [ - "IsMutable", - "IsMutableBasis", - "IsMutableBasisViaUnderlyingMutableBasisRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 12 - }, - { - "comment": "CloseMutableBasis: for mutable basis repres. by a nice mutable basis, and vector", - "filters": [ - [ - "IsMutable", - "IsMutableBasis", - "IsMutableBasisViaNiceMutableBasisRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 12 - }, - { - "comment": "CloseMutableBasis: for mutable basis represented by an immutable basis, and vector", - "filters": [ - [ - "IsMutable", - "IsMutableBasis", - "IsMutableBasisByImmutableBasisRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 12 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CloseMutableBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsContainedInSpan" - ], - "filters": [ - [ - [ - "IsMutableBasis" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/basismut.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsContainedInSpan: for a mut. basis of a Gaussian matrix space, and a matrix", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianMatrixSpaceRep" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 33 - }, - { - "comment": "IsContainedInSpan: for a mut. basis of a Gaussian row space, and a row vector", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisOfGaussianRowSpaceRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 15 - }, - { - "comment": "IsContainedInSpan: for mutable basis with underlying mutable basis, and vector", - "filters": [ - [ - "IsMutable", - "IsMutableBasis", - "IsMutableBasisViaUnderlyingMutableBasisRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 12 - }, - { - "comment": "IsContainedInSpan: for mutable basis repres. by a nice mutable basis, and vector", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisViaNiceMutableBasisRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 10 - }, - { - "comment": "IsContainedInSpan: for mutable basis represented by an immutable basis, and vector", - "filters": [ - [ - "IsMutableBasis", - "IsMutableBasisByImmutableBasisRep" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 10 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsContainedInSpan", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 239 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanonicalBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanonicalBasis)" - ] - ], - "rank": 20026 - }, - { - "comment": "CanonicalBasis: for Rationals", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 69 - }, - { - "comment": "CanonicalBasis: for cyclotomic field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ] - ], - "rank": 67 - }, - { - "comment": "CanonicalBasis: for abelian number field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 65 - }, - { - "comment": "CanonicalBasis: for matrix field", - "filters": [ - [ - "IsNumberFieldByMatrices", - "Tester(IsNumberFieldByMatrices)" - ] - ], - "rank": 58 - }, - { - "comment": "CanonicalBasis: for a finite field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 58 - }, - { - "comment": "CanonicalBasis: for an algebraic extension", - "filters": [ - [ - "IsAlgebraicExtension" - ] - ], - "rank": 55 - }, - { - "comment": "CanonicalBasis: for a full row space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 51 - }, - { - "comment": "CanonicalBasis: for full matrix space", - "filters": [ - [ - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 48 - }, - { - "comment": "CanonicalBasis", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullMatrixModule", - "Tester(IsFullMatrixModule)" - ] - ], - "rank": 48 - }, - { - "comment": "CanonicalBasis: for a full row module", - "filters": [ - [ - "IsFreeLeftModule", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 48 - }, - { - "comment": "CanonicalBasis: LAGUNA: for a Lie algebra of a group algebra", - "filters": [ - [ - "IsLieAlgebraByAssociativeAlgebra", - "IsLieAlgebraOfGroupRing", - "Tester(IsLieAlgebraOfGroupRing)" - ] - ], - "rank": 45 - }, - { - "comment": "CanonicalBasis: LAGUNA: for a Lie algebra coming from an associative algebra", - "filters": [ - [ - "IsLieAlgebraByAssociativeAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "CanonicalBasis: for Gaussian integers", - "filters": [ - [ - "IsGaussianIntegers" - ] - ], - "rank": 42 - }, - { - "comment": "CanonicalBasis: for full s. c. algebras", - "filters": [ - [ - "IsFreeLeftModule", - "CategoryCollections(IsSCAlgebraObj)", - "IsFullSCAlgebra", - "Tester(IsFullSCAlgebra)" - ] - ], - "rank": 41 - }, - { - "comment": "CanonicalBasis: for Integers", - "filters": [ - [ - "IsIntegers" - ] - ], - "rank": 39 - }, - { - "comment": "CanonicalBasis: for a free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - }, - { - "comment": "CanonicalBasis: for Gaussian row space with known semi-ech. basis", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "Tester(SemiEchelonBasis)", - "IsGaussianSpace" - ] - ], - "rank": 31 - }, - { - "comment": "CanonicalBasis: for algebra module", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "CategoryCollections(IsAlgebraModuleElement)" - ] - ], - "rank": 30 - }, - { - "comment": "CanonicalBasis: for Gaussian matrix space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ] - ], - "rank": 30 - }, - { - "comment": "CanonicalBasis: for Gaussian row space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ] - ], - "rank": 30 - }, - { - "comment": "CanonicalBasis: for free module that is handled by a nice basis", - "filters": [ - [ - "IsFreeLeftModule", - "IsHandledByNiceBasis" - ] - ], - "rank": 26 - }, - { - "comment": "CanonicalBasis: default method, return `fail'", - "filters": [ - [ - "IsFreeLeftModule" - ] - ], - "rank": 23 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanonicalBasis" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 239 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanonicalBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanonicalBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanonicalBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCanonicalBasis" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 239 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanonicalBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGaussianSpace" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 414 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormedRowVectors: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormedRowVectors)" - ] - ], - "rank": 20029 - }, - { - "comment": "NormedRowVectors: for Gaussian row space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormedRowVectors", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormedRowVectors" - ], - "filters": [ - [ - [ - "IsGaussianSpace" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 414 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormedRowVectors): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormedRowVectors): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormedRowVectors)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormedRowVectors" - ], - "filters": [ - [ - [ - "IsGaussianSpace" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 414 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormedRowVectors)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsSubspace" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 586 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsSubspace: for a vector space and a collection", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsCollection" - ] - ], - "rank": 27 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSubspace", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 757 - }, - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 758 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Subspaces: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Subspaces)" - ] - ], - "rank": 20025 - }, - { - "comment": "Subspaces", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 51 - }, - { - "comment": "Subspaces: for a vector space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 25 - }, - { - "comment": "Subspaces: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -44 - } - ], - "2args": [ - { - "comment": "Subspaces: for (Gaussian) full row space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ], - [ - "IsInt" - ] - ], - "rank": 69 - }, - { - "comment": "Subspaces: for (Gaussian) full row space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ], - [ - "IsString" - ] - ], - "rank": 56 - }, - { - "comment": "Subspaces: for a vector space, and an integer", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsInt" - ] - ], - "rank": 43 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Subspaces", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSubspaces" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 757 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Subspaces): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Subspaces): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Subspaces)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSubspaces" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 757 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Subspaces)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGaussianSpace" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 794 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OrthogonalSpaceInFullRowSpace: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OrthogonalSpaceInFullRowSpace)" - ] - ], - "rank": 20029 - }, - { - "comment": "OrthogonalSpaceInFullRowSpace: dual space for Gaussian row space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsRowModule", - "Tester(IsRowModule)", - "IsGaussianSpace" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OrthogonalSpaceInFullRowSpace", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOrthogonalSpaceInFullRowSpace" - ], - "filters": [ - [ - [ - "IsGaussianSpace" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 794 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OrthogonalSpaceInFullRowSpace): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OrthogonalSpaceInFullRowSpace): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OrthogonalSpaceInFullRowSpace)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOrthogonalSpaceInFullRowSpace" - ], - "filters": [ - [ - [ - "IsGaussianSpace" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 794 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OrthogonalSpaceInFullRowSpace)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 816 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsVectorSpaceHomomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsVectorSpaceHomomorphism)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsVectorSpaceHomomorphism", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsVectorSpaceHomomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsVectorSpaceHomomorphism" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 816 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsVectorSpaceHomomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsVectorSpaceHomomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsVectorSpaceHomomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspc.gd", - "line": 816 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsVectorSpaceHomomorphism)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftModuleGeneralMappingByImages" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 72 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "LeftModuleGeneralMappingByImages: for two free left modules and two homogeneous lists", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 54 - } - ], - "5args": [], - "6args": [] - }, - "name": "LeftModuleGeneralMappingByImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftModuleHomomorphismByImagesNC" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "LeftModuleHomomorphismByImagesNC: for two left modules and two lists", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 50 - } - ], - "5args": [], - "6args": [] - }, - "name": "LeftModuleHomomorphismByImagesNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 134 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsLeftModuleGeneralMappingByImages: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsLeftModuleGeneralMappingByImages)" - ] - ], - "rank": 20010 - }, - { - "comment": "AsLeftModuleGeneralMappingByImages: for an algebra general mapping by images", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsAlgebraGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 25 - }, - { - "comment": "AsLeftModuleGeneralMappingByImages: for a linear g.m.b.i.", - "filters": [ - [ - "IsGeneralMapping", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)", - "IsLinearGeneralMappingByImagesDefaultRep" - ] - ], - "rank": 23 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsLeftModuleGeneralMappingByImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsLeftModuleGeneralMappingByImages" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 134 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsLeftModuleGeneralMappingByImages): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsLeftModuleGeneralMappingByImages): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsLeftModuleGeneralMappingByImages)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsLeftModuleGeneralMappingByImages" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 134 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsLeftModuleGeneralMappingByImages)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftModuleHomomorphismByMatrix" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 167 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "LeftModuleHomomorphismByMatrix: for two bases of free left modules and a matrix", - "filters": [ - [ - "IsBasis" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsBasis" - ] - ], - "rank": 44 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftModuleHomomorphismByMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "NaturalHomomorphismBySubspace" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NaturalHomomorphismBySubspace: for left module and trivial left module", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsTrivial", - "Tester(IsTrivial)", - "IsFreeLeftModule" - ] - ], - "rank": 10053 - }, - { - "aka": [ - "NaturalHomomorphismBySubspaceOntoFullRowSpace" - ], - "comment": "NaturalHomomorphismBySubspace: for two finite dimensional free left modules", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 46 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalHomomorphismBySubspace", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 245 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFullHomModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFullHomModule)" - ] - ], - "rank": 20026 - }, - { - "comment": "IsFullHomModule: for space of linear mappings", - "filters": [ - [ - "CategoryCollections(IsGeneralMapping)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFullHomModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFullHomModule" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 245 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFullHomModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFullHomModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFullHomModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 245 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFullHomModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 272 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPseudoCanonicalBasisFullHomModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPseudoCanonicalBasisFullHomModule)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsPseudoCanonicalBasisFullHomModule: for a basis of a full hom module", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPseudoCanonicalBasisFullHomModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPseudoCanonicalBasisFullHomModule" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 272 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPseudoCanonicalBasisFullHomModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPseudoCanonicalBasisFullHomModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPseudoCanonicalBasisFullHomModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 272 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPseudoCanonicalBasisFullHomModule)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Hom" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 302 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "Hom: for division ring and two free left modules", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 98 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Hom", - "type": "GAP_Operation" - }, - { - "aka": [ - "End" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/vspchom.gd", - "line": 328 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "End: for division ring and space of linear mappings", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 75 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "End", - "type": "GAP_Operation" - }, - { - "aka": [ - "ScalarProduct" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - [ - [ - "IsFreeLeftModule" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - [ - [ - "IsRowVectorObj" - ], - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsCharacterTable" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zlattice.gd", - "line": 48 - }, - { - "file": "/home/makx/ac/gap/lib/zlattice.gd", - "line": 50 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 260 - }, - { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1236 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ScalarProduct: for two class functions", - "filters": [ - [ - "IsClassFunction" - ], - [ - "IsClassFunction" - ] - ], - "rank": 62 - }, - { - "comment": "ScalarProduct: method for two row vectors", - "filters": [ - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 24 - }, - { - "comment": "ScalarProduct: generic method", - "filters": [ - [ - "IsRowVectorObj" - ], - [ - "IsRowVectorObj" - ] - ], - "rank": 18 - } - ], - "3args": [ - { - "comment": "ScalarProduct: for left module of class functions, and two class functions", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsClassFunction" - ], - [ - "IsClassFunction" - ] - ], - "rank": 85 - }, - { - "comment": "ScalarProduct: for character table and two homogeneous lists", - "filters": [ - [ - "IsCharacterTable" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ] - ], - "rank": 45 - }, - { - "comment": "ScalarProduct: for module of class functions, and two values lists", - "filters": [ - [ - "IsFreeLeftModule", - "IsClassFunctionsSpace" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 35 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ScalarProduct", - "type": "GAP_Operation" - }, - { - "aka": [ - "Decomposition" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zlattice.gd", - "line": 169 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "Decomposition: for a matrix of cyclotomics, a vector and a depth", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsList" - ], - [] - ], - "rank": 32 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Decomposition", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 211 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSimpleAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSimpleAlgebra)" - ] - ], - "rank": 20039 - }, - { - "comment": "IsSimpleAlgebra: for a Lie algebra in characteristic zero", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "IsSimpleAlgebra: for an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 36 - }, - { - "comment": "IsSimpleAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSimpleAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSimpleAlgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 211 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSimpleAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSimpleAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSimpleAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 211 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSimpleAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 225 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfLeftOperatorRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfLeftOperatorRing)" - ] - ], - "rank": 20032 - }, - { - "comment": "GeneratorsOfLeftOperatorRing: for FLMLOR with known right ideal generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRightIdeal)", - "IsFreeLeftModule" - ] - ], - "rank": 62 - }, - { - "comment": "GeneratorsOfLeftOperatorRing: for FLMLOR with known left ideal generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfLeftIdeal)", - "IsFreeLeftModule" - ] - ], - "rank": 62 - }, - { - "comment": "GeneratorsOfLeftOperatorRing: LAGUNA: for a Lie algebra coming from an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsLieAlgebraByAssociativeAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "GeneratorsOfLeftOperatorRing: for a FLMLOR-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 37 - }, - { - "comment": "GeneratorsOfLeftOperatorRing: for FLMLOR with known ideal generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfTwoSidedIdeal)", - "IsFreeLeftModule" - ] - ], - "rank": 35 - }, - { - "comment": "GeneratorsOfLeftOperatorRing: for a FLMLOR with known left module generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "Tester(GeneratorsOfLeftOperatorAdditiveGroup)" - ] - ], - "rank": 35 - }, - { - "comment": "GeneratorsOfLeftOperatorRing: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -31 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfLeftOperatorRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfAlgebra", - "SetGeneratorsOfFLMLOR", - "SetGeneratorsOfLeftOperatorRing" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 225 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfLeftOperatorRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfLeftOperatorRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfLeftOperatorRing)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfAlgebra", - "HasGeneratorsOfFLMLOR", - "HasGeneratorsOfLeftOperatorRing" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 225 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfLeftOperatorRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfLeftOperatorRingWithOne: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfLeftOperatorRingWithOne)" - ] - ], - "rank": 20034 - }, - { - "comment": "GeneratorsOfLeftOperatorRingWithOne: for a FLMLOR-with-one with known left module generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "Tester(GeneratorsOfLeftOperatorAdditiveGroup)" - ] - ], - "rank": 38 - }, - { - "comment": "GeneratorsOfLeftOperatorRingWithOne: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -42 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfLeftOperatorRingWithOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfAlgebraWithOne", - "SetGeneratorsOfFLMLORWithOne", - "SetGeneratorsOfLeftOperatorRingWithOne" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfLeftOperatorRingWithOne): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfLeftOperatorRingWithOne): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfLeftOperatorRingWithOne)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfAlgebraWithOne", - "HasGeneratorsOfFLMLORWithOne", - "HasGeneratorsOfLeftOperatorRingWithOne" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfLeftOperatorRingWithOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 326 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PowerSubalgebraSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PowerSubalgebraSeries)" - ] - ], - "rank": 20039 - }, - { - "comment": "PowerSubalgebraSeries: for an algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 36 - }, - { - "comment": "PowerSubalgebraSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PowerSubalgebraSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPowerSubalgebraSeries" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 326 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PowerSubalgebraSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PowerSubalgebraSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PowerSubalgebraSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPowerSubalgebraSeries" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 326 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PowerSubalgebraSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 364 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AdjointBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AdjointBasis)" - ] - ], - "rank": 20010 - }, - { - "comment": "AdjointBasis: for a basis of a Lie algebra", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdjointBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAdjointBasis" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 364 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AdjointBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AdjointBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AdjointBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAdjointBasis" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 364 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AdjointBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 393 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndicesOfAdjointBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndicesOfAdjointBasis)" - ] - ], - "rank": 20010 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndicesOfAdjointBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndicesOfAdjointBasis" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 393 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndicesOfAdjointBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndicesOfAdjointBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndicesOfAdjointBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndicesOfAdjointBasis" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 393 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndicesOfAdjointBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 418 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RadicalOfAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RadicalOfAlgebra)" - ] - ], - "rank": 20039 - }, - { - "comment": "RadicalOfAlgebra: for associative Gaussian matrix algebra", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsMatrixModule", - "Tester(IsMatrixModule)", - "IsGaussianSpace" - ] - ], - "rank": 49 - }, - { - "comment": "RadicalOfAlgebra: LAGUNA: for modular group algebra of finite p-group", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsPModularGroupAlgebra", - "Tester(IsPModularGroupAlgebra)" - ] - ], - "rank": 46 - }, - { - "comment": "RadicalOfAlgebra: for an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 36 - }, - { - "comment": "RadicalOfAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RadicalOfAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRadicalOfAlgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 418 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RadicalOfAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RadicalOfAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RadicalOfAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRadicalOfAlgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 418 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RadicalOfAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 471 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DirectSumDecomposition: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DirectSumDecomposition)" - ] - ], - "rank": 20039 - }, - { - "comment": "DirectSumDecomposition: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "DirectSumDecomposition: for semisimple associative algebras", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 40 - }, - { - "comment": "DirectSumDecomposition: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectSumDecomposition", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDirectSumDecomposition" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 471 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DirectSumDecomposition): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DirectSumDecomposition): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DirectSumDecomposition)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDirectSumDecomposition" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 471 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DirectSumDecomposition)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 520 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NullAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NullAlgebra)" - ] - ], - "rank": 20029 - }, - { - "comment": "NullAlgebra: for a ring", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - }, - { - "comment": "NullAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NullAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNullAlgebra" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 520 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NullAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NullAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NullAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNullAlgebra" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 520 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NullAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ProductSpace" - ], - "filters": [ - [ - [ - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 553 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ProductSpace: for two ideals with same parent", - "filters": [ - [ - "Tester(ParentAttr)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsTwoSidedIdealInParent", - "Tester(IsTwoSidedIdealInParent)" - ], - [ - "Tester(ParentAttr)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsTwoSidedIdealInParent", - "Tester(IsTwoSidedIdealInParent)" - ] - ], - "rank": 86 - }, - { - "comment": "ProductSpace: for two algebras", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 72 - }, - { - "comment": "ProductSpace: for two free left modules", - "filters": [ - [ - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 46 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ProductSpace", - "type": "GAP_Operation" - }, - { - "aka": [ - "DirectSumOfAlgebras" - ], - "filters": [ - [ - [ - "IsDenseList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 592 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DirectSumOfAlgebras: for list of algebras", - "filters": [ - [ - "IsDenseList" - ] - ], - "rank": 3 - } - ], - "2args": [ - { - "comment": "DirectSumOfAlgebras: for two matrix Lie FLMLORs", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsFreeLeftModule" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsFreeLeftModule" - ] - ], - "rank": 104 - }, - { - "comment": "DirectSumOfAlgebras: for two associative matrix FLMLORs", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 96 - }, - { - "comment": "DirectSumOfAlgebras: for two algebras", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 72 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectSumOfAlgebras", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsAlgebra", - "AsFLMLOR" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 643 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsFLMLOR: for a division ring and an algebra", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 86 - }, - { - "comment": "AsFLMLOR: for a division ring and a free left module", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 75 - }, - { - "comment": "AsFLMLOR: for a ring and a collection", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsFLMLOR", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsAlgebraWithOne", - "AsFLMLORWithOne" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 670 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsFLMLORWithOne: for a division ring and a algebra-with-one", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 89 - }, - { - "comment": "AsFLMLORWithOne: for a division ring and an algebra", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 86 - }, - { - "comment": "AsFLMLORWithOne: for a division ring and a free left module", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 75 - }, - { - "comment": "AsFLMLORWithOne: for a ring and a collection", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsFLMLORWithOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsSubFLMLOR", - "AsSubalgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 699 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsSubFLMLOR: for an algebra and an algebra-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 75 - }, - { - "comment": "AsSubFLMLOR: for two algebras", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 72 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSubFLMLOR", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsSubFLMLORWithOne", - "AsSubalgebraWithOne" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 729 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsSubFLMLORWithOne: for an algebra and a algebra-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 75 - }, - { - "comment": "AsSubFLMLORWithOne: for two algebras", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 72 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSubFLMLORWithOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "ClosureAlgebra", - "ClosureLeftOperatorRing" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 982 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ClosureLeftOperatorRing: for a FLMLOR containing the whole family, and a ring element", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 10044 - }, - { - "comment": "ClosureLeftOperatorRing: for a left op. ring cont. the whole family, and a collection", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 10033 - }, - { - "comment": "ClosureLeftOperatorRing: for two left operator rings-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 64 - }, - { - "comment": "ClosureLeftOperatorRing: for two left operator rings", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 58 - }, - { - "comment": "ClosureLeftOperatorRing: for a FLMLOR-with-one with basis, and a ring element", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "Tester(Basis)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 46 - }, - { - "comment": "ClosureLeftOperatorRing: for a FLMLOR-with-one and a ring element", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 45 - }, - { - "comment": "ClosureLeftOperatorRing: for an FLMLOR with basis, and a ring element", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "Tester(Basis)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 43 - }, - { - "comment": "ClosureLeftOperatorRing: for a FLMLOR and a ring element", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 42 - }, - { - "comment": "ClosureLeftOperatorRing: for left operator ring and list of elements", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 31 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ClosureLeftOperatorRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "AlgebraByGenerators", - "FLMLORByGenerators" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 1163 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "FLMLORFromFFE" - ], - "comment": "FLMLORByGenerators: for a field, and a collection of FFE", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "CategoryCollections(IsFFE)" - ] - ], - "rank": 441 - }, - { - "comment": "FLMLORByGenerators: for division ring and list of Lie matrices over it", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "CategoryCollections(IsLieObject)" - ] - ], - "rank": 75 - }, - { - "comment": "FLMLORByGenerators: for division ring and list of ordinary matrices over it", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 57 - }, - { - "comment": "FLMLORByGenerators: for ring and collection", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [ - { - "comment": "FLMLORByGenerators: for division ring, list of Lie matrices over it, and Lie matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "CategoryCollections(IsLieObject)" - ], - [ - "IsLieMatrix", - "IsLieObject" - ] - ], - "rank": 109 - }, - { - "comment": "FLMLORByGenerators: for division ring, empty list, and Lie matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsLieMatrix", - "IsLieObject" - ] - ], - "rank": 103 - }, - { - "comment": "FLMLORByGenerators: for division ring, empty list, and square ordinary matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsOrdinaryMatrix" - ] - ], - "rank": 101 - }, - { - "comment": "FLMLORByGenerators: for division ring, list of matrices over it, and ordinary matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "IsCollection" - ], - [ - "IsOrdinaryMatrix" - ] - ], - "rank": 89 - }, - { - "comment": "FLMLORByGenerators: for ring, homogeneous list, and ring element", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsHomogeneousList" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 38 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FLMLORByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "AlgebraWithOneByGenerators", - "FLMLORWithOneByGenerators" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 1280 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FLMLORWithOneByGenerators: for a field, and a collection of FFE", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "CategoryCollections(IsFFE)" - ] - ], - "rank": 441 - }, - { - "comment": "FLMLORWithOneByGenerators: for division ring and list of ordinary matrices over it", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "IsCollection" - ] - ], - "rank": 57 - }, - { - "comment": "FLMLORWithOneByGenerators: for ring and collection", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsCollection" - ] - ], - "rank": 28 - } - ], - "3args": [ - { - "comment": "FLMLORWithOneByGenerators: for division ring, empty list, and square ordinary matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsOrdinaryMatrix" - ] - ], - "rank": 101 - }, - { - "comment": "FLMLORWithOneByGenerators: for division ring, list of matrices over it, and ordinary matrix", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "IsCollection" - ], - [ - "IsOrdinaryMatrix" - ] - ], - "rank": 89 - }, - { - "comment": "FLMLORWithOneByGenerators: for ring, homogeneous list, and ring element", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsHomogeneousList" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 38 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FLMLORWithOneByGenerators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 1460 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieAlgebraByDomain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieAlgebraByDomain)" - ] - ], - "rank": 20039 - }, - { - "comment": "LieAlgebraByDomain: LAGUNA: for an associative algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 40 - }, - { - "comment": "LieAlgebraByDomain: for an algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 36 - }, - { - "comment": "LieAlgebraByDomain: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieAlgebraByDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieAlgebraByDomain" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 1460 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieAlgebraByDomain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieAlgebraByDomain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieAlgebraByDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieAlgebraByDomain" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 1460 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieAlgebraByDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsLieAlgebra" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 1475 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsLieAlgebra", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 2054 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LeviMalcevDecomposition: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LeviMalcevDecomposition)" - ] - ], - "rank": 20039 - }, - { - "comment": "LeviMalcevDecomposition: for an associative or a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 36 - }, - { - "comment": "LeviMalcevDecomposition: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeviMalcevDecomposition", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLeviMalcevDecomposition" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 2054 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LeviMalcevDecomposition): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LeviMalcevDecomposition): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LeviMalcevDecomposition)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLeviMalcevDecomposition" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 2054 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LeviMalcevDecomposition)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsLieNilpotentElement", - "IsNilpotentElement" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 2101 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsNilpotentElement: for an algebra, and an element", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 44 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNilpotentElement", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 2178 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Grading: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Grading)" - ] - ], - "rank": 20039 - }, - { - "comment": "Grading: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Grading", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGrading" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 2178 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Grading): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Grading): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Grading)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGrading" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algebra.gd", - "line": 2178 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Grading)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsElementOfMagmaRingModuloRelations" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 336 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CoefficientsAndMagmaElements: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CoefficientsAndMagmaElements)" - ] - ], - "rank": 20014 - }, - { - "comment": "CoefficientsAndMagmaElements: for magma ring element in default repr.", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoefficientsAndMagmaElements", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCoefficientsAndMagmaElements" - ], - "filters": [ - [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 336 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CoefficientsAndMagmaElements): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CoefficientsAndMagmaElements): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CoefficientsAndMagmaElements)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCoefficientsAndMagmaElements" - ], - "filters": [ - [ - [ - "IsElementOfMagmaRingModuloRelations" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 336 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CoefficientsAndMagmaElements)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsElementOfMagmaRingModuloRelations" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 355 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ZeroCoefficient: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ZeroCoefficient)" - ] - ], - "rank": 20014 - }, - { - "comment": "ZeroCoefficient: for magma ring element in default repr.", - "filters": [ - [ - "IsElementOfMagmaRingModuloRelations", - "IsMagmaRingObjDefaultRep" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ZeroCoefficient", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetZeroCoefficient" - ], - "filters": [ - [ - [ - "IsElementOfMagmaRingModuloRelations" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 355 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ZeroCoefficient): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ZeroCoefficient): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ZeroCoefficient)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasZeroCoefficient" - ], - "filters": [ - [ - [ - "IsElementOfMagmaRingModuloRelations" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 355 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ZeroCoefficient)", - "type": "GAP_Operation" - }, - { - "aka": [ - "NormalizedElementOfMagmaRingModuloRelations" - ], - "filters": [ - [ - [ - "CategoryFamily(IsElementOfMagmaRingModuloRelations)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 387 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NormalizedElementOfMagmaRingModuloRelations: for family of free Lie algebra elements, and list", - "filters": [ - [ - "IsFamilyElementOfFreeLieAlgebra" - ], - [ - "IsList" - ] - ], - "rank": 7 - }, - { - "comment": "NormalizedElementOfMagmaRingModuloRelations: for family of magma rings modulo the span of ``zero'', and list", - "filters": [ - [ - "IsElementOfMagmaRingModuloSpanOfZeroFamily" - ], - [ - "IsList" - ] - ], - "rank": 7 - }, - { - "comment": "NormalizedElementOfMagmaRingModuloRelations: for a family of elements in a *free* magma ring, and a list", - "filters": [ - [ - "CategoryFamily(IsElementOfFreeMagmaRing)" - ], - [ - "IsList" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalizedElementOfMagmaRingModuloRelations", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeMagmaRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 503 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsGroupRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsGroupRing)" - ] - ], - "rank": 20039 - }, - { - "comment": "IsGroupRing: for free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsGroupRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsGroupRing" - ], - "filters": [ - [ - [ - "IsFreeMagmaRing" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 503 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsGroupRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsGroupRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsGroupRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeMagmaRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 503 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsGroupRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeMagmaRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 520 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnderlyingMagma: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UnderlyingMagma)" - ] - ], - "rank": 20039 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnderlyingMagma", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUnderlyingMagma" - ], - "filters": [ - [ - [ - "IsFreeMagmaRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 520 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UnderlyingMagma): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UnderlyingMagma): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UnderlyingMagma)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUnderlyingMagma" - ], - "filters": [ - [ - [ - "IsFreeMagmaRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 520 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UnderlyingMagma)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ElementOfMagmaRing" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 547 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "ElementOfMagmaRing: for family, ring element, and two homogeneous lists", - "filters": [ - [ - "IsFamily" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 17 - } - ], - "5args": [], - "6args": [] - }, - "name": "ElementOfMagmaRing", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFreeMagmaRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 599 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AugmentationIdeal: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AugmentationIdeal)" - ] - ], - "rank": 20039 - }, - { - "comment": "AugmentationIdeal: LAGUNA: for a modular group algebra of a finite group", - "filters": [ - [ - "IsFModularGroupAlgebra", - "Tester(IsFModularGroupAlgebra)" - ] - ], - "rank": 42 - }, - { - "comment": "AugmentationIdeal: for a free magma ring", - "filters": [ - [ - "IsFreeMagmaRing" - ] - ], - "rank": 36 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AugmentationIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAugmentationIdeal" - ], - "filters": [ - [ - [ - "IsFreeMagmaRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 599 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AugmentationIdeal): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AugmentationIdeal): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AugmentationIdeal)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAugmentationIdeal" - ], - "filters": [ - [ - [ - "IsFreeMagmaRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/mgmring.gd", - "line": 599 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AugmentationIdeal)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "CategoryCollections(IsElementOfFpAlgebra)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 64 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFullFpAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFullFpAlgebra)" - ] - ], - "rank": 20038 - }, - { - "comment": "IsFullFpAlgebra: for f. p. algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsSubalgebraFpAlgebra" - ] - ], - "rank": 37 - }, - { - "comment": "IsFullFpAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsFreeLeftModule", - "CategoryCollections(IsElementOfFpAlgebra)" - ] - ], - "rank": -59 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFullFpAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFullFpAlgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "CategoryCollections(IsElementOfFpAlgebra)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 64 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFullFpAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFullFpAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFullFpAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "CategoryCollections(IsElementOfFpAlgebra)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 64 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFullFpAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ElementOfFpAlgebra" - ], - "filters": [ - [ - [ - "CategoryFamily(IsElementOfFpAlgebra)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 73 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ElementOfFpAlgebra: for fp. alg. elms. family with normal form, and ring element", - "filters": [ - [ - "CategoryFamily(IsElementOfFpAlgebra)", - "Tester(NiceNormalFormByExtRepFunction)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 13 - }, - { - "comment": "ElementOfFpAlgebra: for family of fp. alg. elements and ring element", - "filters": [ - [ - "CategoryFamily(IsElementOfFpAlgebra)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 12 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ElementOfFpAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "MappedExpression" - ], - "filters": [ - [ - [ - "IsElementOfFpAlgebra" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 88 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "MappedExpressionForElementOfFreeAssociativeAlgebra" - ], - "comment": "MappedExpression: for element of f.p. algebra, and two lists of generators", - "filters": [ - [ - "IsElementOfFpAlgebra" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 17 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MappedExpression", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 116 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FreeGeneratorsOfFpAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FreeGeneratorsOfFpAlgebra)" - ] - ], - "rank": 20043 - }, - { - "comment": "FreeGeneratorsOfFpAlgebra: for a full f.p. algebra", - "filters": [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ] - ], - "rank": 40 - }, - { - "comment": "FreeGeneratorsOfFpAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsSubalgebraFpAlgebra" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FreeGeneratorsOfFpAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFreeGeneratorsOfFpAlgebra" - ], - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 116 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FreeGeneratorsOfFpAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FreeGeneratorsOfFpAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FreeGeneratorsOfFpAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFreeGeneratorsOfFpAlgebra" - ], - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 116 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FreeGeneratorsOfFpAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 128 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RelatorsOfFpAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RelatorsOfFpAlgebra)" - ] - ], - "rank": 20043 - }, - { - "comment": "RelatorsOfFpAlgebra: for a full f.p. algebra", - "filters": [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ] - ], - "rank": 40 - }, - { - "comment": "RelatorsOfFpAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsSubalgebraFpAlgebra" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RelatorsOfFpAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRelatorsOfFpAlgebra" - ], - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 128 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RelatorsOfFpAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RelatorsOfFpAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RelatorsOfFpAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRelatorsOfFpAlgebra" - ], - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 128 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RelatorsOfFpAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 141 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FreeAlgebraOfFpAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FreeAlgebraOfFpAlgebra)" - ] - ], - "rank": 20043 - }, - { - "comment": "FreeAlgebraOfFpAlgebra: for a full f.p. algebra", - "filters": [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ] - ], - "rank": 40 - }, - { - "comment": "FreeAlgebraOfFpAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsSubalgebraFpAlgebra" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FreeAlgebraOfFpAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFreeAlgebraOfFpAlgebra" - ], - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 141 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FreeAlgebraOfFpAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FreeAlgebraOfFpAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FreeAlgebraOfFpAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFreeAlgebraOfFpAlgebra" - ], - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 141 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FreeAlgebraOfFpAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 148 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNormalForm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNormalForm)" - ] - ], - "rank": 20003 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNormalForm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNormalForm" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 148 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNormalForm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNormalForm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNormalForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 148 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNormalForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 168 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NiceNormalFormByExtRepFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NiceNormalFormByExtRepFunction)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NiceNormalFormByExtRepFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNiceNormalFormByExtRepFunction" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 168 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NiceNormalFormByExtRepFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NiceNormalFormByExtRepFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NiceNormalFormByExtRepFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNiceNormalFormByExtRepFunction" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 168 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NiceNormalFormByExtRepFunction)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 206 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NiceAlgebraMonomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NiceAlgebraMonomorphism)" - ] - ], - "rank": 20040 - }, - { - "comment": "NiceAlgebraMonomorphism: for a full f.p. associative FLMLOR (call `IsomorphismMatrixFLMLOR')", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ] - ], - "rank": 49 - }, - { - "comment": "NiceAlgebraMonomorphism: for a f.p. Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsSubalgebraFpAlgebra" - ] - ], - "rank": 43 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NiceAlgebraMonomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNiceAlgebraMonomorphism" - ], - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 206 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NiceAlgebraMonomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NiceAlgebraMonomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NiceAlgebraMonomorphism)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNiceAlgebraMonomorphism" - ], - "filters": [ - [ - [ - "IsSubalgebraFpAlgebra" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfp.gd", - "line": 206 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NiceAlgebraMonomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 62 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLieAbelian: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLieAbelian)" - ] - ], - "rank": 20045 - }, - { - "comment": "IsLieAbelian: LAGUNA: for a Lie algebra of an associative algebra", - "filters": [ - [ - "IsLieAlgebraByAssociativeAlgebra" - ] - ], - "rank": 43 - }, - { - "comment": "IsLieAbelian: for a Lie algebra with known basis", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "Tester(Basis)" - ] - ], - "rank": 43 - }, - { - "comment": "IsLieAbelian: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "IsLieAbelian: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLieAbelian", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLieAbelian" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 62 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLieAbelian): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLieAbelian): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLieAbelian)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 62 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLieAbelian)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 87 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLieNilpotent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLieNilpotent)" - ] - ], - "rank": 20045 - }, - { - "comment": "IsLieNilpotent: LAGUNA: for a Lie algebra of a group ring", - "filters": [ - [ - "IsLieAlgebraByAssociativeAlgebra", - "IsLieAlgebraOfGroupRing", - "Tester(IsLieAlgebraOfGroupRing)" - ] - ], - "rank": 45 - }, - { - "comment": "IsLieNilpotent: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "IsLieNilpotent: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLieNilpotent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLieNilpotent" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 87 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLieNilpotent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLieNilpotent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLieNilpotent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 87 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLieNilpotent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 114 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRestrictedLieAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRestrictedLieAlgebra)" - ] - ], - "rank": 20045 - }, - { - "comment": "IsRestrictedLieAlgebra: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "IsRestrictedLieAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRestrictedLieAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRestrictedLieAlgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 114 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRestrictedLieAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRestrictedLieAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRestrictedLieAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 114 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRestrictedLieAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 137 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieDerivedSubalgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieDerivedSubalgebra)" - ] - ], - "rank": 20045 - }, - { - "comment": "LieDerivedSubalgebra: LAGUNA: for a Lie algebra of a group ring", - "filters": [ - [ - "IsLieAlgebraByAssociativeAlgebra", - "IsLieAlgebraOfGroupRing", - "Tester(IsLieAlgebraOfGroupRing)" - ] - ], - "rank": 45 - }, - { - "comment": "LieDerivedSubalgebra: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "LieDerivedSubalgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieDerivedSubalgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieDerivedSubalgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 137 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieDerivedSubalgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieDerivedSubalgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieDerivedSubalgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieDerivedSubalgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 137 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieDerivedSubalgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 162 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieDerivedSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieDerivedSeries)" - ] - ], - "rank": 20045 - }, - { - "comment": "LieDerivedSeries: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "LieDerivedSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieDerivedSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieDerivedSeries" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 162 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieDerivedSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieDerivedSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieDerivedSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieDerivedSeries" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 162 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieDerivedSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 187 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLieSolvable: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLieSolvable)" - ] - ], - "rank": 20045 - }, - { - "comment": "IsLieSolvable: LAGUNA: for a Lie algebra of a group ring", - "filters": [ - [ - "IsLieAlgebraByAssociativeAlgebra", - "IsLieAlgebraOfGroupRing", - "Tester(IsLieAlgebraOfGroupRing)" - ] - ], - "rank": 45 - }, - { - "comment": "IsLieSolvable: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "IsLieSolvable: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLieSolvable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLieSolvable" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 187 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLieSolvable): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLieSolvable): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLieSolvable)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 187 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLieSolvable)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 211 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieLowerCentralSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieLowerCentralSeries)" - ] - ], - "rank": 20045 - }, - { - "comment": "LieLowerCentralSeries: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "LieLowerCentralSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieLowerCentralSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieLowerCentralSeries" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 211 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieLowerCentralSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieLowerCentralSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieLowerCentralSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieLowerCentralSeries" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 211 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieLowerCentralSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 236 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieUpperCentralSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieUpperCentralSeries)" - ] - ], - "rank": 20045 - }, - { - "comment": "LieUpperCentralSeries: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "LieUpperCentralSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieUpperCentralSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieUpperCentralSeries" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 236 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieUpperCentralSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieUpperCentralSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieUpperCentralSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieUpperCentralSeries" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 236 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieUpperCentralSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieCentre: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieCentre)" - ] - ], - "rank": 20045 - }, - { - "comment": "LieCentre: LAGUNA: for a Lie algebra of a group ring", - "filters": [ - [ - "IsLieAlgebraByAssociativeAlgebra", - "IsLieAlgebraOfGroupRing", - "Tester(IsLieAlgebraOfGroupRing)" - ] - ], - "rank": 45 - }, - { - "comment": "LieCentre: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "LieCentre: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieCentre", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieCenter", - "SetLieCentre" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieCentre): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieCentre): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieCentre)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieCenter", - "HasLieCentre" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieCentre)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 316 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RightDerivations: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RightDerivations)" - ] - ], - "rank": 20010 - }, - { - "comment": "RightDerivations: method for a basis of an algebra", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightDerivations", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDerivations", - "SetRightDerivations" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 316 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RightDerivations): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RightDerivations): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RightDerivations)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDerivations", - "HasRightDerivations" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 316 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RightDerivations)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 317 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LeftDerivations: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LeftDerivations)" - ] - ], - "rank": 20010 - }, - { - "comment": "LeftDerivations: method for a basis of an algebra", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftDerivations", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLeftDerivations" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 317 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LeftDerivations): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LeftDerivations): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LeftDerivations)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLeftDerivations" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 317 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LeftDerivations)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 342 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "KillingMatrix: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(KillingMatrix)" - ] - ], - "rank": 20010 - }, - { - "comment": "KillingMatrix: for a basis of a Lie algebra", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "KillingMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetKillingMatrix" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 342 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(KillingMatrix): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(KillingMatrix): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(KillingMatrix)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasKillingMatrix" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 342 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(KillingMatrix)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 366 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CartanSubalgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CartanSubalgebra)" - ] - ], - "rank": 20045 - }, - { - "comment": "CartanSubalgebra: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "CartanSubalgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CartanSubalgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCartanSubalgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 366 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CartanSubalgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CartanSubalgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CartanSubalgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCartanSubalgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 366 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CartanSubalgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 394 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PthPowerImages: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PthPowerImages)" - ] - ], - "rank": 20010 - }, - { - "comment": "PthPowerImages: for a basis of a Lie algebra", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PthPowerImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPthPowerImages" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 394 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PthPowerImages): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PthPowerImages): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PthPowerImages)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPthPowerImages" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 394 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PthPowerImages)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 423 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NonNilpotentElement: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NonNilpotentElement)" - ] - ], - "rank": 20045 - }, - { - "comment": "NonNilpotentElement: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "NonNilpotentElement: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NonNilpotentElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNonLieNilpotentElement", - "SetNonNilpotentElement" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 423 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NonNilpotentElement): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NonNilpotentElement): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NonNilpotentElement)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNonLieNilpotentElement", - "HasNonNilpotentElement" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 423 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NonNilpotentElement)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AdjointAssociativeAlgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 452 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AdjointAssociativeAlgebra: for a Lie algebra and a subalgebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 84 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdjointAssociativeAlgebra", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 478 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieNilRadical: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieNilRadical)" - ] - ], - "rank": 20045 - }, - { - "comment": "LieNilRadical: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "LieNilRadical: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieNilRadical", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieNilRadical" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 478 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieNilRadical): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieNilRadical): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieNilRadical)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieNilRadical" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 478 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieNilRadical)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 501 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieSolvableRadical: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieSolvableRadical)" - ] - ], - "rank": 20045 - }, - { - "comment": "LieSolvableRadical: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "LieSolvableRadical: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieSolvableRadical", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieSolvableRadical" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 501 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieSolvableRadical): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieSolvableRadical): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieSolvableRadical)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieSolvableRadical" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 501 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieSolvableRadical)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 530 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemiSimpleType: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SemiSimpleType)" - ] - ], - "rank": 20045 - }, - { - "comment": "SemiSimpleType: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "SemiSimpleType: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemiSimpleType", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSemiSimpleType" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 530 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SemiSimpleType): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SemiSimpleType): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SemiSimpleType)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSemiSimpleType" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 530 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SemiSimpleType)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LieCentraliser", - "LieCentralizer" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 557 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LieCentralizer: for an abelian Lie algebra and a vector space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)", - "IsLieAbelian", - "Tester(IsLieAbelian)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 73 - }, - { - "comment": "LieCentralizer: for a Lie algebra and a vector space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 67 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieCentralizer", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 573 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieCentralizerInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieCentralizerInParent)" - ] - ], - "rank": 20045 - }, - { - "comment": "LieCentralizerInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieCentralizerInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieCentralizerInParent" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 573 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieCentralizerInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieCentralizerInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieCentralizerInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieCentralizerInParent" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 573 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieCentralizerInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LieNormaliser", - "LieNormalizer" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 599 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LieNormalizer: for a Lie algebra and a vector space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 67 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieNormalizer", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 615 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieNormalizerInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieNormalizerInParent)" - ] - ], - "rank": 20045 - }, - { - "comment": "LieNormalizerInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieNormalizerInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieNormalizerInParent" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 615 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieNormalizerInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieNormalizerInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieNormalizerInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieNormalizerInParent" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 615 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieNormalizerInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AdjointMatrix" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 642 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AdjointMatrix: for a basis of a Lie algebra, and an element", - "filters": [ - [ - "IsBasis" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 15 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdjointMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "KappaPerp" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 673 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "KappaPerp: for a Lie algebra and a vector space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 67 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "KappaPerp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 708 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PowerS: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PowerS)" - ] - ], - "rank": 20045 - }, - { - "comment": "PowerS: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "PowerS: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PowerS", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPowerS" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 708 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PowerS): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PowerS): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PowerS)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPowerS" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 708 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PowerS)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PthPowerImage" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - [ - [ - "IsJacobianElement" - ] - ], - [ - [ - "IsJacobianElement" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 756 - }, - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 757 - }, - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 758 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PthPowerImage: for restricted Lie object", - "filters": [ - [ - "IsRestrictedJacobianElement", - "IsLieObject" - ] - ], - "rank": 12 - }, - { - "comment": "PthPowerImage: for an element of a restricted Lie algebra", - "filters": [ - [ - "IsJacobianElement" - ] - ], - "rank": 9 - } - ], - "2args": [ - { - "comment": "PthPowerImage: for restricted Lie object and integer", - "filters": [ - [ - "IsRestrictedJacobianElement", - "IsLieObject" - ], - [ - "IsInt" - ] - ], - "rank": 30 - }, - { - "comment": "PthPowerImage: for an element of a restricted Lie algebra and an integer", - "filters": [ - [ - "IsJacobianElement" - ], - [ - "IsInt" - ] - ], - "rank": 27 - }, - { - "comment": "PthPowerImage: for a basis of an algebra, and a ring element", - "filters": [ - [ - "IsBasis" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 15 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PthPowerImage", - "type": "GAP_Operation" - }, - { - "aka": [ - "PClosureSubalgebra" - ], - "filters": [ - [ - [ - "CategoryCollections(IsJacobianElement)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 786 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PClosureSubalgebra: for a subalgebra of restricted jacobian elements", - "filters": [ - [ - "CategoryCollections(IsJacobianElement)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 43 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PClosureSubalgebra", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 871 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnderlyingLieAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UnderlyingLieAlgebra)" - ] - ], - "rank": 20005 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnderlyingLieAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUnderlyingLieAlgebra" - ], - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 871 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UnderlyingLieAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UnderlyingLieAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UnderlyingLieAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUnderlyingLieAlgebra" - ], - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 871 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UnderlyingLieAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 899 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RootSystem: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RootSystem)" - ] - ], - "rank": 20045 - }, - { - "comment": "RootSystem: for a (semisimple) Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "RootSystem: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RootSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRootSystem" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 899 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RootSystem): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RootSystem): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RootSystem)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRootSystem" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 899 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RootSystem)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 916 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PositiveRoots: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PositiveRoots)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositiveRoots", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPositiveRoots" - ], - "filters": [ - [ - [ - "IsRootSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 916 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PositiveRoots): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PositiveRoots): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PositiveRoots)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPositiveRoots" - ], - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 916 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PositiveRoots)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 933 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NegativeRoots: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NegativeRoots)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NegativeRoots", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNegativeRoots" - ], - "filters": [ - [ - [ - "IsRootSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 933 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NegativeRoots): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NegativeRoots): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NegativeRoots)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNegativeRoots" - ], - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 933 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NegativeRoots)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 954 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PositiveRootVectors: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PositiveRootVectors)" - ] - ], - "rank": 20005 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositiveRootVectors", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPositiveRootVectors" - ], - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 954 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PositiveRootVectors): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PositiveRootVectors): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PositiveRootVectors)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPositiveRootVectors" - ], - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 954 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PositiveRootVectors)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 975 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NegativeRootVectors: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NegativeRootVectors)" - ] - ], - "rank": 20005 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NegativeRootVectors", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNegativeRootVectors" - ], - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 975 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NegativeRootVectors): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NegativeRootVectors): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NegativeRootVectors)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNegativeRootVectors" - ], - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 975 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NegativeRootVectors)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 992 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SimpleSystem: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SimpleSystem)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SimpleSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSimpleSystem" - ], - "filters": [ - [ - [ - "IsRootSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 992 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SimpleSystem): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SimpleSystem): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SimpleSystem)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSimpleSystem" - ], - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 992 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SimpleSystem)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1010 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CartanMatrix: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CartanMatrix)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CartanMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCartanMatrix" - ], - "filters": [ - [ - [ - "IsRootSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1010 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CartanMatrix): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CartanMatrix): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CartanMatrix)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCartanMatrix" - ], - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1010 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CartanMatrix)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1030 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BilinearFormMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(BilinearFormMat)" - ] - ], - "rank": 20004 - }, - { - "comment": "BilinearFormMat: for a root system from a Lie algebra", - "filters": [ - [ - "IsRootSystemFromLieAlgebra" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BilinearFormMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBilinearFormMat" - ], - "filters": [ - [ - [ - "IsRootSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1030 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(BilinearFormMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(BilinearFormMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(BilinearFormMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBilinearFormMat" - ], - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1030 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(BilinearFormMat)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1086 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanonicalGenerators: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanonicalGenerators)" - ] - ], - "rank": 20005 - }, - { - "comment": "CanonicalGenerators: for a root system from a (semisimple) Lie algebra", - "filters": [ - [ - "IsRootSystemFromLieAlgebra" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanonicalGenerators" - ], - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1086 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanonicalGenerators): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanonicalGenerators): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanonicalGenerators)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCanonicalGenerators" - ], - "filters": [ - [ - [ - "IsRootSystemFromLieAlgebra" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1086 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanonicalGenerators)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1115 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ChevalleyBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ChevalleyBasis)" - ] - ], - "rank": 20045 - }, - { - "comment": "ChevalleyBasis: for a semisimple Lie algebra with a split Cartan subalgebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "ChevalleyBasis: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ChevalleyBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetChevalleyBasis" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1115 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ChevalleyBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ChevalleyBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ChevalleyBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasChevalleyBasis" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1115 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ChevalleyBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1236 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UniversalEnvelopingAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UniversalEnvelopingAlgebra)" - ] - ], - "rank": 20045 - }, - { - "comment": "UniversalEnvelopingAlgebra: for a finite dimensional Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "UniversalEnvelopingAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [ - { - "comment": "UniversalEnvelopingAlgebra: for a finite dimensional Lie algebra and a basis of it", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsBasis" - ] - ], - "rank": 49 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UniversalEnvelopingAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUniversalEnvelopingAlgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1236 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UniversalEnvelopingAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UniversalEnvelopingAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UniversalEnvelopingAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUniversalEnvelopingAlgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1236 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UniversalEnvelopingAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1438 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "JenningsLieAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(JenningsLieAlgebra)" - ] - ], - "rank": 20037 - }, - { - "comment": "JenningsLieAlgebra: for a p-group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "JenningsLieAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "JenningsLieAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetJenningsLieAlgebra" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1438 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(JenningsLieAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(JenningsLieAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(JenningsLieAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasJenningsLieAlgebra" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1438 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(JenningsLieAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1477 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PCentralLieAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PCentralLieAlgebra)" - ] - ], - "rank": 20037 - }, - { - "comment": "PCentralLieAlgebra: for a p-group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "PCentralLieAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PCentralLieAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPCentralLieAlgebra" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1477 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PCentralLieAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PCentralLieAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PCentralLieAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPCentralLieAlgebra" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1477 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PCentralLieAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1502 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NaturalHomomorphismOfLieAlgebraFromNilpotentGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NaturalHomomorphismOfLieAlgebraFromNilpotentGroup)" - ] - ], - "rank": 20045 - }, - { - "comment": "NaturalHomomorphismOfLieAlgebraFromNilpotentGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalHomomorphismOfLieAlgebraFromNilpotentGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNaturalHomomorphismOfLieAlgebraFromNilpotentGroup" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1502 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NaturalHomomorphismOfLieAlgebraFromNilpotentGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NaturalHomomorphismOfLieAlgebraFromNilpotentGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NaturalHomomorphismOfLieAlgebraFromNilpotentGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNaturalHomomorphismOfLieAlgebraFromNilpotentGroup" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alglie.gd", - "line": 1502 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NaturalHomomorphismOfLieAlgebraFromNilpotentGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "CategoryCollections(IsSCAlgebraObj)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 100 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFullSCAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFullSCAlgebra)" - ] - ], - "rank": 20040 - }, - { - "comment": "IsFullSCAlgebra: for s. c. algebra elements collection", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCAlgebraObj)" - ] - ], - "rank": 41 - }, - { - "comment": "IsFullSCAlgebra: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsFreeLeftModule", - "CategoryCollections(IsSCAlgebraObj)" - ] - ], - "rank": -59 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFullSCAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFullSCAlgebra" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "CategoryCollections(IsSCAlgebraObj)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 100 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFullSCAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFullSCAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFullSCAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "CategoryCollections(IsSCAlgebraObj)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 100 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFullSCAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 117 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCanonicalBasisFullSCAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCanonicalBasisFullSCAlgebra)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsCanonicalBasisFullSCAlgebra: for a basis", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCanonicalBasisFullSCAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCanonicalBasisFullSCAlgebra" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 117 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCanonicalBasisFullSCAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCanonicalBasisFullSCAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCanonicalBasisFullSCAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algsc.gd", - "line": 117 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCanonicalBasisFullSCAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AlgebraGeneralMappingByImages" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 60 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "AlgebraGeneralMappingByImages: for two FLMLORs and two homogeneous lists", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 76 - } - ], - "5args": [], - "6args": [] - }, - "name": "AlgebraGeneralMappingByImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "AlgebraHomomorphismByImagesNC" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 135 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "AlgebraHomomorphismByImagesNC: for two FLMLORs and two homogeneous lists", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 76 - } - ], - "5args": [], - "6args": [] - }, - "name": "AlgebraHomomorphismByImagesNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "AlgebraWithOneGeneralMappingByImages" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 163 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "AlgebraWithOneGeneralMappingByImages: for two FLMLORs and two homogeneous lists", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 76 - } - ], - "5args": [], - "6args": [] - }, - "name": "AlgebraWithOneGeneralMappingByImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "AlgebraWithOneHomomorphismByImagesNC" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 255 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "AlgebraWithOneHomomorphismByImagesNC: for two FLMLORs and two homogeneous lists", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 76 - } - ], - "5args": [], - "6args": [] - }, - "name": "AlgebraWithOneHomomorphismByImagesNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "OperationAlgebraHomomorphism" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsBasis" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 305 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "OperationAlgebraHomomorphism: for a FLMLOR and a collection (add `OnRight' argument)", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsCollection" - ] - ], - "rank": 36 - } - ], - "3args": [ - { - "comment": "OperationAlgebraHomomorphism: for a FLMLOR, a free left module with known generators, and a function", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule", - "IsFiniteDimensional", - "Tester(IsFiniteDimensional)", - "Tester(GeneratorsOfLeftOperatorAdditiveGroup)" - ], - [ - "IsFunction" - ] - ], - "rank": 61 - }, - { - "comment": "OperationAlgebraHomomorphism: for a full f.p. associative FLMLOR, a collection, and a function", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ], - [ - "IsCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 52 - }, - { - "comment": "OperationAlgebraHomomorphism: for a FLMLOR, a basis, and a function", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsBasis" - ], - [ - "IsFunction" - ] - ], - "rank": 42 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OperationAlgebraHomomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "MakePreImagesInfoOperationAlgebraHomomorphism" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 340 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MakePreImagesInfoOperationAlgebraHomomorphism: for an alg. hom. from f. p. algebra", - "filters": [ - [ - "IsAlgebraHomomorphismFromFpRep" - ] - ], - "rank": 29 - }, - { - "comment": "MakePreImagesInfoOperationAlgebraHomomorphism: for an operation algebra homomorphism", - "filters": [ - [ - "IsOperationAlgebraHomomorphismDefaultRep" - ] - ], - "rank": 29 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MakePreImagesInfoOperationAlgebraHomomorphism", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 365 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismFpFLMLOR: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsomorphismFpFLMLOR)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsomorphismFpFLMLOR: for f.p. FLMLOR (return the identity mapping)", - "filters": [ - [ - "IsSubalgebraFpAlgebra" - ] - ], - "rank": 10037 - }, - { - "comment": "IsomorphismFpFLMLOR: for a finite dimensional FLMLOR-with-one", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 37 - }, - { - "comment": "IsomorphismFpFLMLOR: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsFreeLeftModule" - ] - ], - "rank": -46 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismFpFLMLOR", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsomorphismFpAlgebra", - "SetIsomorphismFpFLMLOR" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 365 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsomorphismFpFLMLOR): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsomorphismFpFLMLOR): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsomorphismFpFLMLOR)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsomorphismFpAlgebra", - "HasIsomorphismFpFLMLOR" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 365 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsomorphismFpFLMLOR)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 395 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismMatrixFLMLOR: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsomorphismMatrixFLMLOR)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsomorphismMatrixFLMLOR: for a full f.p. associative FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsSubalgebraFpAlgebra", - "IsFullFpAlgebra", - "Tester(IsFullFpAlgebra)" - ] - ], - "rank": 49 - }, - { - "comment": "IsomorphismMatrixFLMLOR: for a matrix FLMLOR", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 44 - }, - { - "comment": "IsomorphismMatrixFLMLOR: for a f.p. FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "IsSubalgebraFpAlgebra" - ] - ], - "rank": 37 - }, - { - "comment": "IsomorphismMatrixFLMLOR: for a finite dimensional associative FLMLOR with identity", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "IsomorphismMatrixFLMLOR: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsFreeLeftModule" - ] - ], - "rank": -46 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismMatrixFLMLOR", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsomorphismMatrixAlgebra", - "SetIsomorphismMatrixFLMLOR" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 395 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsomorphismMatrixFLMLOR): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsomorphismMatrixFLMLOR): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsomorphismMatrixFLMLOR)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsomorphismMatrixAlgebra", - "HasIsomorphismMatrixFLMLOR" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 395 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsomorphismMatrixFLMLOR)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsBasis" - ] - ], - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 436 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismSCFLMLOR: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsomorphismSCFLMLOR)" - ] - ], - "rank": 20010 - }, - { - "comment": "IsomorphismSCFLMLOR: for s.c. FLMLOR (return the identity mapping)", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule", - "CategoryCollections(IsSCAlgebraObj)" - ] - ], - "rank": 10039 - }, - { - "comment": "IsomorphismSCFLMLOR: for a finite dimensional FLMLOR (delegate to the method for a basis)", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 34 - }, - { - "comment": "IsomorphismSCFLMLOR: for a basis (of a finite dimensional FLMLOR)", - "filters": [ - [ - "IsBasis" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismSCFLMLOR", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsomorphismSCAlgebra", - "SetIsomorphismSCFLMLOR" - ], - "filters": [ - [ - [ - "IsBasis" - ], - [] - ], - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 436 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsomorphismSCFLMLOR): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsomorphismSCFLMLOR): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsomorphismSCFLMLOR)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsomorphismSCAlgebra", - "HasIsomorphismSCFLMLOR" - ], - "filters": [ - [ - [ - "IsBasis" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 436 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsomorphismSCFLMLOR)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RepresentativeLinearOperation" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/alghom.gd", - "line": 471 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "RepresentativeLinearOperation: for a matrix FLMLOR, two lists of row vectors, and `OnTuples'", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFunction" - ] - ], - "rank": 95 - }, - { - "comment": "RepresentativeLinearOperation: for a matrix FLMLOR, two row vectors, and `OnRight'", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject" - ], - [ - "IsFunction" - ] - ], - "rank": 69 - }, - { - "comment": "RepresentativeLinearOperation: for a FLMLOR, two elements in it, and `OnRight'", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ], - [ - "IsFunction" - ] - ], - "rank": 49 - }, - { - "comment": "RepresentativeLinearOperation: for a FLMLOR, two tuples of elements in it, and `OnTuples'", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ], - [ - "IsFunction" - ] - ], - "rank": 43 - } - ], - "5args": [], - "6args": [] - }, - "name": "RepresentativeLinearOperation", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 150 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieFamily)" - ] - ], - "rank": 20004 - }, - { - "comment": "LieFamily: for family of ring elements", - "filters": [ - [ - "CategoryFamily(((IsNearAdditiveElementWithInverse and IsAdditiveElement) and IsMultiplicativeElement))" - ] - ], - "rank": 3 - }, - { - "comment": "LieFamily: for a collections family (special case of Lie matrices)", - "filters": [ - [ - "CategoryFamily(IsCollection)" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 150 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 150 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 168 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnderlyingFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UnderlyingFamily)" - ] - ], - "rank": 20003 - }, - { - "comment": "UnderlyingFamily", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 18 - }, - { - "comment": "UnderlyingFamily", - "filters": [ - [ - "IsRewritingSystem" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnderlyingFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUnderlyingFamily" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 168 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UnderlyingFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UnderlyingFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UnderlyingFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUnderlyingFamily" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 168 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UnderlyingFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LieObject: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LieObject)" - ] - ], - "rank": 20011 - }, - { - "comment": "LieObject: for a ring element", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 8 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LieObject", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLieObject" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LieObject): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LieObject): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LieObject)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLieObject" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LieObject)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLieObject" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnderlyingRingElement: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UnderlyingRingElement)" - ] - ], - "rank": 20014 - }, - { - "comment": "UnderlyingRingElement: for a Lie object in default representation", - "filters": [ - [ - "IsPackedElementDefaultRep", - "IsLieObject" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnderlyingRingElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUnderlyingRingElement" - ], - "filters": [ - [ - [ - "IsLieObject" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UnderlyingRingElement): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UnderlyingRingElement): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UnderlyingRingElement)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUnderlyingRingElement" - ], - "filters": [ - [ - [ - "IsLieObject" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/liefam.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UnderlyingRingElement)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 146 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsAlgebraModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsAlgebraModule)" - ] - ], - "rank": 20025 - }, - { - "comment": "IsAlgebraModule: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -44 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsAlgebraModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsAlgebraModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 146 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsAlgebraModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsAlgebraModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsAlgebraModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 146 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsAlgebraModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLeftAlgebraModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLeftAlgebraModule)" - ] - ], - "rank": 20025 - }, - { - "comment": "IsLeftAlgebraModule: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -44 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLeftAlgebraModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLeftAlgebraModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLeftAlgebraModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLeftAlgebraModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLeftAlgebraModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLeftAlgebraModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 172 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRightAlgebraModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRightAlgebraModule)" - ] - ], - "rank": 20025 - }, - { - "comment": "IsRightAlgebraModule: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -44 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRightAlgebraModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRightAlgebraModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 172 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRightAlgebraModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRightAlgebraModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRightAlgebraModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 172 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRightAlgebraModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 189 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LeftActingAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LeftActingAlgebra)" - ] - ], - "rank": 20027 - }, - { - "comment": "LeftActingAlgebra: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftActingAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLeftActingAlgebra" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 189 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LeftActingAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LeftActingAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LeftActingAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLeftActingAlgebra" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 189 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LeftActingAlgebra)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 206 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RightActingAlgebra: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RightActingAlgebra)" - ] - ], - "rank": 20027 - }, - { - "comment": "RightActingAlgebra: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightActingAlgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRightActingAlgebra" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 206 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RightActingAlgebra): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RightActingAlgebra): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RightActingAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRightActingAlgebra" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 206 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RightActingAlgebra)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ActingAlgebra" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 236 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ActingAlgebra: for an algebra module", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ], - "rank": 24 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ActingAlgebra", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 259 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfAlgebraModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfAlgebraModule)" - ] - ], - "rank": 20027 - }, - { - "comment": "GeneratorsOfAlgebraModule: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfAlgebraModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfAlgebraModule" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 259 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfAlgebraModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfAlgebraModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfAlgebraModule)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfAlgebraModule" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 259 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfAlgebraModule)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftAlgebraModuleByGenerators" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 282 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "LeftAlgebraModuleByGenerators: for algebra, function of 2 args, module generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 41 - } - ], - "4args": [ - { - "comment": "LeftAlgebraModuleByGenerators: for algebra, function of 2 args, generators, string", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsHomogeneousList" - ], - [ - "IsString" - ] - ], - "rank": 46 - } - ], - "5args": [], - "6args": [] - }, - "name": "LeftAlgebraModuleByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightAlgebraModuleByGenerators" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 304 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "RightAlgebraModuleByGenerators: for algebra, function of 2 args, module generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 41 - } - ], - "4args": [ - { - "comment": "RightAlgebraModuleByGenerators: for algebra, function of 2 args, generators, string", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsHomogeneousList" - ], - [ - "IsString" - ] - ], - "rank": 46 - } - ], - "5args": [], - "6args": [] - }, - "name": "RightAlgebraModuleByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "BiAlgebraModuleByGenerators" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsFunction" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 347 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "BiAlgebraModuleByGenerators: for 2 algebras, function of 2 args, function of 2 args, module generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsFunction" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 78 - } - ], - "6args": [ - { - "comment": "BiAlgebraModuleByGenerators: for 2 algebras, function of 2 args, function of 2 args, generators, string", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsFunction" - ], - [ - "IsHomogeneousList" - ], - [ - "IsString" - ] - ], - "rank": 83 - } - ] - }, - "name": "BiAlgebraModuleByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftAlgebraModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 368 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "LeftAlgebraModule: for algebra, function of 2 args, underlying space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 62 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftAlgebraModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightAlgebraModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 390 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "RightAlgebraModule: for algebra, function of 2 args, underlying space", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 62 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightAlgebraModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "BiAlgebraModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsFunction" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 429 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "BiAlgebraModule: for 2 algebras, function of 2 args, function of 2 args, module generators", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsFunction" - ], - [ - "IsFunction" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 99 - } - ], - "6args": [] - }, - "name": "BiAlgebraModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SubAlgebraModule" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "CategoryCollections(IsAlgebraModuleElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 499 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SubAlgebraModule: for algebra module, and a list of submodule generators", - "filters": [ - [ - "IsFreeLeftModule", - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsList", - "CategoryCollections(IsAlgebraModuleElement)" - ] - ], - "rank": 45 - } - ], - "3args": [ - { - "comment": "SubAlgebraModule: for algebra module, and a list of submodule generators, and string", - "filters": [ - [ - "IsFreeLeftModule", - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsList", - "CategoryCollections(IsAlgebraModuleElement)" - ], - [ - "IsString" - ] - ], - "rank": 50 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SubAlgebraModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeftModuleByHomomorphismToMatAlg" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 518 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeftModuleByHomomorphismToMatAlg: for an algebra and a homomorphism to a matrix algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ], - "rank": 57 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftModuleByHomomorphismToMatAlg", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightModuleByHomomorphismToMatAlg" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 569 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RightModuleByHomomorphismToMatAlg: for an algebra and a homomorphism to a matrix algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsAddition", - "Tester(RespectsAddition)", - "RespectsAdditiveInverses", - "Tester(RespectsAdditiveInverses)", - "RespectsScalarMultiplication", - "Tester(RespectsScalarMultiplication)" - ] - ], - "rank": 57 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightModuleByHomomorphismToMatAlg", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 601 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AdjointModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AdjointModule)" - ] - ], - "rank": 20039 - }, - { - "comment": "AdjointModule: for an algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 36 - }, - { - "comment": "AdjointModule: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AdjointModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAdjointModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 601 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AdjointModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AdjointModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AdjointModule)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAdjointModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 601 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AdjointModule)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 652 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FaithfulModule: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FaithfulModule)" - ] - ], - "rank": 20039 - }, - { - "comment": "FaithfulModule: for a Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "FaithfulModule: for an algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 36 - }, - { - "comment": "FaithfulModule: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FaithfulModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFaithfulModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 652 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FaithfulModule): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FaithfulModule): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FaithfulModule)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFaithfulModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 652 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FaithfulModule)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ModuleByRestriction" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 685 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ModuleByRestriction: for an algebra module and a subalgebra", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 60 - } - ], - "3args": [ - { - "comment": "ModuleByRestriction: for a bi-algebra module and a subalgebra and a subalgebra", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 96 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ModuleByRestriction", - "type": "GAP_Operation" - }, - { - "aka": [ - "NaturalHomomorphismBySubAlgebraModule" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 736 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NaturalHomomorphismBySubAlgebraModule: for algebra module and a submodule", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ], - "rank": 48 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalHomomorphismBySubAlgebraModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "MatrixOfAction" - ], - "filters": [ - [ - [ - "IsBasisOfAlgebraModuleElementSpace" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 771 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "MatrixOfAction: for a basis of an algebra module and an algebra element", - "filters": [ - [ - "IsBasisOfAlgebraModuleElementSpace" - ], - [] - ], - "rank": 8 - } - ], - "3args": [ - { - "comment": "MatrixOfAction: for a basis of an algebra module, an algebra element and a side", - "filters": [ - [ - "IsBasisOfAlgebraModuleElementSpace" - ], - [], - [] - ], - "rank": 8 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MatrixOfAction", - "type": "GAP_Operation" - }, - { - "aka": [ - "ConvertToNormalFormMonomialElement" - ], - "filters": [ - [ - [ - "IsMonomialElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 808 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ConvertToNormalFormMonomialElement: for a symmetric element", - "filters": [ - [ - "IsSymmetricPowerElement" - ] - ], - "rank": 9 - }, - { - "comment": "ConvertToNormalFormMonomialElement: for a wedge element", - "filters": [ - [ - "IsWedgeElement" - ] - ], - "rank": 9 - }, - { - "comment": "ConvertToNormalFormMonomialElement: for a tensor element", - "filters": [ - [ - "IsTensorElement" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConvertToNormalFormMonomialElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "TensorProductOp" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 860 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "TensorProductOp: for a list of finite dimensional vector spaces, and a space (for method selection)", - "filters": [ - [ - "IsDenseList" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TensorProductOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "TensorProductOfAlgebraModules" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 898 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TensorProductOfAlgebraModules: for a list of algebra modules", - "filters": [ - [ - "IsDenseList" - ] - ], - "rank": 3 - } - ], - "2args": [ - { - "comment": "TensorProductOfAlgebraModules: for two algebra modules", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ], - "rank": 48 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TensorProductOfAlgebraModules", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExteriorPower" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 946 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ExteriorPower: for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 49 - }, - { - "comment": "ExteriorPower: for a vector space and an integer", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsInt" - ] - ], - "rank": 40 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExteriorPower", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExteriorPowerOfAlgebraModule" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 975 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ExteriorPowerOfAlgebraModule: for an algebra module and an integer", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsInt" - ] - ], - "rank": 42 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExteriorPowerOfAlgebraModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "SymmetricPower" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1008 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SymmetricPower: for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 49 - }, - { - "comment": "SymmetricPower: for an algebra module and an integer", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsInt" - ] - ], - "rank": 40 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SymmetricPower", - "type": "GAP_Operation" - }, - { - "aka": [ - "SymmetricPowerOfAlgebraModule" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1038 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SymmetricPowerOfAlgebraModule: for an algebra module and an integer", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsInt" - ] - ], - "rank": 42 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SymmetricPowerOfAlgebraModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "DirectSumOfAlgebraModules" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1103 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DirectSumOfAlgebraModules: for a list of algebra modules", - "filters": [ - [ - "IsDenseList" - ] - ], - "rank": 3 - } - ], - "2args": [ - { - "comment": "DirectSumOfAlgebraModules: for two algebra modules", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ] - ], - "rank": 48 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectSumOfAlgebraModules", - "type": "GAP_Operation" - }, - { - "aka": [ - "FullSparseRowSpace" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1150 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FullSparseRowSpace: for a ring and an integer", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt" - ] - ], - "rank": 44 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FullSparseRowSpace", - "type": "GAP_Operation" - }, - { - "aka": [ - "TranslatorSubalgebra" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algrep.gd", - "line": 1210 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "TranslatorSubalgebra: for an algebra, an algebra module and two subspaces", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsFreeLeftModule" - ], - [ - "IsFreeLeftModule" - ] - ], - "rank": 70 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TranslatorSubalgebra", - "type": "GAP_Operation" - }, - { - "aka": [ - "Cochain" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)" - ], - [ - "IsInt" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 123 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "Cochain: for a module over a Lie algebra, an integer and an object", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsInt" - ], - [] - ], - "rank": 42 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Cochain", - "type": "GAP_Operation" - }, - { - "aka": [ - "CochainSpace" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 150 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CochainSpace: for a module over a Lie algebra and an integer", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsInt" - ] - ], - "rank": 42 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CochainSpace", - "type": "GAP_Operation" - }, - { - "aka": [ - "Cocycles" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 224 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Cocycles: for module over a Lie algebra and an integer", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsInt" - ] - ], - "rank": 42 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Cocycles", - "type": "GAP_Operation" - }, - { - "aka": [ - "Coboundaries" - ], - "filters": [ - [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 256 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Coboundaries: for module over a Lie algebra and an integer", - "filters": [ - [ - "IsAlgebraModule", - "Tester(IsAlgebraModule)" - ], - [ - "IsInt" - ] - ], - "rank": 42 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Coboundaries", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 274 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsWeylGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsWeylGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsWeylGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsWeylGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsWeylGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 274 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsWeylGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsWeylGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsWeylGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 274 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsWeylGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "WeylGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(WeylGroup)" - ] - ], - "rank": 20004 - }, - { - "comment": "WeylGroup: for a root system", - "filters": [ - [ - "IsRootSystem" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "WeylGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetWeylGroup" - ], - "filters": [ - [ - [ - "IsRootSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(WeylGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(WeylGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(WeylGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasWeylGroup" - ], - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(WeylGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 329 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SparseCartanMatrix: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SparseCartanMatrix)" - ] - ], - "rank": 20039 - }, - { - "comment": "SparseCartanMatrix: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SparseCartanMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSparseCartanMatrix" - ], - "filters": [ - [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 329 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SparseCartanMatrix): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SparseCartanMatrix): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SparseCartanMatrix)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSparseCartanMatrix" - ], - "filters": [ - [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 329 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SparseCartanMatrix)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ApplySimpleReflection" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 356 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ApplySimpleReflection: for a sparse Cartan matrix, index and weight", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsList" - ] - ], - "rank": 22 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ApplySimpleReflection", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 383 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LongestWeylWordPerm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LongestWeylWordPerm)" - ] - ], - "rank": 20039 - }, - { - "comment": "LongestWeylWordPerm: for Weyl group", - "filters": [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ] - ], - "rank": 37 - }, - { - "comment": "LongestWeylWordPerm: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LongestWeylWordPerm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLongestWeylWordPerm" - ], - "filters": [ - [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 383 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LongestWeylWordPerm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LongestWeylWordPerm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LongestWeylWordPerm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLongestWeylWordPerm" - ], - "filters": [ - [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 383 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LongestWeylWordPerm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ConjugateDominantWeight" - ], - "filters": [ - [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 423 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ConjugateDominantWeight: for Weyl group and weight", - "filters": [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ], - [ - "IsList" - ] - ], - "rank": 39 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugateDominantWeight", - "type": "GAP_Operation" - }, - { - "aka": [ - "ConjugateDominantWeightWithWord" - ], - "filters": [ - [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 424 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ConjugateDominantWeightWithWord: for Weyl group and weight", - "filters": [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ], - [ - "IsList" - ] - ], - "rank": 39 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugateDominantWeightWithWord", - "type": "GAP_Operation" - }, - { - "aka": [ - "WeylOrbitIterator" - ], - "filters": [ - [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 461 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "WeylOrbitIterator: for weights of a W-orbit", - "filters": [ - [ - "IsWeylGroup", - "Tester(IsWeylGroup)" - ], - [ - "IsList" - ] - ], - "rank": 39 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "WeylOrbitIterator", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 476 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PositiveRootsAsWeights: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PositiveRootsAsWeights)" - ] - ], - "rank": 20004 - }, - { - "comment": "PositiveRootsAsWeights: for a root system", - "filters": [ - [ - "IsRootSystem" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositiveRootsAsWeights", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPositiveRootsAsWeights" - ], - "filters": [ - [ - [ - "IsRootSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 476 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PositiveRootsAsWeights): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PositiveRootsAsWeights): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PositiveRootsAsWeights)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPositiveRootsAsWeights" - ], - "filters": [ - [ - [ - "IsRootSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 476 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PositiveRootsAsWeights)", - "type": "GAP_Operation" - }, - { - "aka": [ - "DominantWeights" - ], - "filters": [ - [ - [ - "IsRootSystem" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 503 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DominantWeights: for a root system and a dominant weight", - "filters": [ - [ - "IsRootSystem" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DominantWeights", - "type": "GAP_Operation" - }, - { - "aka": [ - "DominantCharacter" - ], - "filters": [ - [ - [ - "IsRootSystem" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 533 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DominantCharacter: for a semisimple Lie algebra and a highest weight", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList" - ] - ], - "rank": 44 - }, - { - "comment": "DominantCharacter: for a root system and a highest weight", - "filters": [ - [ - "IsRootSystem" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DominantCharacter", - "type": "GAP_Operation" - }, - { - "aka": [ - "DecomposeTensorProduct" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 563 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "DecomposeTensorProduct: for a semisimple Lie algebra and two dominant weights", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 46 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DecomposeTensorProduct", - "type": "GAP_Operation" - }, - { - "aka": [ - "DimensionOfHighestWeightModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 599 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DimensionOfHighestWeightModule: for a semisimple Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList" - ] - ], - "rank": 44 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DimensionOfHighestWeightModule", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 720 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LatticeGeneratorsInUEA: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LatticeGeneratorsInUEA)" - ] - ], - "rank": 20045 - }, - { - "comment": "LatticeGeneratorsInUEA: for semsimple Lie algebra", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "LatticeGeneratorsInUEA: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LatticeGeneratorsInUEA", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLatticeGeneratorsInUEA" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 720 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LatticeGeneratorsInUEA): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LatticeGeneratorsInUEA): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LatticeGeneratorsInUEA)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLatticeGeneratorsInUEA" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 720 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LatticeGeneratorsInUEA)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HighestWeightModule" - ], - "filters": [ - [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 846 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HighestWeightModule: for a Lie algebra and a list of non-negative integers", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ], - [ - "IsList" - ] - ], - "rank": 44 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HighestWeightModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeadingUEALatticeMonomial" - ], - "filters": [ - [ - [ - "IsInt" - ], - [ - "IsUEALatticeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 870 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeadingUEALatticeMonomial: for an integer and a UEALattice element", - "filters": [ - [ - "IsInt" - ], - [ - "IsUEALatticeElement" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeadingUEALatticeMonomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "Search" - ], - "filters": [ - [ - [ - "IsSearchTable" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 962 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Search: for vector search tables in default representation", - "filters": [ - [ - "IsVectorSearchTableDefaultRep" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 9 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Search", - "type": "GAP_Operation" - }, - { - "aka": [ - "Insert" - ], - "filters": [ - [ - [ - "IsSearchTable" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/lierep.gd", - "line": 979 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "Insert: for a vector search table in default representation", - "filters": [ - [ - "IsVectorSearchTableDefaultRep" - ], - [ - "IsHomogeneousList" - ], - [] - ], - "rank": 9 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Insert", - "type": "GAP_Operation" - }, - { - "aka": [ - "CoefficientsQadic" - ], - "filters": [ - [ - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/integer.gd", - "line": 328 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CoefficientsQadic: for two integers", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 36 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoefficientsQadic", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/integer.gd", - "line": 486 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrimeDivisors: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PrimeDivisors)" - ] - ], - "rank": 20021 - }, - { - "comment": "PrimeDivisors: for integer", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrimeDivisors", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPrimeDivisors" - ], - "filters": [ - [ - [ - "IsInt" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/integer.gd", - "line": 486 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PrimeDivisors): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PrimeDivisors): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PrimeDivisors)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPrimeDivisors" - ], - "filters": [ - [ - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/integer.gd", - "line": 486 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PrimeDivisors)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PartialFactorization" - ], - "filters": [ - [ - [ - "IsMultiplicativeElement" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/integer.gd", - "line": 574 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PartialFactorization: for integers", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - } - ], - "2args": [ - { - "comment": "PartialFactorization: try harder (FactInt)", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 38 - }, - { - "comment": "PartialFactorization: generic method", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 36 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PartialFactorization", - "type": "GAP_Operation" - }, - { - "aka": [ - "Phi" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/numtheor.gd", - "line": 111 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Phi: value of Euler's totient function of an integer", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Phi", - "type": "GAP_Operation" - }, - { - "aka": [ - "Lambda" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/numtheor.gd", - "line": 158 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Lambda: exponent of the group of prime residues modulo an integer", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Lambda", - "type": "GAP_Operation" - }, - { - "aka": [ - "Sigma" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/numtheor.gd", - "line": 638 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Sigma: sum of divisors of an integer", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Sigma", - "type": "GAP_Operation" - }, - { - "aka": [ - "Tau" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/numtheor.gd", - "line": 676 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Tau: number of divisors of an integer", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tau", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 62 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StandardGeneratorsSubringSCRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(StandardGeneratorsSubringSCRing)" - ] - ], - "rank": 20032 - }, - { - "comment": "StandardGeneratorsSubringSCRing: for sc rings and their subrings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ] - ], - "rank": 29 - }, - { - "comment": "StandardGeneratorsSubringSCRing: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "CategoryCollections(IsSCRingObj)" - ] - ], - "rank": -26 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StandardGeneratorsSubringSCRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetStandardGeneratorsSubringSCRing" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 62 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(StandardGeneratorsSubringSCRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(StandardGeneratorsSubringSCRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(StandardGeneratorsSubringSCRing)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasStandardGeneratorsSubringSCRing" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 62 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(StandardGeneratorsSubringSCRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 88 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Subrings: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Subrings)" - ] - ], - "rank": 20029 - }, - { - "comment": "Subrings: for SC Rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ] - ], - "rank": 29 - }, - { - "comment": "Subrings: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Subrings", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSubrings" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 88 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Subrings): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Subrings): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Subrings)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSubrings" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 88 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Subrings)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 111 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Ideals: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Ideals)" - ] - ], - "rank": 20029 - }, - { - "comment": "Ideals: for SC Rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ] - ], - "rank": 29 - }, - { - "comment": "Ideals: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Ideals", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIdeals" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 111 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Ideals): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Ideals): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Ideals)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIdeals" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 111 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Ideals)", - "type": "GAP_Operation" - }, - { - "aka": [ - "DirectSumOp" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 193 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DirectSumOp: for SC Rings", - "filters": [ - [ - "IsList" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ] - ], - "rank": 31 - }, - { - "comment": "DirectSumOp: for a list (of rings), and a ring", - "filters": [ - [ - "IsList" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectSumOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 194 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DirectSumInfo: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DirectSumInfo)" - ] - ], - "rank": 20037 - }, - { - "comment": "DirectSumInfo: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectSumInfo", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDirectSumInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 194 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DirectSumInfo): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DirectSumInfo): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DirectSumInfo)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDirectSumInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringsc.gd", - "line": 194 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DirectSumInfo)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RingGeneralMappingByImages" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringhom.gd", - "line": 40 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "RingGeneralMappingByImages: for two rings and two homogeneous lists", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 60 - } - ], - "5args": [], - "6args": [] - }, - "name": "RingGeneralMappingByImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "RingHomomorphismByImagesNC" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringhom.gd", - "line": 96 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "RingHomomorphismByImagesNC: for two rings and two homogeneous lists", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 60 - } - ], - "5args": [], - "6args": [] - }, - "name": "RingHomomorphismByImagesNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "NaturalHomomorphismByIdeal" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringhom.gd", - "line": 117 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NaturalHomomorphismByIdeal: for FLMLOR and trivial FLMLOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsTrivial", - "Tester(IsTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 10089 - }, - { - "comment": "NaturalHomomorphismByIdeal: for free algebra and ideal", - "filters": [ - [ - "IsMagmaRingModuloRelations" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 69 - }, - { - "comment": "NaturalHomomorphismByIdeal: for two finite dimensional FLMLORs", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ], - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsFreeLeftModule" - ] - ], - "rank": 68 - }, - { - "comment": "NaturalHomomorphismByIdeal: sc rings", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsSCRingObj)" - ] - ], - "rank": 58 - }, - { - "comment": "NaturalHomomorphismByIdeal: polynomial rings", - "filters": [ - [ - "IsPolynomialRing" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 53 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalHomomorphismByIdeal", - "type": "GAP_Operation" - }, - { - "aka": [ - "LucasMod" - ], - "filters": [ - [ - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/combinat.gd", - "line": 1365 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "LucasMod: iterative method", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 73 - }, - { - "comment": "LucasMod: recursive version, reduce mod N regularly", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 72 - } - ], - "5args": [], - "6args": [] - }, - "name": "LucasMod", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/combinat.gd", - "line": 1490 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Permanent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Permanent)" - ] - ], - "rank": 20033 - }, - { - "comment": "Permanent: for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Permanent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPermanent" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/combinat.gd", - "line": 1490 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Permanent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Permanent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Permanent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPermanent" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/combinat.gd", - "line": 1490 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Permanent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 154 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RationalFunctionsFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RationalFunctionsFamily)" - ] - ], - "rank": 20004 - }, - { - "comment": "RationalFunctionsFamily: floats pseudofield", - "filters": [ - [ - "IsFloatPseudoField" - ] - ], - "rank": 37 - }, - { - "comment": "RationalFunctionsFamily", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 2 - }, - { - "comment": "RationalFunctionsFamily: not UFD ring", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RationalFunctionsFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRationalFunctionsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 154 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RationalFunctionsFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RationalFunctionsFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RationalFunctionsFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRationalFunctionsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 154 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RationalFunctionsFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CoefficientsFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CoefficientsFamily)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoefficientsFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCoefficientsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CoefficientsFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CoefficientsFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CoefficientsFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCoefficientsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CoefficientsFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 200 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NumeratorOfRationalFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NumeratorOfRationalFunction)" - ] - ], - "rank": 20015 - }, - { - "comment": "NumeratorOfRationalFunction: univariate using ExtRepNumerator", - "filters": [ - [ - "IsRationalFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "NumeratorOfRationalFunction: call ExtRepNumerator", - "filters": [ - [ - "IsRationalFunction" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NumeratorOfRationalFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNumeratorOfRationalFunction" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 200 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NumeratorOfRationalFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NumeratorOfRationalFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NumeratorOfRationalFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNumeratorOfRationalFunction" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 200 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NumeratorOfRationalFunction)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRationalFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 226 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DenominatorOfRationalFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DenominatorOfRationalFunction)" - ] - ], - "rank": 20016 - }, - { - "comment": "DenominatorOfRationalFunction: univariate using ExtRepDenominator", - "filters": [ - [ - "IsRationalFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "DenominatorOfRationalFunction: call ExtRepDenominator", - "filters": [ - [ - "IsRationalFunction" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DenominatorOfRationalFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDenominatorOfRationalFunction" - ], - "filters": [ - [ - [ - "IsRationalFunction" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 226 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DenominatorOfRationalFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DenominatorOfRationalFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DenominatorOfRationalFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDenominatorOfRationalFunction" - ], - "filters": [ - [ - [ - "IsRationalFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 226 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DenominatorOfRationalFunction)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 254 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPolynomial: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPolynomial)" - ] - ], - "rank": 20015 - }, - { - "comment": "IsPolynomial: laurent rep.", - "filters": [ - [ - "IsLaurentPolynomialDefaultRep" - ] - ], - "rank": 20 - }, - { - "comment": "IsPolynomial: rational function rep.", - "filters": [ - [ - "IsRationalFunctionDefaultRep" - ] - ], - "rank": 16 - }, - { - "comment": "IsPolynomial: univariate", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "IsPolynomial: fallback for non-ratfun", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPolynomial" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 254 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPolynomial): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPolynomial): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPolynomial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 254 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPolynomial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 278 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsPolynomial: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsPolynomial)" - ] - ], - "rank": 20017 - }, - { - "comment": "AsPolynomial: call ExtRepPolynomial", - "filters": [ - [ - "IsRationalFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 15 - }, - { - "comment": "AsPolynomial: default method requiring categories and checking properties", - "filters": [ - [ - "IsPolynomialFunction" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsPolynomial" - ], - "filters": [ - [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 278 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsPolynomial): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsPolynomial): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsPolynomial)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsPolynomial" - ], - "filters": [ - [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 278 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsPolynomial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRationalFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 297 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsUnivariateRationalFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 20016 - }, - { - "comment": "IsUnivariateRationalFunction: ratfun", - "filters": [ - [ - "IsRationalFunction" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsUnivariateRationalFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsUnivariateRationalFunction" - ], - "filters": [ - [ - [ - "IsRationalFunction" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 297 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsUnivariateRationalFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsUnivariateRationalFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsUnivariateRationalFunction)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRationalFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 297 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsUnivariateRationalFunction)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 335 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsLaurentPolynomial: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 20015 - }, - { - "comment": "IsLaurentPolynomial: univariate", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "IsLaurentPolynomial", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "IsLaurentPolynomial: ratfun", - "filters": [ - [ - "IsRationalFunction" - ] - ], - "rank": 13 - }, - { - "comment": "IsLaurentPolynomial: fallback for non-ratfun", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLaurentPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsLaurentPolynomial" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 335 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsLaurentPolynomial): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsLaurentPolynomial): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsLaurentPolynomial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 335 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsLaurentPolynomial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 355 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsConstantRationalFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsConstantRationalFunction)" - ] - ], - "rank": 20015 - }, - { - "comment": "IsConstantRationalFunction: polynomial", - "filters": [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 14 - }, - { - "comment": "IsConstantRationalFunction: rational function", - "filters": [ - [ - "IsPolynomialFunction" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsConstantRationalFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsConstantRationalFunction" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 355 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsConstantRationalFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsConstantRationalFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsConstantRationalFunction)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 355 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsConstantRationalFunction)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 503 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ExtRepNumeratorRatFun: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ExtRepNumeratorRatFun)" - ] - ], - "rank": 20015 - }, - { - "comment": "ExtRepNumeratorRatFun: laurent polynomial rep.", - "filters": [ - [ - "IsLaurentPolynomialDefaultRep" - ] - ], - "rank": 20 - }, - { - "comment": "ExtRepNumeratorRatFun: polynomial rep -> ExtRepPolynomialRatFun", - "filters": [ - [ - "IsPolynomialDefaultRep" - ] - ], - "rank": 17 - }, - { - "comment": "ExtRepNumeratorRatFun: univariate", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExtRepNumeratorRatFun", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExtRepNumeratorRatFun" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 503 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ExtRepNumeratorRatFun): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ExtRepNumeratorRatFun): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ExtRepNumeratorRatFun)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExtRepNumeratorRatFun" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 503 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ExtRepNumeratorRatFun)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRationalFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 521 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ExtRepDenominatorRatFun: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ExtRepDenominatorRatFun)" - ] - ], - "rank": 20016 - }, - { - "comment": "ExtRepDenominatorRatFun: laurent polynomial rep.", - "filters": [ - [ - "IsRationalFunction", - "IsLaurentPolynomialDefaultRep" - ] - ], - "rank": 20 - }, - { - "comment": "ExtRepDenominatorRatFun: univariate", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "ExtRepDenominatorRatFun: polynomial, return constant", - "filters": [ - [ - "IsRationalFunction" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExtRepDenominatorRatFun", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExtRepDenominatorRatFun" - ], - "filters": [ - [ - [ - "IsRationalFunction" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 521 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ExtRepDenominatorRatFun): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ExtRepDenominatorRatFun): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ExtRepDenominatorRatFun)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExtRepDenominatorRatFun" - ], - "filters": [ - [ - [ - "IsRationalFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 521 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ExtRepDenominatorRatFun)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ZeroCoefficientRatFun" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 539 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ZeroCoefficientRatFun: via family", - "filters": [ - [ - "IsPolynomialFunction" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ZeroCoefficientRatFun", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 559 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ExtRepPolynomialRatFun: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ExtRepPolynomialRatFun)" - ] - ], - "rank": 20017 - }, - { - "aka": [ - "EXTREP_POLYNOMIAL_LAURENT" - ], - "comment": "ExtRepPolynomialRatFun: laurent polynomial rep.", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsLaurentPolynomialDefaultRep" - ] - ], - "rank": 22 - }, - { - "comment": "ExtRepPolynomialRatFun: rational function rep.", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsRationalFunctionDefaultRep" - ] - ], - "rank": 18 - }, - { - "comment": "ExtRepPolynomialRatFun: univariate", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "ExtRepPolynomialRatFun: default method requiring categories and checking properties", - "filters": [ - [ - "IsPolynomialFunction" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExtRepPolynomialRatFun", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExtRepPolynomialRatFun" - ], - "filters": [ - [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 559 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ExtRepPolynomialRatFun): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ExtRepPolynomialRatFun): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ExtRepPolynomialRatFun)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExtRepPolynomialRatFun" - ], - "filters": [ - [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 559 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ExtRepPolynomialRatFun)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 589 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CoefficientsOfLaurentPolynomial: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CoefficientsOfLaurentPolynomial)" - ] - ], - "rank": 20020 - }, - { - "comment": "CoefficientsOfLaurentPolynomial: ratfun", - "filters": [ - [ - "IsRationalFunction", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 17 - }, - { - "comment": "CoefficientsOfLaurentPolynomial: fallback method to test conditions", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 0 - }, - { - "comment": "CoefficientsOfLaurentPolynomial: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoefficientsOfLaurentPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCoefficientsOfLaurentPolynomial" - ], - "filters": [ - [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 589 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CoefficientsOfLaurentPolynomial): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CoefficientsOfLaurentPolynomial): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CoefficientsOfLaurentPolynomial)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCoefficientsOfLaurentPolynomial" - ], - "filters": [ - [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 589 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CoefficientsOfLaurentPolynomial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 618 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndeterminateNumberOfUnivariateRationalFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndeterminateNumberOfUnivariateRationalFunction)" - ] - ], - "rank": 20018 - }, - { - "comment": "IndeterminateNumberOfUnivariateRationalFunction: ratfun", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "IndeterminateNumberOfUnivariateRationalFunction: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndeterminateNumberOfUnivariateRationalFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndeterminateNumberOfLaurentPolynomial", - "SetIndeterminateNumberOfUnivariateLaurentPolynomial", - "SetIndeterminateNumberOfUnivariateRationalFunction" - ], - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 618 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndeterminateNumberOfUnivariateRationalFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndeterminateNumberOfUnivariateRationalFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndeterminateNumberOfUnivariateRationalFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndeterminateNumberOfLaurentPolynomial", - "HasIndeterminateNumberOfUnivariateLaurentPolynomial", - "HasIndeterminateNumberOfUnivariateRationalFunction" - ], - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 618 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndeterminateNumberOfUnivariateRationalFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LaurentPolynomialByCoefficients", - "UnivariateLaurentPolynomialByCoefficients" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 651 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "LaurentPolynomialByCoefficients: fam, cof,val", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 21 - } - ], - "4args": [ - { - "comment": "LaurentPolynomialByCoefficients: ring", - "filters": [ - [ - "IsFloatPseudoField" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 75 - }, - { - "comment": "LaurentPolynomialByCoefficients: warn about iterated polynomials", - "filters": [ - [ - "IsFamily", - "Tester(CoefficientsFamily)" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 40 - }, - { - "comment": "LaurentPolynomialByCoefficients: with indeterminate", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 39 - } - ], - "5args": [], - "6args": [] - }, - "name": "LaurentPolynomialByCoefficients", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 823 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndeterminateOfUnivariateRationalFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndeterminateOfUnivariateRationalFunction)" - ] - ], - "rank": 20018 - }, - { - "comment": "IndeterminateOfUnivariateRationalFunction: use `IndeterminateNumber'", - "filters": [ - [ - "IsPolynomialFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "IndeterminateOfUnivariateRationalFunction: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndeterminateOfUnivariateRationalFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndeterminateOfUnivariateRationalFunction" - ], - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 823 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndeterminateOfUnivariateRationalFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndeterminateOfUnivariateRationalFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndeterminateOfUnivariateRationalFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndeterminateOfUnivariateRationalFunction" - ], - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 823 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndeterminateOfUnivariateRationalFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IndeterminateName" - ], - "filters": [ - [ - [ - "IsPolynomialFunctionsFamily" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 895 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IndeterminateName: for rational function families", - "filters": [ - [ - "IsPolynomialFunctionsFamily" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 21 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndeterminateName", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndeterminateName" - ], - "filters": [ - [ - [ - "IsPolynomialFunctionsFamily" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 897 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HasIndeterminateName: for rational function families", - "filters": [ - [ - "IsPolynomialFunctionsFamily" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 21 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HasIndeterminateName", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndeterminateName" - ], - "filters": [ - [ - [ - "IsPolynomialFunctionsFamily" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 899 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetIndeterminateName: for rational function families", - "filters": [ - [ - "IsPolynomialFunctionsFamily" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsString" - ] - ], - "rank": 26 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetIndeterminateName", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 919 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CoefficientsOfUnivariatePolynomial: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CoefficientsOfUnivariatePolynomial)" - ] - ], - "rank": 20022 - }, - { - "comment": "CoefficientsOfUnivariatePolynomial: use laurent coeffs", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 19 - }, - { - "comment": "CoefficientsOfUnivariatePolynomial: fallback method to test conditions", - "filters": [ - [ - "IsPolynomialFunction" - ] - ], - "rank": 0 - }, - { - "comment": "CoefficientsOfUnivariatePolynomial: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoefficientsOfUnivariatePolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCoefficientsOfUnivariatePolynomial" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 919 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CoefficientsOfUnivariatePolynomial): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CoefficientsOfUnivariatePolynomial): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CoefficientsOfUnivariatePolynomial)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCoefficientsOfUnivariatePolynomial" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 919 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CoefficientsOfUnivariatePolynomial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 954 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DegreeOfLaurentPolynomial: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DegreeOfLaurentPolynomial)" - ] - ], - "rank": 20020 - }, - { - "comment": "DegreeOfLaurentPolynomial", - "filters": [ - [ - "IsPolynomialFunction", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 17 - }, - { - "comment": "DegreeOfLaurentPolynomial: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DegreeOfLaurentPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDegreeOfLaurentPolynomial" - ], - "filters": [ - [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 954 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DegreeOfLaurentPolynomial): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DegreeOfLaurentPolynomial): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DegreeOfLaurentPolynomial)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDegreeOfLaurentPolynomial" - ], - "filters": [ - [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 954 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DegreeOfLaurentPolynomial)", - "type": "GAP_Operation" - }, - { - "aka": [ - "UnivariatePolynomialByCoefficients" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 978 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "UnivariatePolynomialByCoefficients: fam,cof", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [ - { - "comment": "UnivariatePolynomialByCoefficients: ring", - "filters": [ - [ - "IsFloatPseudoField" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 57 - }, - { - "comment": "UnivariatePolynomialByCoefficients: fam, cof,ind", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 22 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnivariatePolynomialByCoefficients", - "type": "GAP_Operation" - }, - { - "aka": [ - "UnivariatePolynomial" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 997 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "UnivariatePolynomial: ring,cof", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ] - ], - "rank": 39 - }, - { - "comment": "UnivariatePolynomial: ring,empty cof", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 29 - } - ], - "3args": [ - { - "comment": "UnivariatePolynomial: ring,cof,indn", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 58 - }, - { - "comment": "UnivariatePolynomial: ring,cof,indpol", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "CategoryCollections(IsNearAdditiveElementWithInverse)", - "CategoryCollections(IsAdditiveElement)", - "CategoryCollections(IsMultiplicativeElement)" - ], - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 54 - }, - { - "comment": "UnivariatePolynomial: ring,empty cof, indnr", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [] - ], - "rank": 29 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnivariatePolynomial", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1021 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CoefficientsOfUnivariateRationalFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CoefficientsOfUnivariateRationalFunction)" - ] - ], - "rank": 20018 - }, - { - "comment": "CoefficientsOfUnivariateRationalFunction: laurent polynomial", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 17 - }, - { - "comment": "CoefficientsOfUnivariateRationalFunction: ratfun", - "filters": [ - [ - "IsRationalFunction", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "CoefficientsOfUnivariateRationalFunction: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoefficientsOfUnivariateRationalFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCoefficientsOfUnivariateRationalFunction" - ], - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1021 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CoefficientsOfUnivariateRationalFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CoefficientsOfUnivariateRationalFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CoefficientsOfUnivariateRationalFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCoefficientsOfUnivariateRationalFunction" - ], - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1021 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CoefficientsOfUnivariateRationalFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "UnivariateRationalFunctionByCoefficients" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1042 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "UnivariateRationalFunctionByCoefficients: ring", - "filters": [ - [ - "IsFloatPseudoField" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 59 - }, - { - "comment": "UnivariateRationalFunctionByCoefficients: fam, ncof,dcof,val", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 23 - } - ], - "5args": [ - { - "comment": "UnivariateRationalFunctionByCoefficients: ring", - "filters": [ - [ - "IsFloatPseudoField" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 77 - }, - { - "comment": "UnivariateRationalFunctionByCoefficients: with indeterminate", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "UnivariateRationalFunctionByCoefficients", - "type": "GAP_Operation" - }, - { - "aka": [ - "Value" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - [ - [ - "IsFloatRationalFunction" - ], - [ - "IsFloat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1096 - }, - { - "file": "/home/makx/ac/gap/lib/float.gi", - "line": 25 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Value: supply `one'", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 23 - }, - { - "comment": "Value: fallback method to test conditions", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 0 - } - ], - "3args": [ - { - "comment": "Value: Laurent, ring element, and mult. neutral element", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 33 - }, - { - "comment": "Value: univariate rational function", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 31 - }, - { - "comment": "Value: rational function: supply `one'", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 16 - } - ], - "4args": [ - { - "comment": "Value: rat.fun., with one", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 24 - } - ], - "5args": [], - "6args": [] - }, - "name": "Value", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeadingMonomial" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1219 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LeadingMonomial: for a univariate laurent polynomial", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 17 - }, - { - "comment": "LeadingMonomial: multivariate polynomials wrt total degree", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeadingMonomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeadingCoefficient" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1236 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LeadingCoefficient: laurent", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 17 - }, - { - "comment": "LeadingCoefficient: multivariate polynomials wrt total degree", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsPolynomialDefaultRep" - ] - ], - "rank": 17 - } - ], - "2args": [ - { - "comment": "LeadingCoefficient: multivariate", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 33 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeadingCoefficient", - "type": "GAP_Operation" - }, - { - "aka": [ - "PolynomialCoefficientsOfPolynomial" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1286 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PolynomialCoefficientsOfPolynomial: polynomial,integer", - "filters": [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 33 - }, - { - "comment": "PolynomialCoefficientsOfPolynomial: polynomial,indet", - "filters": [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PolynomialCoefficientsOfPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "DegreeIndeterminate" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1311 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DegreeIndeterminate: laurent,indetnr", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 36 - }, - { - "comment": "DegreeIndeterminate: pol,indetnr", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 33 - }, - { - "comment": "DegreeIndeterminate: pol,indet", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 31 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DegreeIndeterminate", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - [ - [ - "IsPolynomialFunction" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1338 - }, - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1339 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Derivative: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Derivative)" - ] - ], - "rank": 20018 - }, - { - "comment": "Derivative: for float laurent polynomial", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)", - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)", - "IsFloatRationalFunction" - ] - ], - "rank": 18 - }, - { - "comment": "Derivative: Laurent Polynomials", - "filters": [ - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 17 - }, - { - "comment": "Derivative: uratfun,ind", - "filters": [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 15 - }, - { - "comment": "Derivative: fallback method to test conditions", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 0 - }, - { - "comment": "Derivative: fallback method to test conditions", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 0 - }, - { - "comment": "Derivative: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "Derivative: ratfun,inum", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 31 - }, - { - "comment": "Derivative: poly,ind", - "filters": [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 28 - }, - { - "comment": "Derivative: ratfun,ind", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 26 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Derivative", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDerivative" - ], - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1338 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Derivative): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Derivative): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Derivative)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDerivative" - ], - "filters": [ - [ - [ - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1338 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Derivative)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Resultant" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1367 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "Resultant: pol,pol,inum", - "filters": [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 47 - }, - { - "comment": "Resultant: pol,pol,indet", - "filters": [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 42 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Resultant", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1399 - }, - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1400 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Discriminant: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Discriminant)" - ] - ], - "rank": 20017 - }, - { - "comment": "Discriminant: univariate", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 19 - }, - { - "comment": "Discriminant: fallback method to test conditions", - "filters": [ - [ - "IsRationalFunction" - ] - ], - "rank": 0 - }, - { - "comment": "Discriminant: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "Discriminant: poly,inum", - "filters": [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 33 - }, - { - "comment": "Discriminant: poly,ind", - "filters": [ - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [ - "IsPolynomialFunction", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 28 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Discriminant", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDiscriminant" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1399 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Discriminant): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Discriminant): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Discriminant)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDiscriminant" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1399 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Discriminant)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HeuristicCancelPolynomialsExtRep" - ], - "filters": [ - [ - [ - "IsRationalFunctionsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1472 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "HeuristicCancelPolynomialsExtRep: rationals", - "filters": [ - [ - "IsRationalFunctionsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 9 - }, - { - "comment": "HeuristicCancelPolynomialsExtRep: ignore", - "filters": [ - [ - "IsRationalFunctionsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 8 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HeuristicCancelPolynomialsExtRep", - "type": "GAP_Operation" - }, - { - "aka": [ - "ZippedSum" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsList" - ], - [], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1640 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "aka": [ - "ZIPPED_SUM_LISTS" - ], - "comment": "ZippedSum", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ], - [], - [ - "IsList" - ] - ], - "rank": 6 - } - ], - "5args": [], - "6args": [] - }, - "name": "ZippedSum", - "type": "GAP_Operation" - }, - { - "aka": [ - "ZippedProduct" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsList" - ], - [], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ratfun.gd", - "line": 1663 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "aka": [ - "ZIPPED_PRODUCT_LISTS" - ], - "comment": "ZippedProduct", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ], - [], - [ - "IsList" - ] - ], - "rank": 6 - } - ], - "5args": [], - "6args": [] - }, - "name": "ZippedProduct", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 105 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrimeField: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PrimeField)" - ] - ], - "rank": 20054 - }, - { - "comment": "PrimeField: for finite field of FFEs", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 82 - }, - { - "comment": "PrimeField: for abelian number field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 65 - }, - { - "comment": "PrimeField: for a prime field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 56 - }, - { - "comment": "PrimeField: for a division ring", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 52 - }, - { - "comment": "PrimeField: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrimeField", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPrimeField" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 105 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PrimeField): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PrimeField): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PrimeField)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPrimeField" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 105 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PrimeField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 123 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPrimeField: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPrimeField)" - ] - ], - "rank": 20054 - }, - { - "comment": "IsPrimeField: for a division ring", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 52 - }, - { - "comment": "IsPrimeField: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPrimeField", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPrimeField" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 123 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPrimeField): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPrimeField): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPrimeField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 123 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPrimeField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - [ - [ - "IsNumberFieldByMatrices", - "Tester(IsNumberFieldByMatrices)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 146 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DefiningPolynomial: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DefiningPolynomial)" - ] - ], - "rank": 20056 - }, - { - "comment": "DefiningPolynomial: for a field of FFEs", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 419 - }, - { - "comment": "DefiningPolynomial: for matrix field", - "filters": [ - [ - "IsNumberFieldByMatrices", - "Tester(IsNumberFieldByMatrices)" - ] - ], - "rank": 58 - }, - { - "comment": "DefiningPolynomial: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DefiningPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDefiningPolynomial" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ], - [ - [ - "IsNumberFieldByMatrices", - "Tester(IsNumberFieldByMatrices)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 146 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DefiningPolynomial): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DefiningPolynomial): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DefiningPolynomial)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDefiningPolynomial" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 146 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DefiningPolynomial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 164 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DegreeOverPrimeField: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DegreeOverPrimeField)" - ] - ], - "rank": 20054 - }, - { - "comment": "DegreeOverPrimeField: for matrix field", - "filters": [ - [ - "IsNumberFieldByMatrices", - "Tester(IsNumberFieldByMatrices)" - ] - ], - "rank": 58 - }, - { - "comment": "DegreeOverPrimeField", - "filters": [ - [ - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 54 - }, - { - "comment": "DegreeOverPrimeField: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DegreeOverPrimeField", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDegreeOverPrimeField" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 164 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DegreeOverPrimeField): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DegreeOverPrimeField): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DegreeOverPrimeField)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDegreeOverPrimeField" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 164 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DegreeOverPrimeField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 185 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfDivisionRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfDivisionRing)" - ] - ], - "rank": 20054 - }, - { - "comment": "GeneratorsOfDivisionRing: for abelian number field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 65 - }, - { - "comment": "GeneratorsOfDivisionRing: for a prime field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ] - ], - "rank": 56 - }, - { - "comment": "GeneratorsOfDivisionRing: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfDivisionRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfDivisionRing", - "SetGeneratorsOfField" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 185 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfDivisionRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfDivisionRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfDivisionRing)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfDivisionRing", - "HasGeneratorsOfField" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 185 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfDivisionRing)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 240 - }, - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 241 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormalBase: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormalBase)" - ] - ], - "rank": 20056 - }, - { - "comment": "NormalBase: for a field (in characteristic zero)", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 54 - }, - { - "comment": "NormalBase: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [ - { - "comment": "NormalBase: for a finite field and scalar", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 68 - }, - { - "comment": "NormalBase: for a field (in characteristic zero), and a scalar", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 64 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalBase", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormalBase" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormalBase): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormalBase): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormalBase)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormalBase" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormalBase)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 259 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrimitiveElement: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PrimitiveElement)" - ] - ], - "rank": 20054 - }, - { - "comment": "PrimitiveElement: for matrix field", - "filters": [ - [ - "IsNumberFieldByMatrices", - "Tester(IsNumberFieldByMatrices)" - ] - ], - "rank": 58 - }, - { - "comment": "PrimitiveElement: for a division ring", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 52 - }, - { - "comment": "PrimitiveElement: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrimitiveElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPrimitiveElement" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 259 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PrimitiveElement): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PrimitiveElement): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PrimitiveElement)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPrimitiveElement" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 259 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PrimitiveElement)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 288 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrimitiveRoot: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PrimitiveRoot)" - ] - ], - "rank": 20060 - }, - { - "comment": "PrimitiveRoot", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 432 - }, - { - "comment": "PrimitiveRoot: for a finite prime field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 58 - }, - { - "comment": "PrimitiveRoot: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrimitiveRoot", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPrimitiveRoot" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 288 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PrimitiveRoot): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PrimitiveRoot): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PrimitiveRoot)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPrimitiveRoot" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 288 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PrimitiveRoot)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RootOfDefiningPolynomial: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RootOfDefiningPolynomial)" - ] - ], - "rank": 20056 - }, - { - "comment": "RootOfDefiningPolynomial: for a small field of FFEs", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 419 - }, - { - "comment": "RootOfDefiningPolynomial: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RootOfDefiningPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRootOfDefiningPolynomial" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RootOfDefiningPolynomial): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RootOfDefiningPolynomial): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RootOfDefiningPolynomial)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRootOfDefiningPolynomial" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RootOfDefiningPolynomial)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection" - ] - ], - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 336 - }, - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 337 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsDivisionRing: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "AsDivisionRing: for two division rings", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 104 - }, - { - "comment": "AsDivisionRing: for a division ring, and a collection", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsCollection" - ] - ], - "rank": 54 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsDivisionRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "ClosureDivisionRing", - "ClosureField" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 358 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ClosureDivisionRing: for a division ring containing the whole family, and a scalar", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 10064 - }, - { - "comment": "ClosureDivisionRing: for division ring and empty list", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 69 - }, - { - "comment": "ClosureDivisionRing: for a division ring and a scalar", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 62 - }, - { - "comment": "ClosureDivisionRing: for division ring and collection of elements", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsCollection" - ] - ], - "rank": 54 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ClosureDivisionRing", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 378 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Subfields: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Subfields)" - ] - ], - "rank": 20056 - }, - { - "comment": "Subfields: for finite field of FFEs", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 82 - }, - { - "comment": "Subfields: for abelian number field of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 65 - }, - { - "comment": "Subfields: for finite fields that are not FFEs", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 58 - }, - { - "comment": "Subfields: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Subfields", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSubfields" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 378 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Subfields): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Subfields): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Subfields)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSubfields" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 378 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Subfields)", - "type": "GAP_Operation" - }, - { - "aka": [ - "FieldExtension" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 396 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FieldExtension: for a field of FFEs, and a univ. Laurent polynomial", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 436 - }, - { - "comment": "FieldExtension: for field of cyclotomics, and univ. polynomial (degree <= 2)", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "IsLaurentPolynomial", - "Tester(IsLaurentPolynomial)" - ] - ], - "rank": 82 - }, - { - "aka": [ - "AlgebraicExtension" - ], - "comment": "FieldExtension: generic", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 73 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FieldExtension", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 566 - }, - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 567 - }, - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 568 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Conjugates: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Conjugates)" - ] - ], - "rank": 20013 - }, - { - "comment": "Conjugates: for a scalar (delegate to version with default field)", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 10 - } - ], - "2args": [ - { - "comment": "Conjugates: for a field and a scalar (delegate to version with two fields)", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 64 - } - ], - "3args": [ - { - "comment": "Conjugates: for two fields of FFEs, and a FFE", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsFFE" - ] - ], - "rank": 879 - }, - { - "comment": "Conjugates: for Rationals, Rationals, and a rational", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ], - [ - "IsRat" - ] - ], - "rank": 155 - }, - { - "comment": "Conjugates: for cycl. field of cyclotomics, ab. number field, and cyclotomic", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "IsCyc" - ] - ], - "rank": 148 - }, - { - "comment": "Conjugates: for two abelian number fields of cyclotomics, and cyclotomic", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "IsCyc" - ] - ], - "rank": 146 - }, - { - "comment": "Conjugates: for two fields and a scalar (call `GaloisGroup')", - "filters": [ - [ - "IsFieldControlledByGaloisGroup" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 119 - }, - { - "comment": "Conjugates: for two fields and a scalar (call `TracePolynomial')", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 118 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Conjugates", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConjugates" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 566 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Conjugates): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Conjugates): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Conjugates)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasConjugates" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 566 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Conjugates)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsClassFunction" - ] - ], - [ - [ - "IsOrdinaryTable" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 592 - }, - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 593 - }, - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 594 - }, - { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1320 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Norm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Norm)" - ] - ], - "rank": 20013 - }, - { - "comment": "Norm: for a class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "Norm: for floats", - "filters": [ - [ - "IsFloat" - ] - ], - "rank": 12 - }, - { - "comment": "Norm: for a scalar (delegate to version with default field)", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 10 - } - ], - "2args": [ - { - "comment": "Norm: for matrix fields", - "filters": [ - [ - "IsNumberFieldByMatrices", - "Tester(IsNumberFieldByMatrices)" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 10061 - }, - { - "comment": "Norm: for a field and a scalar (delegate to version with two fields)", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 64 - }, - { - "comment": "Norm: for an ordinary character table and a homogeneous list", - "filters": [ - [ - "IsOrdinaryTable" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 26 - } - ], - "3args": [ - { - "comment": "Norm: for two fields of FFEs, and a FFE", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsFFE" - ] - ], - "rank": 879 - }, - { - "comment": "Norm: for cycl. field of cyclotomics, ab. number field, and cyclotomic", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "IsCyc" - ] - ], - "rank": 148 - }, - { - "comment": "Norm: for two abelian number fields of cyclotomics, and cyclotomic", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "IsCyc" - ] - ], - "rank": 146 - }, - { - "comment": "Norm: for two fields and a scalar (use `Conjugates')", - "filters": [ - [ - "IsFieldControlledByGaloisGroup" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 119 - }, - { - "comment": "Norm: for two fields and a scalar (use the trace pol.)", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 118 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Norm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNorm" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [] - ], - [ - [ - "IsClassFunction" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 592 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Norm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Norm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Norm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNorm" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 592 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Norm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 630 - }, - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 632 - }, - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 633 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Trace: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Trace)" - ] - ], - "rank": 20013 - }, - { - "comment": "Trace: generic method for matrices", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "Trace: for a scalar (delegate to version with default field)", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 10 - } - ], - "2args": [ - { - "comment": "Trace: for a field and a scalar (delegate to version with two fields)", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 64 - } - ], - "3args": [ - { - "comment": "Trace: for two fields of FFEs, and a FFE", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsFFE" - ] - ], - "rank": 879 - }, - { - "comment": "Trace: for cycl. field of cyclotomics, ab. number field, and cyclotomic", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsCyclotomicField", - "Tester(IsCyclotomicField)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "IsCyc" - ] - ], - "rank": 148 - }, - { - "comment": "Trace: for two abelian number fields of cyclotomics, and cyclotomic", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "CategoryCollections(IsCyclotomic)", - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [ - "IsCyc" - ] - ], - "rank": 146 - }, - { - "comment": "Trace: for two fields and a scalar (use `Conjugates')", - "filters": [ - [ - "IsFieldControlledByGaloisGroup" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 119 - }, - { - "comment": "Trace: for two fields and a scalar (use the trace pol.)", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 118 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Trace", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTrace" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [] - ], - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 630 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Trace): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Trace): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Trace)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTrace" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 630 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Trace)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 669 - }, - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 671 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "TracePolynomial: add default indet. 1", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 118 - } - ], - "4args": [ - { - "comment": "TracePolynomial: using minimal polynomial", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 137 - } - ], - "5args": [], - "6args": [] - }, - "name": "TracePolynomial", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - [ - [ - "IsRationalClassGroupRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 703 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GaloisGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GaloisGroup)" - ] - ], - "rank": 20056 - }, - { - "comment": "GaloisGroup: for abelian number field ", - "filters": [ - [ - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 59 - }, - { - "comment": "GaloisGroup: for a finite field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 58 - }, - { - "comment": "GaloisGroup", - "filters": [ - [ - "IsRationalClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "GaloisGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GaloisGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGaloisGroup" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ], - [ - [ - "IsRationalClassGroupRep" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 703 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GaloisGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GaloisGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GaloisGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGaloisGroup" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 703 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GaloisGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 754 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComplexConjugate: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComplexConjugate)" - ] - ], - "rank": 20013 - }, - { - "comment": "ComplexConjugate: for a class function", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)", - "IsClassFunction" - ] - ], - "rank": 38 - }, - { - "comment": "ComplexConjugate: for a quaternion", - "filters": [ - [ - "IsQuaternion", - "IsSCAlgebraObj" - ] - ], - "rank": 25 - }, - { - "comment": "ComplexConjugate: for a cyclotomic", - "filters": [ - [ - "IsCyc" - ] - ], - "rank": 16 - }, - { - "comment": "ComplexConjugate: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "ComplexConjugate: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComplexConjugate", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComplexConjugate" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [] - ], - [ - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 754 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComplexConjugate): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComplexConjugate): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComplexConjugate)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComplexConjugate" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 754 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComplexConjugate)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 756 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RealPart: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RealPart)" - ] - ], - "rank": 20013 - }, - { - "comment": "RealPart: for a quaternion", - "filters": [ - [ - "IsQuaternion", - "IsSCAlgebraObj" - ] - ], - "rank": 25 - }, - { - "comment": "RealPart: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "RealPart: for a scalar", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 10 - }, - { - "comment": "RealPart: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RealPart", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRealPart" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [] - ], - [ - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 756 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RealPart): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RealPart): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RealPart)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRealPart" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 756 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RealPart)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ], - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 758 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ImaginaryPart: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ImaginaryPart)" - ] - ], - "rank": 20013 - }, - { - "comment": "ImaginaryPart: for a quaternion", - "filters": [ - [ - "IsQuaternion", - "IsSCAlgebraObj" - ] - ], - "rank": 25 - }, - { - "comment": "ImaginaryPart: for a cyclotomic", - "filters": [ - [ - "IsCyc" - ] - ], - "rank": 16 - }, - { - "comment": "ImaginaryPart: for macfloats", - "filters": [ - [ - "IsIEEE754FloatRep" - ] - ], - "rank": 15 - }, - { - "comment": "ImaginaryPart: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ImaginaryPart", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetImaginaryPart" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [] - ], - [ - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 758 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ImaginaryPart): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ImaginaryPart): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ImaginaryPart)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasImaginaryPart" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 758 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ImaginaryPart)", - "type": "GAP_Operation" - }, - { - "aka": [ - "DivisionRingByGenerators", - "FieldByGenerators" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 785 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DivisionRingByGenerators: for collection of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 22 - }, - { - "comment": "DivisionRingByGenerators: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "DivisionRingByGenerators: for two coll. of FFEs, the first a field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsFFE)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "CategoryCollections(IsFFE)" - ] - ], - "rank": 441 - }, - { - "comment": "DivisionRingByGenerators: for field and collection, both collections of cyclotomics", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 82 - }, - { - "comment": "DivisionRingByGenerators: for a division ring, and a collection", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsCollection" - ] - ], - "rank": 54 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DivisionRingByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "FieldOverItselfByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 807 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FieldOverItselfByGenerators: for a collection of FFEs", - "filters": [ - [ - "CategoryCollections(IsFFE)" - ] - ], - "rank": 22 - }, - { - "comment": "FieldOverItselfByGenerators: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FieldOverItselfByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "DefaultFieldByGenerators" - ], - "filters": [ - [ - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 826 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DefaultFieldByGenerators: for a collection of FFEs that is a list", - "filters": [ - [ - "IsList", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 29 - }, - { - "comment": "DefaultFieldByGenerators: alg elms", - "filters": [ - [ - "IsList", - "CategoryCollections(IsAlgebraicElement)" - ] - ], - "rank": 29 - }, - { - "comment": "DefaultFieldByGenerators: for collection of cyclotomics", - "filters": [ - [ - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 22 - }, - { - "comment": "DefaultFieldByGenerators: for a collection", - "filters": [ - [ - "IsCollection" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "DefaultFieldByGenerators: for a finite field, and a collection of FFEs that is a list", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 87 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DefaultFieldByGenerators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 972 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FrobeniusAutomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FrobeniusAutomorphism)" - ] - ], - "rank": 20056 - }, - { - "comment": "FrobeniusAutomorphism: for a field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 54 - }, - { - "comment": "FrobeniusAutomorphism: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FrobeniusAutomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFrobeniusAutomorphism" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 972 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FrobeniusAutomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FrobeniusAutomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FrobeniusAutomorphism)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFrobeniusAutomorphism" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 972 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FrobeniusAutomorphism)", - "type": "GAP_Operation" - }, - { - "aka": [ - "NthRoot" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/field.gd", - "line": 1018 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "NthRoot: for a field of FFEs, and a FFE", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsFFE" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 88 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NthRoot", - "type": "GAP_Operation" - }, - { - "aka": [ - "ZmodnZObj", - "ZmodpZObj" - ], - "filters": [ - [ - [ - "CategoryFamily(IsZmodnZObjNonprime)" - ], - [ - "IsInt" - ] - ], - [ - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 226 - }, - { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 227 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ZmodnZObj: for a positive integer, and an integer -- check small primes", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 37 - }, - { - "comment": "ZmodnZObj: for family of FFE elements, and integer", - "filters": [ - [ - "CategoryFamily(IsFFE)" - ], - [ - "IsInt" - ] - ], - "rank": 23 - }, - { - "comment": "ZmodnZObj: for family of elements in Z/nZ (nonprime), and integer", - "filters": [ - [ - "CategoryFamily(IsZmodnZObjNonprime)" - ], - [ - "IsInt" - ] - ], - "rank": 23 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ZmodnZObj", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsZmodnZObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 247 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ModulusOfZmodnZObj: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ModulusOfZmodnZObj)" - ] - ], - "rank": 20017 - }, - { - "comment": "ModulusOfZmodnZObj: for element in Z/pZ (prime)", - "filters": [ - [ - "IsFFE", - "IsZmodnZObj" - ] - ], - "rank": 16 - }, - { - "comment": "ModulusOfZmodnZObj: for FFE", - "filters": [ - [ - "IsFFE" - ] - ], - "rank": 15 - }, - { - "comment": "ModulusOfZmodnZObj: for element in Z/nZ (nonprime)", - "filters": [ - [ - "IsZmodnZObjNonprime" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ModulusOfZmodnZObj", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetModulusOfZmodnZObj" - ], - "filters": [ - [ - [ - "IsZmodnZObj" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 247 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ModulusOfZmodnZObj): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ModulusOfZmodnZObj): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ModulusOfZmodnZObj)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasModulusOfZmodnZObj" - ], - "filters": [ - [ - [ - "IsZmodnZObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zmodnz.gd", - "line": 247 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ModulusOfZmodnZObj)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsZmodnZepsObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zmodnze.gd", - "line": 24 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Cyclotomic: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Cyclotomic)" - ] - ], - "rank": 20014 - }, - { - "comment": "Cyclotomic: zmodnze : for element in Z/nZ(m) (ZmodnZepsRep)", - "filters": [ - [ - "IsZmodnZepsObj", - "IsZmodnZepsRep" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Cyclotomic", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCyclotomic" - ], - "filters": [ - [ - [ - "IsZmodnZepsObj" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zmodnze.gd", - "line": 24 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Cyclotomic): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Cyclotomic): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Cyclotomic)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCyclotomic" - ], - "filters": [ - [ - [ - "IsZmodnZepsObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zmodnze.gd", - "line": 24 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Cyclotomic)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zmodnze.gd", - "line": 26 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRingOfIntegralCyclotomics: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRingOfIntegralCyclotomics)" - ] - ], - "rank": 20031 - }, - { - "comment": "IsRingOfIntegralCyclotomics: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup" - ] - ], - "rank": -25 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRingOfIntegralCyclotomics", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRingOfIntegralCyclotomics" - ], - "filters": [ - [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zmodnze.gd", - "line": 26 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRingOfIntegralCyclotomics): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRingOfIntegralCyclotomics): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRingOfIntegralCyclotomics)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsRingOfIntegralCyclotomics" - ], - "filters": [ - [ - [ - "IsMagma", - "IsMagmaWithOne", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/zmodnze.gd", - "line": 26 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRingOfIntegralCyclotomics)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RoundCyc" - ], - "filters": [ - [ - [ - "IsCyclotomic" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.gd", - "line": 110 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RoundCyc: Integer", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - }, - { - "comment": "RoundCyc: Rational", - "filters": [ - [ - "IsRat" - ] - ], - "rank": 17 - }, - { - "comment": "RoundCyc: general cyclotomic", - "filters": [ - [ - "IsCyclotomic" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RoundCyc", - "type": "GAP_Operation" - }, - { - "aka": [ - "RoundCycDown" - ], - "filters": [ - [ - [ - "IsCyclotomic" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.gd", - "line": 125 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RoundCycDown: Integer", - "filters": [ - [ - "IsInt" - ] - ], - "rank": 18 - }, - { - "comment": "RoundCycDown: Rational", - "filters": [ - [ - "IsRat" - ] - ], - "rank": 17 - }, - { - "comment": "RoundCycDown: general cyclotomic", - "filters": [ - [ - "IsCyclotomic" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RoundCycDown", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.gd", - "line": 932 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GaloisMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GaloisMat)" - ] - ], - "rank": 20033 - }, - { - "comment": "GaloisMat: for a matrix of cyclotomics", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsCyclotomic))" - ] - ], - "rank": 42 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GaloisMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGaloisMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.gd", - "line": 932 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GaloisMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GaloisMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GaloisMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGaloisMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.gd", - "line": 932 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GaloisMat)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.gd", - "line": 961 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RationalizedMat: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RationalizedMat)" - ] - ], - "rank": 20033 - }, - { - "comment": "RationalizedMat: for a matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - }, - { - "comment": "RationalizedMat: for an empty list", - "filters": [ - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 17 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RationalizedMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRationalizedMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.gd", - "line": 961 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RationalizedMat): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RationalizedMat): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RationalizedMat)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRationalizedMat" - ], - "filters": [ - [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/cyclotom.gd", - "line": 961 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RationalizedMat)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 77 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNumberField: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNumberField)" - ] - ], - "rank": 20056 - }, - { - "comment": "IsNumberField: for a field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 54 - }, - { - "comment": "IsNumberField: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNumberField", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNumberField" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 77 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNumberField): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNumberField): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNumberField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 77 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNumberField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 104 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsAbelianNumberField: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsAbelianNumberField)" - ] - ], - "rank": 20056 - }, - { - "comment": "IsAbelianNumberField: for a field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 54 - }, - { - "comment": "IsAbelianNumberField: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsAbelianNumberField", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsAbelianNumberField" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 104 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsAbelianNumberField): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsAbelianNumberField): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsAbelianNumberField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 104 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsAbelianNumberField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 169 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCyclotomicField: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCyclotomicField)" - ] - ], - "rank": 20056 - }, - { - "comment": "IsCyclotomicField: for number fields", - "filters": [ - [ - "IsNumberField", - "Tester(IsNumberField)" - ] - ], - "rank": 56 - }, - { - "comment": "IsCyclotomicField: for a field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 54 - }, - { - "comment": "IsCyclotomicField: default method requiring categories and checking properties", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsEuclideanRing" - ] - ], - "rank": -100 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCyclotomicField", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCyclotomicField" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 169 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCyclotomicField): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCyclotomicField): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCyclotomicField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 169 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCyclotomicField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 210 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GaloisStabilizer: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GaloisStabilizer)" - ] - ], - "rank": 20061 - }, - { - "comment": "GaloisStabilizer: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GaloisStabilizer", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGaloisStabilizer" - ], - "filters": [ - [ - [ - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 210 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GaloisStabilizer): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GaloisStabilizer): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GaloisStabilizer)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGaloisStabilizer" - ], - "filters": [ - [ - [ - "IsAbelianNumberField", - "Tester(IsAbelianNumberField)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 210 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GaloisStabilizer)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 790 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ExponentOfPowering: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ExponentOfPowering)" - ] - ], - "rank": 20014 - }, - { - "comment": "ExponentOfPowering: for an identity mapping", - "filters": [ - [ - "IsOne", - "Tester(IsOne)", - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 17 - }, - { - "comment": "ExponentOfPowering: for an ANFAutomorphism", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "IsANFAutomorphismRep" - ] - ], - "rank": 14 - }, - { - "comment": "ExponentOfPowering: for a mapping (check whether it is the identity mapping)", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 11 - }, - { - "comment": "ExponentOfPowering: default method requiring categories and checking properties", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExponentOfPowering", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExponentOfPowering" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 790 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ExponentOfPowering): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ExponentOfPowering): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ExponentOfPowering)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExponentOfPowering" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fldabnum.gd", - "line": 790 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ExponentOfPowering)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Valuation" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/padics.gd", - "line": 141 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Valuation", - "filters": [ - [ - "IsPadicExtensionNumber" - ] - ], - "rank": 14 - }, - { - "comment": "Valuation", - "filters": [ - [ - "IsPurePadicNumber" - ] - ], - "rank": 14 - } - ], - "2args": [ - { - "comment": "Valuation: for two integers", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 36 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Valuation", - "type": "GAP_Operation" - }, - { - "aka": [ - "PadicNumber" - ], - "filters": [ - [ - [ - "CategoryFamily(IsPadicNumber)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/padics.gd", - "line": 208 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PadicNumber: for a pure p-adic family and a list", - "filters": [ - [ - "CategoryFamily(IsPurePadicNumber)" - ], - [ - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 27 - }, - { - "comment": "PadicNumber: for a p-adic extension family and a rational", - "filters": [ - [ - "CategoryFamily(IsPadicExtensionNumber)" - ], - [ - "IsRat" - ] - ], - "rank": 22 - }, - { - "comment": "PadicNumber: for a pure p-adic family and a rational", - "filters": [ - [ - "CategoryFamily(IsPurePadicNumber)" - ], - [ - "IsRat" - ] - ], - "rank": 22 - }, - { - "comment": "PadicNumber: for a p-adic extension family and a list", - "filters": [ - [ - "CategoryFamily(IsPadicExtensionNumber)" - ], - [ - "IsList" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PadicNumber", - "type": "GAP_Operation" - }, - { - "aka": [ - "ShiftedPadicNumber" - ], - "filters": [ - [ - [ - "IsPadicNumber" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/padics.gd", - "line": 228 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ShiftedPadicNumber", - "filters": [ - [ - "IsPadicNumber" - ], - [ - "IsInt" - ] - ], - "rank": 31 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ShiftedPadicNumber", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 186 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CoefficientsRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CoefficientsRing)" - ] - ], - "rank": 20030 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CoefficientsRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCoefficientsRing" - ], - "filters": [ - [ - [ - "IsPolynomialRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 186 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CoefficientsRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CoefficientsRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CoefficientsRing)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCoefficientsRing" - ], - "filters": [ - [ - [ - "IsPolynomialRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 186 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CoefficientsRing)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Indeterminate", - "X" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 315 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Indeterminate: number 1", - "filters": [ - [ - "IsFloatPseudoField" - ] - ], - "rank": 37 - }, - { - "comment": "Indeterminate: number 1", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - } - ], - "2args": [ - { - "comment": "Indeterminate: number", - "filters": [ - [ - "IsFloatPseudoField" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 56 - }, - { - "comment": "Indeterminate: number", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 45 - }, - { - "comment": "Indeterminate: number, name", - "filters": [ - [ - "IsFloatPseudoField" - ], - [ - "IsString" - ] - ], - "rank": 42 - }, - { - "comment": "Indeterminate: number, avoid", - "filters": [ - [ - "IsFloatPseudoField" - ], - [ - "IsList" - ] - ], - "rank": 39 - }, - { - "comment": "Indeterminate: number, name", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsString" - ] - ], - "rank": 31 - }, - { - "comment": "Indeterminate: number, avoid", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ] - ], - "rank": 28 - }, - { - "comment": "Indeterminate", - "filters": [ - [ - "CategoryFamily(IsFloat)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 23 - }, - { - "comment": "Indeterminate: fam,number", - "filters": [ - [ - "IsFamily" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 20 - } - ], - "3args": [ - { - "comment": "Indeterminate: number, name, avoid", - "filters": [ - [ - "IsFloatPseudoField" - ], - [ - "IsString" - ], - [ - "IsList" - ] - ], - "rank": 44 - }, - { - "comment": "Indeterminate: number, name, avoid", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsString" - ], - [ - "IsList" - ] - ], - "rank": 33 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Indeterminate", - "type": "GAP_Operation" - }, - { - "aka": [ - "UnivariatePolynomialRing" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 354 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnivariatePolynomialRing: indet 1", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - } - ], - "2args": [ - { - "comment": "UnivariatePolynomialRing: indet number", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 45 - }, - { - "comment": "UnivariatePolynomialRing: name", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsString" - ] - ], - "rank": 31 - }, - { - "comment": "UnivariatePolynomialRing: avoid", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ] - ], - "rank": 28 - } - ], - "3args": [ - { - "comment": "UnivariatePolynomialRing: name,avoid", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsString" - ], - [ - "IsList" - ] - ], - "rank": 33 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnivariatePolynomialRing", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomialRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 373 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndeterminatesOfPolynomialRing: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndeterminatesOfPolynomialRing)" - ] - ], - "rank": 20030 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndeterminatesOfPolynomialRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndeterminatesOfFunctionField", - "SetIndeterminatesOfPolynomialRing" - ], - "filters": [ - [ - [ - "IsPolynomialRing" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 373 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndeterminatesOfPolynomialRing): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndeterminatesOfPolynomialRing): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndeterminatesOfPolynomialRing)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndeterminatesOfFunctionField", - "HasIndeterminatesOfPolynomialRing" - ], - "filters": [ - [ - [ - "IsPolynomialRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 373 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndeterminatesOfPolynomialRing)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PolynomialRing" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 427 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PolynomialRing", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - } - ], - "2args": [ - { - "comment": "PolynomialRing: rank", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 45 - }, - { - "comment": "PolynomialRing: indetlist", - "filters": [ - [ - "IsFloatPseudoField" - ], - [ - "IsList" - ] - ], - "rank": 40 - }, - { - "comment": "PolynomialRing: name", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsString" - ] - ], - "rank": 31 - }, - { - "comment": "PolynomialRing: indetlist", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ] - ], - "rank": 29 - }, - { - "comment": "PolynomialRing: names", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ] - ], - "rank": 28 - } - ], - "3args": [ - { - "comment": "PolynomialRing: rank,avoid", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsList" - ] - ], - "rank": 47 - }, - { - "comment": "PolynomialRing: names,avoid", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 30 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PolynomialRing", - "type": "GAP_Operation" - }, - { - "aka": [ - "MinimalPolynomial" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsAdditiveElement", - "IsMultiplicativeElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 454 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MinimalPolynomial: supply field and indeterminate 1", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 30 - } - ], - "2args": [ - { - "comment": "MinimalPolynomial: supply field", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 49 - }, - { - "comment": "MinimalPolynomial: supply indeterminate 1", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsAdditiveElement", - "IsMultiplicativeElement" - ] - ], - "rank": 32 - } - ], - "3args": [ - { - "comment": "MinimalPolynomial: spinning over field", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsOrdinaryMatrix" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 104 - }, - { - "comment": "MinimalPolynomial: for floats", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "CategoryCollections(IsCyclotomic)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ], - [ - "IsFloat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 101 - }, - { - "comment": "MinimalPolynomial", - "filters": [ - [ - "IsPrimeField", - "Tester(IsPrimeField)" - ], - [ - "IsFFE", - "IsCoeffsModConwayPolRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 90 - }, - { - "comment": "MinimalPolynomial: AlgElm", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsAlgebraicElement" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 88 - }, - { - "comment": "MinimalPolynomial: finite field, finite field element, and indet. number", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 87 - }, - { - "comment": "MinimalPolynomial: for field, scalar, and indet. number", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 83 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MinimalPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "FunctionField" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ringpoly.gd", - "line": 504 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FunctionField", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 26 - } - ], - "2args": [ - { - "comment": "FunctionField: rank", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 45 - }, - { - "comment": "FunctionField: indetlist", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ] - ], - "rank": 29 - }, - { - "comment": "FunctionField: names", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ] - ], - "rank": 28 - } - ], - "3args": [ - { - "comment": "FunctionField: rank,avoid", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsList" - ] - ], - "rank": 47 - }, - { - "comment": "FunctionField: names,avoid", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 30 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FunctionField", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/upoly.gd", - "line": 29 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SplittingField: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SplittingField)" - ] - ], - "rank": 20017 - }, - { - "comment": "SplittingField: use MeatAxe", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "SplittingField: rational polynomials", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 19 - }, - { - "comment": "SplittingField: finite field polynomials", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 19 - }, - { - "comment": "SplittingField: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SplittingField", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSplittingField" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [] - ], - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/upoly.gd", - "line": 29 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SplittingField): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SplittingField): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SplittingField)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSplittingField" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/upoly.gd", - "line": 29 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SplittingField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/upoly.gd", - "line": 47 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IrrFacsPol: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IrrFacsPol)" - ] - ], - "rank": 20017 - }, - { - "comment": "IrrFacsPol", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 14 - }, - { - "comment": "IrrFacsPol: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IrrFacsPol", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIrrFacsPol" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/upoly.gd", - "line": 47 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IrrFacsPol): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IrrFacsPol): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IrrFacsPol)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIrrFacsPol" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/upoly.gd", - "line": 47 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IrrFacsPol)", - "type": "GAP_Operation" - }, - { - "aka": [ - "FactorsSquarefree" - ], - "filters": [ - [ - [ - "IsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsRecord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/upoly.gd", - "line": 92 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "FactorsSquarefree: univariate rational poly", - "filters": [ - [ - "IsRationalsPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsRecord" - ] - ], - "rank": 49 - }, - { - "comment": "FactorsSquarefree: for a polynomial over a field of cyclotomics", - "filters": [ - [ - "IsAbelianNumberFieldPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsRecord" - ] - ], - "rank": 48 - }, - { - "comment": "FactorsSquarefree: polynomial/alg. ext.", - "filters": [ - [ - "IsAlgebraicExtensionPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsRecord" - ] - ], - "rank": 48 - }, - { - "comment": "FactorsSquarefree: univariate polynomial over finite field", - "filters": [ - [ - "IsFiniteFieldPolynomialRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsRecord" - ] - ], - "rank": 48 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FactorsSquarefree", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsPrimitivePolynomial" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsRationalFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/upoly.gd", - "line": 200 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsPrimitivePolynomial: for a (finite) field, and a polynomial", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsRationalFunction" - ] - ], - "rank": 67 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPrimitivePolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "PrimitivePolynomial" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/polyrat.gd", - "line": 62 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrimitivePolynomial: univariate polynomial", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 19 - }, - { - "comment": "PrimitivePolynomial: rational polynomial", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrimitivePolynomial", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRationalFunctionsFamilyElement", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/polyrat.gd", - "line": 99 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MinimizedBombieriNorm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MinimizedBombieriNorm)" - ] - ], - "rank": 20020 - }, - { - "comment": "MinimizedBombieriNorm", - "filters": [ - [ - "IsRationalFunctionsFamilyElement", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 17 - }, - { - "comment": "MinimizedBombieriNorm: default method requiring categories and checking properties", - "filters": [ - [ - "IsRationalFunctionsFamilyElement" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MinimizedBombieriNorm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMinimizedBombieriNorm" - ], - "filters": [ - [ - [ - "IsRationalFunctionsFamilyElement", - "IsPolynomial", - "Tester(IsPolynomial)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/polyrat.gd", - "line": 99 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MinimizedBombieriNorm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MinimizedBombieriNorm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MinimizedBombieriNorm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMinimizedBombieriNorm" - ], - "filters": [ - [ - [ - "IsRationalFunctionsFamilyElement", - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/polyrat.gd", - "line": 99 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MinimizedBombieriNorm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 82 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AlgebraicElementsFamilies: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AlgebraicElementsFamilies)" - ] - ], - "rank": 20022 - }, - { - "comment": "AlgebraicElementsFamilies", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 19 - }, - { - "comment": "AlgebraicElementsFamilies: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AlgebraicElementsFamilies", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAlgebraicElementsFamilies" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 82 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AlgebraicElementsFamilies): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AlgebraicElementsFamilies): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AlgebraicElementsFamilies)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAlgebraicElementsFamilies" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 82 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AlgebraicElementsFamilies)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AlgebraicElementsFamily" - ], - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 96 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AlgebraicElementsFamily: generic", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 73 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AlgebraicElementsFamily", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 130 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "DoAlgebraicExt" - ], - "comment": "AlgebraicExtension: generic", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ] - ], - "rank": 73 - }, - { - "comment": "AlgebraicExtension: fallback method to test conditions", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsRationalFunction" - ] - ], - "rank": 0 - } - ], - "3args": [ - { - "comment": "AlgebraicExtension: with name", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsString" - ] - ], - "rank": 78 - }, - { - "comment": "AlgebraicExtension: fallback method to test conditions", - "filters": [ - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsRationalFunction" - ], - [ - "IsString" - ] - ], - "rank": 0 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AlgebraicExtension", - "type": "GAP_Operation" - }, - { - "aka": [ - "MaxNumeratorCoeffAlgElm" - ], - "filters": [ - [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 145 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MaxNumeratorCoeffAlgElm: algebraic element", - "filters": [ - [ - "IsAlgebraicElement", - "IsKroneckerConstRep" - ] - ], - "rank": 17 - }, - { - "comment": "MaxNumeratorCoeffAlgElm: algebraic element", - "filters": [ - [ - "IsAlgebraicElement", - "IsAlgBFRep" - ] - ], - "rank": 17 - }, - { - "comment": "MaxNumeratorCoeffAlgElm: rational", - "filters": [ - [ - "IsRat" - ] - ], - "rank": 17 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MaxNumeratorCoeffAlgElm", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsAlgebraicExtension" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DefectApproximation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DefectApproximation)" - ] - ], - "rank": 20057 - }, - { - "comment": "DefectApproximation: Algebraic Extension", - "filters": [ - [ - "IsAlgebraicExtension" - ] - ], - "rank": 55 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DefectApproximation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDefectApproximation" - ], - "filters": [ - [ - [ - "IsAlgebraicExtension" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DefectApproximation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DefectApproximation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DefectApproximation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDefectApproximation" - ], - "filters": [ - [ - [ - "IsAlgebraicExtension" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/algfld.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DefectApproximation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Unknown" - ], - "filters": [ - [], - [ - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/unknown.gd", - "line": 186 - }, - { - "file": "/home/makx/ac/gap/lib/unknown.gd", - "line": 187 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Unknown: for positive integer", - "filters": [ - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 19 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Unknown", - "type": "GAP_Operation" - }, - { - "aka": [ - "MappedWord" - ], - "filters": [ - [ - [ - "IsWord" - ], - [ - "CategoryCollections(IsWord)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/word.gd", - "line": 384 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "MappedWord: for a straight line program word, and two lists", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsStraightLineProgElm" - ], - [ - "CategoryCollections((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ], - "rank": 123 - }, - { - "comment": "MappedWord: for fp group element", - "filters": [ - [ - "IsPackedElementDefaultRep" - ], - [ - "IsList", - "CategoryCollections(IsElementOfFpGroup)" - ], - [ - "IsList" - ] - ], - "rank": 22 - }, - { - "comment": "MappedWord: for a letter assoc. word, a homogeneous list, and a list", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ], - [ - "CategoryCollections((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ], - "rank": 20 - }, - { - "aka": [ - "MappedWordSyllableAssocWord" - ], - "comment": "MappedWord: for a syllable assoc. word, a homogeneous list, and a list", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ], - [ - "CategoryCollections((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ], - "rank": 20 - }, - { - "comment": "MappedWord: for a nonassoc. word, a homogeneous list, and a list", - "filters": [ - [ - "IsNonassocWord" - ], - [ - "CategoryCollections(IsNonassocWord)" - ], - [ - "IsList" - ] - ], - "rank": 16 - }, - { - "comment": "MappedWord: empty generators list", - "filters": [ - [], - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ] - ], - "rank": 5 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MappedWord", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 314 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFreeSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFreeSemigroup)" - ] - ], - "rank": 20021 - }, - { - "comment": "IsFreeSemigroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": -5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFreeSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFreeSemigroup" - ], - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 314 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFreeSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFreeSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFreeSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 314 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFreeSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 315 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFreeMonoid: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFreeMonoid)" - ] - ], - "rank": 20026 - }, - { - "comment": "IsFreeMonoid: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithOne", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ] - ], - "rank": -4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFreeMonoid", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFreeMonoid" - ], - "filters": [ - [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 315 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFreeMonoid): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFreeMonoid): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFreeMonoid)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithOne", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithOne)))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 315 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFreeMonoid)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AssignGeneratorVariables" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 365 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AssignGeneratorVariables: default method for a group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "AssignGeneratorVariables: default method for a LOR", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsDistributiveLOpDSum", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 29 - }, - { - "comment": "AssignGeneratorVariables: default method for a ring", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(GeneratorsOfRing)" - ] - ], - "rank": 27 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AssignGeneratorVariables", - "type": "GAP_Operation" - }, - { - "aka": [ - "Subword" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 525 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "Subword: for a straight line program word", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsStraightLineProgElm" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 145 - }, - { - "comment": "Subword: for letter associative word and two positions", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt" - ] - ], - "rank": 43 - }, - { - "comment": "Subword: for syllable associative word and two positions", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt" - ] - ], - "rank": 43 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Subword", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionWord" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 569 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PositionWord: for two associative words,start at 1", - "filters": [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 10 - } - ], - "3args": [ - { - "comment": "PositionWord: for two associative words and a positive integer, using letters", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 30 - }, - { - "comment": "PositionWord: for two associative words and a positive integer, using syllables", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 30 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionWord", - "type": "GAP_Operation" - }, - { - "aka": [ - "SubstitutedWord" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 622 - }, - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 625 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "SubstitutedWord: for assoc. word, two positive integers, and assoc. word", - "filters": [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 48 - }, - { - "comment": "SubstitutedWord: for three associative words", - "filters": [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 34 - } - ], - "5args": [], - "6args": [] - }, - "name": "SubstitutedWord", - "type": "GAP_Operation" - }, - { - "aka": [ - "EliminatedWord" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 652 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "EliminatedWord: for three associative words, using the external rep.", - "filters": [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 15 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EliminatedWord", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExponentSumWord" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 684 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ExponentSumWord: letter rep as.word, gen", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 11 - }, - { - "comment": "ExponentSumWord: syllable rep as.word, gen", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 11 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExponentSumWord", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 717 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NumberSyllables: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NumberSyllables)" - ] - ], - "rank": 20008 - }, - { - "comment": "NumberSyllables: for a straight line program word", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsStraightLineProgElm" - ] - ], - "rank": 109 - }, - { - "aka": [ - "InfBits_NumberSyllables" - ], - "comment": "NumberSyllables: for an inf. bits assoc. word", - "filters": [ - [ - "IsInfBitsAssocWord" - ] - ], - "rank": 8 - }, - { - "aka": [ - "32Bits_NumberSyllables" - ], - "comment": "NumberSyllables: for a 32 bits assoc. word", - "filters": [ - [ - "Is32BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "aka": [ - "16Bits_NumberSyllables" - ], - "comment": "NumberSyllables: for a 16 bits assoc. word", - "filters": [ - [ - "Is16BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "aka": [ - "8Bits_NumberSyllables" - ], - "comment": "NumberSyllables: for an 8 bits assoc. word", - "filters": [ - [ - "Is8BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "comment": "NumberSyllables: assoc word in letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ] - ], - "rank": 6 - }, - { - "comment": "NumberSyllables: for an assoc. word in syllable rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NumberSyllables", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNrSyllables", - "SetNumberSyllables" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 717 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NumberSyllables): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NumberSyllables): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NumberSyllables)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNrSyllables", - "HasNumberSyllables" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 717 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NumberSyllables)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExponentSyllable" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 736 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ExponentSyllable: for a straight line program word", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsStraightLineProgElm" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 128 - }, - { - "aka": [ - "InfBits_ExponentSyllable" - ], - "comment": "ExponentSyllable: for an inf. bits assoc. word, and a pos. integer", - "filters": [ - [ - "IsInfBitsAssocWord" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 27 - }, - { - "aka": [ - "32Bits_ExponentSyllable" - ], - "comment": "ExponentSyllable: for a 32 bits assoc. word, and pos. integer", - "filters": [ - [ - "Is32BitsAssocWord" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 27 - }, - { - "aka": [ - "16Bits_ExponentSyllable" - ], - "comment": "ExponentSyllable: for a 16 bits assoc. word, and pos. integer", - "filters": [ - [ - "Is16BitsAssocWord" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 27 - }, - { - "aka": [ - "8Bits_ExponentSyllable" - ], - "comment": "ExponentSyllable: for an 8 bits assoc. word, and a pos. integer", - "filters": [ - [ - "Is8BitsAssocWord" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 27 - }, - { - "comment": "ExponentSyllable: assoc word in letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 25 - }, - { - "comment": "ExponentSyllable: for an assoc. word in syllable rep, and a positive integer", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 25 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExponentSyllable", - "type": "GAP_Operation" - }, - { - "aka": [ - "GeneratorSyllable" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 754 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GeneratorSyllable: for a straight line program word", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsStraightLineProgElm" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 128 - }, - { - "aka": [ - "32Bits_GeneratorSyllable" - ], - "comment": "GeneratorSyllable: for a 32 bits assoc. word, and pos. integer", - "filters": [ - [ - "Is32BitsAssocWord" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 27 - }, - { - "comment": "GeneratorSyllable: assoc word in B letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsBLetterAssocWordRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 26 - }, - { - "comment": "GeneratorSyllable: assoc word in W letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsWLetterAssocWordRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 26 - }, - { - "aka": [ - "InfBits_GeneratorSyllable" - ], - "comment": "GeneratorSyllable: for an inf. bits assoc. word, and an integer", - "filters": [ - [ - "IsInfBitsAssocWord" - ], - [ - "IsInt" - ] - ], - "rank": 26 - }, - { - "aka": [ - "16Bits_GeneratorSyllable" - ], - "comment": "GeneratorSyllable: for a 16 bits assoc. word, and integer", - "filters": [ - [ - "Is16BitsAssocWord" - ], - [ - "IsInt" - ] - ], - "rank": 26 - }, - { - "aka": [ - "8Bits_GeneratorSyllable" - ], - "comment": "GeneratorSyllable: for an 8 bits assoc. word, and an integer", - "filters": [ - [ - "Is8BitsAssocWord" - ], - [ - "IsInt" - ] - ], - "rank": 26 - }, - { - "comment": "GeneratorSyllable: for an assoc. word in syllable rep, and a positive integer", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 25 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorSyllable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SubSyllables" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 785 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SubSyllables: for associative word and two positions, using ext rep.", - "filters": [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt" - ] - ], - "rank": 42 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SubSyllables", - "type": "GAP_Operation" - }, - { - "aka": [ - "LetterRepAssocWord", - "TietzeWordAbstractWord", - "TzWordAbstractWord" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 819 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LetterRepAssocWord: for a straight line program word", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsStraightLineProgElm" - ] - ], - "rank": 109 - }, - { - "comment": "LetterRepAssocWord: B letter rep", - "filters": [ - [ - "IsBLetterAssocWordRep" - ] - ], - "rank": 7 - }, - { - "comment": "LetterRepAssocWord: W letter rep", - "filters": [ - [ - "IsWLetterAssocWordRep" - ] - ], - "rank": 7 - }, - { - "comment": "LetterRepAssocWord: syllable rep", - "filters": [ - [ - "IsSyllableAssocWordRep" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "LetterRepAssocWord: letter rep,gens", - "filters": [ - [ - "IsLetterAssocWordRep" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 10 - }, - { - "comment": "LetterRepAssocWord: syllable rep, generators", - "filters": [ - [ - "IsSyllableAssocWordRep" - ], - [ - "IsList" - ] - ], - "rank": 8 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LetterRepAssocWord", - "type": "GAP_Operation" - }, - { - "aka": [ - "AbstractWordTzWord", - "AssocWordByLetterRep" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 851 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AssocWordByLetterRep: B letter words family", - "filters": [ - [ - "IsBLetterWordsFamily" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 8 - }, - { - "comment": "AssocWordByLetterRep: W letter words family", - "filters": [ - [ - "IsWLetterWordsFamily" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 8 - }, - { - "comment": "AssocWordByLetterRep: family, list: syllables", - "filters": [ - [ - "IsSyllableWordsFamily" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 7 - } - ], - "3args": [ - { - "comment": "AssocWordByLetterRep: letter words family", - "filters": [ - [ - "IsLetterWordsFamily" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 11 - }, - { - "comment": "AssocWordByLetterRep: family, list, gens: syllables", - "filters": [ - [ - "IsSyllableWordsFamily" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 11 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AssocWordByLetterRep", - "type": "GAP_Operation" - }, - { - "aka": [ - "SyllableRepAssocWord" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 867 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SyllableRepAssocWord: assoc word in syllable rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ] - ], - "rank": 6 - }, - { - "comment": "SyllableRepAssocWord: assoc word: via extrep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SyllableRepAssocWord", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExponentSums" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 925 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "aka": [ - "InfBits_ExponentSums1" - ], - "comment": "ExponentSums: for an inf. bits assoc. word", - "filters": [ - [ - "IsInfBitsAssocWord" - ] - ], - "rank": 8 - }, - { - "aka": [ - "32Bits_ExponentSums1" - ], - "comment": "ExponentSums: for a 32 bits assoc. word", - "filters": [ - [ - "Is32BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "aka": [ - "16Bits_ExponentSums1" - ], - "comment": "ExponentSums: for a 16 bits assoc. word", - "filters": [ - [ - "Is16BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "aka": [ - "8Bits_ExponentSums1" - ], - "comment": "ExponentSums: for an 8 bits assoc. word", - "filters": [ - [ - "Is8BitsAssocWord" - ] - ], - "rank": 8 - }, - { - "comment": "ExponentSums: assoc word in letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "ExponentSums: for a group and an assoc. word in syllable rep", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 40 - } - ], - "3args": [ - { - "aka": [ - "InfBits_ExponentSums3" - ], - "comment": "ExponentSums: for an inf. bits assoc. word, and two integers", - "filters": [ - [ - "IsInfBitsAssocWord" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 45 - }, - { - "aka": [ - "32Bits_ExponentSums3" - ], - "comment": "ExponentSums: for a 32 bits assoc. word", - "filters": [ - [ - "Is32BitsAssocWord" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 44 - }, - { - "aka": [ - "16Bits_ExponentSums3" - ], - "comment": "ExponentSums: for a 16 bits assoc. word, and two integers", - "filters": [ - [ - "Is16BitsAssocWord" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 44 - }, - { - "aka": [ - "8Bits_ExponentSums3" - ], - "comment": "ExponentSums: for an 8 bits assoc. word, and two integers", - "filters": [ - [ - "Is8BitsAssocWord" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 44 - }, - { - "comment": "ExponentSums: assoc word in letter rep,ints", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 42 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExponentSums", - "type": "GAP_Operation" - }, - { - "aka": [ - "RenumberedWord" - ], - "filters": [ - [ - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/wordass.gd", - "line": 947 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RenumberedWord: associative words in letter rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsLetterAssocWordRep" - ], - [ - "IsList" - ] - ], - "rank": 8 - }, - { - "comment": "RenumberedWord: associative words in syllable rep", - "filters": [ - [ - "IsAssociativeElement", - "IsWord", - "IsSyllableAssocWordRep" - ], - [ - "IsList" - ] - ], - "rank": 8 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RenumberedWord", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BaseDomain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(BaseDomain)" - ] - ], - "rank": 20012 - }, - { - "comment": "BaseDomain: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "BaseDomain: for an 8bit matrix", - "filters": [ - [ - "Is8BitMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "BaseDomain: for a gf2 matrix", - "filters": [ - [ - "IsGF2MatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "BaseDomain: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "BaseDomain: for an 8bit vector", - "filters": [ - [ - "Is8BitVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "BaseDomain: for a gf2 vector", - "filters": [ - [ - "IsGF2VectorRep" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BaseDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBaseDomain" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ], - [] - ], - [ - [ - "IsMatrixObj" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(BaseDomain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(BaseDomain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(BaseDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBaseDomain" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(BaseDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PositionLastNonZero" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsMatrixObj" - ] - ], - [ - [ - "IsMatrixObj" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 169 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 402 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 403 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PositionLastNonZero: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "aka": [ - "PositionLastNonZeroFunc" - ], - "comment": "PositionLastNonZero: for a matrix obj", - "filters": [ - [ - "IsMatrixObj" - ] - ], - "rank": 12 - }, - { - "comment": "PositionLastNonZero: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "PositionLastNonZero: for a row vector obj", - "filters": [ - [ - "IsRowVectorObj" - ] - ], - "rank": 9 - } - ], - "2args": [ - { - "comment": "PositionLastNonZero: for a plist matrix, and a position", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsInt" - ] - ], - "rank": 33 - }, - { - "aka": [ - "PositionLastNonZeroFunc2" - ], - "comment": "PositionLastNonZero: for a matrix obj, and an index", - "filters": [ - [ - "IsMatrixObj" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 31 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PositionLastNonZero", - "type": "GAP_Operation" - }, - { - "aka": [ - "Unpack" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsRowListMatrix" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 177 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 681 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Unpack: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "Unpack: for an 8bit matrix", - "filters": [ - [ - "Is8BitMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "Unpack: for a gf2 matrix", - "filters": [ - [ - "IsGF2MatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "Unpack: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "Unpack: for an 8bit vector", - "filters": [ - [ - "Is8BitVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "Unpack: for a gf2 vector", - "filters": [ - [ - "IsGF2VectorRep" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Unpack", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExtractSubVector" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 198 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ExtractSubVector: generic method", - "filters": [ - [ - "IsRowVectorObj" - ], - [ - "IsList" - ] - ], - "rank": 11 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExtractSubVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "ZeroVector" - ], - "filters": [ - [ - [ - "IsInt" - ], - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsInt" - ], - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 268 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 272 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ZeroVector: for an integer and a plist matrix", - "filters": [ - [ - "IsInt" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 33 - }, - { - "comment": "ZeroVector: for an int and an 8bit matrix", - "filters": [ - [ - "IsInt" - ], - [ - "Is8BitMatrixRep" - ] - ], - "rank": 33 - }, - { - "comment": "ZeroVector: for an int and a gf2 matrix", - "filters": [ - [ - "IsInt" - ], - [ - "IsGF2MatrixRep" - ] - ], - "rank": 33 - }, - { - "comment": "ZeroVector: for an integer and a plist vector", - "filters": [ - [ - "IsInt" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 29 - }, - { - "comment": "ZeroVector: for an int and an 8bit vector", - "filters": [ - [ - "IsInt" - ], - [ - "Is8BitVectorRep" - ] - ], - "rank": 29 - }, - { - "comment": "ZeroVector: for an int and a gf2 vector", - "filters": [ - [ - "IsInt" - ], - [ - "IsGF2VectorRep" - ] - ], - "rank": 29 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ZeroVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "Vector" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsRowVectorObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 276 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Vector: for a plist of finite field elements and an 8bitvector", - "filters": [ - [ - "IsList", - "CategoryCollections(IsFFE)" - ], - [ - "Is8BitVectorRep" - ] - ], - "rank": 40 - }, - { - "comment": "Vector: for a list of gf2 elements and a gf2 vector", - "filters": [ - [ - "IsList", - "CategoryCollections(IsFFE)" - ], - [ - "IsGF2VectorRep" - ] - ], - "rank": 40 - }, - { - "comment": "Vector: for a plain list and a plist vector", - "filters": [ - [ - "IsList", - "IsPlistRep" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 32 - }, - { - "comment": "Vector: for a list and a plist vector", - "filters": [ - [ - "IsList" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 13 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Vector", - "type": "GAP_Operation" - }, - { - "aka": [ - "ConstructingFilter" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ] - ], - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 287 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 633 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ConstructingFilter: for a checking plist matrix", - "filters": [ - [ - "IsPlistMatrixRep", - "IsCheckingMatrix" - ] - ], - "rank": 16 - }, - { - "comment": "ConstructingFilter: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "ConstructingFilter: for an 8bit matrix", - "filters": [ - [ - "Is8BitMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "ConstructingFilter: for a gf2 matrix", - "filters": [ - [ - "IsGF2MatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "ConstructingFilter: for a checking plist vector", - "filters": [ - [ - "IsPlistVectorRep", - "IsCheckingVector" - ] - ], - "rank": 12 - }, - { - "comment": "ConstructingFilter: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "ConstructingFilter: for an 8bit vector", - "filters": [ - [ - "Is8BitVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "ConstructingFilter: for a gf2 vector", - "filters": [ - [ - "IsGF2VectorRep" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConstructingFilter", - "type": "GAP_Operation" - }, - { - "aka": [ - "CompatibleMatrix" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 289 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CompatibleMatrix: for a plist vector", - "filters": [ - [ - "IsPlistVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "CompatibleMatrix: for an 8bit vector", - "filters": [ - [ - "Is8BitVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "CompatibleMatrix: for a gf2 vector", - "filters": [ - [ - "IsGF2VectorRep" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CompatibleMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "NewRowVector" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 291 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "NewRowVector: for Is8BitVectorRep, GF(q), and a list", - "filters": [ - [ - "Is8BitVectorRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList" - ] - ], - "rank": -11 - }, - { - "comment": "NewRowVector: for IsGF2VectorRep, GF(2), and a list", - "filters": [ - [ - "IsGF2VectorRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsList" - ] - ], - "rank": -11 - }, - { - "comment": "NewRowVector: for IsPlistVectorRep, a ring, and a list", - "filters": [ - [ - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsList" - ] - ], - "rank": -12 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NewRowVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "NewZeroVector" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 296 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "NewZeroVector: for Is8BitVectorRep, GF(q), and an int", - "filters": [ - [ - "Is8BitVectorRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ] - ], - "rank": -11 - }, - { - "comment": "NewZeroVector: for IsGF2VectorRep, GF(2), and an int", - "filters": [ - [ - "IsGF2VectorRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ] - ], - "rank": -11 - }, - { - "comment": "NewZeroVector: for IsPlistVectorRep, a ring, and an int", - "filters": [ - [ - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt" - ] - ], - "rank": -12 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NewZeroVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "ChangedBaseDomain" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - [ - [ - "IsMatrixObj" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 300 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 637 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ChangedBaseDomain: for an 8bit matrix and a finite field", - "filters": [ - [ - "Is8BitMatrixRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 73 - }, - { - "comment": "ChangedBaseDomain: for a gf2 matrix and a finite field", - "filters": [ - [ - "IsGF2MatrixRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 73 - }, - { - "comment": "ChangedBaseDomain: for an 8bit vector and a finite field", - "filters": [ - [ - "Is8BitVectorRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 69 - }, - { - "comment": "ChangedBaseDomain: for a gf2 vector and a finite field", - "filters": [ - [ - "IsGF2VectorRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 69 - }, - { - "comment": "ChangedBaseDomain: for a checking plist matrix, and a domain", - "filters": [ - [ - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 42 - }, - { - "comment": "ChangedBaseDomain: for a plist matrix, and a domain", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 41 - }, - { - "comment": "ChangedBaseDomain: for a checking plist vector, and a domain", - "filters": [ - [ - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 38 - }, - { - "comment": "ChangedBaseDomain: for a plist vector, and a domain", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": 37 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ChangedBaseDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "Randomize" - ], - "filters": [ - [ - [ - "IsMutable", - "IsRowVectorObj" - ] - ], - [ - [ - "IsMutable", - "IsRowVectorObj" - ], - [ - "IsRandomSource" - ] - ], - [ - [ - "IsMutable", - "IsMatrixObj" - ] - ], - [ - [ - "IsMutable", - "IsMatrixObj" - ], - [ - "IsRandomSource" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 315 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 320 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 653 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 654 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Randomize: for a mutable plist matrix", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep" - ] - ], - "rank": 16 - }, - { - "comment": "Randomize: for a mutable 8bit matrix", - "filters": [ - [ - "IsMutable", - "Is8BitMatrixRep" - ] - ], - "rank": 16 - }, - { - "comment": "Randomize: for a mutable gf2 matrix", - "filters": [ - [ - "IsMutable", - "IsGF2MatrixRep" - ] - ], - "rank": 16 - }, - { - "comment": "Randomize: for a mutable plist vector", - "filters": [ - [ - "IsMutable", - "IsPlistVectorRep" - ] - ], - "rank": 12 - }, - { - "comment": "Randomize: for a mutable 8bit vector", - "filters": [ - [ - "IsMutable", - "Is8BitVectorRep" - ] - ], - "rank": 12 - }, - { - "comment": "Randomize: for a mutable gf2 vector", - "filters": [ - [ - "IsMutable", - "IsGF2VectorRep" - ] - ], - "rank": 12 - } - ], - "2args": [ - { - "comment": "Randomize: for a mutable 8bit matrix, and a random source", - "filters": [ - [ - "IsMutable", - "Is8BitMatrixRep" - ], - [ - "IsRandomSource" - ] - ], - "rank": 18 - }, - { - "comment": "Randomize: for a mutable gf2 matrix, and a random source", - "filters": [ - [ - "IsMutable", - "IsGF2MatrixRep" - ], - [ - "IsRandomSource" - ] - ], - "rank": 18 - }, - { - "comment": "Randomize: for a mutable 8bit vector and a random source", - "filters": [ - [ - "IsMutable", - "Is8BitVectorRep" - ], - [ - "IsRandomSource" - ] - ], - "rank": 14 - }, - { - "comment": "Randomize: for a mutable gf2 vector and a random source", - "filters": [ - [ - "IsMutable", - "IsGF2VectorRep" - ], - [ - "IsRandomSource" - ] - ], - "rank": 14 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Randomize", - "type": "GAP_Operation" - }, - { - "aka": [ - "CopySubVector" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ], - [ - "IsMutable", - "IsRowVectorObj" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 343 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "CopySubVector: for two gf2 vectors, and two ranges", - "filters": [ - [ - "IsGF2VectorRep" - ], - [ - "IsMutable", - "IsGF2VectorRep" - ], - [ - "IsRange" - ], - [ - "IsRange" - ] - ], - "rank": 83 - }, - { - "comment": "CopySubVector: for two plist vectors and two lists", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsMutable", - "IsPlistVectorRep", - "IsCheckingVector" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 28 - }, - { - "comment": "CopySubVector: for two plist vectors and two lists", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsMutable", - "IsPlistVectorRep" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 27 - }, - { - "comment": "CopySubVector: for two 8bit vectors, and two lists", - "filters": [ - [ - "Is8BitVectorRep" - ], - [ - "IsMutable", - "Is8BitVectorRep" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 27 - }, - { - "comment": "CopySubVector: for two gf2 vectors, and two lists", - "filters": [ - [ - "IsGF2VectorRep" - ], - [ - "IsMutable", - "IsGF2VectorRep" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 27 - } - ], - "5args": [], - "6args": [] - }, - "name": "CopySubVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "WeightOfVector" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 345 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "WeightOfVector: for an 8bit vector", - "filters": [ - [ - "Is8BitVectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "WeightOfVector: for a gf2 vector", - "filters": [ - [ - "IsGF2VectorRep" - ] - ], - "rank": 11 - }, - { - "comment": "WeightOfVector: generic method", - "filters": [ - [ - "IsRowVectorObj" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "WeightOfVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "DistanceOfVectors" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ], - [ - "IsRowVectorObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 349 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DistanceOfVectors: for two 8bit vectors", - "filters": [ - [ - "Is8BitVectorRep" - ], - [ - "Is8BitVectorRep" - ] - ], - "rank": 22 - }, - { - "comment": "DistanceOfVectors: for two gf2 vectors", - "filters": [ - [ - "IsGF2VectorRep" - ], - [ - "IsGF2VectorRep" - ] - ], - "rank": 22 - }, - { - "comment": "DistanceOfVectors: generic method", - "filters": [ - [ - "IsRowVectorObj" - ], - [ - "IsRowVectorObj" - ] - ], - "rank": 18 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DistanceOfVectors", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 377 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RowLength: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RowLength)" - ] - ], - "rank": 20015 - }, - { - "comment": "RowLength: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "RowLength: for an 8bit matrix", - "filters": [ - [ - "Is8BitMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "RowLength: for a gf2 matrix", - "filters": [ - [ - "IsGF2MatrixRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RowLength", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRowLength" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 377 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RowLength): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RowLength): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RowLength)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRowLength" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 377 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RowLength)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExtractSubMatrix" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 445 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ExtractSubMatrix: for a plist matrix, and two lists", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 19 - }, - { - "comment": "ExtractSubMatrix: for an 8bit matrix, and two lists", - "filters": [ - [ - "Is8BitMatrixRep" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 19 - }, - { - "comment": "ExtractSubMatrix: for a gf2 matrix, and two lists", - "filters": [ - [ - "IsGF2MatrixRep" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 19 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExtractSubMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "CopySubMatrix" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ], - [ - "IsMatrixObj" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 469 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [ - { - "comment": "CopySubMatrix: for two gf2 matrices, two lists and two ranges", - "filters": [ - [ - "IsGF2MatrixRep" - ], - [ - "IsGF2MatrixRep" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsRange" - ], - [ - "IsRange" - ] - ], - "rank": 94 - }, - { - "comment": "CopySubMatrix: for two plists -- fallback in case of bad rep.", - "filters": [ - [ - "IsPlistRep" - ], - [ - "IsMutable", - "IsPlistRep" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 52 - }, - { - "comment": "CopySubMatrix: for a plist matrix and a checking plist matrix and four lists", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsMutable", - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 40 - }, - { - "comment": "CopySubMatrix: for two plist matrices and four lists", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsMutable", - "IsPlistMatrixRep" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 39 - }, - { - "comment": "CopySubMatrix: for two 8bit matrices, and four lists", - "filters": [ - [ - "Is8BitMatrixRep" - ], - [ - "Is8BitMatrixRep" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - }, - { - "comment": "CopySubMatrix: for two gf2 matrices, and four lists", - "filters": [ - [ - "IsGF2MatrixRep" - ], - [ - "IsGF2MatrixRep" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ] - }, - "name": "CopySubMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "MatElm" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 475 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "MatElm: for a plist matrix and two positions", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - }, - { - "comment": "MatElm: for an 8bit matrix and two integers", - "filters": [ - [ - "Is8BitMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - }, - { - "comment": "MatElm: for a gf2 matrix and two integers", - "filters": [ - [ - "IsGF2MatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 53 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MatElm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMatElm" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 478 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "SetMatElm: for an 8bit matrix, two integers, and a ffe", - "filters": [ - [ - "Is8BitMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsFFE" - ] - ], - "rank": 68 - }, - { - "comment": "SetMatElm: for a gf2 matrix, two integers, and a ffe", - "filters": [ - [ - "IsGF2MatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsFFE" - ] - ], - "rank": 68 - }, - { - "comment": "SetMatElm: for a checking plist matrix, two positions, and an object", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 55 - }, - { - "comment": "SetMatElm: for a plist matrix, two positions, and an object", - "filters": [ - [ - "IsMutable", - "IsPlistMatrixRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 54 - } - ], - "5args": [], - "6args": [] - }, - "name": "SetMatElm", - "type": "GAP_Operation" - }, - { - "aka": [ - "AddMatrix" - ], - "filters": [ - [ - [ - "IsMutable", - "IsMatrixObj" - ], - [ - "IsMatrixObj" - ] - ], - [ - [ - "IsMutable", - "IsMatrixObj" - ], - [ - "IsMatrixObj" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 538 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 540 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AddMatrix: for two row list matrices", - "filters": [ - [ - "IsMutable", - "IsRowListMatrix" - ], - [ - "IsRowListMatrix" - ] - ], - "rank": 27 - } - ], - "3args": [ - { - "comment": "AddMatrix: for two row list matrices and a scalar", - "filters": [ - [ - "IsMutable", - "IsRowListMatrix" - ], - [ - "IsRowListMatrix" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 30 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AddMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "MultMatrix" - ], - "filters": [ - [ - [ - "IsMutable", - "IsMatrixObj" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 542 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "MultMatrix: for a row list matrix", - "filters": [ - [ - "IsMutable", - "IsRowListMatrix" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 17 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MultMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "ProductTransposedMatMat" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ], - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 547 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ProductTransposedMatMat: generic method", - "filters": [ - [ - "IsMatrixObj" - ], - [ - "IsMatrixObj" - ] - ], - "rank": 24 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ProductTransposedMatMat", - "type": "GAP_Operation" - }, - { - "aka": [ - "ZeroMatrix" - ], - "filters": [ - [ - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 574 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ZeroMatrix: for two integers and a plist matrix", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 51 - }, - { - "comment": "ZeroMatrix: for a compressed 8bit matrix", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "Is8BitMatrixRep" - ] - ], - "rank": 51 - }, - { - "comment": "ZeroMatrix: for a compressed gf2 matrix", - "filters": [ - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsGF2MatrixRep" - ] - ], - "rank": 51 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ZeroMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "NewZeroMatrix" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 579 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "NewZeroMatrix: for Is8BitMatrixRep, GF(q), and two ints", - "filters": [ - [ - "Is8BitMatrixRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": -15 - }, - { - "comment": "NewZeroMatrix: for IsGF2MatrixRep, GF(2), and two ints", - "filters": [ - [ - "IsGF2MatrixRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": -15 - }, - { - "comment": "NewZeroMatrix: for IsPlistMatrixRep, a ring, and two ints", - "filters": [ - [ - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": -16 - } - ], - "5args": [], - "6args": [] - }, - "name": "NewZeroMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "IdentityMatrix" - ], - "filters": [ - [ - [ - "IsInt" - ], - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 583 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IdentityMatrix: for an integer and a plist matrix", - "filters": [ - [ - "IsInt" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 33 - }, - { - "comment": "IdentityMatrix: for a compressed 8bit matrix", - "filters": [ - [ - "IsInt" - ], - [ - "Is8BitMatrixRep" - ] - ], - "rank": 33 - }, - { - "comment": "IdentityMatrix: for a compressed gf2 matrix", - "filters": [ - [ - "IsInt" - ], - [ - "IsGF2MatrixRep" - ] - ], - "rank": 33 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IdentityMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "NewIdentityMatrix" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 587 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "NewIdentityMatrix: for Is8BitMatrixRep, GF(q), and an int", - "filters": [ - [ - "Is8BitMatrixRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ] - ], - "rank": -15 - }, - { - "comment": "NewIdentityMatrix: for IsGF2MatrixRep, GF(2), and an int", - "filters": [ - [ - "IsGF2MatrixRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ] - ], - "rank": -15 - }, - { - "comment": "NewIdentityMatrix: for IsPlistMatrixRep, a ring, and an int", - "filters": [ - [ - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt" - ] - ], - "rank": -16 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NewIdentityMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "CompanionMatrix" - ], - "filters": [ - [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 591 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CompanionMatrix: for a polynomial and a matrix", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsMatrixObj" - ] - ], - "rank": 31 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CompanionMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "NewCompanionMatrix" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 597 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "NewCompanionMatrix: for IsPlistMatrixRep, a polynomial and a ring", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": -15 - }, - { - "comment": "NewCompanionMatrix: for Is8BitMatrixRep, a polynomial and a ring", - "filters": [ - [ - "Is8BitMatrixRep" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": -15 - }, - { - "comment": "NewCompanionMatrix: for IsGF2MatrixRep, a polynomial and a ring", - "filters": [ - [ - "IsGF2MatrixRep" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": -15 - }, - { - "comment": "NewCompanionMatrix: for IsPlistMatrixRep and IsCheckingMatrix, a polynomial and a ring", - "filters": [ - [ - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsPolynomial", - "Tester(IsPolynomial)", - "IsUnivariateRationalFunction", - "Tester(IsUnivariateRationalFunction)" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ], - "rank": -16 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NewCompanionMatrix", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsMatrixObj" - ] - ], - [ - [ - "IsList" - ], - [ - "IsMatrixObj" - ] - ], - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ] - ], - [ - [ - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesZeroMatrixSemigroupElement)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 603 - }, - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 620 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Matrix: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Matrix)" - ] - ], - "rank": 20020 - }, - { - "comment": "Matrix: for a Rees 0-matrix semigroup with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesZeroMatrixSemigroupElement)" - ] - ], - "rank": 18 - }, - { - "comment": "Matrix: for a Rees matrix semigroup with generators", - "filters": [ - [ - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ] - ], - "rank": 18 - }, - { - "comment": "Matrix: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "CategoryCollections(IsReesMatrixSemigroupElement)" - ] - ], - "rank": -5 - } - ], - "2args": [ - { - "comment": "Matrix: generic convenience method with 2 args", - "filters": [ - [ - "IsList" - ], - [ - "IsMatrixObj" - ] - ], - "rank": 14 - } - ], - "3args": [ - { - "comment": "Matrix: for a list and a plist matrix", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 35 - }, - { - "comment": "Matrix: for a list of vecs, an integer, and an 8bit mat", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "Is8BitMatrixRep" - ] - ], - "rank": 35 - }, - { - "comment": "Matrix: for a list of vecs, an integer, and a gf2 mat", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsGF2MatrixRep" - ] - ], - "rank": 35 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Matrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "NewMatrix" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 625 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "NewMatrix: for Is8BitMatrixRep, GF(q), an int, and a list", - "filters": [ - [ - "Is8BitMatrixRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ], - [ - "IsList" - ] - ], - "rank": -15 - }, - { - "comment": "NewMatrix: for IsGF2MatrixRep, GF(2), an int, and a list", - "filters": [ - [ - "IsGF2MatrixRep" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ], - [ - "IsList" - ] - ], - "rank": -15 - }, - { - "comment": "NewMatrix: for IsPlistMatrixRep, a ring, an int, and a list", - "filters": [ - [ - "IsPlistMatrixRep", - "IsCheckingMatrix" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ], - [ - "IsInt" - ], - [ - "IsList" - ] - ], - "rank": -16 - } - ], - "5args": [], - "6args": [] - }, - "name": "NewMatrix", - "type": "GAP_Operation" - }, - { - "aka": [ - "CompatibleVector" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 635 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CompatibleVector: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "CompatibleVector: for an 8bit matrix", - "filters": [ - [ - "Is8BitMatrixRep" - ] - ], - "rank": 15 - }, - { - "comment": "CompatibleVector: for a gf2 matrix", - "filters": [ - [ - "IsGF2MatrixRep" - ] - ], - "rank": 15 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CompatibleVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "Unfold" - ], - "filters": [ - [ - [ - "IsMatrixObj" - ], - [ - "IsRowVectorObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 670 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Unfold: for a plist matrix", - "filters": [ - [ - "IsPlistMatrixRep" - ], - [ - "IsPlistVectorRep" - ] - ], - "rank": 26 - }, - { - "comment": "Unfold: for a matrix object, and a vector object", - "filters": [ - [ - "IsMatrixObj" - ], - [ - "IsRowVectorObj" - ] - ], - "rank": 21 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Unfold", - "type": "GAP_Operation" - }, - { - "aka": [ - "Fold" - ], - "filters": [ - [ - [ - "IsRowVectorObj" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsMatrixObj" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/matobj2.gd", - "line": 674 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "Fold: for a plist vector, a positive int, and a plist matrix", - "filters": [ - [ - "IsPlistVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsPlistMatrixRep" - ] - ], - "rank": 45 - }, - { - "comment": "Fold: for an 8bit vector, a positive int, and an 8bit matrix", - "filters": [ - [ - "IsRowVectorObj", - "Is8BitVectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "Is8BitMatrixRep" - ] - ], - "rank": 45 - }, - { - "comment": "Fold: for a gf2 vector, a positive int, and a gf2 matrix", - "filters": [ - [ - "IsRowVectorObj", - "IsGF2VectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsGF2MatrixRep" - ] - ], - "rank": 45 - }, - { - "comment": "Fold: for a vector, a positive int, and a matrix", - "filters": [ - [ - "IsRowVectorObj" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsMatrixObj" - ] - ], - "rank": 40 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Fold", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 143 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsBuiltFromAdditiveMagmaWithInverses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsBuiltFromAdditiveMagmaWithInverses)" - ] - ], - "rank": 20003 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBuiltFromAdditiveMagmaWithInverses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsBuiltFromAdditiveMagmaWithInverses" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 143 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsBuiltFromAdditiveMagmaWithInverses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsBuiltFromAdditiveMagmaWithInverses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsBuiltFromAdditiveMagmaWithInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 143 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsBuiltFromAdditiveMagmaWithInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsBuiltFromMagma: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsBuiltFromMagma)" - ] - ], - "rank": 20003 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBuiltFromMagma", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsBuiltFromMagma" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsBuiltFromMagma): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsBuiltFromMagma): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsBuiltFromMagma)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsBuiltFromMagma)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 175 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsBuiltFromMagmaWithOne: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsBuiltFromMagmaWithOne)" - ] - ], - "rank": 20003 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBuiltFromMagmaWithOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsBuiltFromMagmaWithOne" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 175 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsBuiltFromMagmaWithOne): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsBuiltFromMagmaWithOne): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsBuiltFromMagmaWithOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 175 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsBuiltFromMagmaWithOne)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 191 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsBuiltFromMagmaWithInverses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsBuiltFromMagmaWithInverses)" - ] - ], - "rank": 20003 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBuiltFromMagmaWithInverses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsBuiltFromMagmaWithInverses" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 191 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsBuiltFromMagmaWithInverses): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsBuiltFromMagmaWithInverses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsBuiltFromMagmaWithInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 191 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsBuiltFromMagmaWithInverses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 207 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsBuiltFromGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsBuiltFromGroup)" - ] - ], - "rank": 20003 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBuiltFromGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsBuiltFromGroup" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 207 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsBuiltFromGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsBuiltFromGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsBuiltFromGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 207 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsBuiltFromGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 234 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsBuiltFromSemigroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsBuiltFromSemigroup)" - ] - ], - "rank": 20003 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBuiltFromSemigroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsBuiltFromSemigroup" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 234 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsBuiltFromSemigroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsBuiltFromSemigroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsBuiltFromSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 234 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsBuiltFromSemigroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 247 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsBuiltFromMonoid: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsBuiltFromMonoid)" - ] - ], - "rank": 20003 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBuiltFromMonoid", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsBuiltFromMonoid" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 247 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsBuiltFromMonoid): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsBuiltFromMonoid): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsBuiltFromMonoid)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 247 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsBuiltFromMonoid)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 271 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemigroupOfRewritingSystem: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SemigroupOfRewritingSystem)" - ] - ], - "rank": 20005 - }, - { - "comment": "SemigroupOfRewritingSystem: for a Knuth Bendix rewriting system", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromSemigroup", - "Tester(IsBuiltFromSemigroup)" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemigroupOfRewritingSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSemigroupOfRewritingSystem" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 271 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SemigroupOfRewritingSystem): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SemigroupOfRewritingSystem): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SemigroupOfRewritingSystem)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSemigroupOfRewritingSystem" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 271 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SemigroupOfRewritingSystem)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 287 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MonoidOfRewritingSystem: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MonoidOfRewritingSystem)" - ] - ], - "rank": 20005 - }, - { - "comment": "MonoidOfRewritingSystem: for a Knuth Bendix rewriting system", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromMonoid", - "Tester(IsBuiltFromMonoid)" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MonoidOfRewritingSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMonoidOfRewritingSystem" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 287 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MonoidOfRewritingSystem): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MonoidOfRewritingSystem): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MonoidOfRewritingSystem)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMonoidOfRewritingSystem" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 287 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MonoidOfRewritingSystem)", - "type": "GAP_Operation" - }, - { - "aka": [ - "FreeStructureOfRewritingSystem" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 301 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FreeStructureOfRewritingSystem", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 324 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ConfluentRws: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ConfluentRws)" - ] - ], - "rank": 20005 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConfluentRws", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConfluentRws" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 324 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ConfluentRws): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ConfluentRws): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ConfluentRws)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasConfluentRws" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 324 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ConfluentRws)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 344 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorsOfRws: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneratorsOfRws)" - ] - ], - "rank": 20005 - }, - { - "comment": "GeneratorsOfRws", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 18 - }, - { - "comment": "GeneratorsOfRws", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ] - ], - "rank": 14 - }, - { - "comment": "GeneratorsOfRws: for a monoid rewriting system", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromMonoid", - "Tester(IsBuiltFromMonoid)" - ] - ], - "rank": 4 - }, - { - "comment": "GeneratorsOfRws: for a monoid rewriting system", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromSemigroup", - "Tester(IsBuiltFromSemigroup)" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfRws", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneratorsOfRws" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 344 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneratorsOfRws)", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsList" - ] - ], - "rank": 16 - }, - { - "comment": "Setter(GeneratorsOfRws): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneratorsOfRws): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneratorsOfRws)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneratorsOfRws" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 344 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneratorsOfRws)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 361 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NumberGeneratorsOfRws: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NumberGeneratorsOfRws)" - ] - ], - "rank": 20005 - }, - { - "comment": "NumberGeneratorsOfRws", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 18 - }, - { - "comment": "NumberGeneratorsOfRws", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ] - ], - "rank": 14 - }, - { - "comment": "NumberGeneratorsOfRws", - "filters": [ - [ - "IsRewritingSystem" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NumberGeneratorsOfRws", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNumberGeneratorsOfRws" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 361 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NumberGeneratorsOfRws)", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 32 - }, - { - "comment": "Setter(NumberGeneratorsOfRws): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NumberGeneratorsOfRws): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NumberGeneratorsOfRws)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNumberGeneratorsOfRws" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 361 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NumberGeneratorsOfRws)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 388 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Rules: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Rules)" - ] - ], - "rank": 20005 - }, - { - "comment": "Rules", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 18 - }, - { - "comment": "Rules: Deep Thought", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ] - ], - "rank": 14 - }, - { - "comment": "Rules: for a Knuth Bendix rewriting system", - "filters": [ - [ - "IsKnuthBendixRewritingSystem", - "IsKnuthBendixRewritingSystemRep" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Rules", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRules" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 388 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Rules): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Rules): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Rules)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRules" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 388 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Rules)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 418 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OrderingOfRewritingSystem: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OrderingOfRewritingSystem)" - ] - ], - "rank": 20005 - }, - { - "comment": "OrderingOfRewritingSystem: for a Knuth Bendix rewriting system", - "filters": [ - [ - "IsKnuthBendixRewritingSystem", - "IsKnuthBendixRewritingSystemRep" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OrderingOfRewritingSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOrderingOfRewritingSystem" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 418 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OrderingOfRewritingSystem): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OrderingOfRewritingSystem): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OrderingOfRewritingSystem)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOrderingOfRewritingSystem" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 418 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OrderingOfRewritingSystem)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 462 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsConfluent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsConfluent)" - ] - ], - "rank": 20005 - }, - { - "comment": "IsConfluent: for pc group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 43 - }, - { - "comment": "IsConfluent: method for finite polycylic rewriting systems", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPolycyclicCollector" - ] - ], - "rank": 15 - }, - { - "comment": "IsConfluent: FromTheLeftCollector", - "filters": [ - [ - "IsFromTheLeftCollectorRep" - ] - ], - "rank": 13 - }, - { - "comment": "IsConfluent: generic method for polycyclic rewriting systems", - "filters": [ - [ - "IsPolycyclicCollector" - ] - ], - "rank": 11 - }, - { - "comment": "IsConfluent: for a monoid or a semigroup rewriting system", - "filters": [ - [ - "IsRewritingSystem" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "aka": [ - "FinitePolycyclicCollector_IsConfluent" - ], - "comment": "IsConfluent", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPolycyclicCollector" - ], - [ - "IsList" - ] - ], - "rank": 17 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsConfluent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsConfluent" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 462 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsConfluent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsConfluent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsConfluent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 462 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsConfluent)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMutable", - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 482 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsReduced: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsReduced)" - ] - ], - "rank": 20006 - }, - { - "comment": "IsReduced: for a Knuth Bendix rewriting system", - "filters": [ - [ - "IsMutable", - "IsKnuthBendixRewritingSystem", - "IsKnuthBendixRewritingSystemRep" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsReduced", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsReduced" - ], - "filters": [ - [ - [ - "IsMutable", - "IsRewritingSystem" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 482 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsReduced): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsReduced): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsReduced)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMutable", - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 482 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsReduced)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AddRule" - ], - "filters": [ - [ - [ - "IsMutable", - "IsRewritingSystem" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 503 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AddRule", - "type": "GAP_Operation" - }, - { - "aka": [ - "AddRuleReduced" - ], - "filters": [ - [ - [ - "IsMutable", - "IsRewritingSystem" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 523 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AddRuleReduced: for a Knuth Bendix rewriting system and a rule", - "filters": [ - [ - "IsMutable", - "IsKnuthBendixRewritingSystem", - "IsKnuthBendixRewritingSystemRep" - ], - [ - "IsList" - ] - ], - "rank": 8 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AddRuleReduced", - "type": "GAP_Operation" - }, - { - "aka": [ - "AddGenerators" - ], - "filters": [ - [ - [ - "IsMutable", - "IsRewritingSystem" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 540 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AddGenerators", - "filters": [ - [ - "IsMutable", - "IsRewritingSystem" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 7 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AddGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "MakeConfluent" - ], - "filters": [ - [ - [ - "IsMutable", - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 559 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MakeConfluent: for Knuth Bendix Rewriting System", - "filters": [ - [ - "IsMutable", - "IsBuiltFromMonoid", - "Tester(IsBuiltFromMonoid)", - "IsKnuthBendixRewritingSystem", - "IsKnuthBendixRewritingSystemRep" - ] - ], - "rank": 8 - }, - { - "comment": "MakeConfluent: for Knuth Bendix Rewriting System", - "filters": [ - [ - "IsMutable", - "IsBuiltFromSemigroup", - "Tester(IsBuiltFromSemigroup)", - "IsKnuthBendixRewritingSystem", - "IsKnuthBendixRewritingSystemRep" - ] - ], - "rank": 8 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MakeConfluent", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReduceRules" - ], - "filters": [ - [ - [ - "IsMutable", - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 578 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ReduceRules", - "filters": [ - [ - "IsMutable", - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "ReduceRules: for a Knuth Bendix rewriting system", - "filters": [ - [ - "IsMutable", - "IsKnuthBendixRewritingSystem", - "IsKnuthBendixRewritingSystemRep" - ] - ], - "rank": 6 - }, - { - "comment": "ReduceRules", - "filters": [ - [ - "IsMutable", - "IsRewritingSystem" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReduceRules", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedAdditiveInverse" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 595 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ReducedAdditiveInverse: ReducedForm", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromAdditiveMagmaWithInverses", - "Tester(IsBuiltFromAdditiveMagmaWithInverses)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement" - ] - ], - "rank": 9 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedAdditiveInverse", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedComm" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsMultiplicativeElement" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 613 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "FinPowConjCol_ReducedComm" - ], - "comment": "ReducedComm", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is32BitsAssocWord" - ], - [ - "Is32BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedComm", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is16BitsAssocWord" - ], - [ - "Is16BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedComm", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is8BitsAssocWord" - ], - [ - "Is8BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedComm: DeepThoughtReducedComm", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 25 - }, - { - "comment": "ReducedComm: ReducedLeftQuotient/ReducedProduct", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 20 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedComm", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedConjugate" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsMultiplicativeElement" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 631 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ReducedConjugate: DeepThoughtReducedConjugate", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 25 - }, - { - "comment": "ReducedConjugate: ReducedLeftQuotient/ReducedProduct", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 20 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedConjugate", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedDifference" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsAdditiveElement" - ], - [ - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 649 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ReducedDifference: ReducedSum/ReducedAdditiveInverse", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromAdditiveMagmaWithInverses", - "Tester(IsBuiltFromAdditiveMagmaWithInverses)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement" - ] - ], - "rank": 14 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedDifference", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedForm" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 673 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "FinPowConjCol_ReducedForm" - ], - "comment": "ReducedForm", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is32BitsAssocWord" - ] - ], - "rank": 29 - }, - { - "comment": "ReducedForm", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is16BitsAssocWord" - ] - ], - "rank": 29 - }, - { - "comment": "ReducedForm", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is8BitsAssocWord" - ] - ], - "rank": 29 - }, - { - "comment": "ReducedForm: CollectWordOrFail", - "filters": [ - [ - "IsPolycyclicCollector" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 16 - }, - { - "comment": "ReducedForm: for a monoid rewriting system and a word on the underlying free monoid", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromMonoid", - "Tester(IsBuiltFromMonoid)" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 9 - }, - { - "comment": "ReducedForm: for a semigroup rewriting system and a word on the underlying free semigroup", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromSemigroup", - "Tester(IsBuiltFromSemigroup)" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 9 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedForm", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsReducedForm" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 692 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsReducedForm: for a rewriting system and an object", - "filters": [ - [ - "IsRewritingSystem" - ], - [] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsReducedForm", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedInverse" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 710 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ReducedInverse", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 23 - }, - { - "comment": "ReducedInverse: DeepThoughtReducedInverse", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 20 - }, - { - "comment": "ReducedInverse: ReducedForm", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromMagmaWithInverses", - "Tester(IsBuiltFromMagmaWithInverses)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 13 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedInverse", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedLeftQuotient" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsMultiplicativeElement" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 728 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "FinPowConjCol_ReducedLeftQuotient" - ], - "comment": "ReducedLeftQuotient", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is32BitsAssocWord" - ], - [ - "Is32BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedLeftQuotient", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is16BitsAssocWord" - ], - [ - "Is16BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedLeftQuotient", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is8BitsAssocWord" - ], - [ - "Is8BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedLeftQuotient: DeepThoughtReducedLeftQuotient", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 25 - }, - { - "comment": "ReducedLeftQuotient: ReducedProduct/ReducedInverse", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromMagmaWithInverses", - "Tester(IsBuiltFromMagmaWithInverses)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 18 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedLeftQuotient", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedOne" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 744 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ReducedOne", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 18 - }, - { - "comment": "ReducedOne: ReducedForm", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromMagmaWithOne", - "Tester(IsBuiltFromMagmaWithOne)" - ] - ], - "rank": 6 - }, - { - "comment": "ReducedOne: ReducedForm", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromAdditiveMagmaWithInverses", - "Tester(IsBuiltFromAdditiveMagmaWithInverses)" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedOne", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedPower" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsMultiplicativeElement" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 762 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "FinPowConjCol_ReducedPowerSmallInt" - ], - "comment": "ReducedPower", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is32BitsAssocWord" - ], - [ - "IsInt", - "IsSmallIntRep" - ] - ], - "rank": 49 - }, - { - "comment": "ReducedPower", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is16BitsAssocWord" - ], - [ - "IsInt", - "IsSmallIntRep" - ] - ], - "rank": 49 - }, - { - "comment": "ReducedPower", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is8BitsAssocWord" - ], - [ - "IsInt", - "IsSmallIntRep" - ] - ], - "rank": 49 - }, - { - "comment": "ReducedPower: DeepThoughtReducedPower", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsInt" - ] - ], - "rank": 38 - }, - { - "comment": "ReducedPower: ReducedInverse/CollectWordOrFail", - "filters": [ - [ - "IsPolycyclicCollector" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt" - ] - ], - "rank": 34 - }, - { - "comment": "ReducedPower: ReducedProduct/ReducedInverse", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)" - ], - [ - "IsMultiplicativeElement" - ], - [ - "IsInt" - ] - ], - "rank": 31 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedPower", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedProduct" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsMultiplicativeElement" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 785 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "FinPowConjCol_ReducedProduct" - ], - "comment": "ReducedProduct", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is32BitsAssocWord" - ], - [ - "Is32BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedProduct", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is16BitsAssocWord" - ], - [ - "Is16BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedProduct", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is8BitsAssocWord" - ], - [ - "Is8BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedProduct: DeepThoughtReducedProduct", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 25 - }, - { - "comment": "ReducedProduct: ReducedForm", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromMagma", - "Tester(IsBuiltFromMagma)" - ], - [ - "IsMultiplicativeElement" - ], - [ - "IsMultiplicativeElement" - ] - ], - "rank": 10 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedProduct", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedQuotient" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsMultiplicativeElement" - ], - [ - "IsMultiplicativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 803 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "FinPowConjCol_ReducedQuotient" - ], - "comment": "ReducedQuotient", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is32BitsAssocWord" - ], - [ - "Is32BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedQuotient", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is16BitsAssocWord" - ], - [ - "Is16BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedQuotient", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "Is8BitsAssocWord" - ], - [ - "Is8BitsAssocWord" - ] - ], - "rank": 37 - }, - { - "comment": "ReducedQuotient: DeepThoughtReducedQuotient", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsAssociativeElement", - "IsWord" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 25 - }, - { - "comment": "ReducedQuotient: ReducedProduct/ReducedInverse", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromMagmaWithInverses", - "Tester(IsBuiltFromMagmaWithInverses)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 18 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedQuotient", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedScalarProduct" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsMultiplicativeElementWithInverse" - ], - [ - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 821 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedScalarProduct", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedSum" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [ - "IsAdditiveElement" - ], - [ - "IsAdditiveElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 839 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ReducedSum: ReducedForm", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromAdditiveMagmaWithInverses", - "Tester(IsBuiltFromAdditiveMagmaWithInverses)" - ], - [ - "IsAdditiveElement" - ], - [ - "IsAdditiveElement" - ] - ], - "rank": 10 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedSum", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedZero" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rws.gd", - "line": 855 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedZero", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ], - [ - [ - "IsGeneralPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 105 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RelativeOrders: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RelativeOrders)" - ] - ], - "rank": 20005 - }, - { - "comment": "RelativeOrders: fp", - "filters": [ - [ - "IsModuloPcgsFpGroupRep" - ] - ], - "rank": 24 - }, - { - "comment": "RelativeOrders: pc series", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - }, - { - "comment": "RelativeOrders", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 18 - }, - { - "comment": "RelativeOrders: Method for Deep Thought", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ] - ], - "rank": 14 - }, - { - "comment": "RelativeOrders: from-the-left collector", - "filters": [ - [ - "IsFromTheLeftCollectorRep" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RelativeOrders", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRelativeOrders" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ], - [] - ], - [ - [ - "IsGeneralPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 105 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "SET_RELATIVE_ORDERS" - ], - "comment": "Setter(RelativeOrders): setting orders for prime orders pcgs", - "filters": [ - [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgs", - "Tester(IsPrimeOrdersPcgs)", - "Tester(IsFiniteOrdersPcgs)" - ], - [ - "IsList" - ] - ], - "rank": 28 - }, - { - "comment": "Setter(RelativeOrders): setting orders and checking for prime orders", - "filters": [ - [ - "IsComponentObjectRep", - "IsAttributeStoringRep", - "IsPcgs" - ], - [ - "IsList" - ] - ], - "rank": 25 - }, - { - "comment": "Setter(RelativeOrders)", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsList" - ] - ], - "rank": 16 - }, - { - "comment": "Setter(RelativeOrders): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RelativeOrders): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RelativeOrders)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRelativeOrders" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 105 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RelativeOrders)", - "type": "GAP_Operation" - }, - { - "aka": [ - "OutdatePolycyclicCollector" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 128 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OutdatePolycyclicCollector", - "filters": [ - [ - "IsMutable", - "IsPolycyclicCollector" - ] - ], - "rank": 12 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OutdatePolycyclicCollector", - "type": "GAP_Operation" - }, - { - "aka": [ - "UpdatePolycyclicCollector" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 144 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UpdatePolycyclicCollector: combinatorial collector rep", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsCombinatorialCollectorRep" - ] - ], - "rank": 19 - }, - { - "comment": "UpdatePolycyclicCollector", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 18 - }, - { - "comment": "UpdatePolycyclicCollector", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ] - ], - "rank": 14 - }, - { - "comment": "UpdatePolycyclicCollector: FromTheLeftCollector", - "filters": [ - [ - "IsFromTheLeftCollectorRep" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UpdatePolycyclicCollector", - "type": "GAP_Operation" - }, - { - "aka": [ - "CollectWord" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ], - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 153 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "CollectWord", - "filters": [ - [ - "IsPolycyclicCollector" - ], - [ - "IsList" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 18 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CollectWord", - "type": "GAP_Operation" - }, - { - "aka": [ - "CollectWordOrFail" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ], - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 169 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "FinPowConjCol_CollectWordOrFail" - ], - "comment": "CollectWordOrFail", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "IsList" - ], - [ - "Is32BitsAssocWord" - ] - ], - "rank": 31 - }, - { - "comment": "CollectWordOrFail", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "IsList" - ], - [ - "Is16BitsAssocWord" - ] - ], - "rank": 31 - }, - { - "comment": "CollectWordOrFail", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ], - [ - "IsList" - ], - [ - "Is8BitsAssocWord" - ] - ], - "rank": 31 - }, - { - "aka": [ - "SingleCollector_CollectWord" - ], - "comment": "CollectWordOrFail", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsUpToDatePolycyclicCollector", - "IsSingleCollectorRep" - ], - [ - "IsList" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 26 - }, - { - "comment": "CollectWordOrFail: DeepThought", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsList" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 21 - }, - { - "comment": "CollectWordOrFail: FTL collector with Hall polynomials, exponent vector, gen-exp-pairs", - "filters": [ - [ - "IsUpToDatePolycyclicCollector", - "IsFromTheLeftCollectorRep", - "IsPolynomialCollector", - "Tester(IsPolynomialCollector)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 20 - }, - { - "comment": "CollectWordOrFail: CombinatorialFromTheLeftCollector", - "filters": [ - [ - "IsUpToDatePolycyclicCollector", - "IsFromTheLeftCollectorRep", - "IsWeightedCollector", - "Tester(IsWeightedCollector)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 20 - }, - { - "aka": [ - "CollectPolycyclicGap" - ], - "comment": "CollectWordOrFail: FromTheLeftCollector", - "filters": [ - [ - "IsUpToDatePolycyclicCollector", - "IsFromTheLeftCollectorRep", - "UseLibraryCollector", - "Tester(UseLibraryCollector)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 20 - }, - { - "comment": "CollectWordOrFail", - "filters": [ - [ - "IsPolycyclicCollector", - "IsUpToDatePolycyclicCollector" - ], - [ - "IsList" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 19 - }, - { - "comment": "CollectWordOrFail: FromTheLeftCollector", - "filters": [ - [ - "IsUpToDatePolycyclicCollector", - "IsFromTheLeftCollectorRep" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 18 - }, - { - "comment": "CollectWordOrFail", - "filters": [ - [ - "IsPolycyclicCollector" - ], - [ - "IsList" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 18 - }, - { - "comment": "CollectWordOrFail: FromTheLeftCollector (outdated)", - "filters": [ - [ - "IsFromTheLeftCollectorRep" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 17 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CollectWordOrFail", - "type": "GAP_Operation" - }, - { - "aka": [ - "NonTrivialRightHandSides" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 185 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NonTrivialRightHandSides", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ] - ], - "rank": 18 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NonTrivialRightHandSides", - "type": "GAP_Operation" - }, - { - "aka": [ - "ObjByExponents" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 201 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ObjByExponents", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsList" - ] - ], - "rank": 20 - }, - { - "comment": "ObjByExponents: DeepThought", - "filters": [ - [ - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsList" - ] - ], - "rank": 16 - }, - { - "comment": "ObjByExponents", - "filters": [ - [ - "IsFromTheLeftCollectorRep" - ], - [ - "IsList" - ] - ], - "rank": 15 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ObjByExponents", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCommutator" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 217 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "SetCommutator: from-the-left collector, words", - "filters": [ - [ - "IsMutable", - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsWord" - ] - ], - "rank": 54 - }, - { - "comment": "SetCommutator: for from-the-left collector, words as lists", - "filters": [ - [ - "IsMutable", - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsList" - ] - ], - "rank": 52 - }, - { - "comment": "SetCommutator: integers", - "filters": [ - [ - "IsMutable", - "IsPowerConjugateCollector" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [] - ], - "rank": 49 - }, - { - "comment": "SetCommutator: elements", - "filters": [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 27 - } - ], - "5args": [], - "6args": [] - }, - "name": "SetCommutator", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCommutatorNC" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 221 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "SetCommutatorNC: integers", - "filters": [ - [ - "IsMutable", - "IsPowerConjugateCollector" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 54 - }, - { - "comment": "SetCommutatorNC: elements", - "filters": [ - [ - "IsMutable", - "IsPowerConjugateCollector" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 28 - } - ], - "5args": [], - "6args": [] - }, - "name": "SetCommutatorNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCommutatorANC" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 225 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetCommutatorANC", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConjugate" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 241 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "SetConjugate: combinatorial collector rep", - "filters": [ - [ - "IsMutable", - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsCombinatorialCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 61 - }, - { - "comment": "SetConjugate", - "filters": [ - [ - "IsMutable", - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 60 - }, - { - "comment": "SetConjugate", - "filters": [ - [ - "IsMutable", - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 56 - }, - { - "comment": "SetConjugate: from-the-left collector, words", - "filters": [ - [ - "IsMutable", - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsWord" - ] - ], - "rank": 54 - }, - { - "comment": "SetConjugate", - "filters": [ - [ - "IsMutable", - "IsPowerCommutatorCollector" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 54 - }, - { - "comment": "SetConjugate: for from-the-left collector, words as lists", - "filters": [ - [ - "IsMutable", - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsList" - ] - ], - "rank": 52 - }, - { - "comment": "SetConjugate", - "filters": [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 27 - } - ], - "5args": [], - "6args": [] - }, - "name": "SetConjugate", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConjugateNC" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 245 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "aka": [ - "SingleCollector_SetConjugateNC" - ], - "comment": "SetConjugateNC", - "filters": [ - [ - "IsMutable", - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 60 - }, - { - "comment": "SetConjugateNC", - "filters": [ - [ - "IsMutable", - "IsPowerCommutatorCollector" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 54 - }, - { - "comment": "SetConjugateNC: for from-the-left collector, words as lists", - "filters": [ - [ - "IsMutable", - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsList" - ] - ], - "rank": 52 - }, - { - "comment": "SetConjugateNC", - "filters": [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 27 - } - ], - "5args": [], - "6args": [] - }, - "name": "SetConjugateNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConjugateANC" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 249 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "SetConjugateANC: pow conj single collector", - "filters": [ - [ - "IsMutable", - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 60 - } - ], - "5args": [], - "6args": [] - }, - "name": "SetConjugateANC", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPower" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 265 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetPower: combinatorial collector rep", - "filters": [ - [ - "IsMutable", - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsCombinatorialCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 43 - }, - { - "comment": "SetPower", - "filters": [ - [ - "IsMutable", - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 42 - }, - { - "comment": "SetPower", - "filters": [ - [ - "IsMutable", - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 38 - }, - { - "comment": "SetPower: from-the-left collector, word", - "filters": [ - [ - "IsMutable", - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsWord" - ] - ], - "rank": 37 - }, - { - "comment": "SetPower: for from-the-left collector, word as list", - "filters": [ - [ - "IsMutable", - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsList" - ] - ], - "rank": 35 - }, - { - "comment": "SetPower", - "filters": [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 22 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetPower", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPowerNC" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 269 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "SingleCollector_SetPowerNC" - ], - "comment": "SetPowerNC", - "filters": [ - [ - "IsMutable", - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 42 - }, - { - "comment": "SetPowerNC: for from-the-left collector, word as list", - "filters": [ - [ - "IsMutable", - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsList" - ] - ], - "rank": 35 - }, - { - "comment": "SetPowerNC", - "filters": [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 22 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetPowerNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPowerANC" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 273 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetPowerANC: pow conj single collector", - "filters": [ - [ - "IsMutable", - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 42 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetPowerANC", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRelativeOrder" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 289 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetRelativeOrder", - "filters": [ - [ - "IsMutable", - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 55 - }, - { - "comment": "SetRelativeOrder: for from-the-left collector", - "filters": [ - [ - "IsMutable", - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt" - ] - ], - "rank": 51 - }, - { - "comment": "SetRelativeOrder", - "filters": [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt" - ] - ], - "rank": 35 - }, - { - "comment": "SetRelativeOrder", - "filters": [ - [ - "IsMutable", - "IsPowerConjugateCollector", - "IsDeepThoughtCollectorRep" - ], - [ - "IsInt" - ], - [] - ], - "rank": 33 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetRelativeOrder", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRelativeOrderNC" - ], - "filters": [ - [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 293 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "aka": [ - "SingleCollector_SetRelativeOrderNC" - ], - "comment": "SetRelativeOrderNC", - "filters": [ - [ - "IsMutable", - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 55 - }, - { - "comment": "SetRelativeOrderNC: for from-the-left collector", - "filters": [ - [ - "IsMutable", - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt" - ] - ], - "rank": 51 - }, - { - "comment": "SetRelativeOrderNC", - "filters": [ - [ - "IsMutable", - "IsPolycyclicCollector" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt" - ] - ], - "rank": 35 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetRelativeOrderNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "GetCommutatorNC" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 309 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "GetCommutatorNC: for from the left collector", - "filters": [ - [ - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 49 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GetCommutatorNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "GetConjugateNC" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 324 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "GetConjugateNC: finite pow-conj single collector", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 54 - }, - { - "comment": "GetConjugateNC: from the left collector", - "filters": [ - [ - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 49 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GetConjugateNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "GetPowerNC" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 339 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GetPowerNC", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPowerConjugateCollector", - "IsSingleCollectorRep" - ], - [ - "IsInt" - ] - ], - "rank": 36 - }, - { - "comment": "GetPowerNC: from-the-left collector", - "filters": [ - [ - "IsFromTheLeftCollectorRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 32 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GetPowerNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "SingleCollector" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 350 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SingleCollector", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsGroupOfFamily", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsInt" - ] - ], - "rank": 63 - }, - { - "comment": "SingleCollector", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsGroupOfFamily", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsList" - ] - ], - "rank": 47 - }, - { - "comment": "SingleCollector", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 20 - }, - { - "comment": "SingleCollector", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SingleCollector", - "type": "GAP_Operation" - }, - { - "aka": [ - "SingleCollectorByGenerators" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 366 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SingleCollectorByGenerators", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 5 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SingleCollectorByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "CombinatorialCollector" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 382 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CombinatorialCollector", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsGroupOfFamily", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsInt" - ] - ], - "rank": 63 - }, - { - "comment": "CombinatorialCollector", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsGroupOfFamily", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsList" - ] - ], - "rank": 47 - }, - { - "comment": "CombinatorialCollector", - "filters": [ - [ - "IsList" - ], - [ - "IsInt" - ] - ], - "rank": 20 - }, - { - "comment": "CombinatorialCollector", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CombinatorialCollector", - "type": "GAP_Operation" - }, - { - "aka": [ - "CombinatorialCollectorByGenerators" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 398 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "CombinatorialCollectorByGenerators", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 5 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CombinatorialCollectorByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "DeepThoughtCollector" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 414 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DeepThoughtCollector", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsInt" - ] - ], - "rank": 65 - }, - { - "comment": "DeepThoughtCollector", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsList" - ] - ], - "rank": 49 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DeepThoughtCollector", - "type": "GAP_Operation" - }, - { - "aka": [ - "DeepThoughtCollectorByGenerators" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 430 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "DeepThoughtCollectorByGenerators", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 5 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DeepThoughtCollectorByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "EvaluateOverlapCBA" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 451 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [ - { - "comment": "EvaluateOverlapCBA: polyc. collector, 2 hom. lists, 3 pos. integers", - "filters": [ - [ - "IsPolycyclicCollector" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 76 - } - ] - }, - "name": "EvaluateOverlapCBA", - "type": "GAP_Operation" - }, - { - "aka": [ - "EvaluateOverlapBNA" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 453 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [ - { - "comment": "EvaluateOverlapBNA: polyc. collector, 2 hom. lists, 3 pos. integers", - "filters": [ - [ - "IsPolycyclicCollector" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 76 - } - ] - }, - "name": "EvaluateOverlapBNA", - "type": "GAP_Operation" - }, - { - "aka": [ - "EvaluateOverlapBAN" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 455 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [ - { - "comment": "EvaluateOverlapBAN: polyc. collector, 2 hom. lists, 3 pos. integers", - "filters": [ - [ - "IsPolycyclicCollector" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 76 - } - ] - }, - "name": "EvaluateOverlapBAN", - "type": "GAP_Operation" - }, - { - "aka": [ - "EvaluateOverlapANA" - ], - "filters": [ - [ - [ - "IsPolycyclicCollector" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcclt.gd", - "line": 457 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "EvaluateOverlapANA: polyc. collector, 2 hom. lists, 3 pos. integers", - "filters": [ - [ - "IsPolycyclicCollector" - ], - [ - "IsHomogeneousList" - ], - [ - "IsHomogeneousList" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 57 - } - ], - "6args": [] - }, - "name": "EvaluateOverlapANA", - "type": "GAP_Operation" - }, - { - "aka": [ - "MultiplicativeElementsWithInversesFamilyByRws" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwsgrp.gd", - "line": 42 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MultiplicativeElementsWithInversesFamilyByRws: 32 bits family", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPolycyclicCollector", - "IsUpToDatePolycyclicCollector", - "Is32BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ] - ], - "rank": 20 - }, - { - "comment": "MultiplicativeElementsWithInversesFamilyByRws: 16 bits family", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPolycyclicCollector", - "IsUpToDatePolycyclicCollector", - "Is16BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ] - ], - "rank": 20 - }, - { - "comment": "MultiplicativeElementsWithInversesFamilyByRws: 8 bits family", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPolycyclicCollector", - "IsUpToDatePolycyclicCollector", - "Is8BitsSingleCollectorRep", - "IsDefaultRhsTypeSingleCollector" - ] - ], - "rank": 20 - }, - { - "comment": "MultiplicativeElementsWithInversesFamilyByRws: generic method", - "filters": [ - [ - "IsPolycyclicCollector" - ] - ], - "rank": 11 - }, - { - "comment": "MultiplicativeElementsWithInversesFamilyByRws", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)" - ] - ], - "rank": 10 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MultiplicativeElementsWithInversesFamilyByRws", - "type": "GAP_Operation" - }, - { - "aka": [ - "ElementByRws" - ], - "filters": [ - [ - [ - "IsElementsFamilyByRws" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwsgrp.gd", - "line": 67 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ElementByRws: using 32Bits_AssocWord", - "filters": [ - [ - "IsElementsFamilyBy32BitsSingleCollector" - ], - [ - "Is32BitsAssocWord" - ] - ], - "rank": 11 - }, - { - "comment": "ElementByRws: using 16Bits_AssocWord", - "filters": [ - [ - "IsElementsFamilyBy16BitsSingleCollector" - ], - [ - "Is16BitsAssocWord" - ] - ], - "rank": 11 - }, - { - "comment": "ElementByRws: using 8Bits_AssocWord", - "filters": [ - [ - "IsElementsFamilyBy8BitsSingleCollector" - ], - [ - "Is8BitsAssocWord" - ] - ], - "rank": 11 - }, - { - "comment": "ElementByRws", - "filters": [ - [ - "IsElementsFamilyByRws" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "ElementByRws", - "filters": [ - [ - "IsElementsFamilyByRws" - ], - [] - ], - "rank": 2 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ElementByRws", - "type": "GAP_Operation" - }, - { - "aka": [ - "GroupByRws" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwsgrp.gd", - "line": 83 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GroupByRws", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)" - ] - ], - "rank": 10 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GroupByRws", - "type": "GAP_Operation" - }, - { - "aka": [ - "GroupByRwsNC" - ], - "filters": [ - [ - [ - "IsRewritingSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwsgrp.gd", - "line": 99 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GroupByRwsNC: rewriting system", - "filters": [ - [ - "IsRewritingSystem", - "IsBuiltFromGroup", - "Tester(IsBuiltFromGroup)" - ] - ], - "rank": 110 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GroupByRwsNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 98 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DefiningPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DefiningPcgs)" - ] - ], - "rank": 20003 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DefiningPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDefiningPcgs" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 98 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DefiningPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DefiningPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DefiningPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDefiningPcgs" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 98 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DefiningPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PolycyclicFactorGroup" - ], - "filters": [ - [ - [], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 180 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PolycyclicFactorGroup: for free group, empty list using ' PolycyclicFactorGroupByRelators'", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 61 - }, - { - "comment": "PolycyclicFactorGroup: for free group, list using ' PolycyclicFactorGroupByRelators'", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 48 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PolycyclicFactorGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "PolycyclicFactorGroupNC" - ], - "filters": [ - [ - [], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 184 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PolycyclicFactorGroupNC: for free group, list using ' PolycyclicFactorGroupByRelators'", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 48 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PolycyclicFactorGroupNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "PolycyclicFactorGroupByRelatorsNC" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 202 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "PolycyclicFactorGroupByRelatorsNC: generic method for family, generators, relators", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 5 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PolycyclicFactorGroupByRelatorsNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "PolycyclicFactorGroupByRelators" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/rwspcgrp.gd", - "line": 206 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "PolycyclicFactorGroupByRelators: generic method for family, generators, relators", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 5 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PolycyclicFactorGroupByRelators", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMonomialOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 103 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MonomialComparisonFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MonomialComparisonFunction)" - ] - ], - "rank": 20004 - }, - { - "comment": "MonomialComparisonFunction: default: use extrep", - "filters": [ - [ - "IsMonomialOrderingDefaultRep" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MonomialComparisonFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMonomialComparisonFunction" - ], - "filters": [ - [ - [ - "IsMonomialOrdering" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 103 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MonomialComparisonFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MonomialComparisonFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MonomialComparisonFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMonomialComparisonFunction" - ], - "filters": [ - [ - [ - "IsMonomialOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 103 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MonomialComparisonFunction)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 123 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MonomialExtrepComparisonFun: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MonomialExtrepComparisonFun)" - ] - ], - "rank": 20003 - }, - { - "comment": "MonomialExtrepComparisonFun: functions are themselves -- for compatibility", - "filters": [ - [ - "IsFunction" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MonomialExtrepComparisonFun", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMonomialExtrepComparisonFun" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 123 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MonomialExtrepComparisonFun): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MonomialExtrepComparisonFun): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MonomialExtrepComparisonFun)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMonomialExtrepComparisonFun" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 123 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MonomialExtrepComparisonFun)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMonomialOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 144 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OccuringVariableIndices: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OccuringVariableIndices)" - ] - ], - "rank": 20004 - }, - { - "comment": "OccuringVariableIndices: polynomial", - "filters": [ - [ - "IsPolynomial", - "Tester(IsPolynomial)" - ] - ], - "rank": 14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OccuringVariableIndices", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOccuringVariableIndices" - ], - "filters": [ - [ - [ - "IsMonomialOrdering" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 144 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OccuringVariableIndices): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OccuringVariableIndices): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OccuringVariableIndices)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOccuringVariableIndices" - ], - "filters": [ - [ - [ - "IsMonomialOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 144 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OccuringVariableIndices)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeadingMonomialOfPolynomial" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ], - [ - "IsMonomialOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 176 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeadingMonomialOfPolynomial: with ordering", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsMonomialOrdering" - ] - ], - "rank": 13 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeadingMonomialOfPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeadingCoefficientOfPolynomial" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ], - [ - "IsMonomialOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 202 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeadingCoefficientOfPolynomial: with ordering", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsMonomialOrdering" - ] - ], - "rank": 13 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeadingCoefficientOfPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeadingTermOfPolynomial" - ], - "filters": [ - [ - [ - "IsPolynomialFunction" - ], - [ - "IsMonomialOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 221 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeadingTermOfPolynomial: with ordering", - "filters": [ - [ - "IsPolynomialFunction" - ], - [ - "IsMonomialOrdering" - ] - ], - "rank": 13 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeadingTermOfPolynomial", - "type": "GAP_Operation" - }, - { - "aka": [ - "GrobnerBasis", - "GroebnerBasis" - ], - "filters": [ - [ - [ - "IsHomogeneousList", - "CategoryCollections(IsRationalFunction)" - ], - [ - "IsMonomialOrdering" - ] - ], - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)", - "CategoryCollections(IsRationalFunction)" - ], - [ - "IsMonomialOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 484 - }, - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 485 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GroebnerBasis: ideal with stored GB", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)", - "CategoryCollections(IsRationalFunction)", - "Tester(StoredGroebnerBasis)" - ], - [ - "IsMonomialOrdering" - ] - ], - "rank": 35 - }, - { - "comment": "GroebnerBasis: ideal", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)", - "CategoryCollections(IsRationalFunction)" - ], - [ - "IsMonomialOrdering" - ] - ], - "rank": 34 - }, - { - "comment": "GroebnerBasis: polynomials", - "filters": [ - [ - "IsHomogeneousList", - "CategoryCollections(IsRationalFunction)" - ], - [ - "IsMonomialOrdering" - ] - ], - "rank": 26 - }, - { - "comment": "GroebnerBasis: fix function", - "filters": [ - [], - [ - "IsFunction" - ] - ], - "rank": 1 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GroebnerBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedGrobnerBasis", - "ReducedGroebnerBasis" - ], - "filters": [ - [ - [ - "IsHomogeneousList", - "CategoryCollections(IsRationalFunction)" - ], - [ - "IsMonomialOrdering" - ] - ], - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)", - "CategoryCollections(IsRationalFunction)" - ], - [ - "IsMonomialOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 535 - }, - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 537 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ReducedGroebnerBasis: ideal", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)", - "CategoryCollections(IsRationalFunction)" - ], - [ - "IsMonomialOrdering" - ] - ], - "rank": 34 - }, - { - "comment": "ReducedGroebnerBasis: polynomials", - "filters": [ - [ - "IsHomogeneousList", - "CategoryCollections(IsRationalFunction)" - ], - [ - "IsMonomialOrdering" - ] - ], - "rank": 26 - }, - { - "comment": "ReducedGroebnerBasis: fix function", - "filters": [ - [], - [ - "IsFunction" - ] - ], - "rank": 1 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedGroebnerBasis", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)", - "CategoryCollections(IsRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 557 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StoredGroebnerBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(StoredGroebnerBasis)" - ] - ], - "rank": 20036 - }, - { - "comment": "StoredGroebnerBasis: ideal", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)", - "CategoryCollections(IsRationalFunction)" - ] - ], - "rank": 33 - }, - { - "comment": "StoredGroebnerBasis: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "CategoryCollections(IsRationalFunction)" - ] - ], - "rank": -26 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StoredGroebnerBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetStoredGroebnerBasis" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)", - "CategoryCollections(IsRationalFunction)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 557 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(StoredGroebnerBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(StoredGroebnerBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(StoredGroebnerBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasStoredGroebnerBasis" - ], - "filters": [ - [ - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "Tester(LeftActingRingOfIdeal)", - "Tester(RightActingRingOfIdeal)", - "CategoryCollections(IsRationalFunction)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/groebner.gd", - "line": 557 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(StoredGroebnerBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PcgsByPcSequence" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 141 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PcgsByPcSequence", - "filters": [ - [ - "IsElementsFamilyByRws" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 19 - }, - { - "comment": "PcgsByPcSequence", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 18 - }, - { - "comment": "PcgsByPcSequence", - "filters": [ - [ - "IsElementsFamilyByRws" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 6 - }, - { - "comment": "PcgsByPcSequence", - "filters": [ - [ - "IsFamily" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 5 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PcgsByPcSequence", - "type": "GAP_Operation" - }, - { - "aka": [ - "PcgsByPcSequenceNC" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 142 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PcgsByPcSequenceNC: elements family by rws, empty sequence", - "filters": [ - [ - "IsElementsFamilyByRws" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 19 - }, - { - "comment": "PcgsByPcSequenceNC: pc series, empty sequence", - "filters": [ - [ - "IsFamily" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 18 - }, - { - "comment": "PcgsByPcSequenceNC: elements family by rws with defining pcgs", - "filters": [ - [ - "IsElementsFamilyByRws", - "Tester(DefiningPcgs)" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 7 - }, - { - "comment": "PcgsByPcSequenceNC: elements family by rws", - "filters": [ - [ - "IsElementsFamilyByRws" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 6 - }, - { - "comment": "PcgsByPcSequenceNC: pc series", - "filters": [ - [ - "IsFamily" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 5 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PcgsByPcSequenceNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "PcgsByPcSequenceCons" - ], - "filters": [ - [ - [], - [], - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 158 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "PcgsByPcSequenceCons: generic constructor", - "filters": [ - [ - "IsPcgsDefaultRep" - ], - [], - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": -3 - } - ], - "6args": [] - }, - "name": "PcgsByPcSequenceCons", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsModuloPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 200 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PcGroupWithPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PcGroupWithPcgs)" - ] - ], - "rank": 20023 - }, - { - "comment": "PcGroupWithPcgs", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - }, - { - "comment": "PcGroupWithPcgs: pcgs modulo pcgs", - "filters": [ - [ - "IsModuloPcgs" - ] - ], - "rank": 20 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PcGroupWithPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGroupByPcgs", - "SetPcGroupWithPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 200 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PcGroupWithPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PcGroupWithPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PcGroupWithPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGroupByPcgs", - "HasPcGroupWithPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 200 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PcGroupWithPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 220 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GroupOfPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GroupOfPcgs)" - ] - ], - "rank": 20024 - }, - { - "comment": "GroupOfPcgs", - "filters": [ - [ - "IsPcgs", - "IsPcgsPermGroupRep" - ] - ], - "rank": 27 - }, - { - "comment": "GroupOfPcgs", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - }, - { - "comment": "GroupOfPcgs", - "filters": [ - [ - "IsModuloPcgs" - ] - ], - "rank": 20 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GroupOfPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGroupOfPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 220 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GroupOfPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GroupOfPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GroupOfPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGroupOfPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 220 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GroupOfPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 253 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OneOfPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OneOfPcgs)" - ] - ], - "rank": 20024 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OneOfPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOneOfPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 253 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OneOfPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OneOfPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OneOfPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOneOfPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 253 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OneOfPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PcSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PcSeries)" - ] - ], - "rank": 20024 - }, - { - "comment": "PcSeries", - "filters": [ - [ - "IsPcgs", - "IsPcgsPermGroupRep" - ] - ], - "rank": 27 - }, - { - "comment": "PcSeries: construct subgroups", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PcSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPcSeries" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PcSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PcSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PcSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPcSeries" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PcSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 289 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPcgsElementaryAbelianSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPcgsElementaryAbelianSeries)" - ] - ], - "rank": 20024 - }, - { - "comment": "IsPcgsElementaryAbelianSeries: test if elm. abelian", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPcgsElementaryAbelianSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPcgsElementaryAbelianSeries" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 289 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPcgsElementaryAbelianSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPcgsElementaryAbelianSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPcgsElementaryAbelianSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 289 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPcgsElementaryAbelianSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 312 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PcgsElementaryAbelianSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PcgsElementaryAbelianSeries)" - ] - ], - "rank": 20037 - }, - { - "comment": "PcgsElementaryAbelianSeries: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 95 - }, - { - "comment": "PcgsElementaryAbelianSeries: for pc group with parent group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 66 - }, - { - "comment": "PcgsElementaryAbelianSeries: CRISP method for pc group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 65 - }, - { - "comment": "PcgsElementaryAbelianSeries: perm group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 55 - }, - { - "comment": "PcgsElementaryAbelianSeries: finite group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 46 - }, - { - "aka": [ - "PcgsElAbSerFromSpecPcgs" - ], - "comment": "PcgsElementaryAbelianSeries: for PCgroups via SpecialPcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 43 - }, - { - "comment": "PcgsElementaryAbelianSeries: for group with parent group", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "aka": [ - "DoPcgsElementaryAbelianSeries" - ], - "comment": "PcgsElementaryAbelianSeries: generic group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "PcgsElementaryAbelianSeries: if special pcgs is known", - "filters": [ - [ - "Tester(SpecialPcgs)" - ] - ], - "rank": 22 - }, - { - "comment": "PcgsElementaryAbelianSeries: group list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "PcgsElementaryAbelianSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PcgsElementaryAbelianSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPcgsElementaryAbelianSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 312 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PcgsElementaryAbelianSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PcgsElementaryAbelianSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PcgsElementaryAbelianSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPcgsElementaryAbelianSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 312 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PcgsElementaryAbelianSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 349 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndicesEANormalSteps: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndicesEANormalSteps)" - ] - ], - "rank": 20024 - }, - { - "comment": "IndicesEANormalSteps: special pcgs: LGFirst", - "filters": [ - [ - "IsSpecialPcgs", - "Tester(IsSpecialPcgs)" - ] - ], - "rank": 25 - }, - { - "comment": "IndicesEANormalSteps: inherit from parent", - "filters": [ - [ - "IsInducedPcgs", - "Tester(ParentPcgs)" - ] - ], - "rank": 23 - }, - { - "comment": "IndicesEANormalSteps: compatibility only", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesNormalSteps)" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndicesEANormalSteps", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndicesEANormalSteps" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 349 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndicesEANormalSteps): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndicesEANormalSteps): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndicesEANormalSteps)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndicesEANormalSteps" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 349 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndicesEANormalSteps)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 369 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EANormalSeriesByPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(EANormalSeriesByPcgs)" - ] - ], - "rank": 20024 - }, - { - "aka": [ - "NorSerPermPcgs" - ], - "comment": "EANormalSeriesByPcgs: perm group modulo rep", - "filters": [ - [ - "IsPcgsElementaryAbelianSeries", - "Tester(IsPcgsElementaryAbelianSeries)", - "IsModuloPcgsPermGroupRep" - ] - ], - "rank": 30 - }, - { - "comment": "EANormalSeriesByPcgs: perm group rep", - "filters": [ - [ - "IsPcgs", - "IsPcgsElementaryAbelianSeries", - "Tester(IsPcgsElementaryAbelianSeries)", - "IsPcgsPermGroupRep" - ] - ], - "rank": 29 - }, - { - "comment": "EANormalSeriesByPcgs: from indices", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesEANormalSteps)", - "IsPcgsPermGroupRep" - ] - ], - "rank": 28 - }, - { - "comment": "EANormalSeriesByPcgs: from PcSeries", - "filters": [ - [ - "IsPcgs", - "Tester(PcSeries)", - "Tester(IndicesEANormalSteps)" - ] - ], - "rank": 23 - }, - { - "comment": "EANormalSeriesByPcgs: from indices", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesEANormalSteps)" - ] - ], - "rank": 22 - }, - { - "comment": "EANormalSeriesByPcgs: compatibility only", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesNormalSteps)" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EANormalSeriesByPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEANormalSeriesByPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 369 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(EANormalSeriesByPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(EANormalSeriesByPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(EANormalSeriesByPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEANormalSeriesByPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 369 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(EANormalSeriesByPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 388 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPcgsCentralSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPcgsCentralSeries)" - ] - ], - "rank": 20024 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPcgsCentralSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPcgsCentralSeries" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 388 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPcgsCentralSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPcgsCentralSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPcgsCentralSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 388 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPcgsCentralSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 407 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PcgsCentralSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PcgsCentralSeries)" - ] - ], - "rank": 20037 - }, - { - "comment": "PcgsCentralSeries: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 95 - }, - { - "comment": "PcgsCentralSeries: for permgrp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "aka": [ - "DoCentralSeriesPcgsIfNilpot" - ], - "comment": "PcgsCentralSeries: for pc groups use SpecialPcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 43 - }, - { - "comment": "PcgsCentralSeries: for pcgs computable use SpecialPcgs", - "filters": [ - [ - "CanEasilyComputePcgs" - ] - ], - "rank": 36 - }, - { - "comment": "PcgsCentralSeries: if special pcgs is known", - "filters": [ - [ - "Tester(SpecialPcgs)" - ] - ], - "rank": 22 - }, - { - "comment": "PcgsCentralSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PcgsCentralSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPcgsCentralSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 407 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PcgsCentralSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PcgsCentralSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PcgsCentralSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPcgsCentralSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 407 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PcgsCentralSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 444 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndicesCentralNormalSteps: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndicesCentralNormalSteps)" - ] - ], - "rank": 20024 - }, - { - "comment": "IndicesCentralNormalSteps: compatibility only", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesNormalSteps)" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndicesCentralNormalSteps", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndicesCentralNormalSteps" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 444 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndicesCentralNormalSteps): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndicesCentralNormalSteps): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndicesCentralNormalSteps)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndicesCentralNormalSteps" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 444 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndicesCentralNormalSteps)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 464 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CentralNormalSeriesByPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CentralNormalSeriesByPcgs)" - ] - ], - "rank": 20024 - }, - { - "comment": "CentralNormalSeriesByPcgs: from indices", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesCentralNormalSteps)", - "IsPcgsPermGroupRep" - ] - ], - "rank": 28 - }, - { - "comment": "CentralNormalSeriesByPcgs: from PcSeries", - "filters": [ - [ - "IsPcgs", - "Tester(PcSeries)", - "Tester(IndicesCentralNormalSteps)" - ] - ], - "rank": 23 - }, - { - "comment": "CentralNormalSeriesByPcgs: from indices", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesCentralNormalSteps)" - ] - ], - "rank": 22 - }, - { - "comment": "CentralNormalSeriesByPcgs: compatibility only", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesNormalSteps)" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CentralNormalSeriesByPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCentralNormalSeriesByPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 464 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CentralNormalSeriesByPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CentralNormalSeriesByPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CentralNormalSeriesByPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCentralNormalSeriesByPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 464 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CentralNormalSeriesByPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 483 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPcgsPCentralSeriesPGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPcgsPCentralSeriesPGroup)" - ] - ], - "rank": 20024 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPcgsPCentralSeriesPGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPcgsPCentralSeriesPGroup" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 483 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPcgsPCentralSeriesPGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPcgsPCentralSeriesPGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPcgsPCentralSeriesPGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 483 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPcgsPCentralSeriesPGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 502 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PcgsPCentralSeriesPGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PcgsPCentralSeriesPGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "PcgsPCentralSeriesPGroup: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 95 - }, - { - "comment": "PcgsPCentralSeriesPGroup: for permgrp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "PcgsPCentralSeriesPGroup: for pc groups use SpecialPcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 43 - }, - { - "comment": "PcgsPCentralSeriesPGroup: for pcgs computable use SpecialPcgs", - "filters": [ - [ - "CanEasilyComputePcgs" - ] - ], - "rank": 36 - }, - { - "comment": "PcgsPCentralSeriesPGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PcgsPCentralSeriesPGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPcgsPCentralSeriesPGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 502 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PcgsPCentralSeriesPGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PcgsPCentralSeriesPGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PcgsPCentralSeriesPGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPcgsPCentralSeriesPGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 502 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PcgsPCentralSeriesPGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 539 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndicesPCentralNormalStepsPGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndicesPCentralNormalStepsPGroup)" - ] - ], - "rank": 20024 - }, - { - "comment": "IndicesPCentralNormalStepsPGroup: compatibility only", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesNormalSteps)" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndicesPCentralNormalStepsPGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndicesPCentralNormalStepsPGroup" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 539 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndicesPCentralNormalStepsPGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndicesPCentralNormalStepsPGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndicesPCentralNormalStepsPGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndicesPCentralNormalStepsPGroup" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 539 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndicesPCentralNormalStepsPGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 559 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PCentralNormalSeriesByPcgsPGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PCentralNormalSeriesByPcgsPGroup)" - ] - ], - "rank": 20024 - }, - { - "comment": "PCentralNormalSeriesByPcgsPGroup: from indices", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesPCentralNormalStepsPGroup)", - "IsPcgsPermGroupRep" - ] - ], - "rank": 28 - }, - { - "comment": "PCentralNormalSeriesByPcgsPGroup: from PcSeries", - "filters": [ - [ - "IsPcgs", - "Tester(PcSeries)", - "Tester(IndicesPCentralNormalStepsPGroup)" - ] - ], - "rank": 23 - }, - { - "comment": "PCentralNormalSeriesByPcgsPGroup: from indices", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesPCentralNormalStepsPGroup)" - ] - ], - "rank": 22 - }, - { - "comment": "PCentralNormalSeriesByPcgsPGroup: compatibility only", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesNormalSteps)" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PCentralNormalSeriesByPcgsPGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPCentralNormalSeriesByPcgsPGroup" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 559 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PCentralNormalSeriesByPcgsPGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PCentralNormalSeriesByPcgsPGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PCentralNormalSeriesByPcgsPGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPCentralNormalSeriesByPcgsPGroup" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 559 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PCentralNormalSeriesByPcgsPGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 577 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPcgsChiefSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPcgsChiefSeries)" - ] - ], - "rank": 20024 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPcgsChiefSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPcgsChiefSeries" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 577 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPcgsChiefSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPcgsChiefSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPcgsChiefSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 577 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPcgsChiefSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 595 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PcgsChiefSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PcgsChiefSeries)" - ] - ], - "rank": 20037 - }, - { - "comment": "PcgsChiefSeries: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 95 - }, - { - "comment": "PcgsChiefSeries: compute chief series and pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "PcgsChiefSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PcgsChiefSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPcgsChiefSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 595 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PcgsChiefSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PcgsChiefSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PcgsChiefSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPcgsChiefSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 595 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PcgsChiefSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 631 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndicesChiefNormalSteps: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndicesChiefNormalSteps)" - ] - ], - "rank": 20024 - }, - { - "comment": "IndicesChiefNormalSteps: compatibility only", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesNormalSteps)" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndicesChiefNormalSteps", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndicesChiefNormalSteps" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 631 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndicesChiefNormalSteps): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndicesChiefNormalSteps): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndicesChiefNormalSteps)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndicesChiefNormalSteps" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 631 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndicesChiefNormalSteps)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 670 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ChiefNormalSeriesByPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ChiefNormalSeriesByPcgs)" - ] - ], - "rank": 20024 - }, - { - "comment": "ChiefNormalSeriesByPcgs: from indices", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesChiefNormalSteps)", - "IsPcgsPermGroupRep" - ] - ], - "rank": 28 - }, - { - "comment": "ChiefNormalSeriesByPcgs: from PcSeries", - "filters": [ - [ - "IsPcgs", - "Tester(PcSeries)", - "Tester(IndicesChiefNormalSteps)" - ] - ], - "rank": 23 - }, - { - "comment": "ChiefNormalSeriesByPcgs: from indices", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesChiefNormalSteps)" - ] - ], - "rank": 22 - }, - { - "comment": "ChiefNormalSeriesByPcgs: compatibility only", - "filters": [ - [ - "IsPcgs", - "Tester(IndicesNormalSteps)" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ChiefNormalSeriesByPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetChiefNormalSeriesByPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 670 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ChiefNormalSeriesByPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ChiefNormalSeriesByPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ChiefNormalSeriesByPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasChiefNormalSeriesByPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 670 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ChiefNormalSeriesByPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 690 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndicesNormalSteps: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndicesNormalSteps)" - ] - ], - "rank": 20024 - }, - { - "comment": "IndicesNormalSteps: generic", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndicesNormalSteps", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndicesNormalSteps" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 690 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndicesNormalSteps): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndicesNormalSteps): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndicesNormalSteps)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndicesNormalSteps" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 690 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndicesNormalSteps)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 710 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormalSeriesByPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormalSeriesByPcgs)" - ] - ], - "rank": 20024 - }, - { - "comment": "NormalSeriesByPcgs: generic", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalSeriesByPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormalSeriesByPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 710 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormalSeriesByPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormalSeriesByPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormalSeriesByPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormalSeriesByPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 710 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormalSeriesByPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 729 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPrimeOrdersPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPrimeOrdersPcgs)" - ] - ], - "rank": 20022 - }, - { - "comment": "IsPrimeOrdersPcgs", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - }, - { - "comment": "IsPrimeOrdersPcgs", - "filters": [ - [ - "IsModuloPcgs" - ] - ], - "rank": 20 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPrimeOrdersPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPrimeOrdersPcgs" - ], - "filters": [ - [ - [ - "IsGeneralPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 729 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPrimeOrdersPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPrimeOrdersPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPrimeOrdersPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 729 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPrimeOrdersPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 745 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFiniteOrdersPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFiniteOrdersPcgs)" - ] - ], - "rank": 20022 - }, - { - "comment": "IsFiniteOrdersPcgs", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - }, - { - "comment": "IsFiniteOrdersPcgs", - "filters": [ - [ - "IsModuloPcgs" - ] - ], - "rank": 20 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFiniteOrdersPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFiniteOrdersPcgs" - ], - "filters": [ - [ - [ - "IsGeneralPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 745 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFiniteOrdersPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFiniteOrdersPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFiniteOrdersPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 745 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFiniteOrdersPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 762 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RefinedPcGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RefinedPcGroup)" - ] - ], - "rank": 20039 - }, - { - "comment": "RefinedPcGroup: group with refined pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 43 - }, - { - "comment": "RefinedPcGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RefinedPcGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRefinedPcGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 762 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RefinedPcGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RefinedPcGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RefinedPcGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRefinedPcGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 762 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RefinedPcGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 780 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismRefinedPcGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsomorphismRefinedPcGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsomorphismRefinedPcGroup: group with refined pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 43 - }, - { - "comment": "IsomorphismRefinedPcGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismRefinedPcGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsomorphismRefinedPcGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 780 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsomorphismRefinedPcGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsomorphismRefinedPcGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsomorphismRefinedPcGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsomorphismRefinedPcGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 780 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsomorphismRefinedPcGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "DepthOfPcElement" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 814 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DepthOfPcElement: handled by nice monomorphism: attribute CollElm", - "filters": [ - [ - "IsPcgs", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 360 - }, - { - "aka": [ - "32Bits_DepthOfPcElement" - ], - "comment": "DepthOfPcElement: family pcgs (32 bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is32BitsPcWordRep" - ] - ], - "rank": 185 - }, - { - "aka": [ - "16Bits_DepthOfPcElement" - ], - "comment": "DepthOfPcElement: family pcgs (16 bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is16BitsPcWordRep" - ] - ], - "rank": 185 - }, - { - "aka": [ - "8Bits_DepthOfPcElement" - ], - "comment": "DepthOfPcElement: family pcgs (8 bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is8BitsPcWordRep" - ] - ], - "rank": 185 - }, - { - "comment": "DepthOfPcElement: family pcgs", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 82 - }, - { - "comment": "DepthOfPcElement: for pcgs of direct product", - "filters": [ - [ - "IsPcgs", - "IsPcgsDirectProductRep" - ], - [ - "IsDirectProductElement" - ] - ], - "rank": 40 - }, - { - "comment": "DepthOfPcElement: permpcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsPcgsPermGroupRep" - ], - [ - "IsPerm" - ] - ], - "rank": 37 - }, - { - "comment": "DepthOfPcElement: pcgs by pcgs", - "filters": [ - [ - "IsPcgs", - "IsPcgsByPcgsRep" - ], - [] - ], - "rank": 27 - }, - { - "comment": "DepthOfPcElement: sorted pcgs", - "filters": [ - [ - "IsPcgs", - "IsSortedPcgsRep" - ], - [] - ], - "rank": 26 - }, - { - "comment": "DepthOfPcElement: induced pcgs", - "filters": [ - [ - "IsInducedPcgs", - "IsInducedPcgsRep" - ], - [] - ], - "rank": 26 - }, - { - "comment": "DepthOfPcElement: unsorted pcgs", - "filters": [ - [ - "IsPcgs", - "IsUnsortedPcgsRep" - ], - [] - ], - "rank": 25 - }, - { - "comment": "DepthOfPcElement: pcgs modulo pcgs", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloPcgsRep" - ], - [] - ], - "rank": 24 - }, - { - "comment": "DepthOfPcElement: generic methods, ExponentsOfPcElement", - "filters": [ - [ - "IsPcgs" - ], - [] - ], - "rank": 21 - } - ], - "3args": [ - { - "comment": "DepthOfPcElement", - "filters": [ - [ - "IsPcgs", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 379 - }, - { - "comment": "DepthOfPcElement: permpcgs,start", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsPcgsPermGroupRep" - ], - [ - "IsPerm" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 56 - }, - { - "comment": "DepthOfPcElement: pcgs modulo pcgs, ignoring <min>", - "filters": [ - [ - "IsPcgs" - ], - [], - [ - "IsInt" - ] - ], - "rank": 39 - }, - { - "comment": "DepthOfPcElement: pcgs modulo pcgs, ignoring <min>", - "filters": [ - [ - "IsModuloPcgs" - ], - [], - [ - "IsInt" - ] - ], - "rank": 38 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DepthOfPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "DifferenceOfPcElement" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 827 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "DifferenceOfPcElement: generic methods, PcElementByExponents/ExponentsOfPcElement", - "filters": [ - [ - "IsPcgs" - ], - [], - [] - ], - "rank": 21 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DifferenceOfPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExponentOfPcElement" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 845 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ExponentOfPcElement: via nicoemorphism", - "filters": [ - [ - "IsPcgs", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 379 - }, - { - "aka": [ - "32Bits_ExponentOfPcElement" - ], - "comment": "ExponentOfPcElement: family pcgs (32bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is32BitsPcWordRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 204 - }, - { - "aka": [ - "16Bits_ExponentOfPcElement" - ], - "comment": "ExponentOfPcElement: family pcgs (16bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is16BitsPcWordRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 204 - }, - { - "aka": [ - "8Bits_ExponentOfPcElement" - ], - "comment": "ExponentOfPcElement: family pcgs (8bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is8BitsPcWordRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 204 - }, - { - "comment": "ExponentOfPcElement", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsPcgsPermGroupRep" - ], - [ - "IsPerm" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 56 - }, - { - "comment": "ExponentOfPcElement: induced pcgs", - "filters": [ - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsInducedPcgs", - "IsInducedPcgsRep" - ], - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 49 - }, - { - "comment": "ExponentOfPcElement: sorted pcgs", - "filters": [ - [ - "IsPcgs", - "IsSortedPcgsRep" - ], - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 45 - }, - { - "comment": "ExponentOfPcElement: unsorted pcgs", - "filters": [ - [ - "IsPcgs", - "IsUnsortedPcgsRep" - ], - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 44 - }, - { - "comment": "ExponentOfPcElement: pcgs modulo tail-pcgs, ExponentsOfPcElement", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloTailPcgsRep" - ], - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 44 - }, - { - "comment": "ExponentOfPcElement: generic method, ExponentsOfPcElement", - "filters": [ - [ - "IsPcgs" - ], - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 40 - }, - { - "comment": "ExponentOfPcElement: pcgs modulo pcgs, ExponentsOfPcElement", - "filters": [ - [ - "IsModuloPcgs" - ], - [], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 39 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExponentOfPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExponentsOfPcElement" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 864 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ExponentsOfPcElement: handled by nice monomorphism: attribute CollElm", - "filters": [ - [ - "IsPcgs", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 360 - }, - { - "aka": [ - "32Bits_ExponentsOfPcElement" - ], - "comment": "ExponentsOfPcElement: family pcgs/32 bit", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "Is32BitsPcWordRep" - ] - ], - "rank": 179 - }, - { - "aka": [ - "16Bits_ExponentsOfPcElement" - ], - "comment": "ExponentsOfPcElement: family pcgs/16 bit", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "Is16BitsPcWordRep" - ] - ], - "rank": 179 - }, - { - "aka": [ - "8Bits_ExponentsOfPcElement" - ], - "comment": "ExponentsOfPcElement: family pcgs/8 bit", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "Is8BitsPcWordRep" - ] - ], - "rank": 179 - }, - { - "comment": "ExponentsOfPcElement: family pcgs", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 82 - }, - { - "comment": "ExponentsOfPcElement: for pcgs of direct product", - "filters": [ - [ - "IsPcgs", - "IsPcgsDirectProductRep" - ], - [ - "IsDirectProductElement" - ] - ], - "rank": 40 - }, - { - "comment": "ExponentsOfPcElement: perm group", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsPcgsPermGroupRep" - ], - [ - "IsPerm" - ] - ], - "rank": 37 - }, - { - "comment": "ExponentsOfPcElement: subset of induced pcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsSubsetInducedPcgsRep" - ], - [] - ], - "rank": 30 - }, - { - "comment": "ExponentsOfPcElement: induced pcgs", - "filters": [ - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsInducedPcgs", - "IsInducedPcgsRep" - ], - [] - ], - "rank": 30 - }, - { - "comment": "ExponentsOfPcElement: fp", - "filters": [ - [ - "IsModuloPcgsFpGroupRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 29 - }, - { - "comment": "ExponentsOfPcElement: pcgs by pcgs", - "filters": [ - [ - "IsPcgs", - "IsPcgsByPcgsRep" - ], - [] - ], - "rank": 27 - }, - { - "comment": "ExponentsOfPcElement: sorted pcgs", - "filters": [ - [ - "IsPcgs", - "IsSortedPcgsRep" - ], - [] - ], - "rank": 26 - }, - { - "comment": "ExponentsOfPcElement: subset induced pcgs modulo tail-pcgs", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloTailPcgsRep", - "IsNumeratorParentForExponentsRep" - ], - [] - ], - "rank": 26 - }, - { - "comment": "ExponentsOfPcElement: unsorted pcgs", - "filters": [ - [ - "IsPcgs", - "IsUnsortedPcgsRep" - ], - [] - ], - "rank": 25 - }, - { - "comment": "ExponentsOfPcElement: pcgs modulo tail-pcgs", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloTailPcgsRep" - ], - [] - ], - "rank": 25 - }, - { - "comment": "ExponentsOfPcElement: modpcgs numerator parent layers", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloPcgsRep", - "IsNumeratorParentLayersForExponentsRep" - ], - [] - ], - "rank": 25 - }, - { - "comment": "ExponentsOfPcElement: pcgs modulo pcgs", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloPcgsRep" - ], - [] - ], - "rank": 24 - }, - { - "comment": "ExponentsOfPcElement: pc series", - "filters": [ - [ - "IsPcgs" - ], - [] - ], - "rank": 21 - } - ], - "3args": [ - { - "comment": "ExponentsOfPcElement", - "filters": [ - [ - "IsPcgs", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 389 - }, - { - "comment": "ExponentsOfPcElement: perm group with 0 positions", - "filters": [ - [ - "IsPcgs", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 377 - }, - { - "comment": "ExponentsOfPcElement: family pcgs/32 bit", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "Is32BitsPcWordRep" - ], - [ - "IsList" - ] - ], - "rank": 181 - }, - { - "comment": "ExponentsOfPcElement: family pcgs/16 bit", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "Is16BitsPcWordRep" - ], - [ - "IsList" - ] - ], - "rank": 181 - }, - { - "comment": "ExponentsOfPcElement: family pcgs/8 bit", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "Is8BitsPcWordRep" - ], - [ - "IsList" - ] - ], - "rank": 181 - }, - { - "comment": "ExponentsOfPcElement: perm group with positions", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsPcgsPermGroupRep" - ], - [ - "IsPerm" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 66 - }, - { - "comment": "ExponentsOfPcElement: perm group with 0 positions", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsPcgsPermGroupRep" - ], - [ - "IsPerm" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 54 - }, - { - "comment": "ExponentsOfPcElement: subset of induced pcgs, subrange", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsSubsetInducedPcgsRep" - ], - [], - [ - "IsList" - ] - ], - "rank": 32 - }, - { - "comment": "ExponentsOfPcElement: induced pcgs, subrange", - "filters": [ - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsInducedPcgs", - "IsInducedPcgsRep" - ], - [], - [ - "IsList" - ] - ], - "rank": 32 - }, - { - "aka": [ - "ExpPcElmSortedFun" - ], - "comment": "ExponentsOfPcElement: sorted pcgs/range", - "filters": [ - [ - "IsPcgs", - "IsSortedPcgsRep" - ], - [], - [ - "IsList" - ] - ], - "rank": 28 - }, - { - "comment": "ExponentsOfPcElement: subset induced pcgs modulo tail-pcgs, subrange", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloTailPcgsRep", - "IsNumeratorParentForExponentsRep" - ], - [], - [ - "IsList" - ] - ], - "rank": 28 - }, - { - "comment": "ExponentsOfPcElement: unsorted pcgs/range", - "filters": [ - [ - "IsPcgs", - "IsUnsortedPcgsRep" - ], - [], - [ - "IsList" - ] - ], - "rank": 27 - }, - { - "comment": "ExponentsOfPcElement: pcgs modulo tail-pcgs, subrange", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloTailPcgsRep" - ], - [], - [ - "IsList" - ] - ], - "rank": 27 - }, - { - "comment": "ExponentsOfPcElement: pcgs modulo pcgs, subrange", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloPcgsRep" - ], - [], - [ - "IsList" - ] - ], - "rank": 26 - }, - { - "comment": "ExponentsOfPcElement: with positions, falling back to ExponentsOfPcElement", - "filters": [ - [ - "IsPcgs" - ], - [], - [ - "IsList" - ] - ], - "rank": 23 - }, - { - "comment": "ExponentsOfPcElement: pcgs mod. pcgs,range, falling back to Exp.OfPcElement", - "filters": [ - [ - "IsModuloPcgs" - ], - [], - [ - "IsList" - ] - ], - "rank": 22 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExponentsOfPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExponentsOfConjugate" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 886 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ExponentsOfConjugate: family pcgs: look up", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 114 - }, - { - "comment": "ExponentsOfConjugate: subset induced pcgs modulo tail-pcgs", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloTailPcgsRep", - "IsNumeratorParentForExponentsRep" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 64 - }, - { - "comment": "ExponentsOfConjugate: generic: compute conjugate", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 58 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExponentsOfConjugate", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExponentsOfRelativePower" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 909 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ExponentsOfRelativePower: family pcgs: look up", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 95 - }, - { - "comment": "ExponentsOfRelativePower: subset induced pcgs modulo tail-pcgs", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloTailPcgsRep", - "IsNumeratorParentForExponentsRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 45 - }, - { - "comment": "ExponentsOfRelativePower: generic: compute power", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 39 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExponentsOfRelativePower", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExponentsOfCommutator" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 931 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ExponentsOfCommutator: generic: compute commutator", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 58 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExponentsOfCommutator", - "type": "GAP_Operation" - }, - { - "aka": [ - "LeadingExponentOfPcElement" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 949 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LeadingExponentOfPcElement: handled by nice monomorphism: attribute CollElm", - "filters": [ - [ - "IsPcgs", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 360 - }, - { - "aka": [ - "32Bits_LeadingExponentOfPcElement" - ], - "comment": "LeadingExponentOfPcElement: family pcgs (32 bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is32BitsPcWordRep" - ] - ], - "rank": 185 - }, - { - "aka": [ - "16Bits_LeadingExponentOfPcElement" - ], - "comment": "LeadingExponentOfPcElement: family pcgs (16 bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is16BitsPcWordRep" - ] - ], - "rank": 185 - }, - { - "aka": [ - "8Bits_LeadingExponentOfPcElement" - ], - "comment": "LeadingExponentOfPcElement: family pcgs (8 bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is8BitsPcWordRep" - ] - ], - "rank": 185 - }, - { - "comment": "LeadingExponentOfPcElement: family pcgs", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws" - ] - ], - "rank": 82 - }, - { - "comment": "LeadingExponentOfPcElement", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsPcgsPermGroupRep" - ], - [ - "IsPerm" - ] - ], - "rank": 37 - }, - { - "comment": "LeadingExponentOfPcElement: subset induced pcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsSubsetInducedPcgsRep" - ], - [] - ], - "rank": 30 - }, - { - "comment": "LeadingExponentOfPcElement: sorted pcgs", - "filters": [ - [ - "IsPcgs", - "IsSortedPcgsRep" - ], - [] - ], - "rank": 26 - }, - { - "comment": "LeadingExponentOfPcElement: unsorted pcgs", - "filters": [ - [ - "IsPcgs", - "IsUnsortedPcgsRep" - ], - [] - ], - "rank": 25 - }, - { - "comment": "LeadingExponentOfPcElement: generic methods, ExponentsOfPcElement", - "filters": [ - [ - "IsPcgs" - ], - [] - ], - "rank": 21 - }, - { - "comment": "LeadingExponentOfPcElement: pcgs modulo pcgs, use ExponentsOfPcElement", - "filters": [ - [ - "IsModuloPcgs" - ], - [] - ], - "rank": 20 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeadingExponentOfPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "DepthAndLeadingExponentOfPcElement" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 968 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DepthAndLeadingExponentOfPcElement: permpcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsPcgsPermGroupRep" - ], - [ - "IsPerm" - ] - ], - "rank": 37 - }, - { - "comment": "DepthAndLeadingExponentOfPcElement: generic methods, ExponentsOfPcElement", - "filters": [ - [ - "IsModuloPcgs" - ], - [] - ], - "rank": 20 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DepthAndLeadingExponentOfPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "PcElementByExponentsNC" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1001 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PcElementByExponentsNC: family pcgs, FFE", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 107 - }, - { - "comment": "PcElementByExponentsNC: family pcgs", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 107 - }, - { - "comment": "PcElementByExponentsNC: subset induced wrt family pcgs, FFE", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsParentPcgsFamilyPcgs", - "Tester(IsParentPcgsFamilyPcgs)", - "IsSubsetInducedPcgsRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 83 - }, - { - "comment": "PcElementByExponentsNC: subset induced wrt family pcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsParentPcgsFamilyPcgs", - "Tester(IsParentPcgsFamilyPcgs)", - "IsSubsetInducedPcgsRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 83 - }, - { - "comment": "PcElementByExponentsNC: modulo subset induced wrt family pcgs, FFE", - "filters": [ - [ - "IsModuloPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsNumeratorParentPcgsFamilyPcgs", - "Tester(IsNumeratorParentPcgsFamilyPcgs)", - "IsSubsetInducedNumeratorModuloTailPcgsRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 63 - }, - { - "comment": "PcElementByExponentsNC: modulo subset induced wrt family pcgs", - "filters": [ - [ - "IsModuloPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsNumeratorParentPcgsFamilyPcgs", - "Tester(IsNumeratorParentPcgsFamilyPcgs)", - "IsSubsetInducedNumeratorModuloTailPcgsRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 63 - }, - { - "comment": "PcElementByExponentsNC: generic method: modulo, FFE", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 51 - }, - { - "comment": "PcElementByExponentsNC: generic method: modulo", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 51 - }, - { - "comment": "PcElementByExponentsNC: generic method for empty lists", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 38 - }, - { - "comment": "PcElementByExponentsNC: generic method for empty lists", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 37 - }, - { - "comment": "PcElementByExponentsNC: generic method", - "filters": [ - [ - "IsList" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 33 - }, - { - "comment": "PcElementByExponentsNC: generic method: call LinearCombinationPcgs", - "filters": [ - [ - "IsList" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 33 - } - ], - "3args": [ - { - "comment": "PcElementByExponentsNC: generic method for empty list as basis or basisindex, modulo", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ] - ], - "rank": 10039 - }, - { - "comment": "PcElementByExponentsNC: family pcgs, basisind, FFE", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 138 - }, - { - "comment": "PcElementByExponentsNC: family pcgs, index", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 138 - }, - { - "comment": "PcElementByExponentsNC: subset induced wrt family pcgs, FFE,index", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsParentPcgsFamilyPcgs", - "Tester(IsParentPcgsFamilyPcgs)", - "IsSubsetInducedPcgsRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 114 - }, - { - "comment": "PcElementByExponentsNC: subset induced wrt family pcgs, index", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsParentPcgsFamilyPcgs", - "Tester(IsParentPcgsFamilyPcgs)", - "IsSubsetInducedPcgsRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 114 - }, - { - "comment": "PcElementByExponentsNC: modulo subset induced wrt family pcgs, FFE, index", - "filters": [ - [ - "IsModuloPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsNumeratorParentPcgsFamilyPcgs", - "Tester(IsNumeratorParentPcgsFamilyPcgs)", - "IsSubsetInducedNumeratorModuloTailPcgsRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 94 - }, - { - "comment": "PcElementByExponentsNC: modulo subset induced wrt family pcgs,index", - "filters": [ - [ - "IsModuloPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsNumeratorParentPcgsFamilyPcgs", - "Tester(IsNumeratorParentPcgsFamilyPcgs)", - "IsSubsetInducedNumeratorModuloTailPcgsRep" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 94 - }, - { - "comment": "PcElementByExponentsNC: index: defer to basis,FFE", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 82 - }, - { - "comment": "PcElementByExponentsNC: index: defer to basis", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 82 - }, - { - "comment": "PcElementByExponentsNC: generic method for empty lists", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 55 - }, - { - "aka": [ - "DoPcElementByExponentsGeneric" - ], - "comment": "PcElementByExponentsNC: multiply base elts., FFE", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 54 - }, - { - "comment": "PcElementByExponentsNC: multiply basis elements", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 54 - }, - { - "comment": "PcElementByExponentsNC: generic method: modulo, basis, FFE", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsList" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsFFE)" - ] - ], - "rank": 53 - }, - { - "comment": "PcElementByExponentsNC: generic method: modulo, basis", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsList" - ], - [ - "IsHomogeneousList", - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "IsOddAdditiveNestingDepthObject", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 53 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PcElementByExponentsNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "SumOfPcElement" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1081 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SumOfPcElement: generic methods, PcElementByExponents+ExponentsOfPcElement", - "filters": [ - [ - "IsPcgs" - ], - [], - [] - ], - "rank": 21 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SumOfPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReducedPcElement" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1100 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ReducedPcElement: generic method", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [], - [] - ], - "rank": 25 - }, - { - "comment": "ReducedPcElement: pcgs modulo pcgs", - "filters": [ - [ - "IsModuloPcgs" - ], - [], - [] - ], - "rank": 20 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReducedPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "RelativeOrderOfPcElement" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1120 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RelativeOrderOfPcElement: fp", - "filters": [ - [ - "IsModuloPcgsFpGroupRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 29 - }, - { - "comment": "RelativeOrderOfPcElement: for IsPrimeOrdersPcgs using RelativeOrders", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [] - ], - "rank": 25 - }, - { - "comment": "RelativeOrderOfPcElement: general method using RelativeOrders", - "filters": [ - [ - "IsPcgs" - ], - [] - ], - "rank": 21 - }, - { - "comment": "RelativeOrderOfPcElement: pcgs modulo pcgs", - "filters": [ - [ - "IsModuloPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [] - ], - "rank": 20 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RelativeOrderOfPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "HeadPcElementByNumber" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1142 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "HeadPcElementByNumber: family pcgs (32bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is32BitsPcWordRep" - ], - [ - "IsInt" - ] - ], - "rank": 203 - }, - { - "comment": "HeadPcElementByNumber: family pcgs (16bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is16BitsPcWordRep" - ], - [ - "IsInt" - ] - ], - "rank": 203 - }, - { - "comment": "HeadPcElementByNumber: family pcgs (8bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is8BitsPcWordRep" - ], - [ - "IsInt" - ] - ], - "rank": 203 - }, - { - "comment": "HeadPcElementByNumber: using 'ExponentsOfPcElement', 'PcElementByExponents'", - "filters": [ - [ - "IsPcgs" - ], - [], - [ - "IsInt" - ] - ], - "rank": 39 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HeadPcElementByNumber", - "type": "GAP_Operation" - }, - { - "aka": [ - "CleanedTailPcElement" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1169 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "CleanedTailPcElement: family pcgs (32bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is32BitsPcWordRep" - ], - [ - "IsInt" - ] - ], - "rank": 203 - }, - { - "comment": "CleanedTailPcElement: family pcgs (16bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is16BitsPcWordRep" - ], - [ - "IsInt" - ] - ], - "rank": 203 - }, - { - "comment": "CleanedTailPcElement: family pcgs (8bits)", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is8BitsPcWordRep" - ], - [ - "IsInt" - ] - ], - "rank": 203 - }, - { - "comment": "CleanedTailPcElement: family pcgs", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 100 - }, - { - "comment": "CleanedTailPcElement: sorted pcgs - defer to sorting pcgs", - "filters": [ - [ - "IsPcgs", - "IsSortedPcgsRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 50 - }, - { - "comment": "CleanedTailPcElement: generic: do nothing", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 45 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CleanedTailPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExtendedIntersectionSumPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1191 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "ExtendedIntersectionSumPcgs: generic method for modulo pcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [] - ], - "rank": 29 - } - ], - "5args": [], - "6args": [] - }, - "name": "ExtendedIntersectionSumPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "IntersectionSumPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1207 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "IntersectionSumPcgs: prime orders pcgs, tail-pcgs, list", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsInducedPcgs", - "IsTailInducedPcgsRep" - ], - [ - "IsList" - ] - ], - "rank": 55 - }, - { - "comment": "IntersectionSumPcgs: using 'ExtendedIntersectionSumPcgs'", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 29 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IntersectionSumPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "NormalIntersectionPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1223 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "NormalIntersectionPcgs: prime orders pcgs, tail-pcgs, induced-pcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsInducedPcgs", - "IsTailInducedPcgsRep" - ], - [ - "IsInducedPcgs", - "IsInducedPcgsRep" - ] - ], - "rank": 79 - }, - { - "comment": "NormalIntersectionPcgs: prime orders pcgs, tail-pcgs, list", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsInducedPcgs", - "IsTailInducedPcgsRep" - ], - [ - "IsList" - ] - ], - "rank": 55 - }, - { - "comment": "NormalIntersectionPcgs: using 'ExtendedIntersectionSumPcgs'", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 29 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalIntersectionPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SumPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1239 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SumPcgs: generic method", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 29 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SumPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SumFactorizationFunctionPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1289 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "SumFactorizationFunctionPcgs: generic method", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [] - ], - "rank": 29 - } - ], - "5args": [], - "6args": [] - }, - "name": "SumFactorizationFunctionPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "EnumeratorByPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1305 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EnumeratorByPcgs: pcgs", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - } - ], - "2args": [ - { - "comment": "EnumeratorByPcgs: pcgs, sublist", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList" - ] - ], - "rank": 23 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EnumeratorByPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExtendedPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgs.gd", - "line": 1324 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ExtendedPcgs: perm pcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsPcgsPermGroupRep" - ], - [ - "IsList", - "CategoryCollections(IsPerm)" - ] - ], - "rank": 87 - }, - { - "comment": "ExtendedPcgs: pcgs, empty list", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 38 - }, - { - "comment": "ExtendedPcgs: induced pcgs", - "filters": [ - [ - "IsInducedPcgs" - ], - [ - "IsList" - ] - ], - "rank": 24 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExtendedPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "InducedPcgsByPcSequence" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 52 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InducedPcgsByPcSequence", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 38 - }, - { - "comment": "InducedPcgsByPcSequence", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsHomogeneousList", - "IsCollection" - ] - ], - "rank": 26 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InducedPcgsByPcSequence", - "type": "GAP_Operation" - }, - { - "aka": [ - "InducedPcgsByPcSequenceNC" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 53 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InducedPcgsByPcSequenceNC: tail of perm pcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsPcgsPermGroupRep" - ], - [ - "IsList", - "CategoryCollections(IsPerm)" - ] - ], - "rank": 87 - }, - { - "comment": "InducedPcgsByPcSequenceNC: pcgs, empty list", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 38 - }, - { - "aka": [ - "DoInducedPcgsByPcSequenceNC" - ], - "comment": "InducedPcgsByPcSequenceNC: pcgs, homogeneous list", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsHomogeneousList", - "IsCollection" - ] - ], - "rank": 26 - } - ], - "3args": [ - { - "comment": "InducedPcgsByPcSequenceNC: pcgs, empty list,depths", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ] - ], - "rank": 40 - }, - { - "comment": "InducedPcgsByPcSequenceNC: pcgs, homogeneous list, depths", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsHomogeneousList", - "IsCollection" - ], - [ - "IsList" - ] - ], - "rank": 28 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InducedPcgsByPcSequenceNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsInducedPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 76 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LeadCoeffsIGS: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LeadCoeffsIGS)" - ] - ], - "rank": 20025 - }, - { - "comment": "LeadCoeffsIGS: generic", - "filters": [ - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsInducedPcgs", - "IsInducedPcgsRep" - ] - ], - "rank": 30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeadCoeffsIGS", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLeadCoeffsIGS" - ], - "filters": [ - [ - [ - "IsInducedPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 76 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LeadCoeffsIGS): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LeadCoeffsIGS): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LeadCoeffsIGS)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLeadCoeffsIGS" - ], - "filters": [ - [ - [ - "IsInducedPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 76 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LeadCoeffsIGS)", - "type": "GAP_Operation" - }, - { - "aka": [ - "InducedPcgsByPcSequenceAndGenerators" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 107 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "InducedPcgsByPcSequenceAndGenerators", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 29 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InducedPcgsByPcSequenceAndGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "InducedPcgsByGenerators" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 127 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InducedPcgsByGenerators", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 38 - }, - { - "comment": "InducedPcgsByGenerators: pcgs, collection", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsCollection" - ] - ], - "rank": 23 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InducedPcgsByGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "InducedPcgsByGeneratorsNC" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 128 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InducedPcgsByGeneratorsNC: pcgs, empty list", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 38 - }, - { - "comment": "InducedPcgsByGeneratorsNC: prime order pcgs, collection", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsCollection" - ] - ], - "rank": 27 - }, - { - "comment": "InducedPcgsByGeneratorsNC: fallback method to test conditions", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsCollection" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InducedPcgsByGeneratorsNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "InducedPcgsByGeneratorsWithImages" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 144 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "InducedPcgsByGeneratorsWithImages", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 59 - }, - { - "comment": "InducedPcgsByGeneratorsWithImages", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 29 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InducedPcgsByGeneratorsWithImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "CanonicalPcgsByGeneratorsWithImages" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 166 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "CanonicalPcgsByGeneratorsWithImages", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsCollection" - ], - [ - "IsCollection" - ] - ], - "rank": 29 - }, - { - "comment": "CanonicalPcgsByGeneratorsWithImages", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 25 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalPcgsByGeneratorsWithImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsInducedPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 185 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AsInducedPcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 38 - }, - { - "comment": "AsInducedPcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 25 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsInducedPcgs", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsInducedPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 213 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ParentPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ParentPcgs)" - ] - ], - "rank": 20025 - }, - { - "comment": "ParentPcgs", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ParentPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetParentPcgs" - ], - "filters": [ - [ - [ - "IsInducedPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 213 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ParentPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ParentPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ParentPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasParentPcgs" - ], - "filters": [ - [ - [ - "IsInducedPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 213 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ParentPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsInducedPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanonicalPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanonicalPcgs)" - ] - ], - "rank": 20025 - }, - { - "comment": "CanonicalPcgs: of an canonical pcgs", - "filters": [ - [ - "IsCanonicalPcgs", - "Tester(IsCanonicalPcgs)" - ] - ], - "rank": 10024 - }, - { - "comment": "CanonicalPcgs: induced prime orders pcgs", - "filters": [ - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsInducedPcgs" - ] - ], - "rank": 26 - }, - { - "comment": "CanonicalPcgs: fallback method to test conditions", - "filters": [ - [ - "IsInducedPcgs" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanonicalPcgs" - ], - "filters": [ - [ - [ - "IsInducedPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanonicalPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanonicalPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanonicalPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCanonicalPcgs" - ], - "filters": [ - [ - [ - "IsInducedPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 240 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanonicalPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsInducedPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 261 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCanonicalPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCanonicalPcgs)" - ] - ], - "rank": 20025 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCanonicalPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCanonicalPcgs" - ], - "filters": [ - [ - [ - "IsInducedPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 261 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCanonicalPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCanonicalPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCanonicalPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsInducedPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 261 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCanonicalPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsInducedPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 305 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsParentPcgsFamilyPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsParentPcgsFamilyPcgs)" - ] - ], - "rank": 20025 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsParentPcgsFamilyPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsParentPcgsFamilyPcgs" - ], - "filters": [ - [ - [ - "IsInducedPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 305 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsParentPcgsFamilyPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsParentPcgsFamilyPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsParentPcgsFamilyPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsInducedPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 305 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsParentPcgsFamilyPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 320 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ElementaryAbelianSubseries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ElementaryAbelianSubseries)" - ] - ], - "rank": 20024 - }, - { - "comment": "ElementaryAbelianSubseries: generic method", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ElementaryAbelianSubseries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetElementaryAbelianSubseries" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 320 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ElementaryAbelianSubseries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ElementaryAbelianSubseries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ElementaryAbelianSubseries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasElementaryAbelianSubseries" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 320 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ElementaryAbelianSubseries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "CanonicalPcElement" - ], - "filters": [ - [ - [ - "IsInducedPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 342 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CanonicalPcElement: tail induced pcgs, 32bits word", - "filters": [ - [ - "IsInducedPcgs", - "IsParentPcgsFamilyPcgs", - "Tester(IsParentPcgsFamilyPcgs)", - "IsTailInducedPcgsRep" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is32BitsPcWordRep" - ] - ], - "rank": 158 - }, - { - "comment": "CanonicalPcElement: tail induced pcgs, 16bits word", - "filters": [ - [ - "IsInducedPcgs", - "IsParentPcgsFamilyPcgs", - "Tester(IsParentPcgsFamilyPcgs)", - "IsTailInducedPcgsRep" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is16BitsPcWordRep" - ] - ], - "rank": 158 - }, - { - "comment": "CanonicalPcElement: tail induced pcgs, 8bits word", - "filters": [ - [ - "IsInducedPcgs", - "IsParentPcgsFamilyPcgs", - "Tester(IsParentPcgsFamilyPcgs)", - "IsTailInducedPcgsRep" - ], - [ - "IsMultiplicativeElementWithInverseByRws", - "Is8BitsPcWordRep" - ] - ], - "rank": 158 - }, - { - "aka": [ - "CANONICAL_PC_ELEMENT" - ], - "comment": "CanonicalPcElement: generic method", - "filters": [ - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsInducedPcgs", - "IsInducedPcgsRep" - ], - [] - ], - "rank": 30 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "SiftedPcElement" - ], - "filters": [ - [ - [ - "IsInducedPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 367 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SiftedPcElement: family pcgs", - "filters": [ - [ - "IsPcgs", - "IsFamilyPcgs", - "Tester(IsFamilyPcgs)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 81 - }, - { - "comment": "SiftedPcElement: for induced pcgs", - "filters": [ - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsInducedPcgs", - "IsInducedPcgsRep" - ], - [] - ], - "rank": 30 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SiftedPcElement", - "type": "GAP_Operation" - }, - { - "aka": [ - "HomomorphicCanonicalPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 387 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HomomorphicCanonicalPcgs: pcgs, list", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList" - ] - ], - "rank": 23 - } - ], - "3args": [ - { - "comment": "HomomorphicCanonicalPcgs: pcgs, list, object", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList" - ], - [] - ], - "rank": 23 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HomomorphicCanonicalPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "HomomorphicInducedPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsind.gd", - "line": 407 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "HomomorphicInducedPcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 38 - }, - { - "comment": "HomomorphicInducedPcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 29 - } - ], - "3args": [ - { - "comment": "HomomorphicInducedPcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsFunction" - ] - ], - "rank": 39 - }, - { - "comment": "HomomorphicInducedPcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [] - ], - "rank": 38 - }, - { - "comment": "HomomorphicInducedPcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsHomogeneousList" - ], - [ - "IsFunction" - ] - ], - "rank": 30 - }, - { - "comment": "HomomorphicInducedPcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsHomogeneousList" - ], - [] - ], - "rank": 29 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HomomorphicInducedPcgs", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgspcg.gd", - "line": 31 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFamilyPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFamilyPcgs)" - ] - ], - "rank": 20024 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFamilyPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFamilyPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgspcg.gd", - "line": 31 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFamilyPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFamilyPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFamilyPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgspcg.gd", - "line": 31 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFamilyPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ModuloPcgsByPcSequenceNC" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsList" - ], - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 27 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ModuloPcgsByPcSequenceNC: generic method for pcgs mod pcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList" - ], - [ - "IsPcgs" - ] - ], - "rank": 44 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ModuloPcgsByPcSequenceNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "ModuloPcgsByPcSequence" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsList" - ], - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 43 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ModuloPcgsByPcSequence: generic method", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsList" - ], - [ - "IsInducedPcgs" - ] - ], - "rank": 45 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ModuloPcgsByPcSequence", - "type": "GAP_Operation" - }, - { - "aka": [ - "ModuloPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 85 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ModuloPcgs: for permutation groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 110 - }, - { - "comment": "ModuloPcgs: subgroups fp", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "ModuloPcgs: for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ModuloPcgs", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsModuloPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DenominatorOfModuloPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DenominatorOfModuloPcgs)" - ] - ], - "rank": 20023 - }, - { - "comment": "DenominatorOfModuloPcgs", - "filters": [ - [ - "IsModuloPcgsPermGroupRep" - ] - ], - "rank": 26 - }, - { - "comment": "DenominatorOfModuloPcgs: modolo-tail-pcgs-by-list-rep", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloTailPcgsByListRep" - ] - ], - "rank": 26 - }, - { - "comment": "DenominatorOfModuloPcgs: fp", - "filters": [ - [ - "IsModuloPcgsFpGroupRep" - ] - ], - "rank": 24 - }, - { - "comment": "DenominatorOfModuloPcgs: for pcgs", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DenominatorOfModuloPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDenominatorOfModuloPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DenominatorOfModuloPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DenominatorOfModuloPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DenominatorOfModuloPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDenominatorOfModuloPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DenominatorOfModuloPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsModuloPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 138 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NumeratorOfModuloPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NumeratorOfModuloPcgs)" - ] - ], - "rank": 20023 - }, - { - "comment": "NumeratorOfModuloPcgs", - "filters": [ - [ - "IsModuloPcgsPermGroupRep" - ] - ], - "rank": 26 - }, - { - "comment": "NumeratorOfModuloPcgs: modolo-tail-pcgs-by-list-rep", - "filters": [ - [ - "IsModuloPcgs", - "IsModuloTailPcgsByListRep" - ] - ], - "rank": 26 - }, - { - "comment": "NumeratorOfModuloPcgs: fp", - "filters": [ - [ - "IsModuloPcgsFpGroupRep" - ] - ], - "rank": 24 - }, - { - "comment": "NumeratorOfModuloPcgs: for pcgs", - "filters": [ - [ - "IsPcgs" - ] - ], - "rank": 21 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NumeratorOfModuloPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNumeratorOfModuloPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 138 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NumeratorOfModuloPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NumeratorOfModuloPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NumeratorOfModuloPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNumeratorOfModuloPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 138 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NumeratorOfModuloPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsModuloPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 153 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNumeratorParentPcgsFamilyPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNumeratorParentPcgsFamilyPcgs)" - ] - ], - "rank": 20023 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNumeratorParentPcgsFamilyPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNumeratorParentPcgsFamilyPcgs" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 153 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNumeratorParentPcgsFamilyPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNumeratorParentPcgsFamilyPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNumeratorParentPcgsFamilyPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsModuloPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 153 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNumeratorParentPcgsFamilyPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExponentsConjugateLayer" - ], - "filters": [ - [ - [ - "IsModuloPcgs" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsmodu.gd", - "line": 180 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ExponentsConjugateLayer: subset induced pcgs", - "filters": [ - [ - "IsParentPcgsFamilyPcgs", - "Tester(IsParentPcgsFamilyPcgs)", - "IsTailInducedPcgsRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 59 - }, - { - "comment": "ExponentsConjugateLayer: subset induced modulo pcgs", - "filters": [ - [ - "IsModuloPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsNumeratorParentPcgsFamilyPcgs", - "Tester(IsNumeratorParentPcgsFamilyPcgs)", - "IsSubsetInducedNumeratorModuloTailPcgsRep" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 42 - }, - { - "comment": "ExponentsConjugateLayer: default: compute brute force", - "filters": [ - [ - "IsModuloPcgs" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 30 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExponentsConjugateLayer", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 32 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSpecialPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSpecialPcgs)" - ] - ], - "rank": 20024 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSpecialPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSpecialPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 32 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSpecialPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSpecialPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSpecialPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 32 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSpecialPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 57 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SpecialPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SpecialPcgs)" - ] - ], - "rank": 20024 - }, - { - "comment": "SpecialPcgs: last resort method which tests solvability", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "SpecialPcgs: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "SpecialPcgs: method for special pcgs", - "filters": [ - [ - "IsSpecialPcgs", - "Tester(IsSpecialPcgs)" - ] - ], - "rank": 35 - }, - { - "comment": "SpecialPcgs: generic method for pcgs", - "filters": [ - [ - "IsPcgs", - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)", - "IsFiniteOrdersPcgs", - "Tester(IsFiniteOrdersPcgs)" - ] - ], - "rank": 25 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SpecialPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSpecialPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 57 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SpecialPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SpecialPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SpecialPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSpecialPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 57 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SpecialPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 71 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LGHeads: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LGHeads)" - ] - ], - "rank": 20024 - }, - { - "comment": "LGHeads: for special pcgs", - "filters": [ - [ - "IsSpecialPcgs", - "Tester(IsSpecialPcgs)" - ] - ], - "rank": 25 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LGHeads", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLGHeads" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 71 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LGHeads): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LGHeads): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LGHeads)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLGHeads" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 71 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LGHeads)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 85 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LGTails: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LGTails)" - ] - ], - "rank": 20024 - }, - { - "comment": "LGTails: for special pcgs", - "filters": [ - [ - "IsSpecialPcgs", - "Tester(IsSpecialPcgs)" - ] - ], - "rank": 25 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LGTails", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLGTails" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 85 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LGTails): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LGTails): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LGTails)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLGTails" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 85 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LGTails)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 101 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LGWeights: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LGWeights)" - ] - ], - "rank": 20024 - }, - { - "comment": "LGWeights: for induced wrt special", - "filters": [ - [ - "IsInducedPcgsWrtSpecialPcgs", - "Tester(IsInducedPcgsWrtSpecialPcgs)" - ] - ], - "rank": 23 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LGWeights", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLGWeights" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 101 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LGWeights): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LGWeights): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LGWeights)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLGWeights" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 101 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LGWeights)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 118 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LGLayers: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LGLayers)" - ] - ], - "rank": 20024 - }, - { - "comment": "LGLayers: for induced wrt special", - "filters": [ - [ - "IsInducedPcgsWrtSpecialPcgs", - "Tester(IsInducedPcgsWrtSpecialPcgs)" - ] - ], - "rank": 23 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LGLayers", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLGLayers" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 118 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LGLayers): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LGLayers): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LGLayers)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLGLayers" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 118 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LGLayers)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 135 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LGFirst: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LGFirst)" - ] - ], - "rank": 20024 - }, - { - "comment": "LGFirst: for induced wrt special", - "filters": [ - [ - "IsInducedPcgsWrtSpecialPcgs", - "Tester(IsInducedPcgsWrtSpecialPcgs)" - ] - ], - "rank": 23 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LGFirst", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLGFirst" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 135 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LGFirst): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LGFirst): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LGFirst)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLGFirst" - ], - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 135 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LGFirst)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LGLength: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LGLength)" - ] - ], - "rank": 20037 - }, - { - "comment": "LGLength: for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "LGLength: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LGLength", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLGLength" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LGLength): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LGLength): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LGLength)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLGLength" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 197 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LGLength)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 219 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InducedPcgsWrtSpecialPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InducedPcgsWrtSpecialPcgs)" - ] - ], - "rank": 20037 - }, - { - "comment": "InducedPcgsWrtSpecialPcgs: method for pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 43 - }, - { - "aka": [ - "IndPcgsWrtSpecFromFamOrHome" - ], - "comment": "InducedPcgsWrtSpecialPcgs: for groups that have already an induced pcgs wrt family pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(InducedPcgsWrtFamilyPcgs)" - ] - ], - "rank": 36 - }, - { - "comment": "InducedPcgsWrtSpecialPcgs: for groups that have already an induced pcgs wrt home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(InducedPcgsWrtHomePcgs)" - ] - ], - "rank": 36 - }, - { - "comment": "InducedPcgsWrtSpecialPcgs: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "InducedPcgsWrtSpecialPcgs: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InducedPcgsWrtSpecialPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInducedPcgsWrtSpecialPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 219 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InducedPcgsWrtSpecialPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InducedPcgsWrtSpecialPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InducedPcgsWrtSpecialPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInducedPcgsWrtSpecialPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 219 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InducedPcgsWrtSpecialPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 233 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanonicalPcgsWrtSpecialPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanonicalPcgsWrtSpecialPcgs)" - ] - ], - "rank": 20037 - }, - { - "comment": "CanonicalPcgsWrtSpecialPcgs: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalPcgsWrtSpecialPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanonicalPcgsWrtSpecialPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 233 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanonicalPcgsWrtSpecialPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanonicalPcgsWrtSpecialPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanonicalPcgsWrtSpecialPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCanonicalPcgsWrtSpecialPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 233 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanonicalPcgsWrtSpecialPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 250 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsInducedPcgsWrtSpecialPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsInducedPcgsWrtSpecialPcgs)" - ] - ], - "rank": 20024 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsInducedPcgsWrtSpecialPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsInducedPcgsWrtSpecialPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 250 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsInducedPcgsWrtSpecialPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsInducedPcgsWrtSpecialPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsInducedPcgsWrtSpecialPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 250 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsInducedPcgsWrtSpecialPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCanonicalPcgsWrtSpecialPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCanonicalPcgsWrtSpecialPcgs)" - ] - ], - "rank": 20024 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCanonicalPcgsWrtSpecialPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCanonicalPcgsWrtSpecialPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCanonicalPcgsWrtSpecialPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCanonicalPcgsWrtSpecialPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCanonicalPcgsWrtSpecialPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pcgsspec.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCanonicalPcgsWrtSpecialPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 75 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanonicalPcgsWrtFamilyPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanonicalPcgsWrtFamilyPcgs)" - ] - ], - "rank": 20037 - }, - { - "comment": "CanonicalPcgsWrtFamilyPcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FamilyPcgs)" - ] - ], - "rank": 36 - }, - { - "comment": "CanonicalPcgsWrtFamilyPcgs: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalPcgsWrtFamilyPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanonicalPcgsWrtFamilyPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 75 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanonicalPcgsWrtFamilyPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanonicalPcgsWrtFamilyPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanonicalPcgsWrtFamilyPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCanonicalPcgsWrtFamilyPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 75 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanonicalPcgsWrtFamilyPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 90 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanonicalPcgsWrtHomePcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanonicalPcgsWrtHomePcgs)" - ] - ], - "rank": 20037 - }, - { - "comment": "CanonicalPcgsWrtHomePcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ], - "rank": 36 - }, - { - "comment": "CanonicalPcgsWrtHomePcgs: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalPcgsWrtHomePcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanonicalPcgsWrtHomePcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 90 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanonicalPcgsWrtHomePcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanonicalPcgsWrtHomePcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanonicalPcgsWrtHomePcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCanonicalPcgsWrtHomePcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 90 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanonicalPcgsWrtHomePcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 111 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FamilyPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FamilyPcgs)" - ] - ], - "rank": 20037 - }, - { - "comment": "FamilyPcgs: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FamilyPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFamilyPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 111 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FamilyPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FamilyPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FamilyPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFamilyPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 111 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FamilyPcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 128 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "HomePcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(HomePcgs)" - ] - ], - "rank": 20037 - }, - { - "comment": "HomePcgs: use a perm pcgs if possible", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(Pcgs)" - ] - ], - "rank": 56 - }, - { - "comment": "HomePcgs: try to compute a perm pcgs", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 55 - }, - { - "comment": "HomePcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "HomePcgs: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HomePcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetHomePcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 128 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(HomePcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(HomePcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(HomePcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasHomePcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 128 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(HomePcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 149 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InducedPcgsWrtFamilyPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InducedPcgsWrtFamilyPcgs)" - ] - ], - "rank": 20037 - }, - { - "comment": "InducedPcgsWrtFamilyPcgs: whole family", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 45 - }, - { - "comment": "InducedPcgsWrtFamilyPcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FamilyPcgs)" - ] - ], - "rank": 36 - }, - { - "comment": "InducedPcgsWrtFamilyPcgs: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InducedPcgsWrtFamilyPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInducedPcgsWrtFamilyPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 149 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InducedPcgsWrtFamilyPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InducedPcgsWrtFamilyPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InducedPcgsWrtFamilyPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInducedPcgsWrtFamilyPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 149 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InducedPcgsWrtFamilyPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "InducedPcgs" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 172 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InducedPcgs: cache pcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 56 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InducedPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "InducedPcgsOp" - ], - "filters": [ - [ - [ - "IsPcgs" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 188 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InducedPcgsOp: sift existing pcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(Pcgs)" - ] - ], - "rank": 57 - }, - { - "comment": "InducedPcgsOp: generic method", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 56 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InducedPcgsOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 229 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedInducedPcgses: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedInducedPcgses)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedInducedPcgses: default method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ComputedInducedPcgses: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedInducedPcgses", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedInducedPcgses" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 229 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedInducedPcgses): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedInducedPcgses): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedInducedPcgses)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedInducedPcgses" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 229 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedInducedPcgses)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 245 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InducedPcgsWrtHomePcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InducedPcgsWrtHomePcgs)" - ] - ], - "rank": 20037 - }, - { - "comment": "InducedPcgsWrtHomePcgs: tail of perm pcgs", - "filters": [ - [ - "Tester(HomePcgs)", - "IsMemberPcSeriesPermGroup" - ] - ], - "rank": 57 - }, - { - "comment": "InducedPcgsWrtHomePcgs: pc group: home=family", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 43 - }, - { - "comment": "InducedPcgsWrtHomePcgs: from generators", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "InducedPcgsWrtHomePcgs: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InducedPcgsWrtHomePcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInducedPcgsWrtHomePcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 245 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InducedPcgsWrtHomePcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InducedPcgsWrtHomePcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InducedPcgsWrtHomePcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInducedPcgsWrtHomePcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 245 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InducedPcgsWrtHomePcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 267 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Pcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Pcgs)" - ] - ], - "rank": 20037 - }, - { - "comment": "Pcgs: take induced pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(InducedPcgsWrtHomePcgs)" - ] - ], - "rank": 10036 - }, - { - "comment": "Pcgs: fail if insolvable", - "filters": [ - [ - "Tester(IsSolvableGroup)" - ] - ], - "rank": 10036 - }, - { - "comment": "Pcgs: via niceomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 369 - }, - { - "aka": [ - "PcgsMemberPcSeriesPermGroup" - ], - "comment": "Pcgs: tail of perm pcgs", - "filters": [ - [ - "IsMemberPcSeriesPermGroup" - ] - ], - "rank": 156 - }, - { - "comment": "Pcgs: Sims's method", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 155 - }, - { - "comment": "Pcgs: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 95 - }, - { - "comment": "Pcgs: from independent generators of abelian group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "CanEasilyComputeWithIndependentGensAbelianGroup" - ] - ], - "rank": 44 - }, - { - "comment": "Pcgs: from independent generators of abelian group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "Tester(IndependentGeneratorsOfAbelianGroup)" - ] - ], - "rank": 44 - }, - { - "comment": "Pcgs: for a group containing the whole family and with known family pcgs", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FamilyPcgs)" - ] - ], - "rank": 38 - }, - { - "comment": "Pcgs: for a group with known home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ], - "rank": 37 - }, - { - "comment": "Pcgs: for a group with known family pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FamilyPcgs)" - ] - ], - "rank": 36 - }, - { - "comment": "Pcgs: generic method using CompositionSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "Pcgs: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Pcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 267 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Pcgs)", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ], - "rank": 36 - }, - { - "comment": "Setter(Pcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Pcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Pcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 267 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Pcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 281 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneralizedPcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GeneralizedPcgs)" - ] - ], - "rank": 20037 - }, - { - "comment": "GeneralizedPcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(Pcgs)" - ] - ], - "rank": 36 - }, - { - "comment": "GeneralizedPcgs: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneralizedPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGeneralizedPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 281 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GeneralizedPcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GeneralizedPcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GeneralizedPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGeneralizedPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 281 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GeneralizedPcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SubgroupByPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 335 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SubgroupByPcgs: subgroup with pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPcgs" - ] - ], - "rank": 56 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SubgroupByPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "AffineAction" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFunction" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 356 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "AffineAction: group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFunction" - ], - [ - "IsFunction" - ] - ], - "rank": 67 - }, - { - "comment": "AffineAction: pcgs", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFunction" - ], - [ - "IsFunction" - ] - ], - "rank": 53 - }, - { - "comment": "AffineAction: generators", - "filters": [ - [ - "IsList" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFunction" - ], - [ - "IsFunction" - ] - ], - "rank": 34 - } - ], - "5args": [ - { - "comment": "AffineAction: group2", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFunction" - ], - [ - "IsFunction" - ] - ], - "rank": 69 - } - ], - "6args": [] - }, - "name": "AffineAction", - "type": "GAP_Operation" - }, - { - "aka": [ - "LinearAction", - "LinearOperation" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 377 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "LinearAction", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFunction" - ] - ], - "rank": 66 - }, - { - "comment": "LinearAction", - "filters": [ - [ - "IsPcgs" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFunction" - ] - ], - "rank": 52 - }, - { - "comment": "LinearAction", - "filters": [ - [ - "IsList" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFunction" - ] - ], - "rank": 33 - } - ], - "4args": [ - { - "comment": "LinearAction", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ], - [ - "IsFunction" - ] - ], - "rank": 68 - } - ], - "5args": [], - "6args": [] - }, - "name": "LinearAction", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 558 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OmegaSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OmegaSeries)" - ] - ], - "rank": 20037 - }, - { - "comment": "OmegaSeries: for p-groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ] - ], - "rank": 52 - }, - { - "comment": "OmegaSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OmegaSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOmegaSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 558 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OmegaSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OmegaSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OmegaSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOmegaSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppc.gd", - "line": 558 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OmegaSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcnrm.gd", - "line": 27 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormalizerInHomePcgs: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormalizerInHomePcgs)" - ] - ], - "rank": 20038 - }, - { - "comment": "NormalizerInHomePcgs: for group with home pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ], - "rank": 36 - }, - { - "comment": "NormalizerInHomePcgs: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalizerInHomePcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormalizerInHomePcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcnrm.gd", - "line": 27 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormalizerInHomePcgs): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormalizerInHomePcgs): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormalizerInHomePcgs)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormalizerInHomePcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(HomePcgs)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcnrm.gd", - "line": 27 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormalizerInHomePcgs)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsHomogeneousList" - ] - ], - [ - [ - "IsMagma" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grptbl.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MultiplicationTable: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MultiplicationTable)" - ] - ], - "rank": 20007 - }, - { - "comment": "MultiplicationTable: for a magma", - "filters": [ - [ - "IsMagma" - ] - ], - "rank": 11 - }, - { - "comment": "MultiplicationTable: for a list of elements", - "filters": [ - [ - "IsHomogeneousList" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MultiplicationTable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMultiplicationTable" - ], - "filters": [ - [ - [ - "IsHomogeneousList" - ], - [] - ], - [ - [ - "IsMagma" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grptbl.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MultiplicationTable): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MultiplicationTable): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MultiplicationTable)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMultiplicationTable" - ], - "filters": [ - [ - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grptbl.gd", - "line": 270 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MultiplicationTable)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 281 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AllBlocks: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AllBlocks)" - ] - ], - "rank": 20046 - }, - { - "comment": "AllBlocks: generic", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "AllBlocks: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AllBlocks", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAllBlocks" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 281 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AllBlocks): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AllBlocks): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AllBlocks)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAllBlocks" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 281 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AllBlocks)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 314 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransitiveIdentification: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TransitiveIdentification)" - ] - ], - "rank": 20046 - }, - { - "comment": "TransitiveIdentification: generic", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "TransitiveIdentification: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransitiveIdentification", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTransitiveIdentification" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 314 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TransitiveIdentification): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TransitiveIdentification): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TransitiveIdentification)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTransitiveIdentification" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 314 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TransitiveIdentification)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 346 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrimitiveIdentification: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PrimitiveIdentification)" - ] - ], - "rank": 20046 - }, - { - "comment": "PrimitiveIdentification: generic", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "PrimitiveIdentification: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrimitiveIdentification", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPrimitiveIdentification" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 346 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PrimitiveIdentification): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PrimitiveIdentification): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PrimitiveIdentification)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPrimitiveIdentification" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 346 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PrimitiveIdentification)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 406 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ONanScottType: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ONanScottType)" - ] - ], - "rank": 20046 - }, - { - "comment": "ONanScottType: primitive permgroups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "ONanScottType: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ONanScottType", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetONanScottType" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 406 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ONanScottType): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ONanScottType): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ONanScottType)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasONanScottType" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 406 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ONanScottType)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 449 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SocleTypePrimitiveGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SocleTypePrimitiveGroup)" - ] - ], - "rank": 20046 - }, - { - "comment": "SocleTypePrimitiveGroup: primitive permgroups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "SocleTypePrimitiveGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SocleTypePrimitiveGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSocleTypePrimitiveGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 449 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SocleTypePrimitiveGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SocleTypePrimitiveGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SocleTypePrimitiveGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSocleTypePrimitiveGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpperm.gd", - "line": 449 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SocleTypePrimitiveGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbcbckt.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TwoClosure: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TwoClosure)" - ] - ], - "rank": 20046 - }, - { - "aka": [ - "TwoClosurePermGroup" - ], - "comment": "TwoClosure: permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "TwoClosure: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TwoClosure", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTwoClosure" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbcbckt.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TwoClosure): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TwoClosure): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TwoClosure)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTwoClosure" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbcbckt.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TwoClosure)", - "type": "GAP_Operation" - }, - { - "aka": [ - "GroupGeneralMappingByImages" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 57 - }, - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 59 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "GroupGeneralMappingByImages: make onto", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 39 - } - ], - "4args": [ - { - "comment": "GroupGeneralMappingByImages: for group, group, list, list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 74 - } - ], - "5args": [], - "6args": [] - }, - "name": "GroupGeneralMappingByImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "GroupGeneralMappingByImagesNC" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 62 - }, - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 64 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "GroupGeneralMappingByImagesNC: from a group handled by a niceomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 374 - }, - { - "comment": "GroupGeneralMappingByImagesNC: make onto", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 39 - } - ], - "4args": [ - { - "comment": "GroupGeneralMappingByImagesNC: from a group handled by a niceomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 409 - }, - { - "aka": [ - "GroupGeneralMappingByImages_for_pcp" - ], - "comment": "GroupGeneralMappingByImagesNC: for pcp group, pcp group, list, list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 104 - }, - { - "comment": "GroupGeneralMappingByImagesNC: for group, pcp group, list, list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 89 - }, - { - "comment": "GroupGeneralMappingByImagesNC: for pcp group, group, list, list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 89 - }, - { - "aka": [ - "DoGGMBINC" - ], - "comment": "GroupGeneralMappingByImagesNC: for group, group, list, list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 74 - } - ], - "5args": [], - "6args": [] - }, - "name": "GroupGeneralMappingByImagesNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "GroupHomomorphismByImagesNC" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 159 - }, - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 161 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GroupHomomorphismByImagesNC: for group, group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [ - { - "comment": "GroupHomomorphismByImagesNC: for group, group, list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 72 - }, - { - "comment": "GroupHomomorphismByImagesNC: for group, list, list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 39 - } - ], - "4args": [ - { - "comment": "GroupHomomorphismByImagesNC: for group, group, list, list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 74 - } - ], - "5args": [], - "6args": [] - }, - "name": "GroupHomomorphismByImagesNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 251 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsGroupGeneralMappingByImages: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsGroupGeneralMappingByImages)" - ] - ], - "rank": 20016 - }, - { - "comment": "AsGroupGeneralMappingByImages: for GHBI", - "filters": [ - [ - "IsGroupGeneralMappingByImages" - ] - ], - "rank": 10017 - }, - { - "comment": "AsGroupGeneralMappingByImages: for Niceomorphisms: avoid recursion", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsNiceMonomorphism" - ] - ], - "rank": 347 - }, - { - "comment": "AsGroupGeneralMappingByImages: for conjugator isomorphism", - "filters": [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ], - "rank": 23 - }, - { - "comment": "AsGroupGeneralMappingByImages: for group homomorphism", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 17 - }, - { - "comment": "AsGroupGeneralMappingByImages: for group general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 13 - }, - { - "comment": "AsGroupGeneralMappingByImages: default method requiring categories and checking properties", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsGroupGeneralMappingByImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsGroupGeneralMappingByImages" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 251 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsGroupGeneralMappingByImages): assign MappingOfWhichItIsAsGGMBI", - "filters": [ - [ - "IsAttributeStoringRep", - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 28 - }, - { - "comment": "Setter(AsGroupGeneralMappingByImages): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsGroupGeneralMappingByImages): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsGroupGeneralMappingByImages)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsGroupGeneralMappingByImages" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 251 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsGroupGeneralMappingByImages)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 268 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MappingOfWhichItIsAsGGMBI: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MappingOfWhichItIsAsGGMBI)" - ] - ], - "rank": 20016 - }, - { - "comment": "MappingOfWhichItIsAsGGMBI: default method requiring categories and checking properties", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MappingOfWhichItIsAsGGMBI", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMappingOfWhichItIsAsGGMBI" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 268 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MappingOfWhichItIsAsGGMBI): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MappingOfWhichItIsAsGGMBI): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MappingOfWhichItIsAsGGMBI)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMappingOfWhichItIsAsGGMBI" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 268 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MappingOfWhichItIsAsGGMBI)", - "type": "GAP_Operation" - }, - { - "aka": [ - "NaturalHomomorphismByNormalSubgroupNCOp", - "NaturalHomomorphismByNormalSubgroupOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 322 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp: for group, and trivial group (delegate to `IdentityMapping')", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsTrivial", - "Tester(IsTrivial)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 10106 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 405 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp: for AffineCrystGroup, via pcp representation", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 120 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp: for AffineCrystGroup, via pcp representation", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 120 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp: test if known/try solvable factor for permutation groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp: for AffineCrystGroup", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 100 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp: for AffineCrystGroup", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 100 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 92 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp: trivial image fp case", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ] - ], - "rank": 77 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp: for subgroups of fp groups by quotient rep.", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 75 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp: for subgroups of fp groups", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCOp: search for operation", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalHomomorphismByNormalSubgroupNCOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 322 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NaturalHomomorphismByNormalSubgroupNCInParent: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NaturalHomomorphismByNormalSubgroupNCInParent)" - ] - ], - "rank": 20037 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCInParent: method that calls the two-argument operation NaturalHomomorphismByNormalSubgroupNCOp", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNCInParent: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalHomomorphismByNormalSubgroupNCInParent", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNaturalHomomorphismByNormalSubgroupNCInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 322 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NaturalHomomorphismByNormalSubgroupNCInParent): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NaturalHomomorphismByNormalSubgroupNCInParent): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NaturalHomomorphismByNormalSubgroupNCInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNaturalHomomorphismByNormalSubgroupNCInParent" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 322 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NaturalHomomorphismByNormalSubgroupNCInParent)", - "type": "GAP_Operation" - }, - { - "aka": [ - "NaturalHomomorphismByNormalSubgroupNCOrig" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 322 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NaturalHomomorphismByNormalSubgroupNC: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "NaturalHomomorphismByNormalSubgroupNC: try to exploit the in-parent attribute NaturalHomomorphismByNormalSubgroupNCInParent", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 68 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalHomomorphismByNormalSubgroupNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "ConjugatorIsomorphism" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 376 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ConjugatorIsomorphism: for group and mult.-elm.-with-inverse", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 40 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugatorIsomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "ConjugatorAutomorphismNC" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 413 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ConjugatorAutomorphismNC: group and mult.-elm.-with-inverse", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 40 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugatorAutomorphismNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "InnerAutomorphismNC" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 449 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "InnerAutomorphismNC: for group and mult.-elm.-with-inverse", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 40 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InnerAutomorphismNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 500 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsConjugatorIsomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsConjugatorIsomorphism)" - ] - ], - "rank": 20016 - }, - { - "comment": "IsConjugatorIsomorphism: for a f.p. group general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 14 - }, - { - "comment": "IsConjugatorIsomorphism: for a matrix group general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 14 - }, - { - "comment": "IsConjugatorIsomorphism: perm group homomorphism", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 14 - }, - { - "comment": "IsConjugatorIsomorphism: for a pc group general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 14 - }, - { - "comment": "IsConjugatorIsomorphism: for a group general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 13 - }, - { - "comment": "IsConjugatorIsomorphism: default method requiring categories and checking properties", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsConjugatorIsomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsConjugatorIsomorphism" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 500 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsConjugatorIsomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsConjugatorIsomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsConjugatorIsomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 500 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsConjugatorIsomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 505 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsInnerAutomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsInnerAutomorphism)" - ] - ], - "rank": 20016 - }, - { - "comment": "IsInnerAutomorphism: for a group general mapping", - "filters": [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 13 - }, - { - "comment": "IsInnerAutomorphism: default method requiring categories and checking properties", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsInnerAutomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsInnerAutomorphism" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 505 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsInnerAutomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsInnerAutomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsInnerAutomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 505 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsInnerAutomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ConjugatorOfConjugatorIsomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ConjugatorOfConjugatorIsomorphism)" - ] - ], - "rank": 20026 - }, - { - "comment": "ConjugatorOfConjugatorIsomorphism: default -- try RepresentativeAction", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)", - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ], - "rank": 23 - }, - { - "comment": "ConjugatorOfConjugatorIsomorphism: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugatorOfConjugatorIsomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetConjugatorInnerAutomorphism", - "SetConjugatorOfConjugatorIsomorphism" - ], - "filters": [ - [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ConjugatorOfConjugatorIsomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ConjugatorOfConjugatorIsomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ConjugatorOfConjugatorIsomorphism)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasConjugatorInnerAutomorphism", - "HasConjugatorOfConjugatorIsomorphism" - ], - "filters": [ - [ - [ - "IsConjugatorIsomorphism", - "Tester(IsConjugatorIsomorphism)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ConjugatorOfConjugatorIsomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 657 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ImagesSmallestGenerators: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ImagesSmallestGenerators)" - ] - ], - "rank": 20016 - }, - { - "comment": "ImagesSmallestGenerators: group homomorphisms", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 17 - }, - { - "comment": "ImagesSmallestGenerators: default method requiring categories and checking properties", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ImagesSmallestGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetImagesSmallestGenerators" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 657 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ImagesSmallestGenerators): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ImagesSmallestGenerators): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ImagesSmallestGenerators)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasImagesSmallestGenerators" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 657 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ImagesSmallestGenerators)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 675 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RegularActionHomomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RegularActionHomomorphism)" - ] - ], - "rank": 20037 - }, - { - "comment": "RegularActionHomomorphism: generic", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "RegularActionHomomorphism: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - }, - { - "comment": "RegularActionHomomorphism: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RegularActionHomomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRegularActionHomomorphism" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 675 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RegularActionHomomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RegularActionHomomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RegularActionHomomorphism)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRegularActionHomomorphism" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghom.gd", - "line": 675 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RegularActionHomomorphism)", - "type": "GAP_Operation" - }, - { - "aka": [ - "NaturalIsomorphismByPcgs" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPcgs" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghompcgs.gd", - "line": 84 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NaturalIsomorphismByPcgs: for group and pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPcgs" - ] - ], - "rank": 56 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalIsomorphismByPcgs", - "type": "GAP_Operation" - }, - { - "aka": [ - "DirectProductOp" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 77 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DirectProductOp: for a list of permutation groups, and a permutation group", - "filters": [ - [ - "IsList", - "CategoryCollections(CategoryCollections(IsPerm))" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 77 - }, - { - "comment": "DirectProductOp: for pcp groups", - "filters": [ - [ - "IsList" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 52 - }, - { - "comment": "DirectProductOp: for a list (of pc groups), and a pc group", - "filters": [ - [ - "IsList" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 48 - }, - { - "comment": "DirectProductOp: matrix groups", - "filters": [ - [ - "IsList" - ], - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 47 - }, - { - "comment": "DirectProductOp: for a list of fp groups, and a fp group", - "filters": [ - [ - "IsList" - ], - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 40 - }, - { - "comment": "DirectProductOp: for a list (of groups), and a group", - "filters": [ - [ - "IsList" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 37 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectProductOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "SubdirectProductOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 135 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "SubdirectProductOp: permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 150 - }, - { - "comment": "SubdirectProductOp: pcgroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 126 - }, - { - "comment": "SubdirectProductOp: groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 104 - } - ], - "5args": [], - "6args": [] - }, - "name": "SubdirectProductOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "SemidirectProduct" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 265 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SemidirectProduct: generic method for pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 63 - }, - { - "comment": "SemidirectProduct: generic method for pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsRecord" - ] - ], - "rank": 47 - }, - { - "comment": "SemidirectProduct: automorphisms group with group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 35 - } - ], - "3args": [ - { - "comment": "SemidirectProduct: Induced permutation automorphisms", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 133 - }, - { - "comment": "SemidirectProduct: generic method for permutation groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 133 - }, - { - "comment": "SemidirectProduct: group with vector space: affine", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsExtLSet", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsFullRowModule", - "Tester(IsFullRowModule)" - ] - ], - "rank": 103 - }, - { - "comment": "SemidirectProduct: generic method for pc groups", - "filters": [ - [ - "CanEasilyComputePcgs" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "CanEasilyComputePcgs" - ] - ], - "rank": 97 - }, - { - "aka": [ - "SemidirectFp" - ], - "comment": "SemidirectProduct: group with fp", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 89 - }, - { - "comment": "SemidirectProduct: fp with group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 89 - }, - { - "comment": "SemidirectProduct: different representations", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 85 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemidirectProduct", - "type": "GAP_Operation" - }, - { - "aka": [ - "WreathProduct" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 332 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "aka": [ - "WreathProductImprimitiveAction" - ], - "comment": "WreathProduct: permgroups: imprimitive", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "aka": [ - "MatWreathProduct" - ], - "comment": "WreathProduct: imprimitive matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 103 - }, - { - "comment": "WreathProduct: generic groups with perm", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 90 - }, - { - "comment": "WreathProduct: generic groups, no perm", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [ - { - "comment": "WreathProduct: permgroups and action", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsSPGeneralMapping" - ] - ], - "rank": 124 - }, - { - "comment": "WreathProduct", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ], - "rank": 111 - }, - { - "comment": "WreathProduct: generic groups with permhom", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsSPGeneralMapping" - ] - ], - "rank": 78 - } - ], - "4args": [ - { - "comment": "WreathProduct", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 130 - } - ], - "5args": [], - "6args": [] - }, - "name": "WreathProduct", - "type": "GAP_Operation" - }, - { - "aka": [ - "StandardWreathProduct" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 333 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "StandardWreathProduct: generic groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StandardWreathProduct", - "type": "GAP_Operation" - }, - { - "aka": [ - "FreeProductOp" - ], - "filters": [ - [ - [ - "IsList" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 454 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FreeProductOp: for a list (of groups), and a group", - "filters": [ - [ - "IsList" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 37 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FreeProductOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 468 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DirectProductInfo: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DirectProductInfo)" - ] - ], - "rank": 20037 - }, - { - "comment": "DirectProductInfo: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectProductInfo", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDirectProductInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 468 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DirectProductInfo): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DirectProductInfo): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DirectProductInfo)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDirectProductInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 468 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DirectProductInfo)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 481 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SubdirectProductInfo: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SubdirectProductInfo)" - ] - ], - "rank": 20037 - }, - { - "comment": "SubdirectProductInfo: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SubdirectProductInfo", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSubdirectProductInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 481 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SubdirectProductInfo): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SubdirectProductInfo): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SubdirectProductInfo)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSubdirectProductInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 481 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SubdirectProductInfo)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 494 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemidirectProductInfo: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SemidirectProductInfo)" - ] - ], - "rank": 20037 - }, - { - "comment": "SemidirectProductInfo: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemidirectProductInfo", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSemidirectProductInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 494 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SemidirectProductInfo): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SemidirectProductInfo): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SemidirectProductInfo)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSemidirectProductInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 494 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SemidirectProductInfo)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 507 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "WreathProductInfo: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(WreathProductInfo)" - ] - ], - "rank": 20037 - }, - { - "comment": "WreathProductInfo: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "WreathProductInfo", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetWreathProductInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 507 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(WreathProductInfo): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(WreathProductInfo): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(WreathProductInfo)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasWreathProductInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 507 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(WreathProductInfo)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 520 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FreeProductInfo: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FreeProductInfo)" - ] - ], - "rank": 20037 - }, - { - "comment": "FreeProductInfo: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FreeProductInfo", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFreeProductInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 520 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FreeProductInfo): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FreeProductInfo): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FreeProductInfo)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFreeProductInfo" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gprd.gd", - "line": 520 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FreeProductInfo)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 48 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNaturalSymmetricGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 20046 - }, - { - "comment": "IsNaturalSymmetricGroup: knows size", - "filters": [ - [ - "Tester(Size)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 59 - }, - { - "comment": "IsNaturalSymmetricGroup: comprehensive", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "IsNaturalSymmetricGroup: for non-permutation group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsNaturalSymmetricGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNaturalSymmetricGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNaturalSymmetricGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 48 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNaturalSymmetricGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNaturalSymmetricGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNaturalSymmetricGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 48 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNaturalSymmetricGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 50 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNaturalAlternatingGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 20046 - }, - { - "comment": "IsNaturalAlternatingGroup: knows size", - "filters": [ - [ - "Tester(Size)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 59 - }, - { - "comment": "IsNaturalAlternatingGroup: comprehensive", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "IsNaturalAlternatingGroup: for non-permutation group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsNaturalAlternatingGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNaturalAlternatingGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNaturalAlternatingGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 50 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNaturalAlternatingGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNaturalAlternatingGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNaturalAlternatingGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 50 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNaturalAlternatingGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsAlternatingGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsAlternatingGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsAlternatingGroup: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsAlternatingGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsAlternatingGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsAlternatingGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsAlternatingGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsAlternatingGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsAlternatingGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsAlternatingGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 93 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSymmetricGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSymmetricGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsSymmetricGroup: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsSymmetricGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSymmetricGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSymmetricGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 93 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSymmetricGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSymmetricGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSymmetricGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 93 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSymmetricGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 122 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SymmetricParentGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SymmetricParentGroup)" - ] - ], - "rank": 20046 - }, - { - "comment": "SymmetricParentGroup: natural symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "SymmetricParentGroup: symm(moved pts)", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "SymmetricParentGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SymmetricParentGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSymmetricParentGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 122 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SymmetricParentGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SymmetricParentGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SymmetricParentGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSymmetricParentGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 122 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SymmetricParentGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 137 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AlternatingSubgroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AlternatingSubgroup)" - ] - ], - "rank": 20046 - }, - { - "comment": "AlternatingSubgroup: for perm groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "AlternatingSubgroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AlternatingSubgroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAlternatingSubgroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 137 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AlternatingSubgroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AlternatingSubgroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AlternatingSubgroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAlternatingSubgroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 137 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AlternatingSubgroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 154 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OrbitStabilizingParentGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OrbitStabilizingParentGroup)" - ] - ], - "rank": 20046 - }, - { - "comment": "OrbitStabilizingParentGroup: direct product of S_n's", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "OrbitStabilizingParentGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OrbitStabilizingParentGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOrbitStabilizingParentGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 154 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OrbitStabilizingParentGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OrbitStabilizingParentGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OrbitStabilizingParentGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOrbitStabilizingParentGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/gpprmsya.gd", - "line": 154 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OrbitStabilizingParentGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsTrivialNormalIntersection" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 34 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "IsTrivialNormalIntersection: if minimal normal subgroups are computed", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(MinimalNormalSubgroups)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 106 - }, - { - "comment": "IsTrivialNormalIntersection: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 105 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsTrivialNormalIntersection", - "type": "GAP_Operation" - }, - { - "aka": [ - "NormalComplement" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 100 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NormalComplement: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalComplement", - "type": "GAP_Operation" - }, - { - "aka": [ - "NormalComplementNC" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 101 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "NormalComplementNC: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalComplementNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 131 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DirectFactorsOfGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DirectFactorsOfGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "DirectFactorsOfGroup: for direct products if normal subgroups are computed", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(NormalSubgroups)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 37 - }, - { - "comment": "DirectFactorsOfGroup: if normal subgroups are computed", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(NormalSubgroups)" - ] - ], - "rank": 36 - }, - { - "comment": "DirectFactorsOfGroup: for direct products", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DirectProductInfo)" - ] - ], - "rank": 36 - }, - { - "comment": "DirectFactorsOfGroup: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "DirectFactorsOfGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectFactorsOfGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDirectFactorsOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 131 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DirectFactorsOfGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DirectFactorsOfGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DirectFactorsOfGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDirectFactorsOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 131 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DirectFactorsOfGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 319 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SemidirectFactorsOfGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SemidirectFactorsOfGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "SemidirectFactorsOfGroup: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "SemidirectFactorsOfGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SemidirectFactorsOfGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSemidirectFactorsOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 319 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SemidirectFactorsOfGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SemidirectFactorsOfGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SemidirectFactorsOfGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSemidirectFactorsOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 319 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SemidirectFactorsOfGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 346 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DecompositionTypesOfGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DecompositionTypesOfGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "DecompositionTypesOfGroup: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "DecompositionTypesOfGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DecompositionTypesOfGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDecompositionTypesOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 346 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DecompositionTypesOfGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DecompositionTypesOfGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DecompositionTypesOfGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDecompositionTypesOfGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 346 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DecompositionTypesOfGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 366 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsDihedralGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsDihedralGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsDihedralGroup: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsDihedralGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsDihedralGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsDihedralGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 366 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsDihedralGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsDihedralGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsDihedralGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 366 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsDihedralGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 367 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DihedralGenerators: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DihedralGenerators)" - ] - ], - "rank": 20037 - }, - { - "comment": "DihedralGenerators: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DihedralGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDihedralGenerators" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 367 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DihedralGenerators): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DihedralGenerators): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DihedralGenerators)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDihedralGenerators" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 367 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DihedralGenerators)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 387 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsQuaternionGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsQuaternionGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsQuaternionGroup: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsQuaternionGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsQuaternionGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsQuaternionGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 387 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsQuaternionGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsQuaternionGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsQuaternionGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 387 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsQuaternionGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 388 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "QuaternionGenerators: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(QuaternionGenerators)" - ] - ], - "rank": 20037 - }, - { - "comment": "QuaternionGenerators: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "QuaternionGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetQuaternionGenerators" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 388 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(QuaternionGenerators): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(QuaternionGenerators): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(QuaternionGenerators)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasQuaternionGenerators" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 388 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(QuaternionGenerators)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 408 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsQuasiDihedralGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsQuasiDihedralGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsQuasiDihedralGroup: generic method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsQuasiDihedralGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsQuasiDihedralGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsQuasiDihedralGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 408 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsQuasiDihedralGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsQuasiDihedralGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsQuasiDihedralGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 408 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsQuasiDihedralGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 409 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "QuasiDihedralGenerators: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(QuasiDihedralGenerators)" - ] - ], - "rank": 20037 - }, - { - "comment": "QuasiDihedralGenerators: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "QuasiDihedralGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetQuasiDihedralGenerators" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 409 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(QuasiDihedralGenerators): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(QuasiDihedralGenerators): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(QuasiDihedralGenerators)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasQuasiDihedralGenerators" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 409 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(QuasiDihedralGenerators)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 426 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPSL: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPSL)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsPSL: generic method for finite groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsPSL: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPSL", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPSL" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 426 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPSL): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPSL): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPSL)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 426 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPSL)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 446 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ParametersOfGroupViewedAsPSL: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ParametersOfGroupViewedAsPSL)" - ] - ], - "rank": 20037 - }, - { - "comment": "ParametersOfGroupViewedAsPSL: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ParametersOfGroupViewedAsPSL", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetParametersOfGroupViewedAsPSL" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 446 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ParametersOfGroupViewedAsPSL): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ParametersOfGroupViewedAsPSL): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ParametersOfGroupViewedAsPSL)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasParametersOfGroupViewedAsPSL" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 446 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ParametersOfGroupViewedAsPSL)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 447 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ParametersOfGroupViewedAsSL: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ParametersOfGroupViewedAsSL)" - ] - ], - "rank": 20037 - }, - { - "comment": "ParametersOfGroupViewedAsSL: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ParametersOfGroupViewedAsSL", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetParametersOfGroupViewedAsSL" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 447 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ParametersOfGroupViewedAsSL): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ParametersOfGroupViewedAsSL): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ParametersOfGroupViewedAsSL)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasParametersOfGroupViewedAsSL" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 447 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ParametersOfGroupViewedAsSL)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 448 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ParametersOfGroupViewedAsGL: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ParametersOfGroupViewedAsGL)" - ] - ], - "rank": 20037 - }, - { - "comment": "ParametersOfGroupViewedAsGL: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ParametersOfGroupViewedAsGL", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetParametersOfGroupViewedAsGL" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 448 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ParametersOfGroupViewedAsGL): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ParametersOfGroupViewedAsGL): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ParametersOfGroupViewedAsGL)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasParametersOfGroupViewedAsGL" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 448 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ParametersOfGroupViewedAsGL)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 474 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AlternatingDegree: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AlternatingDegree)" - ] - ], - "rank": 20037 - }, - { - "comment": "AlternatingDegree: generic method, dispatch to `IsAlternatingGroup'", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "AlternatingDegree: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AlternatingDegree", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAlternatingDegree" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 474 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AlternatingDegree): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AlternatingDegree): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AlternatingDegree)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAlternatingDegree" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 474 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AlternatingDegree)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 475 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SymmetricDegree: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SymmetricDegree)" - ] - ], - "rank": 20037 - }, - { - "comment": "SymmetricDegree: generic method, dispatch to `IsSymmetricGroup'", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "SymmetricDegree: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SymmetricDegree", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSymmetricDegree" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 475 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SymmetricDegree): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SymmetricDegree): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SymmetricDegree)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSymmetricDegree" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 475 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SymmetricDegree)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 476 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PSLDegree: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PSLDegree)" - ] - ], - "rank": 20037 - }, - { - "comment": "PSLDegree: generic method for finite groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "PSLDegree: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PSLDegree", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPSLDegree" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 476 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PSLDegree): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PSLDegree): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PSLDegree)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPSLDegree" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 476 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PSLDegree)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 477 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PSLUnderlyingField: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PSLUnderlyingField)" - ] - ], - "rank": 20037 - }, - { - "comment": "PSLUnderlyingField: generic method for finite groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "PSLUnderlyingField: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PSLUnderlyingField", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPSLUnderlyingField" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 477 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PSLUnderlyingField): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PSLUnderlyingField): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PSLUnderlyingField)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPSLUnderlyingField" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 477 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PSLUnderlyingField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 478 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SLDegree: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SLDegree)" - ] - ], - "rank": 20037 - }, - { - "comment": "SLDegree: generic method for finite groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "SLDegree: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SLDegree", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSLDegree" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 478 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SLDegree): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SLDegree): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SLDegree)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSLDegree" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 478 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SLDegree)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 479 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SLUnderlyingField: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SLUnderlyingField)" - ] - ], - "rank": 20037 - }, - { - "comment": "SLUnderlyingField: generic method for finite groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "SLUnderlyingField: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SLUnderlyingField", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSLUnderlyingField" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 479 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SLUnderlyingField): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SLUnderlyingField): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SLUnderlyingField)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSLUnderlyingField" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 479 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SLUnderlyingField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 480 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GLDegree: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GLDegree)" - ] - ], - "rank": 20037 - }, - { - "comment": "GLDegree: generic method for finite groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "GLDegree: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GLDegree", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGLDegree" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 480 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GLDegree): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GLDegree): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GLDegree)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGLDegree" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 480 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GLDegree)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 481 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GLUnderlyingField: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(GLUnderlyingField)" - ] - ], - "rank": 20037 - }, - { - "comment": "GLUnderlyingField: generic method for finite groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "GLUnderlyingField: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GLUnderlyingField", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetGLUnderlyingField" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 481 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(GLUnderlyingField): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(GLUnderlyingField): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(GLUnderlyingField)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasGLUnderlyingField" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 481 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(GLUnderlyingField)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 756 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StructureDescription: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(StructureDescription)" - ] - ], - "rank": 20037 - }, - { - "comment": "StructureDescription: for groups handled by nice monomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 369 - }, - { - "comment": "StructureDescription: for finite groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "StructureDescription: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StructureDescription", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetStructureDescription" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 756 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(StructureDescription): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(StructureDescription): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(StructureDescription)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasStructureDescription" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnames.gd", - "line": 756 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(StructureDescription)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 42 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPQuotientSystem: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsPQuotientSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPQuotientSystem" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 42 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPQuotientSystem): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPQuotientSystem): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPQuotientSystem)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 42 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPQuotientSystem)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 53 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNilpQuotientSystem: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNilpQuotientSystem)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNilpQuotientSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNilpQuotientSystem" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 53 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNilpQuotientSystem): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNilpQuotientSystem): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNilpQuotientSystem)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 53 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNilpQuotientSystem)", - "type": "GAP_Operation" - }, - { - "aka": [ - "QuotientSystem" - ], - "filters": [ - [ - [], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsString" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 61 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "QuotientSystem: pquotient", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsString" - ] - ], - "rank": 78 - } - ], - "5args": [], - "6args": [] - }, - "name": "QuotientSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "GetDefinitionNC" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 80 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GetDefinitionNC", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 22 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GetDefinitionNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDefinitionNC" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 88 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SetDefinitionNC", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ], - [ - "IsInt", - "IsPosRat" - ], - [] - ], - "rank": 22 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SetDefinitionNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "ClearDefinitionNC" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 95 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ClearDefinitionNC", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 22 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ClearDefinitionNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "DefineNewGenerators" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 101 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DefineNewGenerators: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DefineNewGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SplitWordTail" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 107 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SplitWordTail: p-quotient system, word", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ], - [ - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 8 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SplitWordTail", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExtRepByTailVector" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 113 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ExtRepByTailVector: p-quotient system, vector", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 10 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExtRepByTailVector", - "type": "GAP_Operation" - }, - { - "aka": [ - "GeneratorNumberOfQuotient" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 119 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GeneratorNumberOfQuotient: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorNumberOfQuotient", - "type": "GAP_Operation" - }, - { - "aka": [ - "TailsInverses" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 125 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TailsInverses: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TailsInverses", - "type": "GAP_Operation" - }, - { - "aka": [ - "ComputeTails" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 131 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputeTails: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputeTails", - "type": "GAP_Operation" - }, - { - "aka": [ - "EvaluateConsistency" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 137 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EvaluateConsistency: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EvaluateConsistency", - "type": "GAP_Operation" - }, - { - "aka": [ - "IncorporateCentralRelations" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 143 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IncorporateCentralRelations: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IncorporateCentralRelations", - "type": "GAP_Operation" - }, - { - "aka": [ - "RenumberHighestWeightGenerators" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 149 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RenumberHighestWeightGenerators: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RenumberHighestWeightGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "EvaluateRelators" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 155 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EvaluateRelators: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EvaluateRelators", - "type": "GAP_Operation" - }, - { - "aka": [ - "LiftEpimorphism" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 161 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LiftEpimorphism: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LiftEpimorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "GeneratorsOfLayer" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 167 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GeneratorsOfLayer: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 22 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneratorsOfLayer", - "type": "GAP_Operation" - }, - { - "aka": [ - "LengthOfDescendingSeries" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 173 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LengthOfDescendingSeries: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LengthOfDescendingSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "RanksOfDescendingSeries" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 179 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RanksOfDescendingSeries: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RanksOfDescendingSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "CheckConsistencyOfDefinitions" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 185 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CheckConsistencyOfDefinitions: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CheckConsistencyOfDefinitions", - "type": "GAP_Operation" - }, - { - "aka": [ - "GroupByQuotientSystem" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 191 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "GroupByQuotientSystem: p-group from a p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GroupByQuotientSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "TraceDefinition" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/quotsys.gd", - "line": 198 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "TraceDefinition: p-quotient system", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 22 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TraceDefinition", - "type": "GAP_Operation" - }, - { - "aka": [ - "EpimorphismPGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pquot.gd", - "line": 109 - }, - { - "file": "/home/makx/ac/gap/lib/pquot.gd", - "line": 110 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "EpimorphismPGroup: finite groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 63 - }, - { - "comment": "EpimorphismPGroup: for finitely presented groups", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 59 - }, - { - "comment": "EpimorphismPGroup: for subgroups of finitely presented groups", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 56 - } - ], - "3args": [ - { - "comment": "EpimorphismPGroup: finite group, class bound", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 82 - }, - { - "comment": "EpimorphismPGroup: for finitely presented groups, class bound", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 78 - }, - { - "comment": "EpimorphismPGroup: for subgroups of finitely presented groups, class bound", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 75 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EpimorphismPGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "EpimorphismQuotientSystem" - ], - "filters": [ - [ - [ - "IsQuotientSystem" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pquot.gd", - "line": 144 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EpimorphismQuotientSystem: for p-quotient systems", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EpimorphismQuotientSystem", - "type": "GAP_Operation" - }, - { - "aka": [ - "EpimorphismNilpotentQuotientOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pquot.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "EpimorphismNilpotentQuotientOp: full fp group", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [] - ], - "rank": 40 - }, - { - "comment": "EpimorphismNilpotentQuotientOp: subgroup fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [] - ], - "rank": 37 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EpimorphismNilpotentQuotientOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "Nucleus" - ], - "filters": [ - [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/pquot.gd", - "line": 196 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Nucleus: for a p-quotient system and a group", - "filters": [ - [ - "IsPQuotientSystem", - "Tester(IsPQuotientSystem)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 38 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Nucleus", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 132 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ActingDomain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ActingDomain)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ActingDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetActingDomain" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 132 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ActingDomain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ActingDomain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ActingDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasActingDomain" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 132 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ActingDomain)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 161 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "HomeEnumerator: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(HomeEnumerator)" - ] - ], - "rank": 20009 - }, - { - "comment": "HomeEnumerator", - "filters": [ - [ - "IsConjugacyClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "HomeEnumerator", - "filters": [ - [ - "IsConjugacyClassGroupRep" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "HomeEnumerator", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetHomeEnumerator" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 161 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(HomeEnumerator): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(HomeEnumerator): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(HomeEnumerator)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasHomeEnumerator" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 161 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(HomeEnumerator)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 187 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ActionKernelExternalSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ActionKernelExternalSet)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ActionKernelExternalSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetActionKernelExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 187 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ActionKernelExternalSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ActionKernelExternalSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ActionKernelExternalSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasActionKernelExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 187 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ActionKernelExternalSet)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLinearActionHomomorphism" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 271 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LinearActionBasis: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LinearActionBasis)" - ] - ], - "rank": 20024 - }, - { - "comment": "LinearActionBasis: projective with extra vector", - "filters": [ - [ - "IsProjectiveActionHomomorphism" - ] - ], - "rank": 23 - }, - { - "comment": "LinearActionBasis: find basis in domain", - "filters": [ - [ - "IsLinearActionHomomorphism" - ] - ], - "rank": 23 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LinearActionBasis", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLinearActionBasis" - ], - "filters": [ - [ - [ - "IsLinearActionHomomorphism" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 271 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LinearActionBasis): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LinearActionBasis): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LinearActionBasis)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLinearActionBasis" - ], - "filters": [ - [ - [ - "IsLinearActionHomomorphism" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 271 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LinearActionBasis)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 288 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FunctionAction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FunctionAction)" - ] - ], - "rank": 20009 - }, - { - "comment": "FunctionAction: ExternalSetByActorsRep", - "filters": [ - [ - "IsExternalSetByActorsRep" - ] - ], - "rank": 9 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FunctionAction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFunctionAction" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 288 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FunctionAction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FunctionAction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FunctionAction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFunctionAction" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 288 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FunctionAction)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 312 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StabilizerOfExternalSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(StabilizerOfExternalSet)" - ] - ], - "rank": 20009 - }, - { - "comment": "StabilizerOfExternalSet", - "filters": [ - [ - "IsConjugacyClassSubgroupsRep" - ] - ], - "rank": 21 - }, - { - "comment": "StabilizerOfExternalSet", - "filters": [ - [ - "IsConjugacyClassGroupRep" - ] - ], - "rank": 21 - }, - { - "comment": "StabilizerOfExternalSet", - "filters": [ - [ - "IsExternalOrbit", - "IsExternalSetByPcgs" - ] - ], - "rank": 11 - }, - { - "comment": "StabilizerOfExternalSet: stabilizer of the represenattive", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StabilizerOfExternalSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetStabilizerOfExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 312 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(StabilizerOfExternalSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(StabilizerOfExternalSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(StabilizerOfExternalSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasStabilizerOfExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 312 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(StabilizerOfExternalSet)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 336 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanonicalRepresentativeOfExternalSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanonicalRepresentativeOfExternalSet)" - ] - ], - "rank": 20009 - }, - { - "comment": "CanonicalRepresentativeOfExternalSet: via `ActorOfExternalSet'", - "filters": [ - [ - "IsExternalOrbit", - "IsExternalSetByPcgs" - ] - ], - "rank": 11 - }, - { - "comment": "CanonicalRepresentativeOfExternalSet: by CanonicalRepresentativeDeterminator", - "filters": [ - [ - "IsExternalSet", - "Tester(CanonicalRepresentativeDeterminatorOfExternalSet)" - ] - ], - "rank": 8 - }, - { - "comment": "CanonicalRepresentativeOfExternalSet: smallest element", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalRepresentativeOfExternalSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanonicalRepresentativeOfExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 336 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanonicalRepresentativeOfExternalSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanonicalRepresentativeOfExternalSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanonicalRepresentativeOfExternalSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCanonicalRepresentativeOfExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 336 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanonicalRepresentativeOfExternalSet)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 362 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanonicalRepresentativeDeterminatorOfExternalSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanonicalRepresentativeDeterminatorOfExternalSet)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalRepresentativeDeterminatorOfExternalSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanonicalRepresentativeDeterminatorOfExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 362 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanonicalRepresentativeDeterminatorOfExternalSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanonicalRepresentativeDeterminatorOfExternalSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanonicalRepresentativeDeterminatorOfExternalSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCanonicalRepresentativeDeterminatorOfExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 362 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanonicalRepresentativeDeterminatorOfExternalSet)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 378 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanEasilyDetermineCanonicalRepresentativeExternalSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanEasilyDetermineCanonicalRepresentativeExternalSet)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanEasilyDetermineCanonicalRepresentativeExternalSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanEasilyDetermineCanonicalRepresentativeExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 378 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanEasilyDetermineCanonicalRepresentativeExternalSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanEasilyDetermineCanonicalRepresentativeExternalSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanEasilyDetermineCanonicalRepresentativeExternalSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCanEasilyDetermineCanonicalRepresentativeExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 378 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanEasilyDetermineCanonicalRepresentativeExternalSet)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 411 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ActorOfExternalSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ActorOfExternalSet)" - ] - ], - "rank": 20009 - }, - { - "comment": "ActorOfExternalSet", - "filters": [ - [ - "IsConjugacyClassGroupRep" - ] - ], - "rank": 11 - }, - { - "comment": "ActorOfExternalSet", - "filters": [ - [ - "IsExternalOrbit", - "IsExternalSetByPcgs" - ] - ], - "rank": 11 - }, - { - "comment": "ActorOfExternalSet", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ActorOfExternalSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetActorOfExternalSet", - "SetOperatorOfExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 411 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ActorOfExternalSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ActorOfExternalSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ActorOfExternalSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasActorOfExternalSet", - "HasOperatorOfExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 411 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ActorOfExternalSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PreOrbishProcessing" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 749 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PreOrbishProcessing", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 34 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PreOrbishProcessing", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 948 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ActionHomomorphismAttr: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ActionHomomorphismAttr)" - ] - ], - "rank": 20009 - }, - { - "comment": "ActionHomomorphismAttr: call OpHomConstructor", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ActionHomomorphismAttr", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetActionHomomorphismAttr" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 948 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ActionHomomorphismAttr): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ActionHomomorphismAttr): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ActionHomomorphismAttr)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasActionHomomorphismAttr" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 948 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ActionHomomorphismAttr)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 971 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SurjectiveActionHomomorphismAttr: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SurjectiveActionHomomorphismAttr)" - ] - ], - "rank": 20009 - }, - { - "comment": "SurjectiveActionHomomorphismAttr: call Ac.Hom.Constructor", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SurjectiveActionHomomorphismAttr", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSurjectiveActionHomomorphismAttr" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 971 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SurjectiveActionHomomorphismAttr): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SurjectiveActionHomomorphismAttr): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SurjectiveActionHomomorphismAttr)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSurjectiveActionHomomorphismAttr" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 971 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SurjectiveActionHomomorphismAttr)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsActionHomomorphism" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1002 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "UnderlyingExternalSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(UnderlyingExternalSet)" - ] - ], - "rank": 20023 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "UnderlyingExternalSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetUnderlyingExternalSet" - ], - "filters": [ - [ - [ - "IsActionHomomorphism" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1002 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(UnderlyingExternalSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(UnderlyingExternalSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(UnderlyingExternalSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasUnderlyingExternalSet" - ], - "filters": [ - [ - [ - "IsActionHomomorphism" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1002 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(UnderlyingExternalSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SparseActionHomomorphismOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1078 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "SparseActionHomomorphismOp: no domain given", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 42 - } - ], - "6args": [ - { - "comment": "SparseActionHomomorphismOp: domain given", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - } - ] - }, - "name": "SparseActionHomomorphismOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "SortedSparseActionHomomorphismOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1080 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "SortedSparseActionHomomorphismOp: no domain given", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 42 - } - ], - "6args": [] - }, - "name": "SortedSparseActionHomomorphismOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1171 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1171 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ExternalSet: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ExternalSet)" - ] - ], - "rank": 20009 - }, - { - "comment": "ExternalSet: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "ExternalSet: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "ExternalSet: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "ExternalSet: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "ExternalSet: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "ExternalSet: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "ExternalSet: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "ExternalSet: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "ExternalSet: G, D, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "ExternalSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1171 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ExternalSet): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ExternalSet): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ExternalSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1171 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ExternalSet)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RestrictedExternalSet" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1190 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RestrictedExternalSet: restrict the acting domain", - "filters": [ - [ - "IsExternalSet" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 41 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RestrictedExternalSet", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExternalSubsetOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1211 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "ExternalSubsetOp: G, start, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 42 - } - ], - "6args": [ - { - "comment": "ExternalSubsetOp: G, xset, start, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsExternalSet" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 48 - }, - { - "comment": "ExternalSubsetOp: G, D, start, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - } - ] - }, - "name": "ExternalSubsetOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExternalOrbitOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1233 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "ExternalOrbitOp: G, pnt, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 40 - } - ], - "6args": [ - { - "comment": "ExternalOrbitOp: G, xset, pnt, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsExternalSet" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 46 - }, - { - "comment": "ExternalOrbitOp: G, D, pnt, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ] - }, - "name": "ExternalOrbitOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "OrbitOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1270 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "OrbitOp: G, H, gens, oprs, opr for AffineCrystGroups", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 125 - }, - { - "comment": "OrbitOp: G, H, gens, oprs, opr for AffineCrystGroups", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 125 - }, - { - "comment": "OrbitOp: G, int, gens, perms, act = `OnPoints'", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 81 - }, - { - "comment": "OrbitOp: action via prime order pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 61 - }, - { - "comment": "OrbitOp: G, pnt, [ 1gen ], [ 1act ], act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 60 - }, - { - "comment": "OrbitOp: standard orbit algorithm:list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 40 - } - ], - "6args": [ - { - "aka": [ - "DoPcgsOrbitOp" - ], - "comment": "OrbitOp: via prime order pcgs, with domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [], - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 63 - }, - { - "comment": "OrbitOp: G, D, pnt, [ 1gen ], [ 1act ], act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 61 - }, - { - "comment": "OrbitOp: with domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ] - }, - "name": "OrbitOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1294 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1294 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Orbits: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Orbits)" - ] - ], - "rank": 20009 - }, - { - "comment": "Orbits: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "Orbits: group without domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "Orbits: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "Orbits: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "Orbits: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "Orbits: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "Orbits: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "Orbits: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "aka": [ - "ORBS_PERMGP_PTS" - ], - "comment": "Orbits: permgroup on points", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsList" - ], - [ - "IsList", - "CategoryCollections(IsPerm)" - ], - [ - "IsFunction" - ] - ], - "rank": 128 - }, - { - "comment": "Orbits: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "Orbits: for arbitrary domains", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "Orbits", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOrbits" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1294 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Orbits): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Orbits): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Orbits)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOrbits" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1294 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Orbits)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1347 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1347 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OrbitsDomain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OrbitsDomain)" - ] - ], - "rank": 20009 - }, - { - "comment": "OrbitsDomain: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "OrbitsDomain: group without domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "OrbitsDomain: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "OrbitsDomain: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "OrbitsDomain: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "OrbitsDomain: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "OrbitsDomain: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "OrbitsDomain: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "OrbitsDomain: permgroup on points", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsList" - ], - [ - "IsList", - "CategoryCollections(IsPerm)" - ], - [ - "IsFunction" - ] - ], - "rank": 128 - }, - { - "comment": "OrbitsDomain: empty domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 57 - }, - { - "comment": "OrbitsDomain: empty domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 57 - }, - { - "comment": "OrbitsDomain: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "aka": [ - "OrbitsByPosOp" - ], - "comment": "OrbitsDomain: for quick position domains", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsQuickPositionList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 43 - }, - { - "comment": "OrbitsDomain: for arbitrary domains", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "OrbitsDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOrbitsDomain" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1347 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OrbitsDomain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OrbitsDomain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OrbitsDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOrbitsDomain" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1347 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OrbitsDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "OrbitLengthOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1366 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "OrbitLengthOp: compute orbit", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 40 - } - ], - "6args": [ - { - "comment": "OrbitLengthOp: compute orbit", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ] - }, - "name": "OrbitLengthOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1388 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1388 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OrbitLengths: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OrbitLengths)" - ] - ], - "rank": 20009 - }, - { - "comment": "OrbitLengths: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "OrbitLengths: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "OrbitLengths: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "OrbitLengths: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "OrbitLengths: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "OrbitLengths: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "OrbitLengths: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "OrbitLengths: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "OrbitLengths: compute orbits", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "OrbitLengths", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOrbitLengths" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1388 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OrbitLengths): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OrbitLengths): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OrbitLengths)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOrbitLengths" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1388 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OrbitLengths)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1421 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1421 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OrbitLengthsDomain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OrbitLengthsDomain)" - ] - ], - "rank": 20009 - }, - { - "comment": "OrbitLengthsDomain: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "OrbitLengthsDomain: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "OrbitLengthsDomain: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "OrbitLengthsDomain: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "OrbitLengthsDomain: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "OrbitLengthsDomain: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "OrbitLengthsDomain: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "OrbitLengthsDomain: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "OrbitLengthsDomain: compute orbits", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "OrbitLengthsDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOrbitLengthsDomain" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1421 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OrbitLengthsDomain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OrbitLengthsDomain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OrbitLengthsDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOrbitLengthsDomain" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1421 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OrbitLengthsDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "OrbitStabilizerOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1441 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "OrbitStabilizerOp: G, H, gens, oprs, opr for AffineCrystGroups", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 115 - }, - { - "comment": "OrbitStabilizerOp: G, H, gens, oprs, opr for AffineCrystGroups", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 115 - }, - { - "comment": "OrbitStabilizerOp: permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 81 - }, - { - "comment": "OrbitStabilizerOp: G, pnt, pcgs, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 61 - }, - { - "comment": "OrbitStabilizerOp: `OrbitStabilizerAlgorithm' without domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 40 - } - ], - "6args": [ - { - "comment": "OrbitStabilizerOp: G, D, pnt, pcgs, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [], - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 63 - }, - { - "comment": "OrbitStabilizerOp: `OrbitStabilizerAlgorithm' with domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ] - }, - "name": "OrbitStabilizerOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1467 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1467 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ExternalOrbits: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ExternalOrbits)" - ] - ], - "rank": 20009 - }, - { - "comment": "ExternalOrbits: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "ExternalOrbits: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "ExternalOrbits: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "ExternalOrbits: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "ExternalOrbits: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "ExternalOrbits: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "ExternalOrbits: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "ExternalOrbits: G, xset, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsExternalSet" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 46 - }, - { - "comment": "ExternalOrbits: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "ExternalOrbits: G, D, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "ExternalOrbits", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExternalOrbits" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1467 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ExternalOrbits): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ExternalOrbits): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ExternalOrbits)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExternalOrbits" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1467 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ExternalOrbits)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1505 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1505 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ExternalOrbitsStabilizers: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ExternalOrbitsStabilizers)" - ] - ], - "rank": 20009 - }, - { - "comment": "ExternalOrbitsStabilizers: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "ExternalOrbitsStabilizers: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "ExternalOrbitsStabilizers: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "ExternalOrbitsStabilizers: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "ExternalOrbitsStabilizers: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "ExternalOrbitsStabilizers: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "ExternalOrbitsStabilizers: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "ExternalOrbitsStabilizers: external set", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsExternalSet" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 46 - }, - { - "comment": "ExternalOrbitsStabilizers: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "ExternalOrbitsStabilizers: arbitrary domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "ExternalOrbitsStabilizers", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetExternalOrbitsStabilizers" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1505 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ExternalOrbitsStabilizers): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ExternalOrbitsStabilizers): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ExternalOrbitsStabilizers)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasExternalOrbitsStabilizers" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1505 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ExternalOrbitsStabilizers)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - [ - [ - "IsClassFunction" - ] - ], - [ - [ - "IsOrdinaryTable" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1540 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1540 - }, - { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1623 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Transitivity: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Transitivity)" - ] - ], - "rank": 20009 - }, - { - "comment": "Transitivity: for a permutation group with known size", - "filters": [ - [ - "Tester(Size)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 59 - }, - { - "comment": "Transitivity: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "Transitivity: for a class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "Transitivity: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "Transitivity: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "Transitivity: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - }, - { - "comment": "Transitivity: for an ordinary table, and a homogeneous list", - "filters": [ - [ - "IsOrdinaryTable" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 26 - } - ], - "3args": [ - { - "comment": "Transitivity: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "Transitivity: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "Transitivity: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "Transitivity: permgroup on numbers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 92 - }, - { - "comment": "Transitivity: G, [ ], gens, perms, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 77 - }, - { - "comment": "Transitivity: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "Transitivity: of the image of an ophom", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "Transitivity", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTransitivity" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ], - [ - [ - "IsClassFunction" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1540 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Transitivity): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Transitivity): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Transitivity)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTransitivity" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1540 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Transitivity)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1578 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BlocksAttr: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(BlocksAttr)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BlocksAttr", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBlocksAttr" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1578 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(BlocksAttr): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(BlocksAttr): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(BlocksAttr)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBlocksAttr" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1578 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(BlocksAttr)", - "type": "GAP_Operation" - }, - { - "aka": [ - "BlocksOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1584 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "BlocksOp: G, D, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 42 - } - ], - "6args": [ - { - "comment": "BlocksOp: integers, with seed", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsList" - ], - [ - "IsList", - "CategoryCollections(IsPerm)" - ], - [ - "IsFunction" - ] - ], - "rank": 157 - }, - { - "comment": "BlocksOp: permgroup on integers", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ], - [ - "IsList", - "CategoryCollections(IsPerm)" - ], - [ - "IsFunction" - ] - ], - "rank": 145 - }, - { - "comment": "BlocksOp: G, [ ], seed, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 79 - }, - { - "comment": "BlocksOp: via action homomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - } - ] - }, - "name": "BlocksOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1613 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MaximalBlocksAttr: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MaximalBlocksAttr)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MaximalBlocksAttr", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMaximalBlocksAttr" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1613 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MaximalBlocksAttr): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MaximalBlocksAttr): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MaximalBlocksAttr)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMaximalBlocksAttr" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1613 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MaximalBlocksAttr)", - "type": "GAP_Operation" - }, - { - "aka": [ - "MaximalBlocksOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1619 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "MaximalBlocksOp: G, D, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 42 - } - ], - "6args": [ - { - "comment": "MaximalBlocksOp: G, D, seed, gens, acts, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - } - ] - }, - "name": "MaximalBlocksOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1652 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RepresentativesMinimalBlocksAttr: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RepresentativesMinimalBlocksAttr)" - ] - ], - "rank": 20009 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RepresentativesMinimalBlocksAttr", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRepresentativesMinimalBlocksAttr" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1652 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RepresentativesMinimalBlocksAttr): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RepresentativesMinimalBlocksAttr): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RepresentativesMinimalBlocksAttr)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRepresentativesMinimalBlocksAttr" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1652 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RepresentativesMinimalBlocksAttr)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RepresentativesMinimalBlocksOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1658 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "RepresentativesMinimalBlocksOp: permgrp on points", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsList" - ], - [ - "IsList", - "CategoryCollections(IsPerm)" - ], - [ - "IsFunction" - ] - ], - "rank": 128 - }, - { - "comment": "RepresentativesMinimalBlocksOp: general case: translate", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [ - { - "comment": "RepresentativesMinimalBlocksOp: G, domain, noseed, gens, perms, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ], - [ - "IsList", - "CategoryCollections(IsPerm)" - ], - [ - "IsFunction" - ] - ], - "rank": 131 - } - ] - }, - "name": "RepresentativesMinimalBlocksOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1683 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1683 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Earns: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Earns)" - ] - ], - "rank": 20009 - }, - { - "comment": "Earns: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "Earns: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "Earns: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "Earns: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "Earns: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "Earns: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "Earns: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "Earns: G, ints, gens, perms, act", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 65 - }, - { - "comment": "Earns: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - } - ], - "6args": [] - }, - "name": "Earns", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEarns" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1683 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Earns): never set fail", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ], - "rank": 36 - }, - { - "comment": "Setter(Earns): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Earns): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Earns)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEarns" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1683 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Earns)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - [ - [ - "IsClassFunction" - ] - ], - [ - [ - "IsCharacterTable" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1719 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1719 - }, - { - "file": "/home/makx/ac/gap/lib/ctblfuns.gd", - "line": 1591 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsTransitive: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsTransitive)" - ] - ], - "rank": 20009 - }, - { - "comment": "IsTransitive: for a permutation group (use shortcuts)", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 59 - }, - { - "comment": "IsTransitive: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "IsTransitive: for a class function", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "IsTransitive: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "IsTransitive: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "IsTransitive: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - }, - { - "comment": "IsTransitive: for an ordinary table and a homogeneous list", - "filters": [ - [ - "IsOrdinaryTable" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 26 - } - ], - "3args": [ - { - "comment": "IsTransitive: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "IsTransitive: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "IsTransitive: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "IsTransitive: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "IsTransitive: compare with orbit of element", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "IsTransitive", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsTransitive" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1719 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsTransitive): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsTransitive): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsTransitive)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1719 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsTransitive)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1750 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1750 - }, - { - "file": "/home/makx/ac/gap/pkg/irredsol/lib/matmeths.gd", - "line": 49 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPrimitive: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPrimitive)" - ] - ], - "rank": 20009 - }, - { - "comment": "IsPrimitive: for matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 45 - }, - { - "comment": "IsPrimitive: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "IsPrimitive: for a character", - "filters": [ - [ - "IsClassFunction" - ] - ], - "rank": 31 - }, - { - "comment": "IsPrimitive: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "IsPrimitive: for matrix group over field", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 99 - }, - { - "comment": "IsPrimitive: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "IsPrimitive: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "IsPrimitive: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "IsPrimitive: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "IsPrimitive: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "IsPrimitive: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "IsPrimitive: transitive and no blocks", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "IsPrimitive", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPrimitive" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1750 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPrimitive): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPrimitive): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPrimitive)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1750 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPrimitive)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1768 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1768 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsPrimitiveAffine: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsPrimitiveAffine)" - ] - ], - "rank": 20009 - }, - { - "comment": "IsPrimitiveAffine: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "IsPrimitiveAffine: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "IsPrimitiveAffine: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "IsPrimitiveAffine: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "IsPrimitiveAffine: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "IsPrimitiveAffine: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "IsPrimitiveAffine: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "IsPrimitiveAffine: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "IsPrimitiveAffine: primitive and earns", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "IsPrimitiveAffine", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsPrimitiveAffine" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1768 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsPrimitiveAffine): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsPrimitiveAffine): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsPrimitiveAffine)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1768 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsPrimitiveAffine)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1795 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1795 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSemiRegular: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSemiRegular)" - ] - ], - "rank": 20009 - }, - { - "comment": "IsSemiRegular: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "IsSemiRegular: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "IsSemiRegular: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "IsSemiRegular: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "IsSemiRegular: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "IsSemiRegular: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "IsSemiRegular: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "IsSemiRegular: permgroup on numbers", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsList" - ], - [ - "IsList", - "CategoryCollections(IsPerm)" - ], - [ - "IsFunction" - ] - ], - "rank": 128 - }, - { - "comment": "IsSemiRegular: G, D, gens, [ ], act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsFunction" - ] - ], - "rank": 77 - }, - { - "comment": "IsSemiRegular: G, [ ], gens, perms, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 77 - }, - { - "comment": "IsSemiRegular: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "IsSemiRegular: via ophom", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "IsSemiRegular", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSemiRegular" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1795 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSemiRegular): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSemiRegular): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSemiRegular)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1795 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSemiRegular)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1832 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1832 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRegular: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRegular)" - ] - ], - "rank": 20009 - }, - { - "comment": "IsRegular: permgroup with known size", - "filters": [ - [ - "Tester(Size)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 59 - }, - { - "comment": "IsRegular: permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "IsRegular: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "IsRegular: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "IsRegular: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "IsRegular: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "IsRegular: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "IsRegular: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "IsRegular: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "IsRegular: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "IsRegular: transitive and semiregular", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "IsRegular", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRegular" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1832 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRegular): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRegular): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRegular)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1832 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRegular)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalSet" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1859 - }, - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1859 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RankAction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RankAction)" - ] - ], - "rank": 20009 - }, - { - "comment": "RankAction: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 43 - }, - { - "comment": "RankAction: for an external set", - "filters": [ - [ - "IsExternalSet" - ] - ], - "rank": 6 - } - ], - "2args": [ - { - "comment": "RankAction: for a permutation group and a domain or list of integers", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 44 - }, - { - "comment": "RankAction: for a group and a domain or list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 34 - } - ], - "3args": [ - { - "comment": "RankAction: for permutation group, domain or list of integers, and function", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "RankAction: for a group, a domain or list, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 35 - } - ], - "4args": [ - { - "comment": "RankAction: for a group, a domain or list, and two lists", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 38 - } - ], - "5args": [ - { - "comment": "RankAction: G, [ ], gens, perms, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 77 - }, - { - "comment": "RankAction: G, ints, gens, perms, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 69 - }, - { - "comment": "RankAction: for a group, a domain, two lists, and a function", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 44 - }, - { - "comment": "RankAction: via ophom", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ], - "6args": [] - }, - "name": "RankAction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRankAction" - ], - "filters": [ - [ - [ - "IsExternalSet" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1859 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RankAction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RankAction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RankAction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRankAction" - ], - "filters": [ - [ - [ - "IsExternalSet" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1859 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RankAction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "PermutationOp" - ], - "filters": [ - [ - [], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1892 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "PermutationOp: object on list", - "filters": [ - [], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PermutationOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "PermutationCycleOp" - ], - "filters": [ - [ - [], - [ - "IsList" - ], - [], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1921 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "PermutationCycleOp: of object in list", - "filters": [ - [], - [ - "IsList" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "5args": [], - "6args": [] - }, - "name": "PermutationCycleOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "CycleOp" - ], - "filters": [ - [ - [], - [ - "IsList" - ], - [], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1941 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CycleOp: straight line program perms", - "filters": [ - [ - "IsPerm", - "IsStraightLineProgElm" - ], - [ - "IsInt" - ] - ], - "rank": 129 - }, - { - "comment": "CycleOp: for a permutation with memory and an integer", - "filters": [ - [ - "IsPerm", - "IsObjWithMemory" - ], - [ - "IsInt" - ] - ], - "rank": 128 - }, - { - "comment": "CycleOp: perm, int", - "filters": [ - [ - "IsPerm", - "IsInternalRep" - ], - [ - "IsInt" - ] - ], - "rank": 27 - } - ], - "3args": [ - { - "comment": "CycleOp: perm, int, act", - "filters": [ - [ - "IsPerm" - ], - [ - "IsInt" - ], - [ - "IsFunction" - ] - ], - "rank": 27 - }, - { - "comment": "CycleOp", - "filters": [ - [], - [], - [ - "IsFunction" - ] - ], - "rank": 1 - } - ], - "4args": [ - { - "comment": "CycleOp: of object in list", - "filters": [ - [], - [ - "IsList" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "5args": [], - "6args": [] - }, - "name": "CycleOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "CyclesOp" - ], - "filters": [ - [ - [], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1961 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "CyclesOp", - "filters": [ - [], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 4 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CyclesOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "CycleLengthOp" - ], - "filters": [ - [ - [], - [ - "IsList" - ], - [], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 1982 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CycleLengthOp: straight line program perms", - "filters": [ - [ - "IsPerm", - "IsStraightLineProgElm" - ], - [ - "IsInt" - ] - ], - "rank": 129 - }, - { - "comment": "CycleLengthOp: for a permutation with memory and an integer", - "filters": [ - [ - "IsPerm", - "IsObjWithMemory" - ], - [ - "IsInt" - ] - ], - "rank": 128 - }, - { - "aka": [ - "CYCLE_LENGTH_PERM_INT" - ], - "comment": "CycleLengthOp: perm, int", - "filters": [ - [ - "IsPerm", - "IsInternalRep" - ], - [ - "IsInt" - ] - ], - "rank": 27 - } - ], - "3args": [ - { - "comment": "CycleLengthOp: perm, int, act", - "filters": [ - [ - "IsPerm" - ], - [ - "IsInt" - ], - [ - "IsFunction" - ] - ], - "rank": 27 - }, - { - "comment": "CycleLengthOp", - "filters": [ - [], - [], - [ - "IsFunction" - ] - ], - "rank": 1 - } - ], - "4args": [ - { - "comment": "CycleLengthOp", - "filters": [ - [], - [ - "IsList" - ], - [], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "5args": [], - "6args": [] - }, - "name": "CycleLengthOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "CycleLengthsOp" - ], - "filters": [ - [ - [], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 2013 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "CycleLengthsOp", - "filters": [ - [], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CycleLengthsOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "CycleIndexOp" - ], - "filters": [ - [ - [], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 2061 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "CycleIndexOp: finite group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 46 - }, - { - "comment": "CycleIndexOp: element", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 7 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CycleIndexOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "RepresentativeActionOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [], - [], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 2106 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "RepresentativeActionOp: TF Method on elements", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(FittingFreeLiftSetup)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsFunction" - ] - ], - "rank": 444 - }, - { - "comment": "RepresentativeActionOp: nice group on elements", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsFunction" - ] - ], - "rank": 391 - }, - { - "comment": "RepresentativeActionOp: G, d, e, opr for AffineCrystGroups", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsFunction" - ] - ], - "rank": 166 - }, - { - "comment": "RepresentativeActionOp: G, d, e, opr for AffineCrystGroups", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsFunction" - ] - ], - "rank": 166 - }, - { - "comment": "RepresentativeActionOp: for subgroups of a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsFunction" - ] - ], - "rank": 152 - }, - { - "comment": "RepresentativeActionOp: pc group on subgroups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsFunction" - ] - ], - "rank": 130 - }, - { - "comment": "RepresentativeActionOp: for natural symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [], - [], - [ - "IsFunction" - ] - ], - "rank": 73 - }, - { - "comment": "RepresentativeActionOp: natural alternating group", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ], - [], - [], - [ - "IsFunction" - ] - ], - "rank": 73 - }, - { - "comment": "RepresentativeActionOp: cycle structure comparison for solvable perm groups", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsPerm" - ], - [ - "IsPerm" - ], - [ - "IsFunction" - ] - ], - "rank": 73 - }, - { - "comment": "RepresentativeActionOp: permgrp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [], - [ - "IsFunction" - ] - ], - "rank": 69 - }, - { - "comment": "RepresentativeActionOp: for conjugation of elements in a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ], - [ - "IsFunction" - ] - ], - "rank": 63 - }, - { - "comment": "RepresentativeActionOp: element conjugacy in pcgs computable groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsMultiplicativeElementWithInverse" - ], - [ - "IsFunction" - ] - ], - "rank": 56 - }, - { - "comment": "RepresentativeActionOp: trivial general cases", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [], - [ - "IsFunction" - ] - ], - "rank": 36 - }, - { - "comment": "RepresentativeActionOp: orbit algorithm: trace transversal", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [], - [ - "IsFunction" - ] - ], - "rank": 36 - } - ], - "5args": [ - { - "comment": "RepresentativeActionOp: ignore domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [], - [], - [ - "IsFunction" - ] - ], - "rank": 38 - } - ], - "6args": [] - }, - "name": "RepresentativeActionOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "StabiliserFuncOp", - "StabilizerFuncOp", - "StabilizerOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 2154 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [ - { - "comment": "StabilizerFuncOp: use normalizer", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 275 - }, - { - "comment": "StabilizerFuncOp: alternating group", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 109 - }, - { - "aka": [ - "SYMGP_STABILIZER" - ], - "comment": "StabilizerFuncOp: symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 109 - }, - { - "aka": [ - "PermGroupStabilizerOp" - ], - "comment": "StabilizerFuncOp: permutation group with generators list", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 105 - }, - { - "comment": "StabilizerFuncOp: G (solv.), pnt, gens, gens, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [], - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 66 - }, - { - "comment": "StabilizerFuncOp: G, pnt, pcgs, acts, act, calling `Pcgs_MutableOrbitStabilizerOp'", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 61 - }, - { - "comment": "StabilizerFuncOp: G (solv.), pnt, gens, gens, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "StabilizerFuncOp: `OrbitStabilizerAlgorithm' without domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 40 - } - ], - "6args": [ - { - "comment": "StabilizerFuncOp: with domain, use normalizer", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 277 - }, - { - "comment": "StabilizerFuncOp: alternating group", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 114 - }, - { - "comment": "StabilizerFuncOp: symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 114 - }, - { - "comment": "StabilizerFuncOp: permutation group with domain", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 105 - }, - { - "comment": "StabilizerFuncOp: G (solv.), D,pnt, gens, gens, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [], - [], - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 66 - }, - { - "comment": "StabilizerFuncOp: G, D, pnt, pcgs, acts, act, calling `Pcgs_MutableOrbitStabilizerOp'", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [], - [ - "IsPrimeOrdersPcgs", - "Tester(IsPrimeOrdersPcgs)" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 63 - }, - { - "comment": "StabilizerFuncOp: G (solv.), D,pnt, gens, gens, act", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 46 - }, - { - "comment": "StabilizerFuncOp: `OrbitStabilizerAlgorithm' with domain", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 41 - } - ] - }, - "name": "StabilizerFuncOp", - "type": "GAP_Operation" - }, - { - "aka": [ - "OrbitStabiliserAlgorithm", - "OrbitStabilizerAlgorithm" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsRecord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 2229 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [ - { - "comment": "OrbitStabilizerAlgorithm: for pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [], - [ - "IsPcgs" - ], - [ - "IsList" - ], - [ - "IsRecord" - ] - ], - "rank": 59 - }, - { - "comment": "OrbitStabilizerAlgorithm: use stabilizer size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanComputeSizeAnySubgroup" - ], - [], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsRecord" - ] - ], - "rank": 52 - }, - { - "comment": "OrbitStabilizerAlgorithm: collect stabilizer generators", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [], - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsRecord" - ] - ], - "rank": 40 - } - ] - }, - "name": "OrbitStabilizerAlgorithm", - "type": "GAP_Operation" - }, - { - "aka": [ - "AbelianSubfactorAction" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 2297 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "AbelianSubfactorAction: generic:use modulo pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 105 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AbelianSubfactorAction", - "type": "GAP_Operation" - }, - { - "aka": [ - "DomainForAction" - ], - "filters": [ - [ - [], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprt.gd", - "line": 2617 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "DomainForAction: matrix/matrix", - "filters": [ - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))", - "CategoryCollections(CategoryCollections(IsFFE))" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 45 - }, - { - "comment": "DomainForAction: FFE vector/matrix", - "filters": [ - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement", - "CategoryCollections(IsFFE)" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 29 - }, - { - "comment": "DomainForAction: vector/permgrp", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 5 - }, - { - "comment": "DomainForAction: default: fail", - "filters": [ - [], - [ - "IsListOrCollection" - ], - [ - "IsFunction" - ] - ], - "rank": 2 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DomainForAction", - "type": "GAP_Operation" - }, - { - "aka": [ - "StabChainOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsRecord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 173 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "StabChainOp: trivial group", - "filters": [ - [ - "IsTrivial", - "Tester(IsTrivial)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsRecord" - ] - ], - "rank": 87 - }, - { - "comment": "StabChainOp: with base", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 87 - }, - { - "comment": "StabChainOp: empty base", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList", - "IsEmpty", - "Tester(IsEmpty)" - ] - ], - "rank": 75 - }, - { - "comment": "StabChainOp: alternating group", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ], - [ - "IsRecord" - ] - ], - "rank": 63 - }, - { - "comment": "StabChainOp: symmetric group", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ], - [ - "IsRecord" - ] - ], - "rank": 63 - }, - { - "comment": "StabChainOp: group and option", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsRecord" - ] - ], - "rank": 59 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StabChainOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 174 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StabChainMutable: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(StabChainMutable)" - ] - ], - "rank": 20003 - }, - { - "comment": "StabChainMutable: call StabChainOp", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "StabChainMutable: for blocks homomorphism", - "filters": [ - [ - "IsBlocksHomomorphism" - ] - ], - "rank": 23 - }, - { - "aka": [ - "StabChainPermGroupToPermGroupGeneralMappingByImages" - ], - "comment": "StabChainMutable: perm to perm mapping by images", - "filters": [ - [ - "IsPermGroupGeneralMappingByImages", - "IsToPermGroupGeneralMappingByImages" - ] - ], - "rank": 20 - }, - { - "comment": "StabChainMutable: perm mapping by images", - "filters": [ - [ - "IsPermGroupGeneralMappingByImages" - ] - ], - "rank": 19 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StabChainMutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetStabChainMutable" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 174 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(StabChainMutable): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(StabChainMutable): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(StabChainMutable)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasStabChainMutable" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 174 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(StabChainMutable)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 175 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StabChainImmutable: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(StabChainImmutable)" - ] - ], - "rank": 20003 - }, - { - "comment": "StabChainImmutable: use StabChainMutable", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StabChainImmutable", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetStabChainImmutable" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 175 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(StabChainImmutable): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(StabChainImmutable): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(StabChainImmutable)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasStabChainImmutable" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 175 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(StabChainImmutable)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StabChainOptions: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(StabChainOptions)" - ] - ], - "rank": 20046 - }, - { - "comment": "StabChainOptions", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "StabChainOptions: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StabChainOptions", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetStabChainOptions" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(StabChainOptions): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(StabChainOptions): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(StabChainOptions)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasStabChainOptions" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 195 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(StabChainOptions)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 319 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BaseOfGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(BaseOfGroup)" - ] - ], - "rank": 20046 - }, - { - "comment": "BaseOfGroup: for a permutation group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "BaseOfGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BaseOfGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBaseOfGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 319 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(BaseOfGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(BaseOfGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(BaseOfGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBaseOfGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 319 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(BaseOfGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 486 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MinimalStabChain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MinimalStabChain)" - ] - ], - "rank": 20046 - }, - { - "comment": "MinimalStabChain: matrix group via niceo", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 390 - }, - { - "comment": "MinimalStabChain: Perm", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "MinimalStabChain: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses" - ] - ], - "rank": -16 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MinimalStabChain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMinimalStabChain" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 486 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MinimalStabChain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MinimalStabChain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MinimalStabChain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMinimalStabChain" - ], - "filters": [ - [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 486 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MinimalStabChain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "MembershipTestKnownBase" - ], - "filters": [ - [ - [ - "IsRecord" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 630 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "MembershipTestKnownBase", - "filters": [ - [ - "IsRecord" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPerm" - ] - ], - "rank": 44 - }, - { - "comment": "MembershipTestKnownBase: stabchain, base, word", - "filters": [ - [ - "IsRecord" - ], - [ - "IsList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsList" - ] - ], - "rank": 32 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MembershipTestKnownBase", - "type": "GAP_Operation" - }, - { - "aka": [ - "PermOnEnumerator" - ], - "filters": [ - [ - [ - "IsList" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/stbc.gd", - "line": 741 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PermOnEnumerator", - "type": "GAP_Operation" - }, - { - "aka": [ - "ConjugacyClass" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/clas.gd", - "line": 79 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ConjugacyClass: class of element", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 35 - } - ], - "3args": [ - { - "comment": "ConjugacyClass: class of element and centralizer", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugacyClass", - "type": "GAP_Operation" - }, - { - "aka": [ - "RationalClass" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/clas.gd", - "line": 137 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RationalClass", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 35 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RationalClass", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsRationalClassGroupRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/clas.gd", - "line": 152 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DecomposedRationalClass: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DecomposedRationalClass)" - ] - ], - "rank": 20012 - }, - { - "comment": "DecomposedRationalClass: generic", - "filters": [ - [ - "IsRationalClassGroupRep" - ] - ], - "rank": 11 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DecomposedRationalClass", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDecomposedRationalClass" - ], - "filters": [ - [ - [ - "IsRationalClassGroupRep" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/clas.gd", - "line": 152 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DecomposedRationalClass): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DecomposedRationalClass): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DecomposedRationalClass)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDecomposedRationalClass" - ], - "filters": [ - [ - [ - "IsRationalClassGroupRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/clas.gd", - "line": 152 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DecomposedRationalClass)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permdeco.gd", - "line": 73 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StoredPermliftSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(StoredPermliftSeries)" - ] - ], - "rank": 20037 - }, - { - "aka": [ - "PermliftSeries" - ], - "comment": "StoredPermliftSeries", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "StoredPermliftSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StoredPermliftSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetStoredPermliftSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permdeco.gd", - "line": 73 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(StoredPermliftSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(StoredPermliftSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(StoredPermliftSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasStoredPermliftSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/permdeco.gd", - "line": 73 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(StoredPermliftSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AscendingChainOp" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 69 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AscendingChainOp: PermGroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "comment": "AscendingChainOp: generic", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AscendingChainOp", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 87 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ComputedAscendingChains: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ComputedAscendingChains)" - ] - ], - "rank": 20037 - }, - { - "comment": "ComputedAscendingChains: init", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "ComputedAscendingChains: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComputedAscendingChains", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetComputedAscendingChains" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 87 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ComputedAscendingChains): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ComputedAscendingChains): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ComputedAscendingChains)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasComputedAscendingChains" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 87 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ComputedAscendingChains)", - "type": "GAP_Operation" - }, - { - "aka": [ - "CanonicalRightCosetElement" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 143 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CanonicalRightCosetElement: finite matric group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsTable", - "CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse))", - "CategoryCollections(CategoryCollections(IsAdditiveElement))", - "CategoryCollections(CategoryCollections(IsMultiplicativeElement))" - ] - ], - "rank": 420 - }, - { - "comment": "CanonicalRightCosetElement: Perm", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsPerm" - ] - ], - "rank": 66 - }, - { - "comment": "CanonicalRightCosetElement: for AffineCrystGroupOnLeft", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [] - ], - "rank": 55 - }, - { - "comment": "CanonicalRightCosetElement: for AffineCrystGroupOnRight", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [] - ], - "rank": 55 - }, - { - "comment": "CanonicalRightCosetElement: Pc", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [] - ], - "rank": 46 - }, - { - "comment": "CanonicalRightCosetElement: generic", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 35 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalRightCosetElement", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsDoubleCoset" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 176 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LeftActingGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LeftActingGroup)" - ] - ], - "rank": 20011 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LeftActingGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLeftActingGroup" - ], - "filters": [ - [ - [ - "IsDoubleCoset" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 176 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LeftActingGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LeftActingGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LeftActingGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLeftActingGroup" - ], - "filters": [ - [ - [ - "IsDoubleCoset" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 176 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LeftActingGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsDoubleCoset" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 177 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RightActingGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RightActingGroup)" - ] - ], - "rank": 20011 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightActingGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRightActingGroup" - ], - "filters": [ - [ - [ - "IsDoubleCoset" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 177 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RightActingGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RightActingGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RightActingGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRightActingGroup" - ], - "filters": [ - [ - [ - "IsDoubleCoset" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 177 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RightActingGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "DoubleCoset" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 202 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "DoubleCoset: generic", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "4args": [ - { - "comment": "DoubleCoset: with size", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 89 - } - ], - "5args": [], - "6args": [] - }, - "name": "DoubleCoset", - "type": "GAP_Operation" - }, - { - "aka": [ - "DoubleCosetsNC" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 234 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "DoubleCosetsNC: generic", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 105 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DoubleCosetsNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "DoubleCosetRepsAndSizes" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 259 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "DoubleCosetRepsAndSizes: Pc", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 138 - }, - { - "aka": [ - "CalcDoubleCosets" - ], - "comment": "DoubleCosetRepsAndSizes: generic", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 105 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DoubleCosetRepsAndSizes", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsDoubleCoset" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 298 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RepresentativesContainedRightCosets: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RepresentativesContainedRightCosets)" - ] - ], - "rank": 20011 - }, - { - "comment": "RepresentativesContainedRightCosets: generic", - "filters": [ - [ - "IsDoubleCoset" - ] - ], - "rank": 8 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RepresentativesContainedRightCosets", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRepresentativesContainedRightCosets" - ], - "filters": [ - [ - [ - "IsDoubleCoset" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 298 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RepresentativesContainedRightCosets): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RepresentativesContainedRightCosets): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RepresentativesContainedRightCosets)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRepresentativesContainedRightCosets" - ], - "filters": [ - [ - [ - "IsDoubleCoset" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 298 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RepresentativesContainedRightCosets)", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightCoset" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 361 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RightCoset: use subgroup size", - "filters": [ - [ - "Tester(Size)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 37 - }, - { - "comment": "RightCoset: generic", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": 35 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightCoset", - "type": "GAP_Operation" - }, - { - "aka": [ - "RightCosetsNC" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/csetgrp.gd", - "line": 395 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RightCosetsNC: via niceomorphism", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 405 - }, - { - "comment": "RightCosetsNC: perm groups, use RightTransversal", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "comment": "RightCosetsNC: AffineCrystGroupOnLeft", - "filters": [ - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ], - [ - "IsAffineCrystGroupOnLeft", - "Tester(IsAffineCrystGroupOnLeft)" - ] - ], - "rank": 110 - }, - { - "comment": "RightCosetsNC: AffineCrystGroupOnRight", - "filters": [ - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ], - [ - "IsAffineCrystGroupOnRight", - "Tester(IsAffineCrystGroupOnRight)" - ] - ], - "rank": 110 - }, - { - "comment": "RightCosetsNC: pc groups, use RightTransversal", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 92 - }, - { - "comment": "RightCosetsNC: generic: orbit", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RightCosetsNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "DoCheapActionImages", - "DoCheapOperationImages" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/factgrp.gd", - "line": 52 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DoCheapActionImages: permutation", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "DoCheapActionImages: generic", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DoCheapActionImages", - "type": "GAP_Operation" - }, - { - "aka": [ - "FindActionKernel", - "FindOperationKernel" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/factgrp.gd", - "line": 70 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FindActionKernel: Niceo", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 404 - }, - { - "comment": "FindActionKernel: perm", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 116 - }, - { - "comment": "FindActionKernel: generic for finite groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 79 - }, - { - "comment": "FindActionKernel: general case: can't do", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FindActionKernel", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/factgrp.gd", - "line": 124 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NaturalHomomorphismsPool: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NaturalHomomorphismsPool)" - ] - ], - "rank": 20037 - }, - { - "comment": "NaturalHomomorphismsPool", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "NaturalHomomorphismsPool: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NaturalHomomorphismsPool", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNaturalHomomorphismsPool" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/factgrp.gd", - "line": 124 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NaturalHomomorphismsPool): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NaturalHomomorphismsPool): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NaturalHomomorphismsPool)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNaturalHomomorphismsPool" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/factgrp.gd", - "line": 124 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NaturalHomomorphismsPool)", - "type": "GAP_Operation" - }, - { - "aka": [ - "FactorCosetAction" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/factgrp.gd", - "line": 151 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FactorCosetAction: by right transversal operation, Niceo", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 404 - }, - { - "comment": "FactorCosetAction: for full fp group on subgroup", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 80 - }, - { - "comment": "FactorCosetAction: subgrp in quotient Rep", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup", - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 75 - }, - { - "comment": "FactorCosetAction: for subgroups of an fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "FactorCosetAction: by right transversal operation", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [ - { - "comment": "FactorCosetAction: by right transversal operation, given kernel, Niceo", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 439 - }, - { - "comment": "FactorCosetAction: by right transversal operation, given kernel", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 105 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FactorCosetAction", - "type": "GAP_Operation" - }, - { - "aka": [ - "AbsolutIrreducibleModules", - "AbsoluteIrreducibleModules", - "AbsolutelyIrreducibleModules" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpreps.gd", - "line": 32 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "AbsolutIrreducibleModules: generic method for groups with pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ], - [ - "IsInt" - ] - ], - "rank": 118 - }, - { - "comment": "AbsolutIrreducibleModules: generic method for groups and finite field", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ] - ], - "rank": 111 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AbsolutIrreducibleModules", - "type": "GAP_Operation" - }, - { - "aka": [ - "IrreducibleModules" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpreps.gd", - "line": 53 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "IrreducibleModules: generic method for groups with pcgs", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputePcgs" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing", - "IsPrimeField", - "Tester(IsPrimeField)" - ], - [ - "IsInt" - ] - ], - "rank": 118 - }, - { - "comment": "IrreducibleModules: generic method for groups and finite field", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt" - ] - ], - "rank": 111 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IrreducibleModules", - "type": "GAP_Operation" - }, - { - "aka": [ - "RegularModule" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpreps.gd", - "line": 73 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "RegularModule: generic method for groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": 89 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RegularModule", - "type": "GAP_Operation" - }, - { - "aka": [ - "OCAddToFunctions2" - ], - "filters": [ - [ - [ - "IsRecord" - ], - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/onecohom.gd", - "line": 90 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "OCAddToFunctions2: pc group", - "filters": [ - [ - "IsRecord" - ], - [ - "IsModuloPcgs" - ] - ], - "rank": 23 - }, - { - "comment": "OCAddToFunctions2: generic", - "filters": [ - [ - "IsRecord" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OCAddToFunctions2", - "type": "GAP_Operation" - }, - { - "aka": [ - "OCAddRelations" - ], - "filters": [ - [ - [ - "IsRecord" - ], - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/onecohom.gd", - "line": 105 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "OCAddRelations: pc group", - "filters": [ - [ - "IsRecord" - ], - [ - "IsModuloPcgs" - ] - ], - "rank": 21 - }, - { - "comment": "OCAddRelations: perm group", - "filters": [ - [ - "IsRecord" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OCAddRelations", - "type": "GAP_Operation" - }, - { - "aka": [ - "OCNormalRelations" - ], - "filters": [ - [ - [ - "IsRecord" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/onecohom.gd", - "line": 119 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "OCNormalRelations: pc group", - "filters": [ - [ - "IsRecord" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 48 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OCNormalRelations", - "type": "GAP_Operation" - }, - { - "aka": [ - "OCAddSumMatrices" - ], - "filters": [ - [ - [ - "IsRecord" - ], - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/onecohom.gd", - "line": 134 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "OCAddSumMatrices: pc group", - "filters": [ - [ - "IsRecord" - ], - [ - "IsPcgs" - ] - ], - "rank": 22 - }, - { - "comment": "OCAddSumMatrices: perm group", - "filters": [ - [ - "IsRecord" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OCAddSumMatrices", - "type": "GAP_Operation" - }, - { - "aka": [ - "OCAddBigMatrices" - ], - "filters": [ - [ - [ - "IsRecord" - ], - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/onecohom.gd", - "line": 149 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "OCAddBigMatrices: general", - "filters": [ - [ - "IsRecord" - ], - [ - "IsList" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OCAddBigMatrices", - "type": "GAP_Operation" - }, - { - "aka": [ - "OCCoprimeComplement" - ], - "filters": [ - [ - [ - "IsRecord" - ], - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/onecohom.gd", - "line": 164 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OCCoprimeComplement", - "type": "GAP_Operation" - }, - { - "aka": [ - "OCAddComplement" - ], - "filters": [ - [ - [ - "IsRecord" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/onecohom.gd", - "line": 423 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "OCAddComplement: pc group", - "filters": [ - [ - "IsRecord" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 48 - }, - { - "comment": "OCAddComplement: generic", - "filters": [ - [ - "IsRecord" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsListOrCollection" - ] - ], - "rank": 37 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OCAddComplement", - "type": "GAP_Operation" - }, - { - "aka": [ - "ComplementClassesRepresentativesSolubleNC", - "ComplementClassesRepresentativesSolvableNC" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppccom.gd", - "line": 156 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ComplementClassesRepresentativesSolvableNC: pc groups", - "filters": [ - [ - "CanEasilyComputePcgs" - ], - [ - "CanEasilyComputePcgs" - ] - ], - "rank": 80 - }, - { - "aka": [ - "ComplementClassesRepresentativesSolvableWBG" - ], - "comment": "ComplementClassesRepresentativesSolvableNC: using cohomology", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 71 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComplementClassesRepresentativesSolvableNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "ComplementClassesRepresentatives" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppccom.gd", - "line": 186 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ComplementClassesRepresentatives: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 100 - }, - { - "comment": "ComplementClassesRepresentatives: solvable normal subgroup or factor group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - }, - { - "comment": "ComplementClassesRepresentatives: tell that the normal subgroup must be solvable", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ComplementClassesRepresentatives", - "type": "GAP_Operation" - }, - { - "aka": [ - "TwoCocycles" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/twocohom.gd", - "line": 123 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "TwoCocycles: generic method for pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [] - ], - "rank": 46 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TwoCocycles", - "type": "GAP_Operation" - }, - { - "aka": [ - "TwoCoboundaries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/twocohom.gd", - "line": 145 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "TwoCoboundaries: generic method for pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [] - ], - "rank": 46 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TwoCoboundaries", - "type": "GAP_Operation" - }, - { - "aka": [ - "TwoCohomology" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/twocohom.gd", - "line": 184 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "TwoCohomology: generic method for pc groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [] - ], - "rank": 46 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TwoCohomology", - "type": "GAP_Operation" - }, - { - "aka": [ - "Extension" - ], - "filters": [ - [ - [ - "CanEasilyComputePcgs" - ], - [], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 140 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "Extension: generic method for pc groups", - "filters": [ - [ - "CanEasilyComputePcgs" - ], - [], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 47 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Extension", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExtensionNC" - ], - "filters": [ - [ - [ - "CanEasilyComputePcgs" - ], - [], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 141 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ExtensionNC: generic method for pc groups", - "filters": [ - [ - "CanEasilyComputePcgs" - ], - [], - [ - "IsNearAdditiveElementWithInverse", - "IsAdditiveElement", - "IsExtLElement", - "IsExtRElement" - ] - ], - "rank": 47 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExtensionNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "Extensions" - ], - "filters": [ - [ - [ - "CanEasilyComputePcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 158 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Extensions: generic method for pc groups", - "filters": [ - [ - "CanEasilyComputePcgs" - ], - [] - ], - "rank": 40 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Extensions", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExtensionRepresentatives" - ], - "filters": [ - [ - [ - "CanEasilyComputePcgs" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 202 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ExtensionRepresentatives: generic method for pc groups", - "filters": [ - [ - "CanEasilyComputePcgs" - ], - [ - "IsRecord" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 76 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExtensionRepresentatives", - "type": "GAP_Operation" - }, - { - "aka": [ - "SplitExtension" - ], - "filters": [ - [ - [ - "CanEasilyComputePcgs" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 220 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SplitExtension: generic method for pc groups", - "filters": [ - [ - "CanEasilyComputePcgs" - ], - [] - ], - "rank": 40 - } - ], - "3args": [ - { - "comment": "SplitExtension: generic method for pc groups", - "filters": [ - [ - "CanEasilyComputePcgs" - ], - [], - [ - "CanEasilyComputePcgs" - ] - ], - "rank": 80 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SplitExtension", - "type": "GAP_Operation" - }, - { - "aka": [ - "TopExtensionsByAutomorphism" - ], - "filters": [ - [ - [ - "CanEasilyComputePcgs" - ], - [], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 234 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "TopExtensionsByAutomorphism: generic method for groups", - "filters": [ - [ - "CanEasilyComputePcgs" - ], - [], - [ - "IsInt" - ] - ], - "rank": 58 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TopExtensionsByAutomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "CyclicTopExtensions" - ], - "filters": [ - [ - [ - "CanEasilyComputePcgs" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 248 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CyclicTopExtensions: generic method for pc groups", - "filters": [ - [ - "CanEasilyComputePcgs" - ], - [ - "IsInt" - ] - ], - "rank": 58 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CyclicTopExtensions", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 261 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SocleComplement: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SocleComplement)" - ] - ], - "rank": 20037 - }, - { - "comment": "SocleComplement: for primitive soluble group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsPrimitiveSolubleGroup", - "Tester(IsPrimitiveSolubleGroup)" - ] - ], - "rank": 37 - }, - { - "comment": "SocleComplement: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SocleComplement", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSocleComplement" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 261 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SocleComplement): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SocleComplement): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SocleComplement)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSocleComplement" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 261 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SocleComplement)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 274 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SocleDimensions: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SocleDimensions)" - ] - ], - "rank": 20037 - }, - { - "comment": "SocleDimensions: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SocleDimensions", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSocleDimensions" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 274 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SocleDimensions): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SocleDimensions): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SocleDimensions)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSocleDimensions" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 274 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SocleDimensions)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 287 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ModuleOfExtension: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ModuleOfExtension)" - ] - ], - "rank": 20037 - }, - { - "comment": "ModuleOfExtension: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ModuleOfExtension", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetModuleOfExtension" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 287 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ModuleOfExtension): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ModuleOfExtension): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ModuleOfExtension)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasModuleOfExtension" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcext.gd", - "line": 287 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ModuleOfExtension)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/randiso.gd", - "line": 11 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OmegaAndLowerPCentralSeries: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OmegaAndLowerPCentralSeries)" - ] - ], - "rank": 20037 - }, - { - "comment": "OmegaAndLowerPCentralSeries: omega and lower central", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 46 - }, - { - "comment": "OmegaAndLowerPCentralSeries: general case: warn that no method available", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "OmegaAndLowerPCentralSeries: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OmegaAndLowerPCentralSeries", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOmegaAndLowerPCentralSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/randiso.gd", - "line": 11 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OmegaAndLowerPCentralSeries): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OmegaAndLowerPCentralSeries): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OmegaAndLowerPCentralSeries)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOmegaAndLowerPCentralSeries" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/randiso.gd", - "line": 11 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OmegaAndLowerPCentralSeries)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 58 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SchurCover: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SchurCover)" - ] - ], - "rank": 20037 - }, - { - "aka": [ - "SchurCoverFP" - ], - "comment": "SchurCover: of fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "SchurCover: general: Holt's algorithm", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "SchurCover: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SchurCover", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSchurCover", - "SetSchurCovering" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 58 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SchurCover): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SchurCover): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SchurCover)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSchurCover", - "HasSchurCovering" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 58 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SchurCover)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 81 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EpimorphismSchurCover: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(EpimorphismSchurCover)" - ] - ], - "rank": 20037 - }, - { - "comment": "EpimorphismSchurCover: Use copy of AtlasRep's 6-fold cover", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 63 - }, - { - "comment": "EpimorphismSchurCover: Use library copy of double cover", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "EpimorphismSchurCover: Use library copy of double cover", - "filters": [ - [ - "IsNaturalSymmetricGroup", - "Tester(IsNaturalSymmetricGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "EpimorphismSchurCover: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "EpimorphismSchurCover: generic, via fp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "aka": [ - "DoMulExt" - ], - "comment": "EpimorphismSchurCover: Holt's algorithm", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "EpimorphismSchurCover: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "EpimorphismSchurCover: Holt's algorithm, primes", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": 37 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EpimorphismSchurCover", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEpimorphismSchurCover" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 81 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(EpimorphismSchurCover): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(EpimorphismSchurCover): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(EpimorphismSchurCover)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEpimorphismSchurCover" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 81 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(EpimorphismSchurCover)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 126 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AbelianInvariantsMultiplier: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AbelianInvariantsMultiplier)" - ] - ], - "rank": 20037 - }, - { - "comment": "AbelianInvariantsMultiplier: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "AbelianInvariantsMultiplier: naive", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "AbelianInvariantsMultiplier: via Sylow Subgroups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "AbelianInvariantsMultiplier: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AbelianInvariantsMultiplier", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAbelianInvariantsMultiplier" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 126 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AbelianInvariantsMultiplier): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AbelianInvariantsMultiplier): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AbelianInvariantsMultiplier)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAbelianInvariantsMultiplier" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 126 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AbelianInvariantsMultiplier)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 151 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Epicentre: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Epicentre)" - ] - ], - "rank": 20037 - }, - { - "comment": "Epicentre: for pcp groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": 50 - }, - { - "comment": "Epicentre: Naive Method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "Epicentre: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "Epicentre: Naive method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Epicentre", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEpicenter", - "SetEpicentre", - "SetExteriorCenter", - "SetExteriorCentre" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 151 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Epicentre): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Epicentre): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Epicentre)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEpicenter", - "HasEpicentre", - "HasExteriorCenter", - "HasExteriorCentre" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 151 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Epicentre)", - "type": "GAP_Operation" - }, - { - "aka": [ - "NonabelianExteriorSquare" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 173 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NonabelianExteriorSquare: Naive method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NonabelianExteriorSquare", - "type": "GAP_Operation" - }, - { - "aka": [ - "EpimorphismNonabelianExteriorSquare" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 191 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EpimorphismNonabelianExteriorSquare: Naive method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EpimorphismNonabelianExteriorSquare", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 212 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCentralFactor: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCentralFactor)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsCentralFactor: Naive method", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsCentralFactor: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCentralFactor", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCentralFactor" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 212 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCentralFactor): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCentralFactor): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCentralFactor)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schur.gd", - "line": 212 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCentralFactor)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SchurCoverOfSymmetricGroup" - ], - "filters": [ - [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schursym.gd", - "line": 121 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SchurCoverOfSymmetricGroup: P=3, Sign=+1 by default", - "filters": [ - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 19 - } - ], - "2args": [ - { - "comment": "SchurCoverOfSymmetricGroup: Sign=+1 by default", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt" - ] - ], - "rank": 37 - } - ], - "3args": [ - { - "comment": "SchurCoverOfSymmetricGroup: Use explicit matrix reps for degrees 1,2,3", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 56 - }, - { - "comment": "SchurCoverOfSymmetricGroup: Use Lukas Maas's inductive construction of a basic spin rep", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ], - "rank": 55 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SchurCoverOfSymmetricGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "DoubleCoverOfAlternatingGroup" - ], - "filters": [ - [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/schursym.gd", - "line": 149 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DoubleCoverOfAlternatingGroup: P=3 by default", - "filters": [ - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 19 - } - ], - "2args": [ - { - "comment": "DoubleCoverOfAlternatingGroup: Use Lukas Maas's inductive construction of a basic spin rep", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt" - ] - ], - "rank": 37 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DoubleCoverOfAlternatingGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "ConjugacyClassSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 98 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ConjugacyClassSubgroups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 86 - }, - { - "comment": "ConjugacyClassSubgroups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConjugacyClassSubgroups", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsExternalOrbit" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 121 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ClassElementLattice: for classes of subgroups", - "filters": [ - [ - "IsConjugacyClassSubgroupsRep" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 30 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ClassElementLattice", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 158 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Zuppos: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(Zuppos)" - ] - ], - "rank": 20037 - }, - { - "comment": "Zuppos: group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "Zuppos: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [ - { - "comment": "Zuppos: group with condition", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsFunction" - ] - ], - "rank": 36 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Zuppos", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetZuppos" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 158 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(Zuppos): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(Zuppos): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(Zuppos)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasZuppos" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 158 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(Zuppos)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLatticeSubgroupsRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 272 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MaximalSubgroupsLattice: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MaximalSubgroupsLattice)" - ] - ], - "rank": 20004 - }, - { - "comment": "MaximalSubgroupsLattice: cyclic extension", - "filters": [ - [ - "IsLatticeSubgroupsRep" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MaximalSubgroupsLattice", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMaximalSubgroupsLattice" - ], - "filters": [ - [ - [ - "IsLatticeSubgroupsRep" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 272 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MaximalSubgroupsLattice): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MaximalSubgroupsLattice): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MaximalSubgroupsLattice)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMaximalSubgroupsLattice" - ], - "filters": [ - [ - [ - "IsLatticeSubgroupsRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 272 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MaximalSubgroupsLattice)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsLatticeSubgroupsRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 319 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "MinimalSupergroupsLattice: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(MinimalSupergroupsLattice)" - ] - ], - "rank": 20004 - }, - { - "comment": "MinimalSupergroupsLattice: cyclic extension", - "filters": [ - [ - "IsLatticeSubgroupsRep" - ] - ], - "rank": 3 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MinimalSupergroupsLattice", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetMinimalSupergroupsLattice" - ], - "filters": [ - [ - [ - "IsLatticeSubgroupsRep" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 319 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(MinimalSupergroupsLattice): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(MinimalSupergroupsLattice): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(MinimalSupergroupsLattice)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasMinimalSupergroupsLattice" - ], - "filters": [ - [ - [ - "IsLatticeSubgroupsRep" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 319 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(MinimalSupergroupsLattice)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 417 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TomDataAlmostSimpleRecognition: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TomDataAlmostSimpleRecognition)" - ] - ], - "rank": 20037 - }, - { - "comment": "TomDataAlmostSimpleRecognition: alt", - "filters": [ - [ - "IsNaturalAlternatingGroup", - "Tester(IsNaturalAlternatingGroup)" - ] - ], - "rank": 62 - }, - { - "comment": "TomDataAlmostSimpleRecognition: generic", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "TomDataAlmostSimpleRecognition: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TomDataAlmostSimpleRecognition", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTomDataAlmostSimpleRecognition" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 417 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TomDataAlmostSimpleRecognition): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TomDataAlmostSimpleRecognition): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TomDataAlmostSimpleRecognition)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTomDataAlmostSimpleRecognition" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grplatt.gd", - "line": 417 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TomDataAlmostSimpleRecognition)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SubgroupsOrbitsAndNormalisers", - "SubgroupsOrbitsAndNormalizers" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/oprtglat.gd", - "line": 23 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SubgroupsOrbitsAndNormalizers: perm group on list", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsBool" - ] - ], - "rank": 61 - }, - { - "comment": "SubgroupsOrbitsAndNormalizers: pc group on list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsList" - ], - [ - "IsBool" - ] - ], - "rank": 49 - }, - { - "comment": "SubgroupsOrbitsAndNormalizers: generic on list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ], - [ - "IsBool" - ] - ], - "rank": 38 - }, - { - "comment": "SubgroupsOrbitsAndNormalizers: generic on record with list", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsRecord" - ], - [ - "IsBool" - ] - ], - "rank": 37 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SubgroupsOrbitsAndNormalizers", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcaut.gd", - "line": 14 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFrattiniFree: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFrattiniFree)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsFrattiniFree: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFrattiniFree", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFrattiniFree" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcaut.gd", - "line": 14 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFrattiniFree): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFrattiniFree): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFrattiniFree)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grppcaut.gd", - "line": 14 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFrattiniFree)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsStraightLineProgram" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 219 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LinesOfStraightLineProgram: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LinesOfStraightLineProgram)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LinesOfStraightLineProgram", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLinesOfBBoxProgram", - "SetLinesOfStraightLineProgram" - ], - "filters": [ - [ - [ - "IsStraightLineProgram" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 219 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LinesOfStraightLineProgram): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LinesOfStraightLineProgram): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LinesOfStraightLineProgram)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLinesOfBBoxProgram", - "HasLinesOfStraightLineProgram" - ], - "filters": [ - [ - [ - "IsStraightLineProgram" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 219 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LinesOfStraightLineProgram)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsStraightLineProgram" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 247 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NrInputsOfStraightLineProgram: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NrInputsOfStraightLineProgram)" - ] - ], - "rank": 20004 - }, - { - "comment": "NrInputsOfStraightLineProgram: for a straight line program", - "filters": [ - [ - "IsStraightLineProgram" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NrInputsOfStraightLineProgram", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNrInputsOfStraightLineProgram" - ], - "filters": [ - [ - [ - "IsStraightLineProgram" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 247 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NrInputsOfStraightLineProgram): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NrInputsOfStraightLineProgram): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NrInputsOfStraightLineProgram)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNrInputsOfStraightLineProgram" - ], - "filters": [ - [ - [ - "IsStraightLineProgram" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 247 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NrInputsOfStraightLineProgram)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ResultOfStraightLineProgram" - ], - "filters": [ - [ - [ - "IsStraightLineProgram" - ], - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 357 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ResultOfStraightLineProgram: for a straight line program with slot usage pattern, a list", - "filters": [ - [ - "IsStraightLineProgram", - "Tester(SlotUsagePattern)" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 6 - }, - { - "comment": "ResultOfStraightLineProgram: for a straight line program, and a homogeneous list", - "filters": [ - [ - "IsStraightLineProgram" - ], - [ - "IsHomogeneousList" - ] - ], - "rank": 5 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ResultOfStraightLineProgram", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StraightLineProgElmType: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(StraightLineProgElmType)" - ] - ], - "rank": 20004 - }, - { - "comment": "StraightLineProgElmType: generic", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StraightLineProgElmType", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetStraightLineProgElmType" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(StraightLineProgElmType): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(StraightLineProgElmType): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(StraightLineProgElmType)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasStraightLineProgElmType" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(StraightLineProgElmType)", - "type": "GAP_Operation" - }, - { - "aka": [ - "StretchImportantSLPElement" - ], - "filters": [ - [ - [ - "IsMultiplicativeElementWithInverse" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 650 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StretchImportantSLPElement: straight line program elements", - "filters": [ - [ - "IsStraightLineProgElm" - ] - ], - "rank": 107 - }, - { - "comment": "StretchImportantSLPElement: arbitrary elements: do nothing", - "filters": [ - [ - "IsMultiplicativeElementWithInverse" - ] - ], - "rank": 5 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StretchImportantSLPElement", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsStraightLineProgram" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 930 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SlotUsagePattern: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SlotUsagePattern)" - ] - ], - "rank": 20004 - }, - { - "comment": "SlotUsagePattern: for an slp", - "filters": [ - [ - "IsStraightLineProgram" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SlotUsagePattern", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSlotUsagePattern" - ], - "filters": [ - [ - [ - "IsStraightLineProgram" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 930 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SlotUsagePattern): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SlotUsagePattern): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SlotUsagePattern)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSlotUsagePattern" - ], - "filters": [ - [ - [ - "IsStraightLineProgram" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 930 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SlotUsagePattern)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsStraightLineProgram" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 943 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LargestNrSlots: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LargestNrSlots)" - ] - ], - "rank": 20004 - }, - { - "comment": "LargestNrSlots: for a straight line program", - "filters": [ - [ - "IsStraightLineProgram" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LargestNrSlots", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLargestNrSlots" - ], - "filters": [ - [ - [ - "IsStraightLineProgram" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 943 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LargestNrSlots): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LargestNrSlots): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LargestNrSlots)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLargestNrSlots" - ], - "filters": [ - [ - [ - "IsStraightLineProgram" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/straight.gd", - "line": 943 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LargestNrSlots)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/memory.gd", - "line": 19 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TypeOfObjWithMemory: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TypeOfObjWithMemory)" - ] - ], - "rank": 20004 - }, - { - "comment": "TypeOfObjWithMemory: generic", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TypeOfObjWithMemory", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTypeOfObjWithMemory" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/memory.gd", - "line": 19 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TypeOfObjWithMemory): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TypeOfObjWithMemory): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TypeOfObjWithMemory)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTypeOfObjWithMemory" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/memory.gd", - "line": 19 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TypeOfObjWithMemory)", - "type": "GAP_Operation" - }, - { - "aka": [ - "StripMemory" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/memory.gd", - "line": 22 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StripMemory: for an object with memory", - "filters": [ - [ - "IsObjWithMemory" - ] - ], - "rank": 107 - }, - { - "comment": "StripMemory: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - }, - { - "comment": "StripMemory: fallback for all objects", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StripMemory", - "type": "GAP_Operation" - }, - { - "aka": [ - "ForgetMemory" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/memory.gd", - "line": 23 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ForgetMemory: nice error message for memory objects", - "filters": [ - [ - "IsObjWithMemory" - ] - ], - "rank": 107 - }, - { - "comment": "ForgetMemory: for a mutable list", - "filters": [ - [ - "IsMutable", - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "ForgetMemory: nice error message for all objects", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ForgetMemory", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 322 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FpElmEqualityMethod: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FpElmEqualityMethod)" - ] - ], - "rank": 20005 - }, - { - "comment": "FpElmEqualityMethod: generic dispatcher", - "filters": [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FpElmEqualityMethod", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFpElmEqualityMethod" - ], - "filters": [ - [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 322 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FpElmEqualityMethod): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FpElmEqualityMethod): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FpElmEqualityMethod)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFpElmEqualityMethod" - ], - "filters": [ - [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 322 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FpElmEqualityMethod)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 340 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FpElmComparisonMethod: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FpElmComparisonMethod)" - ] - ], - "rank": 20005 - }, - { - "comment": "FpElmComparisonMethod: generic dispatcher", - "filters": [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FpElmComparisonMethod", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFpElmComparisonMethod" - ], - "filters": [ - [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 340 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FpElmComparisonMethod): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FpElmComparisonMethod): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FpElmComparisonMethod)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFpElmComparisonMethod" - ], - "filters": [ - [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 340 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FpElmComparisonMethod)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 381 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FpElementNFFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FpElementNFFunction)" - ] - ], - "rank": 20005 - }, - { - "comment": "FpElementNFFunction", - "filters": [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FpElementNFFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFpElementNFFunction" - ], - "filters": [ - [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 381 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FpElementNFFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FpElementNFFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FpElementNFFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFpElementNFFunction" - ], - "filters": [ - [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 381 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FpElementNFFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ElementOfFpGroup" - ], - "filters": [ - [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 428 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ElementOfFpGroup: for a family of free group elements, and an assoc. word", - "filters": [ - [ - "CategoryFamily(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 11 - }, - { - "comment": "ElementOfFpGroup: for a family of f.p. group elements, and an assoc. word", - "filters": [ - [ - "CategoryFamily(IsElementOfFpGroup)" - ], - [ - "IsMultiplicativeElementWithInverse", - "IsAssociativeElement", - "IsWord" - ] - ], - "rank": 9 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ElementOfFpGroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 623 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CosetTableInWholeGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CosetTableInWholeGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "CosetTableInWholeGroup: ByQuoSubRep", - "filters": [ - [ - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 38 - }, - { - "comment": "CosetTableInWholeGroup: from augmented table Mtc", - "filters": [ - [ - "IsSubgroupFpGroup", - "Tester(AugmentedCosetTableMtcInWholeGroup)" - ] - ], - "rank": 38 - }, - { - "comment": "CosetTableInWholeGroup: from augmented table Rrs", - "filters": [ - [ - "IsSubgroupFpGroup", - "Tester(AugmentedCosetTableRrsInWholeGroup)" - ] - ], - "rank": 38 - }, - { - "comment": "CosetTableInWholeGroup: for finitely presented groups", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "CosetTableInWholeGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CosetTableInWholeGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCosetTableInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 623 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CosetTableInWholeGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CosetTableInWholeGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CosetTableInWholeGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCosetTableInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 623 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CosetTableInWholeGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "TryCosetTableInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 624 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TryCosetTableInWholeGroup: for finitely presented groups", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TryCosetTableInWholeGroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 645 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CosetTableNormalClosureInWholeGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CosetTableNormalClosureInWholeGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "CosetTableNormalClosureInWholeGroup: for finitely presented groups", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "CosetTableNormalClosureInWholeGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CosetTableNormalClosureInWholeGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCosetTableNormalClosureInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 645 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CosetTableNormalClosureInWholeGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CosetTableNormalClosureInWholeGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CosetTableNormalClosureInWholeGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCosetTableNormalClosureInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 645 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CosetTableNormalClosureInWholeGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 780 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsSubgroupOfWholeGroupByQuotient: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsSubgroupOfWholeGroupByQuotient)" - ] - ], - "rank": 20039 - }, - { - "comment": "AsSubgroupOfWholeGroupByQuotient: is already", - "filters": [ - [ - "IsSubgroupOfWholeGroupByQuotientRep" - ] - ], - "rank": 38 - }, - { - "comment": "AsSubgroupOfWholeGroupByQuotient: create", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsSubgroupOfWholeGroupByQuotient", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsSubgroupOfWholeGroupByQuotient" - ], - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 780 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsSubgroupOfWholeGroupByQuotient): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsSubgroupOfWholeGroupByQuotient): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsSubgroupOfWholeGroupByQuotient)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsSubgroupOfWholeGroupByQuotient" - ], - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 780 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsSubgroupOfWholeGroupByQuotient)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LowIndexSubgroupsFpGroupIterator" - ], - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsList" - ] - ], - [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 891 - }, - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 893 - }, - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 895 - }, - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 898 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LowIndexSubgroupsFpGroupIterator: supply trivial subgroup", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 56 - } - ], - "3args": [ - { - "aka": [ - "DoLowIndexSubgroupsFpGroupIterator" - ], - "comment": "LowIndexSubgroupsFpGroupIterator: full f.p. group, subgroup of it", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 96 - }, - { - "aka": [ - "DoLowIndexSubgroupsFpGroupIteratorWithSubgroupAndExclude" - ], - "comment": "LowIndexSubgroupsFpGroupIterator: full f.p. group, subgroup of it -- still the old code", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 95 - }, - { - "comment": "LowIndexSubgroupsFpGroupIterator: subgroups of f.p. group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 93 - }, - { - "comment": "LowIndexSubgroupsFpGroupIterator: supply trivial subgroup, with exclusion list", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsList" - ] - ], - "rank": 61 - } - ], - "4args": [ - { - "comment": "LowIndexSubgroupsFpGroupIterator: full f.p. group, subgroup of it, with exclusion list", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsList" - ] - ], - "rank": 98 - } - ], - "5args": [], - "6args": [] - }, - "name": "LowIndexSubgroupsFpGroupIterator", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 901 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "LowIndexSubgroupsFpGroup: supply trivial subgroup", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 56 - } - ], - "3args": [ - { - "aka": [ - "DoLowIndexSubgroupsFpGroupViaIterator" - ], - "comment": "LowIndexSubgroupsFpGroup: subgroups of full fp group", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 96 - }, - { - "comment": "LowIndexSubgroupsFpGroup: subgroups of fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 93 - }, - { - "comment": "LowIndexSubgroupsFpGroup: with exclusion list, supply trivial subgroup", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsList" - ] - ], - "rank": 61 - } - ], - "4args": [ - { - "comment": "LowIndexSubgroupsFpGroup: subgroups of full fp group, with exclusion list", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsList" - ] - ], - "rank": 98 - } - ], - "5args": [], - "6args": [] - }, - "name": "LowIndexSubgroupsFpGroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 947 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FreeGeneratorsOfFpGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FreeGeneratorsOfFpGroup)" - ] - ], - "rank": 20040 - }, - { - "comment": "FreeGeneratorsOfFpGroup: for a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsGroupOfFamily", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "IsSubgroupFpGroup" - ] - ], - "rank": 45 - }, - { - "comment": "FreeGeneratorsOfFpGroup: for a finitely presented group", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FreeGeneratorsOfFpGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFreeGeneratorsOfFpGroup" - ], - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 947 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FreeGeneratorsOfFpGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FreeGeneratorsOfFpGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FreeGeneratorsOfFpGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFreeGeneratorsOfFpGroup" - ], - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 947 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FreeGeneratorsOfFpGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "FreeGeneratorsOfWholeGroup" - ], - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 949 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FreeGeneratorsOfWholeGroup: for a finitely presented group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FreeGeneratorsOfWholeGroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 993 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RelatorsOfFpGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RelatorsOfFpGroup)" - ] - ], - "rank": 20040 - }, - { - "comment": "RelatorsOfFpGroup: for a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsGroupOfFamily", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "IsSubgroupFpGroup" - ] - ], - "rank": 45 - }, - { - "comment": "RelatorsOfFpGroup: for finitely presented group", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RelatorsOfFpGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRelatorsOfFpGroup" - ], - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 993 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RelatorsOfFpGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RelatorsOfFpGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RelatorsOfFpGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRelatorsOfFpGroup" - ], - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 993 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RelatorsOfFpGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1012 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FreeGroupOfFpGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FreeGroupOfFpGroup)" - ] - ], - "rank": 20040 - }, - { - "comment": "FreeGroupOfFpGroup: for a free group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsGroupOfFamily", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))", - "IsSubgroupFpGroup" - ] - ], - "rank": 45 - }, - { - "comment": "FreeGroupOfFpGroup: for a finitely presented group", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FreeGroupOfFpGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFreeGroupOfFpGroup" - ], - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1012 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FreeGroupOfFpGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FreeGroupOfFpGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FreeGroupOfFpGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFreeGroupOfFpGroup" - ], - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1012 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FreeGroupOfFpGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1031 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IndicesInvolutaryGenerators: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IndicesInvolutaryGenerators)" - ] - ], - "rank": 20040 - }, - { - "comment": "IndicesInvolutaryGenerators: for finitely presented group", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IndicesInvolutaryGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIndicesInvolutaryGenerators" - ], - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1031 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IndicesInvolutaryGenerators): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IndicesInvolutaryGenerators): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IndicesInvolutaryGenerators)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIndicesInvolutaryGenerators" - ], - "filters": [ - [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1031 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IndicesInvolutaryGenerators)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1196 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "StoredExcludedOrders: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(StoredExcludedOrders)" - ] - ], - "rank": 20039 - }, - { - "comment": "StoredExcludedOrders: fp group", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ] - ], - "rank": 38 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "StoredExcludedOrders", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetStoredExcludedOrders" - ], - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1196 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(StoredExcludedOrders): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(StoredExcludedOrders): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(StoredExcludedOrders)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasStoredExcludedOrders" - ], - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1196 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(StoredExcludedOrders)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1280 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FPFaithHom: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FPFaithHom)" - ] - ], - "rank": 20004 - }, - { - "comment": "FPFaithHom: try perm or pc hom", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FPFaithHom", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFPFaithHom" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1280 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FPFaithHom): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FPFaithHom): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FPFaithHom)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFPFaithHom" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpfp.gd", - "line": 1280 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FPFaithHom)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 212 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AugmentedCosetTableMtcInWholeGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AugmentedCosetTableMtcInWholeGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "AugmentedCosetTableMtcInWholeGroup: subgroup of fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "AugmentedCosetTableMtcInWholeGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AugmentedCosetTableMtcInWholeGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAugmentedCosetTableMtcInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 212 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AugmentedCosetTableMtcInWholeGroup): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AugmentedCosetTableMtcInWholeGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AugmentedCosetTableMtcInWholeGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAugmentedCosetTableMtcInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 212 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AugmentedCosetTableMtcInWholeGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 233 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AugmentedCosetTableRrsInWholeGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AugmentedCosetTableRrsInWholeGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "AugmentedCosetTableRrsInWholeGroup: use Mtc table", - "filters": [ - [ - "IsSubgroupFpGroup", - "Tester(AugmentedCosetTableMtcInWholeGroup)" - ] - ], - "rank": 38 - }, - { - "comment": "AugmentedCosetTableRrsInWholeGroup: subgroup of fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "AugmentedCosetTableRrsInWholeGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AugmentedCosetTableRrsInWholeGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAugmentedCosetTableRrsInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 233 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AugmentedCosetTableRrsInWholeGroup): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AugmentedCosetTableRrsInWholeGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AugmentedCosetTableRrsInWholeGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAugmentedCosetTableRrsInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 233 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AugmentedCosetTableRrsInWholeGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 253 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AugmentedCosetTableNormalClosureInWholeGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AugmentedCosetTableNormalClosureInWholeGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "AugmentedCosetTableNormalClosureInWholeGroup: subgroup of fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - }, - { - "comment": "AugmentedCosetTableNormalClosureInWholeGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AugmentedCosetTableNormalClosureInWholeGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAugmentedCosetTableNormalClosureInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 253 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AugmentedCosetTableNormalClosureInWholeGroup): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AugmentedCosetTableNormalClosureInWholeGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AugmentedCosetTableNormalClosureInWholeGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAugmentedCosetTableNormalClosureInWholeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 253 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AugmentedCosetTableNormalClosureInWholeGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AugmentedCosetTableNormalClosure" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 319 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AugmentedCosetTableNormalClosure: for finitely presented groups", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 75 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AugmentedCosetTableNormalClosure", - "type": "GAP_Operation" - }, - { - "aka": [ - "CosetTableBySubgroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 339 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CosetTableBySubgroup: use `CosetTableInWholeGroup", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 74 - }, - { - "comment": "CosetTableBySubgroup: coset action", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 70 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CosetTableBySubgroup", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPresentation" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 776 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PrimaryGeneratorWords: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PrimaryGeneratorWords)" - ] - ], - "rank": 20005 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PrimaryGeneratorWords", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPrimaryGeneratorWords" - ], - "filters": [ - [ - [ - "IsPresentation" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 776 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PrimaryGeneratorWords): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PrimaryGeneratorWords): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PrimaryGeneratorWords)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPrimaryGeneratorWords" - ], - "filters": [ - [ - [ - "IsPresentation" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/sgpres.gd", - "line": 776 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PrimaryGeneratorWords)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tietze.gd", - "line": 65 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TietzeOrigin: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TietzeOrigin)" - ] - ], - "rank": 20039 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TietzeOrigin", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTietzeOrigin" - ], - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tietze.gd", - "line": 65 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TietzeOrigin): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TietzeOrigin): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TietzeOrigin)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTietzeOrigin" - ], - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tietze.gd", - "line": 65 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TietzeOrigin)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsPresentation" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tietze.gd", - "line": 1614 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TzOptions: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TzOptions)" - ] - ], - "rank": 20005 - }, - { - "comment": "TzOptions: set default values", - "filters": [ - [ - "IsPresentation" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TzOptions", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTzOptions" - ], - "filters": [ - [ - [ - "IsPresentation" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tietze.gd", - "line": 1614 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TzOptions): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TzOptions): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TzOptions)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTzOptions" - ], - "filters": [ - [ - [ - "IsPresentation" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/tietze.gd", - "line": 1614 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TzOptions)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGroupGeneralMappingByImages" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsWordDecompHomomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsWordDecompHomomorphism)" - ] - ], - "rank": 20018 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsWordDecompHomomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsWordDecompHomomorphism" - ], - "filters": [ - [ - [ - "IsGroupGeneralMappingByImages" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsWordDecompHomomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsWordDecompHomomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsWordDecompHomomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGroupGeneralMappingByImages" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsWordDecompHomomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 132 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CosetTableFpHom: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CosetTableFpHom)" - ] - ], - "rank": 20010 - }, - { - "comment": "CosetTableFpHom: for fp homomorphisms", - "filters": [ - [ - "IsGroupGeneralMappingByImages", - "IsFromFpGroupGeneralMappingByImages" - ] - ], - "rank": 29 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CosetTableFpHom", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCosetTableFpHom" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 132 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CosetTableFpHom): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CosetTableFpHom): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CosetTableFpHom)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCosetTableFpHom" - ], - "filters": [ - [ - [ - "IsGeneralMapping" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 132 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CosetTableFpHom)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 238 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsomorphismSimplifiedFpGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsomorphismSimplifiedFpGroup)" - ] - ], - "rank": 20039 - }, - { - "comment": "IsomorphismSimplifiedFpGroup: using tietze transformations", - "filters": [ - [ - "IsSubgroupFpGroup" - ] - ], - "rank": 37 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphismSimplifiedFpGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsomorphismSimplifiedFpGroup" - ], - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 238 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsomorphismSimplifiedFpGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsomorphismSimplifiedFpGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsomorphismSimplifiedFpGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasIsomorphismSimplifiedFpGroup" - ], - "filters": [ - [ - [ - "IsSubgroupFpGroup" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 238 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsomorphismSimplifiedFpGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 288 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "EpimorphismFromFreeGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(EpimorphismFromFreeGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "EpimorphismFromFreeGroup: general", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 36 - }, - { - "comment": "EpimorphismFromFreeGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "EpimorphismFromFreeGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetEpimorphismFromFreeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 288 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(EpimorphismFromFreeGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(EpimorphismFromFreeGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(EpimorphismFromFreeGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasEpimorphismFromFreeGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/ghomfp.gd", - "line": 288 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(EpimorphismFromFreeGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 34 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NiceMonomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NiceMonomorphism)" - ] - ], - "rank": 20003 - }, - { - "comment": "NiceMonomorphism: SeedFaithfulAction supersedes", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)", - "Tester(SeedFaithfulAction)" - ] - ], - "rank": 1371 - }, - { - "comment": "NiceMonomorphism: for subgroups that get the nice monomorphism by their parent", - "filters": [ - [ - "Tester(ParentAttr)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 759 - }, - { - "comment": "NiceMonomorphism: falling back on GL", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 393 - }, - { - "comment": "NiceMonomorphism: use NicomorphismOfGeneralMatrixGroup", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 390 - }, - { - "comment": "NiceMonomorphism: for automorphism groups", - "filters": [ - [ - "IsGroupOfAutomorphismsFiniteGroup", - "Tester(IsGroupOfAutomorphismsFiniteGroup)" - ] - ], - "rank": 383 - }, - { - "comment": "NiceMonomorphism: via IsomorphismAbelianGroupViaIndependentGenerators", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanEasilyComputeWithIndependentGensAbelianGroup", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 370 - }, - { - "comment": "NiceMonomorphism: regular action", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 369 - }, - { - "comment": "NiceMonomorphism: if a canonical nice monomorphism is already known", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(CanonicalNiceMonomorphism)" - ] - ], - "rank": 136 - }, - { - "comment": "NiceMonomorphism: for a (nonrational) cyclotomic matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NiceMonomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNiceMonomorphism" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 34 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NiceMonomorphism): set `IsNiceomorphism' property", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ], - "rank": 10058 - }, - { - "comment": "Setter(NiceMonomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NiceMonomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NiceMonomorphism)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNiceMonomorphism" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 34 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NiceMonomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 110 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsCanonicalNiceMonomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsCanonicalNiceMonomorphism)" - ] - ], - "rank": 20016 - }, - { - "comment": "IsCanonicalNiceMonomorphism: default method requiring categories and checking properties", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsCanonicalNiceMonomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsCanonicalNiceMonomorphism" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 110 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsCanonicalNiceMonomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsCanonicalNiceMonomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsCanonicalNiceMonomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 110 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsCanonicalNiceMonomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 125 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CanonicalNiceMonomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CanonicalNiceMonomorphism)" - ] - ], - "rank": 20003 - }, - { - "comment": "CanonicalNiceMonomorphism", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 390 - }, - { - "comment": "CanonicalNiceMonomorphism: test canonicity of existing niceo", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(NiceMonomorphism)" - ] - ], - "rank": 36 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CanonicalNiceMonomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCanonicalNiceMonomorphism" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 125 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CanonicalNiceMonomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CanonicalNiceMonomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CanonicalNiceMonomorphism)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCanonicalNiceMonomorphism" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 125 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CanonicalNiceMonomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NiceObject: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NiceObject)" - ] - ], - "rank": 20003 - }, - { - "comment": "NiceObject", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsHandledByNiceMonomorphism", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 369 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NiceObject", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNiceObject" - ], - "filters": [ - [ - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NiceObject): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NiceObject): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NiceObject)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNiceObject" - ], - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 159 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NiceObject)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsHandledByNiceMonomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsHandledByNiceMonomorphism)" - ] - ], - "rank": 20003 - }, - { - "comment": "IsHandledByNiceMonomorphism: for a cyclotomic matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsHandledByNiceMonomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsHandledByNiceMonomorphism" - ], - "filters": [ - [ - [], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsHandledByNiceMonomorphism): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsHandledByNiceMonomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsHandledByNiceMonomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsHandledByNiceMonomorphism)", - "type": "GAP_Operation" - }, - { - "aka": [ - "GroupByNiceMonomorphism" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 207 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GroupByNiceMonomorphism", - "filters": [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)", - "RespectsMultiplication", - "Tester(RespectsMultiplication)", - "RespectsInverses", - "Tester(RespectsInverses)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 52 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GroupByNiceMonomorphism", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 949 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SeedFaithfulAction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SeedFaithfulAction)" - ] - ], - "rank": 20037 - }, - { - "comment": "SeedFaithfulAction: default: fail", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "SeedFaithfulAction: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SeedFaithfulAction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSeedFaithfulAction" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 949 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SeedFaithfulAction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SeedFaithfulAction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SeedFaithfulAction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSeedFaithfulAction" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpnice.gd", - "line": 949 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SeedFaithfulAction)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 49 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AutomorphismGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AutomorphismGroup)" - ] - ], - "rank": 20008 - }, - { - "comment": "AutomorphismGroup: for finite p-groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsPGroup", - "Tester(IsPGroup)", - "CanEasilyComputePcgs" - ] - ], - "rank": 60 - }, - { - "comment": "AutomorphismGroup: for free groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsFinitelyGeneratedGroup", - "Tester(IsFinitelyGeneratedGroup)", - "CategoryCollections(((IsWord and IsAssociativeElement) and (IsWord and IsMultiplicativeElementWithInverse)))" - ] - ], - "rank": 50 - }, - { - "comment": "AutomorphismGroup: finite groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "AutomorphismGroup: for nilpotent Lie algebras", - "filters": [ - [ - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsJacobianRing", - "Tester(IsJacobianRing)", - "IsZeroSquaredRing", - "Tester(IsZeroSquaredRing)" - ] - ], - "rank": 42 - }, - { - "comment": "AutomorphismGroup: fallback method to test conditions", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AutomorphismGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAutomorphismGroup" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 49 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AutomorphismGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AutomorphismGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AutomorphismGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAutomorphismGroup" - ], - "filters": [ - [ - [ - "IsCollection", - "IsGeneralizedDomain" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 49 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AutomorphismGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsGroupOfAutomorphisms: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsGroupOfAutomorphisms)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsGroupOfAutomorphisms: test generators and one", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsGroupOfAutomorphisms: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsGroupOfAutomorphisms", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsGroupOfAutomorphisms" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsGroupOfAutomorphisms): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsGroupOfAutomorphisms): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsGroupOfAutomorphisms)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsGroupOfAutomorphisms)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 84 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsGroupOfAutomorphismsFiniteGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsGroupOfAutomorphismsFiniteGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsGroupOfAutomorphismsFiniteGroup: default", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsGroupOfAutomorphismsFiniteGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsGroupOfAutomorphismsFiniteGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsGroupOfAutomorphismsFiniteGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 84 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsGroupOfAutomorphismsFiniteGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsGroupOfAutomorphismsFiniteGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsGroupOfAutomorphismsFiniteGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 84 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsGroupOfAutomorphismsFiniteGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGroupOfAutomorphisms", - "Tester(IsGroupOfAutomorphisms)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AutomorphismDomain: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AutomorphismDomain)" - ] - ], - "rank": 20039 - }, - { - "comment": "AutomorphismDomain: use source of one", - "filters": [ - [ - "IsGroupOfAutomorphisms", - "Tester(IsGroupOfAutomorphisms)" - ] - ], - "rank": 37 - }, - { - "comment": "AutomorphismDomain: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AutomorphismDomain", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAutomorphismDomain" - ], - "filters": [ - [ - [ - "IsGroupOfAutomorphisms", - "Tester(IsGroupOfAutomorphisms)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AutomorphismDomain): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AutomorphismDomain): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AutomorphismDomain)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAutomorphismDomain" - ], - "filters": [ - [ - [ - "IsGroupOfAutomorphisms", - "Tester(IsGroupOfAutomorphisms)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 112 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AutomorphismDomain)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGroupOfAutomorphisms", - "Tester(IsGroupOfAutomorphisms)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 145 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsAutomorphismGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsAutomorphismGroup)" - ] - ], - "rank": 20039 - }, - { - "comment": "IsAutomorphismGroup: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsAutomorphismGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsAutomorphismGroup" - ], - "filters": [ - [ - [ - "IsGroupOfAutomorphisms", - "Tester(IsGroupOfAutomorphisms)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 145 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsAutomorphismGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsAutomorphismGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsAutomorphismGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGroupOfAutomorphisms", - "Tester(IsGroupOfAutomorphisms)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 145 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsAutomorphismGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 169 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InnerAutomorphismsAutomorphismGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InnerAutomorphismsAutomorphismGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "InnerAutomorphismsAutomorphismGroup: for automorphism groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsAutomorphismGroup", - "Tester(IsAutomorphismGroup)" - ] - ], - "rank": 48 - }, - { - "comment": "InnerAutomorphismsAutomorphismGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InnerAutomorphismsAutomorphismGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInnerAutomorphismsAutomorphismGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 169 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InnerAutomorphismsAutomorphismGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InnerAutomorphismsAutomorphismGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InnerAutomorphismsAutomorphismGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInnerAutomorphismsAutomorphismGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 169 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InnerAutomorphismsAutomorphismGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "GQuotients" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 516 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "GQuotients: whole fp group to finite group", - "filters": [ - [ - "IsWholeFamily", - "Tester(IsWholeFamily)", - "IsSubgroupFpGroup" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 85 - }, - { - "comment": "GQuotients: subgroup of an fp group", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 82 - }, - { - "comment": "GQuotients: for groups which can compute element orders", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 80 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GQuotients", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsomorphicSubgroups" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/morpheus.gd", - "line": 561 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "IsomorphicSubgroups: for finite groups", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 89 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsomorphicSubgroups", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 100 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DefaultFieldOfMatrixGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DefaultFieldOfMatrixGroup)" - ] - ], - "rank": 20047 - }, - { - "comment": "DefaultFieldOfMatrixGroup: alg elms", - "filters": [ - [ - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAlgebraicElement)))" - ] - ], - "rank": 49 - }, - { - "comment": "DefaultFieldOfMatrixGroup: for a matrix group over an s.c. algebra", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsSCAlgebraObj)))" - ] - ], - "rank": 48 - }, - { - "comment": "DefaultFieldOfMatrixGroup: for matrix group over the cyclotomics", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "DefaultFieldOfMatrixGroup: for a matrix group over a ring Z/nZ", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsZmodnZObjNonprime)))" - ] - ], - "rank": 48 - }, - { - "comment": "DefaultFieldOfMatrixGroup: for a matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 45 - }, - { - "comment": "DefaultFieldOfMatrixGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DefaultFieldOfMatrixGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDefaultFieldOfMatrixGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 100 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DefaultFieldOfMatrixGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DefaultFieldOfMatrixGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DefaultFieldOfMatrixGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDefaultFieldOfMatrixGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 100 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DefaultFieldOfMatrixGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 121 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DimensionOfMatrixGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DimensionOfMatrixGroup)" - ] - ], - "rank": 20047 - }, - { - "comment": "DimensionOfMatrixGroup: for matrix group with dimension", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(Dimension)" - ] - ], - "rank": 62 - }, - { - "comment": "DimensionOfMatrixGroup: from one", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "Tester(OneImmutable)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 49 - }, - { - "comment": "DimensionOfMatrixGroup: for matrix group with dimension", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(DimensionOfMatrixGroup)" - ] - ], - "rank": 46 - }, - { - "comment": "DimensionOfMatrixGroup: from generators", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 46 - }, - { - "comment": "DimensionOfMatrixGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DimensionOfMatrixGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDegreeOfMatrixGroup", - "SetDimensionOfMatrixGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 121 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DimensionOfMatrixGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DimensionOfMatrixGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DimensionOfMatrixGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDegreeOfMatrixGroup", - "HasDimensionOfMatrixGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 121 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DimensionOfMatrixGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 155 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FieldOfMatrixGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FieldOfMatrixGroup)" - ] - ], - "rank": 20047 - }, - { - "comment": "FieldOfMatrixGroup", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "FieldOfMatrixGroup: for a matrix group", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 45 - }, - { - "comment": "FieldOfMatrixGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FieldOfMatrixGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFieldOfMatrixGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 155 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FieldOfMatrixGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FieldOfMatrixGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FieldOfMatrixGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFieldOfMatrixGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 155 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FieldOfMatrixGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransposedMatrixGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(TransposedMatrixGroup)" - ] - ], - "rank": 20047 - }, - { - "comment": "TransposedMatrixGroup", - "filters": [ - [ - "IsAffineCrystGroupOnLeftOrRight", - "Tester(IsAffineCrystGroupOnLeftOrRight)" - ] - ], - "rank": 50 - }, - { - "comment": "TransposedMatrixGroup", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 45 - }, - { - "comment": "TransposedMatrixGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransposedMatrixGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetTransposedMatrixGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(TransposedMatrixGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(TransposedMatrixGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(TransposedMatrixGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasTransposedMatrixGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 181 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(TransposedMatrixGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 220 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsGeneralLinearGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsGeneralLinearGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsGeneralLinearGroup: try natural", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 45 - }, - { - "comment": "IsGeneralLinearGroup: generic method for finite groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsGeneralLinearGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsGeneralLinearGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsGL", - "SetIsGeneralLinearGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 220 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsGeneralLinearGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsGeneralLinearGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsGeneralLinearGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 220 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsGeneralLinearGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 241 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNaturalGL: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNaturalGL)" - ] - ], - "rank": 20047 - }, - { - "comment": "IsNaturalGL: size comparison", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 393 - }, - { - "comment": "IsNaturalGL: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNaturalGL", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNaturalGL" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 241 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNaturalGL): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNaturalGL): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNaturalGL)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 241 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNaturalGL)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSpecialLinearGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSpecialLinearGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "IsSpecialLinearGroup: generic method for finite groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "IsSpecialLinearGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSpecialLinearGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSL", - "SetIsSpecialLinearGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSpecialLinearGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSpecialLinearGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSpecialLinearGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSpecialLinearGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 289 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsNaturalSL: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsNaturalSL)" - ] - ], - "rank": 20047 - }, - { - "comment": "IsNaturalSL: size comparison", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsFFE)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 393 - }, - { - "comment": "IsNaturalSL: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsNaturalSL", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsNaturalSL" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 289 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsNaturalSL): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsNaturalSL): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsNaturalSL)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 289 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsNaturalSL)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsSubgroupSL: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsSubgroupSL)" - ] - ], - "rank": 20047 - }, - { - "comment": "IsSubgroupSL: determinant test for generators", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "Tester(GeneratorsOfMagmaWithInverses)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 46 - }, - { - "comment": "IsSubgroupSL: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsSubgroupSL", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsSubgroupSL" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsSubgroupSL): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsSubgroupSL): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsSubgroupSL)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 308 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsSubgroupSL)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 330 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InvariantBilinearForm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InvariantBilinearForm)" - ] - ], - "rank": 20047 - }, - { - "comment": "InvariantBilinearForm: for a matrix group with known `InvariantQuadraticForm'", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "Tester(InvariantQuadraticForm)" - ] - ], - "rank": 46 - }, - { - "comment": "InvariantBilinearForm: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InvariantBilinearForm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInvariantBilinearForm" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 330 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InvariantBilinearForm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InvariantBilinearForm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InvariantBilinearForm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInvariantBilinearForm" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 330 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InvariantBilinearForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 350 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFullSubgroupGLorSLRespectingBilinearForm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFullSubgroupGLorSLRespectingBilinearForm)" - ] - ], - "rank": 20047 - }, - { - "comment": "IsFullSubgroupGLorSLRespectingBilinearForm: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFullSubgroupGLorSLRespectingBilinearForm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFullSubgroupGLorSLRespectingBilinearForm" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 350 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFullSubgroupGLorSLRespectingBilinearForm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFullSubgroupGLorSLRespectingBilinearForm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFullSubgroupGLorSLRespectingBilinearForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 350 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFullSubgroupGLorSLRespectingBilinearForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 377 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InvariantSesquilinearForm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InvariantSesquilinearForm)" - ] - ], - "rank": 20047 - }, - { - "comment": "InvariantSesquilinearForm: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InvariantSesquilinearForm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInvariantSesquilinearForm" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 377 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InvariantSesquilinearForm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InvariantSesquilinearForm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InvariantSesquilinearForm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInvariantSesquilinearForm" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 377 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InvariantSesquilinearForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 398 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFullSubgroupGLorSLRespectingSesquilinearForm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFullSubgroupGLorSLRespectingSesquilinearForm)" - ] - ], - "rank": 20047 - }, - { - "comment": "IsFullSubgroupGLorSLRespectingSesquilinearForm: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFullSubgroupGLorSLRespectingSesquilinearForm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFullSubgroupGLorSLRespectingSesquilinearForm" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 398 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFullSubgroupGLorSLRespectingSesquilinearForm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFullSubgroupGLorSLRespectingSesquilinearForm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFullSubgroupGLorSLRespectingSesquilinearForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 398 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFullSubgroupGLorSLRespectingSesquilinearForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 445 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InvariantQuadraticForm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InvariantQuadraticForm)" - ] - ], - "rank": 20047 - }, - { - "comment": "InvariantQuadraticForm: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InvariantQuadraticForm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInvariantQuadraticForm" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 445 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InvariantQuadraticForm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InvariantQuadraticForm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InvariantQuadraticForm)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInvariantQuadraticForm" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 445 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InvariantQuadraticForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 493 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFullSubgroupGLorSLRespectingQuadraticForm: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFullSubgroupGLorSLRespectingQuadraticForm)" - ] - ], - "rank": 20047 - }, - { - "comment": "IsFullSubgroupGLorSLRespectingQuadraticForm: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses" - ] - ], - "rank": -14 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFullSubgroupGLorSLRespectingQuadraticForm", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFullSubgroupGLorSLRespectingQuadraticForm" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 493 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsFullSubgroupGLorSLRespectingQuadraticForm): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsFullSubgroupGLorSLRespectingQuadraticForm): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsFullSubgroupGLorSLRespectingQuadraticForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpmat.gd", - "line": 493 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsFullSubgroupGLorSLRespectingQuadraticForm)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 83 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FittingFreeLiftSetup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FittingFreeLiftSetup)" - ] - ], - "rank": 20037 - }, - { - "comment": "FittingFreeLiftSetup: permutation", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 58 - }, - { - "comment": "FittingFreeLiftSetup: pc group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": 46 - }, - { - "comment": "FittingFreeLiftSetup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FittingFreeLiftSetup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFittingFreeLiftSetup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 83 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FittingFreeLiftSetup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FittingFreeLiftSetup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FittingFreeLiftSetup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFittingFreeLiftSetup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 83 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FittingFreeLiftSetup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RecogDecompinfoHomomorphism: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RecogDecompinfoHomomorphism)" - ] - ], - "rank": 20014 - }, - { - "comment": "RecogDecompinfoHomomorphism: default method requiring categories and checking properties", - "filters": [ - [ - "IsGeneralMapping" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RecogDecompinfoHomomorphism", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRecogDecompinfoHomomorphism" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RecogDecompinfoHomomorphism): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RecogDecompinfoHomomorphism): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RecogDecompinfoHomomorphism)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRecogDecompinfoHomomorphism" - ], - "filters": [ - [ - [ - "IsGeneralMapping", - "IsTotal", - "Tester(IsTotal)", - "IsSingleValued", - "Tester(IsSingleValued)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 120 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RecogDecompinfoHomomorphism)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 186 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DirectFactorsFittingFreeSocle: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DirectFactorsFittingFreeSocle)" - ] - ], - "rank": 20037 - }, - { - "comment": "DirectFactorsFittingFreeSocle: generic", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 44 - }, - { - "comment": "DirectFactorsFittingFreeSocle: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DirectFactorsFittingFreeSocle", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDirectFactorsFittingFreeSocle" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 186 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DirectFactorsFittingFreeSocle): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DirectFactorsFittingFreeSocle): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DirectFactorsFittingFreeSocle)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDirectFactorsFittingFreeSocle" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 186 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DirectFactorsFittingFreeSocle)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 198 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ChiefSeriesTF: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ChiefSeriesTF)" - ] - ], - "rank": 20037 - }, - { - "comment": "ChiefSeriesTF: fitting free", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CanComputeFittingFree" - ] - ], - "rank": 45 - }, - { - "comment": "ChiefSeriesTF: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ChiefSeriesTF", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetChiefSeriesTF" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 198 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ChiefSeriesTF): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ChiefSeriesTF): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ChiefSeriesTF)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasChiefSeriesTF" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/fitfree.gd", - "line": 198 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ChiefSeriesTF)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 43 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsRationalMatrixGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsRationalMatrixGroup)" - ] - ], - "rank": 20050 - }, - { - "comment": "IsRationalMatrixGroup", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "IsRationalMatrixGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses" - ] - ], - "rank": -30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsRationalMatrixGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsRationalMatrixGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 43 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsRationalMatrixGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsRationalMatrixGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsRationalMatrixGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 43 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsRationalMatrixGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 61 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsIntegerMatrixGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsIntegerMatrixGroup)" - ] - ], - "rank": 20050 - }, - { - "comment": "IsIntegerMatrixGroup", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "IsIntegerMatrixGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses" - ] - ], - "rank": -30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsIntegerMatrixGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsIntegerMatrixGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 61 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsIntegerMatrixGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsIntegerMatrixGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsIntegerMatrixGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 61 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsIntegerMatrixGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 124 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ZClassRepsQClass: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ZClassRepsQClass)" - ] - ], - "rank": 20050 - }, - { - "comment": "ZClassRepsQClass: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses" - ] - ], - "rank": -30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ZClassRepsQClass", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetZClassRepsQClass" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 124 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ZClassRepsQClass): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ZClassRepsQClass): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ZClassRepsQClass)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasZClassRepsQClass" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 124 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ZClassRepsQClass)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 143 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormalizerInGLnZ: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormalizerInGLnZ)" - ] - ], - "rank": 20050 - }, - { - "comment": "NormalizerInGLnZ: for PointGroups of space groups from the cryst. groups catalogue", - "filters": [ - [ - "IsPointGroup", - "Tester(IsPointGroup)" - ] - ], - "rank": 50 - }, - { - "comment": "NormalizerInGLnZ: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses" - ] - ], - "rank": -30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalizerInGLnZ", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormalizerInGLnZ" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 143 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormalizerInGLnZ): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormalizerInGLnZ): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormalizerInGLnZ)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormalizerInGLnZ" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 143 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormalizerInGLnZ)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 162 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "CentralizerInGLnZ: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(CentralizerInGLnZ)" - ] - ], - "rank": 20050 - }, - { - "comment": "CentralizerInGLnZ: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses" - ] - ], - "rank": -30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CentralizerInGLnZ", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetCentralizerInGLnZ" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 162 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(CentralizerInGLnZ): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(CentralizerInGLnZ): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(CentralizerInGLnZ)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasCentralizerInGLnZ" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 162 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(CentralizerInGLnZ)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 256 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsBravaisGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsBravaisGroup)" - ] - ], - "rank": 20050 - }, - { - "comment": "IsBravaisGroup", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "IsBravaisGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses" - ] - ], - "rank": -30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBravaisGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsBravaisGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 256 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsBravaisGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsBravaisGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsBravaisGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 256 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsBravaisGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 283 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BravaisGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(BravaisGroup)" - ] - ], - "rank": 20050 - }, - { - "comment": "BravaisGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses" - ] - ], - "rank": -30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BravaisGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBravaisGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 283 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(BravaisGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(BravaisGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(BravaisGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBravaisGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 283 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(BravaisGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 300 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BravaisSubgroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(BravaisSubgroups)" - ] - ], - "rank": 20050 - }, - { - "comment": "BravaisSubgroups: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses" - ] - ], - "rank": -30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BravaisSubgroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBravaisSubgroups" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 300 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(BravaisSubgroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(BravaisSubgroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(BravaisSubgroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBravaisSubgroups" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 300 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(BravaisSubgroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 317 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BravaisSupergroups: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(BravaisSupergroups)" - ] - ], - "rank": 20050 - }, - { - "comment": "BravaisSupergroups: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses" - ] - ], - "rank": -30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BravaisSupergroups", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetBravaisSupergroups" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 317 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(BravaisSupergroups): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(BravaisSupergroups): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(BravaisSupergroups)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasBravaisSupergroups" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 317 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(BravaisSupergroups)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 334 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NormalizerInGLnZBravaisGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(NormalizerInGLnZBravaisGroup)" - ] - ], - "rank": 20050 - }, - { - "comment": "NormalizerInGLnZBravaisGroup: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses" - ] - ], - "rank": -30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NormalizerInGLnZBravaisGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetNormalizerInGLnZBravaisGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 334 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(NormalizerInGLnZBravaisGroup): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(NormalizerInGLnZBravaisGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(NormalizerInGLnZBravaisGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasNormalizerInGLnZBravaisGroup" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 334 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(NormalizerInGLnZBravaisGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 355 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "InvariantLattice: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(InvariantLattice)" - ] - ], - "rank": 20050 - }, - { - "comment": "InvariantLattice: for rational matrix groups", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 48 - }, - { - "comment": "InvariantLattice: default method requiring categories and checking properties", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses" - ] - ], - "rank": -30 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "InvariantLattice", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetInvariantLattice" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 355 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(InvariantLattice): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(InvariantLattice): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(InvariantLattice)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasInvariantLattice" - ], - "filters": [ - [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsCyclotomic)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/grpramat.gd", - "line": 355 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(InvariantLattice)", - "type": "GAP_Operation" - }, - { - "aka": [ - "TrivialGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/basic.gd", - "line": 48 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TrivialGroupCons: perm group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": -58 - }, - { - "comment": "TrivialGroupCons: pcp group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ] - ], - "rank": -62 - }, - { - "comment": "TrivialGroupCons: pc group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ] - ], - "rank": -62 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TrivialGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "AbelianGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/basic.gd", - "line": 97 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AbelianGroupCons: fp group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [ - "IsList" - ] - ], - "rank": -47 - }, - { - "comment": "AbelianGroupCons: pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsList" - ] - ], - "rank": -50 - }, - { - "comment": "AbelianGroupCons: perm group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": -58 - }, - { - "comment": "AbelianGroupCons: pc group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsList" - ] - ], - "rank": -62 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AbelianGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "AlternatingGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/basic.gd", - "line": 158 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "AlternatingGroupCons: perm group with domain", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsDenseList" - ] - ], - "rank": -58 - }, - { - "comment": "AlternatingGroupCons: perm group with degree", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ], - "rank": -58 - }, - { - "comment": "AlternatingGroupCons: pcp group with degree", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - }, - { - "comment": "AlternatingGroupCons: pc group with degree", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - }, - { - "comment": "AlternatingGroupCons: regular perm group with domain", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsRegular", - "Tester(IsRegular)" - ], - [ - "IsDenseList" - ] - ], - "rank": -65 - }, - { - "comment": "AlternatingGroupCons: regular perm group with degree", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsRegular", - "Tester(IsRegular)" - ], - [ - "IsInt" - ] - ], - "rank": -65 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AlternatingGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "CyclicGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/basic.gd", - "line": 213 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "CyclicGroupCons: fp group", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [] - ], - "rank": -38 - }, - { - "comment": "CyclicGroupCons: pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInfinity" - ] - ], - "rank": -50 - }, - { - "comment": "CyclicGroupCons: pcp group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - }, - { - "comment": "CyclicGroupCons: pc group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - }, - { - "comment": "CyclicGroupCons: regular perm group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsRegular", - "Tester(IsRegular)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -65 - }, - { - "comment": "CyclicGroupCons: matrix group for default field", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "3args": [ - { - "comment": "CyclicGroupCons: matrix group for given field", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "CyclicGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "DihedralGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/basic.gd", - "line": 279 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "DihedralGroupCons: fp group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -47 - }, - { - "comment": "DihedralGroupCons: pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInfinity" - ] - ], - "rank": -50 - }, - { - "comment": "DihedralGroupCons: perm. group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -58 - }, - { - "comment": "DihedralGroupCons: pcp group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - }, - { - "comment": "DihedralGroupCons: pc group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DihedralGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "QuaternionGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/basic.gd", - "line": 331 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "QuaternionGroupCons: fp group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -47 - }, - { - "comment": "QuaternionGroupCons: perm. group", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -58 - }, - { - "comment": "QuaternionGroupCons: pcp group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - }, - { - "comment": "QuaternionGroupCons: pc group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - }, - { - "comment": "QuaternionGroupCons: matrix group for default field", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "3args": [ - { - "comment": "QuaternionGroupCons: matrix group for given field", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "QuaternionGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "ElementaryAbelianGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/basic.gd", - "line": 392 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ElementaryAbelianGroupCons: fp group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -47 - }, - { - "comment": "ElementaryAbelianGroupCons: perm group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -58 - }, - { - "comment": "ElementaryAbelianGroupCons: pcp group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - }, - { - "comment": "ElementaryAbelianGroupCons: pc group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ElementaryAbelianGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "FreeAbelianGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/basic.gd", - "line": 445 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "FreeAbelianGroupCons: fp group", - "filters": [ - [ - "IsGroupOfFamily", - "IsSubgroupFpGroup" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -38 - }, - { - "comment": "FreeAbelianGroupCons: pcp group", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -50 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FreeAbelianGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "ExtraspecialGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/basic.gd", - "line": 498 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ExtraspecialGroupCons: pcp group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt" - ], - [] - ], - "rank": -62 - }, - { - "comment": "ExtraspecialGroupCons: pc group", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsInt" - ], - [] - ], - "rank": -62 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ExtraspecialGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "MathieuGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/basic.gd", - "line": 564 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "MathieuGroupCons: perm group with degree", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -58 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "MathieuGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "SymmetricGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/basic.gd", - "line": 618 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SymmetricGroupCons: perm group with domain", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsDenseList" - ] - ], - "rank": -58 - }, - { - "comment": "SymmetricGroupCons: perm group with degree", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ], - "rank": -58 - }, - { - "comment": "SymmetricGroupCons: pcp group with degree", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsPcpElement)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - }, - { - "comment": "SymmetricGroupCons: pc group with degree", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "CategoryCollections(IsMultiplicativeElementWithInverseByPolycyclicCollector)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -62 - }, - { - "comment": "SymmetricGroupCons: regular perm group with domain", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsRegular", - "Tester(IsRegular)" - ], - [ - "IsDenseList" - ] - ], - "rank": -65 - }, - { - "comment": "SymmetricGroupCons: regular perm group with degree", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)", - "IsRegular", - "Tester(IsRegular)" - ], - [ - "IsInt" - ] - ], - "rank": -65 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SymmetricGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "GeneralLinearGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 71 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "GeneralLinearGroupCons: some generators for GL_n(Z)", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsIntegers" - ] - ], - "rank": -45 - }, - { - "comment": "GeneralLinearGroupCons: convert to permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [] - ], - "rank": -134 - }, - { - "comment": "GeneralLinearGroupCons: natural GL for dimension and residue class ring", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": -390 - }, - { - "comment": "GeneralLinearGroupCons: matrix group for dimension and finite field", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": -390 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneralLinearGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "GeneralOrthogonalGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 172 - }, - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 174 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "GeneralOrthogonalGroupCons: convert to permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [] - ], - "rank": -152 - }, - { - "comment": "GeneralOrthogonalGroupCons: GO for dimension and residue class ring for prime powers", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": -390 - }, - { - "comment": "GeneralOrthogonalGroupCons: matrix group for dimension and finite field", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": -390 - }, - { - "comment": "GeneralOrthogonalGroupCons: matrix group for <e>, dimension, and finite field size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "5args": [], - "6args": [] - }, - "name": "GeneralOrthogonalGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "GeneralUnitaryGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 243 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "GeneralUnitaryGroupCons: convert to permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [] - ], - "rank": -134 - }, - { - "comment": "GeneralUnitaryGroupCons: matrix group for dimension and finite field size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneralUnitaryGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "SpecialLinearGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 305 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SpecialLinearGroupCons: some generators for SL_n(Z)", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsIntegers" - ] - ], - "rank": -45 - }, - { - "comment": "SpecialLinearGroupCons: convert to permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [] - ], - "rank": -134 - }, - { - "comment": "SpecialLinearGroupCons: natural SL for dimension and residue class ring", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": -390 - }, - { - "comment": "SpecialLinearGroupCons: matrix group for dimension and finite field", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": -390 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SpecialLinearGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "SpecialOrthogonalGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 392 - }, - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 394 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "SpecialOrthogonalGroupCons: convert to permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [] - ], - "rank": -152 - }, - { - "comment": "SpecialOrthogonalGroupCons: GO for dimension and residue class ring for prime powers", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": -390 - }, - { - "comment": "SpecialOrthogonalGroupCons: matrix group for dimension and finite field", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": -390 - }, - { - "comment": "SpecialOrthogonalGroupCons: matrix group for <e>, dimension, and finite field size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "5args": [], - "6args": [] - }, - "name": "SpecialOrthogonalGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "SpecialUnitaryGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 471 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SpecialUnitaryGroupCons: convert to permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [] - ], - "rank": -134 - }, - { - "comment": "SpecialUnitaryGroupCons: matrix group for dimension and finite field size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SpecialUnitaryGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "SymplecticGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 534 - }, - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 535 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SymplecticGroupCons: convert to permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [] - ], - "rank": -134 - }, - { - "comment": "SymplecticGroupCons: symplectic group for dimension and residue class ring for prime powers", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsFinite", - "Tester(IsFinite)", - "IsMagma", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "CategoryCollections(IsZmodnZObjNonprime)" - ] - ], - "rank": -390 - }, - { - "comment": "SymplecticGroupCons: matrix group for dimension and finite field", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsNonTrivial", - "Tester(IsNonTrivial)", - "IsFinite", - "Tester(IsFinite)", - "IsExtLSet", - "IsAssociativeLOpDProd", - "IsAssociativeLOpEProd", - "IsDistributiveLOpDSum", - "IsDistributiveLOpESum", - "IsTrivialLOpEOne", - "IsLeftActedOnByRing", - "IsLeftActedOnByDivisionRing", - "Tester(IsLeftActedOnByDivisionRing)", - "IsMagma", - "IsMagmaWithOne", - "IsMagmaWithInversesIfNonzero", - "IsAssociative", - "Tester(IsAssociative)", - "IsCommutative", - "Tester(IsCommutative)", - "IsNearAdditiveMagma", - "IsNearAdditiveGroup", - "IsAdditivelyCommutative", - "Tester(IsAdditivelyCommutative)", - "IsLDistributive", - "Tester(IsLDistributive)", - "IsRDistributive", - "Tester(IsRDistributive)", - "IsEuclideanRing" - ] - ], - "rank": -390 - }, - { - "comment": "SymplecticGroupCons: matrix group for dimension and finite field size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SymplecticGroupCons", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 618 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "OmegaCons: convert to permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [] - ], - "rank": -134 - } - ], - "4args": [ - { - "comment": "OmegaCons: matrix group for <e>, dimension, and finite field size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "5args": [], - "6args": [] - }, - "name": "OmegaCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "GeneralSemilinearGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 686 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "GeneralSemilinearGroupCons: convert to permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -154 - }, - { - "comment": "GeneralSemilinearGroupCons: matrix group for dimension and finite field size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "GeneralSemilinearGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "SpecialSemilinearGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 737 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "SpecialSemilinearGroupCons: convert to permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -154 - }, - { - "comment": "SpecialSemilinearGroupCons: matrix group for dimension and finite field size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SpecialSemilinearGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "ProjectiveGeneralLinearGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 847 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ProjectiveGeneralLinearGroupCons: action on lines", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -54 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ProjectiveGeneralLinearGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "ProjectiveSpecialLinearGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 878 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ProjectiveSpecialLinearGroupCons: action on lines", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -54 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ProjectiveSpecialLinearGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "ProjectiveGeneralUnitaryGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 909 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ProjectiveGeneralUnitaryGroupCons: action on lines", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -54 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ProjectiveGeneralUnitaryGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "ProjectiveSpecialUnitaryGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 940 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ProjectiveSpecialUnitaryGroupCons: action on lines", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -54 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ProjectiveSpecialUnitaryGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "ProjectiveSymplecticGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 973 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "ProjectiveSymplecticGroupCons: action on lines", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -54 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ProjectiveSymplecticGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "ProjectiveOmegaCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/classic.gd", - "line": 1003 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [ - { - "comment": "ProjectiveOmegaCons: action on lines", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ], - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -54 - } - ], - "5args": [], - "6args": [] - }, - "name": "ProjectiveOmegaCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "PerfGrpConst" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/perf.gd", - "line": 44 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "PerfGrpConst: fp grp", - "filters": [ - [ - "IsSubgroupFpGroup" - ], - [ - "IsList" - ] - ], - "rank": -37 - }, - { - "comment": "PerfGrpConst: perm grp", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsList" - ] - ], - "rank": -58 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PerfGrpConst", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/perf.gd", - "line": 77 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "PerfectIdentification: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(PerfectIdentification)" - ] - ], - "rank": 20037 - }, - { - "comment": "PerfectIdentification: id. for perfect groups", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "PerfectIdentification: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "PerfectIdentification", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetPerfectIdentification" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/perf.gd", - "line": 77 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(PerfectIdentification): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(PerfectIdentification): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(PerfectIdentification)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasPerfectIdentification" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/perf.gd", - "line": 77 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(PerfectIdentification)", - "type": "GAP_Operation" - }, - { - "aka": [ - "SuzukiGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/suzuki.gd", - "line": 21 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "SuzukiGroupCons: permutation group for finite field size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -58 - }, - { - "comment": "SuzukiGroupCons: matrix group for finite field size", - "filters": [ - [ - "IsFinite", - "Tester(IsFinite)", - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -390 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SuzukiGroupCons", - "type": "GAP_Operation" - }, - { - "aka": [ - "ReeGroupCons" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/ree.gd", - "line": 20 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ReeGroupCons: matrix", - "filters": [ - [ - "CategoryCollections(CategoryCollections(CategoryCollections(IsNearAdditiveElementWithInverse)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsAdditiveElement)))", - "CategoryCollections(CategoryCollections(CategoryCollections(IsMultiplicativeElement)))", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": -45 - }, - { - "comment": "ReeGroupCons: convert to permgroup", - "filters": [ - [ - "CategoryCollections(IsPerm)", - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ], - "rank": -116 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ReeGroupCons", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/simple.gd", - "line": 121 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DataAboutSimpleGroup: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DataAboutSimpleGroup)" - ] - ], - "rank": 20037 - }, - { - "comment": "DataAboutSimpleGroup", - "filters": [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 35 - }, - { - "comment": "DataAboutSimpleGroup", - "filters": [ - [ - "IsRecord" - ] - ], - "rank": 1 - }, - { - "comment": "DataAboutSimpleGroup: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DataAboutSimpleGroup", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDataAboutSimpleGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/simple.gd", - "line": 121 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DataAboutSimpleGroup): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DataAboutSimpleGroup): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DataAboutSimpleGroup)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDataAboutSimpleGroup" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/simple.gd", - "line": 121 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DataAboutSimpleGroup)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/imf.gd", - "line": 41 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ImfRecord: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(ImfRecord)" - ] - ], - "rank": 20037 - }, - { - "comment": "ImfRecord: default method requiring categories and checking properties", - "filters": [ - [ - "IsMagmaWithInverses" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ImfRecord", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetImfRecord" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/imf.gd", - "line": 41 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(ImfRecord): system mutable setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(ImfRecord): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(ImfRecord)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasImfRecord" - ], - "filters": [ - [ - [ - "IsMagmaWithInverses", - "IsAssociative", - "Tester(IsAssociative)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/grp/imf.gd", - "line": 41 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(ImfRecord)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 51 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OrderingsFamily: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OrderingsFamily)" - ] - ], - "rank": 20004 - }, - { - "comment": "OrderingsFamily: for a family", - "filters": [ - [ - "IsFamily" - ] - ], - "rank": 1 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OrderingsFamily", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOrderingsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 51 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OrderingsFamily): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OrderingsFamily): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OrderingsFamily)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOrderingsFamily" - ], - "filters": [ - [ - [ - "IsFamily" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 51 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OrderingsFamily)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 79 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsWellFoundedOrdering: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsWellFoundedOrdering)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsWellFoundedOrdering", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsWellFoundedOrdering" - ], - "filters": [ - [ - [ - "IsOrdering" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 79 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsWellFoundedOrdering): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsWellFoundedOrdering): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsWellFoundedOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 79 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsWellFoundedOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 101 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsTotalOrdering: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsTotalOrdering)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsTotalOrdering", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsTotalOrdering" - ], - "filters": [ - [ - [ - "IsOrdering" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 101 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsTotalOrdering): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsTotalOrdering): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsTotalOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 101 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsTotalOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 124 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FamilyForOrdering: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FamilyForOrdering)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FamilyForOrdering", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFamilyForOrdering" - ], - "filters": [ - [ - [ - "IsOrdering" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 124 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FamilyForOrdering): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FamilyForOrdering): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FamilyForOrdering)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFamilyForOrdering" - ], - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 124 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FamilyForOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 144 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LessThanFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LessThanFunction)" - ] - ], - "rank": 20004 - }, - { - "comment": "LessThanFunction: for an ordering which has a a LessThanOrEqualFunction", - "filters": [ - [ - "IsOrdering", - "Tester(LessThanOrEqualFunction)" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LessThanFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLessThanFunction" - ], - "filters": [ - [ - [ - "IsOrdering" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 144 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LessThanFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LessThanFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LessThanFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLessThanFunction" - ], - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 144 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LessThanFunction)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 164 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LessThanOrEqualFunction: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LessThanOrEqualFunction)" - ] - ], - "rank": 20004 - }, - { - "comment": "LessThanOrEqualFunction: for an ordering which has a a LessThanFunction", - "filters": [ - [ - "IsOrdering", - "Tester(LessThanFunction)" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LessThanOrEqualFunction", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLessThanOrEqualFunction" - ], - "filters": [ - [ - [ - "IsOrdering" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 164 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LessThanOrEqualFunction): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LessThanOrEqualFunction): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LessThanOrEqualFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLessThanOrEqualFunction" - ], - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 164 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LessThanOrEqualFunction)", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsLessThanUnder" - ], - "filters": [ - [ - [ - "IsOrdering" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 182 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "IsLessThanUnder: for an ordering ", - "filters": [ - [ - "IsOrdering" - ], - [], - [] - ], - "rank": 1 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLessThanUnder", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsLessThanOrEqualUnder" - ], - "filters": [ - [ - [ - "IsOrdering" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 210 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "IsLessThanOrEqualUnder: for an ordering and two objects ", - "filters": [ - [ - "IsOrdering" - ], - [], - [] - ], - "rank": 1 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsLessThanOrEqualUnder", - "type": "GAP_Operation" - }, - { - "aka": [ - "IsIncomparableUnder" - ], - "filters": [ - [ - [ - "IsOrdering" - ], - [], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 230 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "IsIncomparableUnder: for an ordering", - "filters": [ - [ - "IsOrdering" - ], - [], - [] - ], - "rank": 1 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsIncomparableUnder", - "type": "GAP_Operation" - }, - { - "aka": [ - "OrderingByLessThanFunctionNC" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 264 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "OrderingByLessThanFunctionNC: for a family and a function", - "filters": [ - [ - "IsFamily" - ], - [ - "IsFunction" - ] - ], - "rank": 2 - } - ], - "3args": [ - { - "comment": "OrderingByLessThanFunctionNC: for a family, a function, and a list of properties", - "filters": [ - [ - "IsFamily" - ], - [ - "IsFunction" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OrderingByLessThanFunctionNC", - "type": "GAP_Operation" - }, - { - "aka": [ - "OrderingByLessThanOrEqualFunctionNC" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 309 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "OrderingByLessThanOrEqualFunctionNC: for a family and a function", - "filters": [ - [ - "IsFamily" - ], - [ - "IsFunction" - ] - ], - "rank": 2 - } - ], - "3args": [ - { - "comment": "OrderingByLessThanOrEqualFunctionNC: for a family, a function, and a list of properties", - "filters": [ - [ - "IsFamily" - ], - [ - "IsFunction" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OrderingByLessThanOrEqualFunctionNC", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 357 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsOrderingOnFamilyOfAssocWords: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsOrderingOnFamilyOfAssocWords", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsOrderingOnFamilyOfAssocWords" - ], - "filters": [ - [ - [ - "IsOrdering" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 357 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsOrderingOnFamilyOfAssocWords): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsOrderingOnFamilyOfAssocWords): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsOrderingOnFamilyOfAssocWords)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 357 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsOrderingOnFamilyOfAssocWords)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 374 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LetterRepWordsLessFunc: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LetterRepWordsLessFunc)" - ] - ], - "rank": 20006 - }, - { - "comment": "LetterRepWordsLessFunc: default method requiring categories and checking properties", - "filters": [ - [] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LetterRepWordsLessFunc", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLetterRepWordsLessFunc" - ], - "filters": [ - [ - [ - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 374 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LetterRepWordsLessFunc): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LetterRepWordsLessFunc): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LetterRepWordsLessFunc)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLetterRepWordsLessFunc" - ], - "filters": [ - [ - [ - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 374 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LetterRepWordsLessFunc)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 399 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsTranslationInvariantOrdering: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsTranslationInvariantOrdering)" - ] - ], - "rank": 20006 - }, - { - "comment": "IsTranslationInvariantOrdering: default method requiring categories and checking properties", - "filters": [ - [ - "IsOrdering" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsTranslationInvariantOrdering", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsTranslationInvariantOrdering" - ], - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 399 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsTranslationInvariantOrdering): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsTranslationInvariantOrdering): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsTranslationInvariantOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 399 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsTranslationInvariantOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 453 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "OrderingOnGenerators: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(OrderingOnGenerators)" - ] - ], - "rank": 20006 - }, - { - "comment": "OrderingOnGenerators: default method requiring categories and checking properties", - "filters": [ - [ - "IsOrdering" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "OrderingOnGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetOrderingOnGenerators" - ], - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 453 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(OrderingOnGenerators): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(OrderingOnGenerators): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(OrderingOnGenerators)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasOrderingOnGenerators" - ], - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 453 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(OrderingOnGenerators)", - "type": "GAP_Operation" - }, - { - "aka": [ - "LexicographicOrdering" - ], - "filters": [ - [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 492 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LexicographicOrdering: for a free monoid", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ] - ], - "rank": 26 - }, - { - "comment": "LexicographicOrdering: for a free semigroup", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ] - ], - "rank": 20 - }, - { - "comment": "LexicographicOrdering: for a family of words of a free semigroup or free monoid", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "LexicographicOrdering: for a free monoid and a list of generators", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 41 - }, - { - "comment": "LexicographicOrdering: for a free semigroup and a list of generators", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 35 - }, - { - "comment": "LexicographicOrdering: for a free monoid and a list", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsList" - ] - ], - "rank": 28 - }, - { - "comment": "LexicographicOrdering: for a free semigroup and a list", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsList" - ] - ], - "rank": 22 - }, - { - "comment": "LexicographicOrdering: for a family of words of a free semigroup or free monoid and a list of generators", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 17 - }, - { - "comment": "LexicographicOrdering: for a family of words of a free semigroup or free monoid and a list", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LexicographicOrdering", - "type": "GAP_Operation" - }, - { - "aka": [ - "ShortLexOrdering" - ], - "filters": [ - [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 522 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "ShortLexOrdering: for a free monoid", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ] - ], - "rank": 26 - }, - { - "comment": "ShortLexOrdering: for a free semigroup", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ] - ], - "rank": 20 - }, - { - "comment": "ShortLexOrdering: for a family of words of a free semigroup or free monoid", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "ShortLexOrdering: for a free monoid and a list of generators in the required order ", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 41 - }, - { - "comment": "ShortLexOrdering: for a free semigroup and a list of generators in the required order", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 35 - }, - { - "comment": "ShortLexOrdering: for a free monoid and a list", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsList" - ] - ], - "rank": 28 - }, - { - "comment": "ShortLexOrdering: for a free semigroup and a list", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsList" - ] - ], - "rank": 22 - }, - { - "comment": "ShortLexOrdering: for a family of words of a free semigroup or free monoid and a list of generators", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 17 - }, - { - "comment": "ShortLexOrdering: for a family of free words of a free semigroup or free monoid and a list", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ShortLexOrdering", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsShortLexOrdering: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsShortLexOrdering)" - ] - ], - "rank": 20006 - }, - { - "comment": "IsShortLexOrdering: default method requiring categories and checking properties", - "filters": [ - [ - "IsOrdering" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsShortLexOrdering", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsShortLexOrdering" - ], - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsShortLexOrdering): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsShortLexOrdering): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsShortLexOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 552 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsShortLexOrdering)", - "type": "GAP_Operation" - }, - { - "aka": [ - "WeightLexOrdering" - ], - "filters": [ - [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 595 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [ - { - "comment": "WeightLexOrdering: for a free monoid, a list of generators and a list of weights", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ], - "rank": 43 - }, - { - "comment": "WeightLexOrdering: for a free semigroup, a list of generators and a list of weights", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ], - "rank": 37 - }, - { - "comment": "WeightLexOrdering: for a free monoid, a list giving ordering on generators and a list of weights", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 30 - }, - { - "comment": "WeightLexOrdering: for a free semigroup, a list giving ordering on generators and a list of weights", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 24 - }, - { - "comment": "WeightLexOrdering: for a family of words of a free semigroup or free monoid, a list of generators and a list of weights", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ], - "rank": 19 - }, - { - "comment": "WeightLexOrdering: for a family of words of a free semigroup or free monoid, and two lists", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 6 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "WeightLexOrdering", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 632 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "WeightOfGenerators: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(WeightOfGenerators)" - ] - ], - "rank": 20006 - }, - { - "comment": "WeightOfGenerators: default method requiring categories and checking properties", - "filters": [ - [ - "IsOrdering" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "WeightOfGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetWeightOfGenerators" - ], - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 632 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(WeightOfGenerators): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(WeightOfGenerators): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(WeightOfGenerators)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasWeightOfGenerators" - ], - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 632 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(WeightOfGenerators)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 650 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsWeightLexOrdering: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsWeightLexOrdering)" - ] - ], - "rank": 20006 - }, - { - "comment": "IsWeightLexOrdering: default method requiring categories and checking properties", - "filters": [ - [ - "IsOrdering" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsWeightLexOrdering", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsWeightLexOrdering" - ], - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 650 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsWeightLexOrdering): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsWeightLexOrdering): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsWeightLexOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering", - "IsOrderingOnFamilyOfAssocWords", - "Tester(IsOrderingOnFamilyOfAssocWords)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 650 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsWeightLexOrdering)", - "type": "GAP_Operation" - }, - { - "aka": [ - "BasicWreathProductOrdering" - ], - "filters": [ - [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 678 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "BasicWreathProductOrdering: for a free monoid", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ] - ], - "rank": 26 - }, - { - "comment": "BasicWreathProductOrdering: for a free semigroup", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ] - ], - "rank": 20 - }, - { - "comment": "BasicWreathProductOrdering: for a family of words of a free semigroup or free monoid and a list", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "comment": "BasicWreathProductOrdering: for a free monoid and a list of generators", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 41 - }, - { - "comment": "BasicWreathProductOrdering: for a free semigroup and a list of generators", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 35 - }, - { - "comment": "BasicWreathProductOrdering: for a free monoid and a list", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsList" - ] - ], - "rank": 28 - }, - { - "comment": "BasicWreathProductOrdering: for a free semigroup and a list", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsList" - ] - ], - "rank": 22 - }, - { - "comment": "BasicWreathProductOrdering: for a family of words of a free semigroup or free monoid and a list of generators", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ] - ], - "rank": 17 - }, - { - "comment": "BasicWreathProductOrdering: for a family of words of a free semigroup or free monoid and a list", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "BasicWreathProductOrdering", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 705 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsBasicWreathProductOrdering: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsBasicWreathProductOrdering)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsBasicWreathProductOrdering", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsBasicWreathProductOrdering" - ], - "filters": [ - [ - [ - "IsOrdering" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 705 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsBasicWreathProductOrdering): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsBasicWreathProductOrdering): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsBasicWreathProductOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 705 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsBasicWreathProductOrdering)", - "type": "GAP_Operation" - }, - { - "aka": [ - "WreathProductOrdering" - ], - "filters": [ - [ - [ - "IsFamily" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 749 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "WreathProductOrdering: for a free monoid", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsList" - ] - ], - "rank": 28 - }, - { - "comment": "WreathProductOrdering: for a free semigroup", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsList" - ] - ], - "rank": 22 - }, - { - "comment": "WreathProductOrdering: for a family of words of a free semigroup or free monoid and a list", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [ - { - "comment": "WreathProductOrdering: for a free monoid and a list", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 30 - }, - { - "comment": "WreathProductOrdering: for a free monoid and a list", - "filters": [ - [ - "IsFreeMonoid", - "Tester(IsFreeMonoid)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 30 - }, - { - "comment": "WreathProductOrdering: for a free semigroup and a list", - "filters": [ - [ - "IsFreeSemigroup", - "Tester(IsFreeSemigroup)" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 24 - }, - { - "comment": "WreathProductOrdering: for a family of associative words, a list of generators and a list with the levels of the generators", - "filters": [ - [ - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList", - "CategoryCollections((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ] - ], - "rank": 19 - }, - { - "comment": "WreathProductOrdering: for a family of words of a free semigroup or free monoid and a list", - "filters": [ - [ - "IsFamily", - "CategoryFamily((IsWord and IsAssociativeElement))" - ], - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 6 - } - ], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "WreathProductOrdering", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 766 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsWreathProductOrdering: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsWreathProductOrdering)" - ] - ], - "rank": 20004 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsWreathProductOrdering", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsWreathProductOrdering" - ], - "filters": [ - [ - [ - "IsOrdering" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 766 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(IsWreathProductOrdering): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(IsWreathProductOrdering): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(IsWreathProductOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 766 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(IsWreathProductOrdering)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsOrdering", - "IsWreathProductOrdering", - "Tester(IsWreathProductOrdering)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 798 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LevelsOfGenerators: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LevelsOfGenerators)" - ] - ], - "rank": 20006 - }, - { - "comment": "LevelsOfGenerators: default method requiring categories and checking properties", - "filters": [ - [ - "IsOrdering" - ] - ], - "rank": 0 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LevelsOfGenerators", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLevelsOfGenerators" - ], - "filters": [ - [ - [ - "IsOrdering", - "IsWreathProductOrdering", - "Tester(IsWreathProductOrdering)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 798 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LevelsOfGenerators): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LevelsOfGenerators): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LevelsOfGenerators)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLevelsOfGenerators" - ], - "filters": [ - [ - [ - "IsOrdering", - "IsWreathProductOrdering", - "Tester(IsWreathProductOrdering)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/orders.gd", - "line": 798 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LevelsOfGenerators)", - "type": "GAP_Operation" - }, - { - "aka": [ - "Transformation" - ], - "filters": [ - [ - [ - "IsList" - ] - ], - [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 23 - }, - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 24 - }, - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 27 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "Transformation: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [ - { - "aka": [ - "TransformationListList" - ], - "comment": "Transformation: for a list and list", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - }, - { - "comment": "Transformation: for a list and function", - "filters": [ - [ - "IsList" - ], - [ - "IsFunction" - ] - ], - "rank": 3 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Transformation", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsList" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 25 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "TransformationListList: for a list and list", - "filters": [ - [ - "IsList" - ], - [ - "IsList" - ] - ], - "rank": 4 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransformationListList", - "type": "GAP_Operation" - }, - { - "aka": [ - "TransformationList" - ], - "filters": [ - [ - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 26 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "TransformationList: for a list", - "filters": [ - [ - "IsList" - ] - ], - "rank": 2 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransformationList", - "type": "GAP_Operation" - }, - { - "aka": [ - "TransformationByImageAndKernel" - ], - "filters": [ - [ - [ - "IsDenseList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsDenseList", - "CategoryCollections(IsCyclotomic)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 31 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "TransformationByImageAndKernel: for a list of positive integers and a list of positive integers", - "filters": [ - [ - "IsDenseList", - "CategoryCollections(IsCyclotomic)" - ], - [ - "IsDenseList", - "CategoryCollections(IsCyclotomic)" - ] - ], - "rank": 58 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransformationByImageAndKernel", - "type": "GAP_Operation" - }, - { - "aka": [ - "NumberTransformation" - ], - "filters": [ - [ - [ - "IsTransformation" - ], - [ - "IsZeroCyc" - ] - ], - [ - [ - "IsTransformation" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsTransformation" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 33 - }, - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 34 - }, - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 35 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "NumberTransformation: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [ - { - "comment": "NumberTransformation: for a transformation and zero", - "filters": [ - [ - "IsTransformation" - ], - [ - "IsZeroCyc" - ] - ], - "rank": 28 - }, - { - "comment": "NumberTransformation: for a transformation and positive integer", - "filters": [ - [ - "IsTransformation" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 26 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "NumberTransformation", - "type": "GAP_Operation" - }, - { - "aka": [ - "TransformationNumber" - ], - "filters": [ - [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsZeroCyc" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 36 - }, - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 37 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "TransformationNumber: for a positive integer and zero", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsZeroCyc" - ] - ], - "rank": 40 - }, - { - "comment": "TransformationNumber: for a positive integer and positive integer", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 38 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "TransformationNumber", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTransformation" - ] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - [ - [ - "IsPartialPerm" - ] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 42 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "LargestImageOfMovedPoint: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(LargestImageOfMovedPoint)" - ] - ], - "rank": 20010 - }, - { - "comment": "LargestImageOfMovedPoint: for a partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 23 - }, - { - "comment": "LargestImageOfMovedPoint: for a transformation semigroup", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "comment": "LargestImageOfMovedPoint: for a partial perm collection", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ], - "rank": 15 - }, - { - "comment": "LargestImageOfMovedPoint: for a transformation collection", - "filters": [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - "rank": 13 - }, - { - "comment": "LargestImageOfMovedPoint: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "aka": [ - "LARGEST_IMAGE_PT" - ], - "comment": "LargestImageOfMovedPoint: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "LargestImageOfMovedPoint", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetLargestImageOfMovedPoint" - ], - "filters": [ - [ - [ - "IsTransformation" - ], - [] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ], - [] - ], - [ - [ - "IsPartialPerm" - ], - [] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 42 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(LargestImageOfMovedPoint): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(LargestImageOfMovedPoint): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(LargestImageOfMovedPoint)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasLargestImageOfMovedPoint" - ], - "filters": [ - [ - [ - "IsTransformation" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 42 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(LargestImageOfMovedPoint)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTransformation" - ] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - [ - [ - "IsPartialPerm" - ] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 44 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "SmallestImageOfMovedPoint: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(SmallestImageOfMovedPoint)" - ] - ], - "rank": 20010 - }, - { - "comment": "SmallestImageOfMovedPoint: for a partial perm semigroup", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)", - "IsMagma", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 23 - }, - { - "comment": "SmallestImageOfMovedPoint: for a transformation semigroup", - "filters": [ - [ - "CategoryCollections(IsTransformation)", - "IsMagma", - "Tester(GeneratorsOfMagma)", - "IsAssociative", - "Tester(IsAssociative)" - ] - ], - "rank": 20 - }, - { - "comment": "SmallestImageOfMovedPoint: for a partial perm collection", - "filters": [ - [ - "CategoryCollections(IsPartialPerm)" - ] - ], - "rank": 15 - }, - { - "comment": "SmallestImageOfMovedPoint: for a transformation collection", - "filters": [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - "rank": 13 - }, - { - "comment": "SmallestImageOfMovedPoint: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "comment": "SmallestImageOfMovedPoint: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "SmallestImageOfMovedPoint", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetSmallestImageOfMovedPoint" - ], - "filters": [ - [ - [ - "IsTransformation" - ], - [] - ], - [ - [ - "CategoryCollections(IsTransformation)" - ], - [] - ], - [ - [ - "IsPartialPerm" - ], - [] - ], - [ - [ - "CategoryCollections(IsPartialPerm)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 44 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(SmallestImageOfMovedPoint): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(SmallestImageOfMovedPoint): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(SmallestImageOfMovedPoint)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasSmallestImageOfMovedPoint" - ], - "filters": [ - [ - [ - "IsTransformation" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 44 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(SmallestImageOfMovedPoint)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTransformation" - ] - ], - [ - [ - "IsTransformation" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - [ - [ - "IsTransformation" - ], - [ - "IsZeroCyc" - ] - ], - [ - [ - "IsTransformation" - ], - [ - "IsList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 53 - }, - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 54 - }, - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 55 - }, - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 56 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "RankOfTransformation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(RankOfTransformation)" - ] - ], - "rank": 20010 - }, - { - "aka": [ - "RANK_TRANS" - ], - "comment": "RankOfTransformation: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [ - { - "aka": [ - "RANK_TRANS_INT" - ], - "comment": "RankOfTransformation: for a transformation and zero", - "filters": [ - [ - "IsTransformation" - ], - [ - "IsZeroCyc" - ] - ], - "rank": 28 - }, - { - "comment": "RankOfTransformation: for a transformation and pos int", - "filters": [ - [ - "IsTransformation" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 26 - }, - { - "aka": [ - "RANK_TRANS_LIST" - ], - "comment": "RankOfTransformation: for a transformation and dense list", - "filters": [ - [ - "IsTransformation" - ], - [ - "IsDenseList" - ] - ], - "rank": 10 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "RankOfTransformation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetRankOfTransformation" - ], - "filters": [ - [ - [ - "IsTransformation" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 53 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(RankOfTransformation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(RankOfTransformation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(RankOfTransformation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasRankOfTransformation" - ], - "filters": [ - [ - [ - "IsTransformation" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 53 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(RankOfTransformation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "AsBinaryRelation", - "BinaryRelationTransformation" - ], - "filters": [ - [ - [ - "IsTransformation" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 58 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsBinaryRelation: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsBinaryRelation", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsAssociativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 59 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsPermutation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsPermutation)" - ] - ], - "rank": 20007 - }, - { - "comment": "AsPermutation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "aka": [ - "AS_PERM_PPERM" - ], - "comment": "AsPermutation: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "aka": [ - "AS_PERM_TRANS" - ], - "comment": "AsPermutation: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsPermutation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsPermutation" - ], - "filters": [ - [ - [ - "IsAssociativeElement" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 59 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsPermutation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsPermutation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsPermutation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsPermutation" - ], - "filters": [ - [ - [ - "IsAssociativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 59 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsPermutation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsAssociativeElement" - ] - ], - [ - [ - "IsAssociativeElement" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 61 - }, - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 62 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "AsTransformation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(AsTransformation)" - ] - ], - "rank": 20007 - }, - { - "comment": "AsTransformation: for binary relations on points", - "filters": [ - [ - "IsEndoGeneralMapping", - "Tester(IsEndoGeneralMapping)", - "IsBinaryRelationOnPointsRep" - ] - ], - "rank": 12 - }, - { - "aka": [ - "AS_TRANS_PERM" - ], - "comment": "AsTransformation: for a permutation", - "filters": [ - [ - "IsPerm" - ] - ], - "rank": 8 - }, - { - "comment": "AsTransformation: for a partial perm", - "filters": [ - [ - "IsPartialPerm" - ] - ], - "rank": 7 - }, - { - "comment": "AsTransformation: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [ - { - "comment": "AsTransformation: for a partial perm and positive integer", - "filters": [ - [ - "IsPartialPerm" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 26 - }, - { - "aka": [ - "AS_TRANS_PERM_INT" - ], - "comment": "AsTransformation: for a permutation and positive integer", - "filters": [ - [ - "IsPerm" - ], - [ - "IsInt" - ] - ], - "rank": 26 - }, - { - "aka": [ - "AS_TRANS_TRANS" - ], - "comment": "AsTransformation: for a transformation and degree", - "filters": [ - [ - "IsTransformation" - ], - [ - "IsInt" - ] - ], - "rank": 25 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "AsTransformation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetAsTransformation" - ], - "filters": [ - [ - [ - "IsAssociativeElement" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 61 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(AsTransformation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(AsTransformation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(AsTransformation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasAsTransformation" - ], - "filters": [ - [ - [ - "IsAssociativeElement" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 61 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(AsTransformation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "ConstantTransformation" - ], - "filters": [ - [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 64 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "ConstantTransformation: for a pos int and pos int", - "filters": [ - [ - "IsInt", - "IsPosRat" - ], - [ - "IsInt", - "IsPosRat" - ] - ], - "rank": 38 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "ConstantTransformation", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "CategoryCollections(IsTransformation)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 66 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "DegreeOfTransformationCollection: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(DegreeOfTransformationCollection)" - ] - ], - "rank": 20016 - }, - { - "comment": "DegreeOfTransformationCollection: for a transformation collection", - "filters": [ - [ - "CategoryCollections(IsTransformation)" - ] - ], - "rank": 13 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "DegreeOfTransformationCollection", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetDegreeOfTransformationCollection" - ], - "filters": [ - [ - [ - "CategoryCollections(IsTransformation)" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 66 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(DegreeOfTransformationCollection): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(DegreeOfTransformationCollection): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(DegreeOfTransformationCollection)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasDegreeOfTransformationCollection" - ], - "filters": [ - [ - [ - "CategoryCollections(IsTransformation)" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 66 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(DegreeOfTransformationCollection)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsTransformation" - ] - ], - [ - [ - "IsTransformation" - ], - [ - "IsInt" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 67 - }, - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 68 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "FlatKernelOfTransformation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(FlatKernelOfTransformation)" - ] - ], - "rank": 20010 - }, - { - "comment": "FlatKernelOfTransformation: for a transformation", - "filters": [ - [ - "IsTransformation" - ] - ], - "rank": 7 - } - ], - "2args": [ - { - "aka": [ - "FLAT_KERNEL_TRANS_INT" - ], - "comment": "FlatKernelOfTransformation: for a transformation and pos int", - "filters": [ - [ - "IsTransformation" - ], - [ - "IsInt" - ] - ], - "rank": 25 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "FlatKernelOfTransformation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetFlatKernelOfTransformation" - ], - "filters": [ - [ - [ - "IsTransformation" - ], - [] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 67 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [ - { - "comment": "Setter(FlatKernelOfTransformation): system setter", - "filters": [ - [ - "IsAttributeStoringRep" - ], - [] - ], - "rank": 2 - }, - { - "comment": "Setter(FlatKernelOfTransformation): default method, does nothing", - "filters": [ - [], - [] - ], - "rank": 0 - } - ], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Setter(FlatKernelOfTransformation)", - "type": "GAP_Operation" - }, - { - "aka": [ - "HasFlatKernelOfTransformation" - ], - "filters": [ - [ - [ - "IsTransformation" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 67 - } - ], - "methods": { - "0args": [], - "1args": [], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "Tester(FlatKernelOfTransformation)", - "type": "GAP_Operation" - }, - { - "filters": [ - [ - [ - "IsHomogeneousList" - ] - ] - ], - "locations": [ - { - "file": "/home/makx/ac/gap/lib/trans.gd", - "line": 69 - } - ], - "methods": { - "0args": [], - "1args": [ - { - "comment": "IsFlatKernelOfTransformation: system getter", - "filters": [ - [ - "IsAttributeStoringRep", - "Tester(IsFlatKernelOfTransformation)" - ] - ], - "rank": 20007 - }, - { - "comment": "IsFlatKernelOfTransformation: for a homogeneous list", - "filters": [ - [ - "IsHomogeneousList" - ] - ], - "rank": 4 - } - ], - "2args": [], - "3args": [], - "4args": [], - "5args": [], - "6args": [] - }, - "name": "IsFlatKernelOfTransformation", - "type": "GAP_Operation" - }, - { - "aka": [ - "SetIsFlatKernelOfTransformation" - ], - "filters": [ - [ - [ - "IsHomogeneousList" - ], - [ - "IsBool" - ] - ] - ], - "locations": [ - { -