diff --git a/gap/compare.py b/gap/compare.py
new file mode 100755
index 0000000000000000000000000000000000000000..9d09680c685954dd066cf0f9bc6c542dab13faee
--- /dev/null
+++ b/gap/compare.py
@@ -0,0 +1,38 @@
+#!env python
+sn = open('namesSys.txt', 'r')
+dn = open('namesDoc.txt', 'r')
+sysNames = set(sn.readlines())
+docNames = set(dn.readlines())
+
+shared = []
+docOnly = []
+sysOnly = []
+
+def mkstring(list):
+	return "".join(list)
+
+for name in sysNames:
+	if name in docNames:
+		shared.append(name)
+	else:
+		sysOnly.append(name)
+
+for name in docNames:
+	if name not in sysNames:
+		docOnly.append(name)		
+
+sn = open('sharedNames.txt', 'w')
+sn.write(mkstring(shared))
+sn.close
+
+don = open('docOnlyNames.txt', 'w')
+don.write(mkstring(docOnly))
+don.close
+
+son = open('sysOnlyNames.txt', 'w')
+son.write(mkstring(sysOnly))
+son.close
+
+print 'Shared:   ', len(shared)
+print 'Doc Only: ', len(docOnly)
+print 'Sys Only: ', len(sysOnly)
\ No newline at end of file
diff --git a/gap/docOnlyNames.txt b/gap/docOnlyNames.txt
new file mode 100644
index 0000000000000000000000000000000000000000..63e5367967854acecc5ffc0f3f238ead18432b4f
--- /dev/null
+++ b/gap/docOnlyNames.txt
@@ -0,0 +1,1485 @@
+HasElementaryAbelianFactorGroup
+SMTX.CentMatMinPoly
+MutableBasisOfNonassociativeAlgebra
+SetParent
+PermutationGModule
+OrbitsPerms
+DixonInit
+SetInfoHandler
+MTX.BasisModuleEndomorphisms
+ProjectiveSymplecticGroup
+GeneratorsOfAdditiveMagmaWithZero
+SP
+AlternatingGroup
+LcmInt
+SubnearAdditiveMagmaWithZero
+MTX.DegreeSplittingField
+Z
+PresentationSubgroup
+ErrorNoReturn
+VectorSpace
+DoubleCosets
+DirectoryDesktop
+RepresentativesPowerMaps
+CallWithTimeoutList
+Subalgebra
+TrivialGroup
+MorClassLoop
+IsRestrictedLieObjectCollection
+LiftedPcElement
+AllHomomorphismClasses
+LinearCombinationPcgs
+IsElementOfFreeMagmaRingFamily
+RemoveRelator
+EV
+One
+SubalgebraNC
+IsFreeGroup
+SimplifyPresentation
+SubgroupShell
+AsSet
+UpEnv
+IsField
+IsOddInt
+GeneratorsOfLeftModule
+SubmonoidNC
+SortedSparseActionHomomorphism
+IsWordWithOne
+SameBlock
+PresentationNormalClosure
+DirectoryContents
+PGU
+IsGroupGeneralMapping
+\%2F
+Identity
+ED
+SMTX.AlgElNullspaceDimension
+AbelianInvariantsSubgroupFpGroup
+Extract
+LinearIndependentColumns
+Where
+TraceMethods
+RightIdeal
+PowerMapsAllowedBySymmetrizations
+AsBlockMatrix
+IsRecordCollection
+IsPcGroupHomomorphismByImages
+JoinOfIdempotentPartialPermsNC
+NiceMonomorphismAutomGroup
+DescriptionOfRootOfUnity
+CF
+GeneralMappingsFamily
+RestrictedTransformationNC
+MTX.Field
+OrthogonalComponents
+FreeMonoid
+ER
+SubadditiveMagmaWithZero
+SubgroupOfWholeGroupByQuotientSubgroup
+AdditiveInverse
+PartialOrderByOrderingFunction
+MagmaWithOne
+ElementaryAbelianGroup
+DnLatticeIterative
+WordAlp
+IsCochainCollection
+FreeAssociativeAlgebra
+InstallSubsetMaintenance
+ContainedMaps
+ProjectedPcElement
+MTX.BasesCompositionSeries
+Pcgs_OrbitStabilizer
+FullMatrixSpace
+FullTransformationMonoid
+CoverageLineByLine
+SubdirectProduct
+Set
+OnRight
+FullMatrixLieAlgebra
+HMSMSec
+ShortLexLeqPartialPerm
+MathieuGroup
+\{\}
+Edit
+SMTX.AlgEl
+LargestElementStabChain
+ImfNumberQQClasses
+LieAlgebra
+FactorGroup
+SpecialSemilinearGroup
+OnPairs
+RightIdealNC
+MagmaElement
+IsZmodpZObjSmall
+NearAdditiveMagmaWithZero
+SparseActionHomomorphism
+DicyclicGroup
+IdealNC
+IsZeroSquaredElementCollection
+ProjectiveSpecialUnitaryGroup
+SpecialLinearGroup
+LoadPackage
+MonomialGrevlexOrdering
+gap_ref_manual.xml
+SaveCommandLineHistory
+AbelianInvariantsSubgroupFpGroupRrs
+NamesOfComponents
+IsAdditiveMagmaWithZero
+BinaryRelationByElements
+MonomialExtGrlexLess
+ZeroOp
+CoefficientsMultiadic
+QuotientPolynomialsExtRep
+EU
+DisplayInformationPerfectGroups
+StraightLineProgram
+IsDuplicateFreeList
+ConvertToRangeRep
+SpecialUnitaryGroup
+MagmaHomomorphismByFunctionNC
+TrivialSubmodule
+IsEmptyString
+Derangements
+ReturnFail
+ExternalSubset
+NamesFilter
+Test
+BaseFixedSpace
+AssociatedPartition
+DisplayPackageLoadingLog
+EC
+Filtered
+RemInt
+MatLieAlgebra
+GeneralizedEigenvalues
+CopyToStringRep
+NewDictionary
+IsDomain
+Setter
+MatClassMultCoeffsCharTable
+GammaL
+PrimePowersInt
+ReflectionMat
+Factorial
+ConjugatorAutomorphism
+DeclareGlobalFunction
+UnprofileLineByLine
+ClosureGroupDefault
+AsSubalgebra
+SmallerDegreePermutationRepresentation
+ClassStructureCharTable
+ProbabilityShapes
+ExactSizeConsiderFunction
+OrthogonalEmbeddings
+SetCyclotomicsLimit
+Tuples
+IsTransformationMonoid
+AllHomomorphisms
+SMTX.SortHomGModule
+InvariantElementaryAbelianSeries
+ConsiderKernels
+\.\:\=
+FullRowModule
+SubspaceNC
+NearAdditiveMagma
+PartitionsGreatestLE
+RemoveFile
+PQuotient
+DnLattice
+ARCH_IS_WINDOWS
+IntegralizedMat
+IteratorByFunctions
+ActivateProfileColour
+Minimum
+UserPreference
+ElementaryDivisorsTransformationsMatDestructive
+CompositionMapping
+PolynomialDivisionAlgorithm
+\<
+MagmaByMultiplicationTable
+MTX.Generators
+TzPrintPairs
+Ideal
+SMTX.Subbasis
+IsDxLargeGroup
+IsDigitChar
+ImfMatrixGroup
+LiftedInducedPcgs
+IsWordWithInverse
+IdealByGenerators
+SignPartition
+TemporaryGlobalVarName
+DefaultRing
+GU
+PermList
+TestPerm4
+AbsolutelyIrreducibleModules
+CyclotomicField
+OrbitStabChain
+IsFullTransformationMonoid
+Bell
+EpimorphismSolvableQuotient
+IsDirectoryPath
+SubadditiveMagma
+AbelianNumberField
+IsUnivariatePolynomial
+ListX
+TableOfMarksByLattice
+InputTextUser
+Group
+ForAny
+IsMagmaHomomorphism
+LLLReducedGramMat
+ZeroSM
+ET
+IsNearRingElementWithInverse
+Maximum
+Immutable
+IsGeneralMappingFamily
+IsomorphismFpGroupByGenerators
+IsNearRingElement
+FreeMagmaWithOne
+PreImages
+LinearOperationLayer
+IsomorphismPermGroupImfGroup
+TietzeWordAbstractWord
+InsertTrivialStabilizer
+IteratorStabChain
+EB
+PcGroupCode
+ComputedIsPSolubleCharacterTables
+AlgebraByStructureConstants
+NewRepresentation
+ValueGlobal
+SymplecticComponents
+GasmanStatistics
+RandomPrimitivePolynomial
+TwoSidedIdealNC
+DirectProduct
+HasAbelianFactorGroup
+SIntChar
+OctaveAlgebra
+ConvertToStringRep
+GasmanLimits
+PSU
+PositionSorted
+SubgroupByProperty
+LeftIdealNC
+IsFromFpGroupStdGensHomomorphismByImages
+IsAdditivelyCommutativeElementCollection
+IdGap3SolvableGroup
+PolynomialModP
+Unbind\[\]
+PrintFactorsInt
+CheckFixedPoints
+PrintTo
+DirectoriesPackagePrograms
+SuzukiGroup
+IsVectorSpace
+ComplementClassesRepresentativesEA
+MTX.IsomorphismIrred
+EmptyStabChain
+Zero
+DenseHashTable
+ClassPositionsOfNormalSubgroup
+Error
+Positions
+FreeGroup
+IsAdditiveGroupGeneralMapping
+TransferDiagram
+FactorGroupFpGroupByRels
+Assert
+\=
+Congruences
+InverseAttr
+SplitCharacters
+MagmaWithOneByMultiplicationTable
+DirectoryHome
+MTX.NormedBasisAndBaseChange
+IsLeftModuleHomomorphism
+IsFpMonoid
+OnTuples
+IsAssocWord
+IsToPcGroupHomomorphismByImages
+SubgroupNC
+DirectoriesPackageLibrary
+SMTX.AlgElNullspaceVec
+SMTX.GoodElementGModule
+TestPerm5
+SubadditiveGroupNC
+TzPrintGenerators
+MutableBasisOfIdealInNonassociativeAlgebra
+StructuralCopy
+StringPP
+DxIncludeIrreducibles
+SizesCentralisers
+Apply
+NrPartitions
+RestrictOutputsOfSLP
+ComplexificationQuat
+MTX.IsIrreducible
+SMTX.AlgElCharPolFac
+SU
+MinusCharacter
+MTX.BasesMinimalSupermodules
+FreeMagmaRing
+Fibonacci
+MappingPermListList
+DirectoryTemporary
+QuoInt
+Subspace
+ES
+StartsWith
+OnLines
+Monoid
+IsPosInt
+IsBound\.
+PolynomialByExtRepNC
+IsZmodpZObjLarge
+SubadditiveMagmaWithZeroNC
+SetFloats
+IsWordCollection
+TensorProductGModule
+InstallIsomorphismMaintenance
+GroebnerBasisNC
+DifferenceBlist
+IntersectionBlist
+SubalgebraWithOneNC
+SparseHashTable
+CompareVersionNumbers
+VectorSpaceByPcgsOfElementaryAbelianGroup
+ConvertToMatrixRep
+GeneralizedEigenspaces
+CrcString
+CommutativeDiagram
+IsNearRingElementWithOne
+PermCharInfo
+ARCH_IS_MAC_OS_X
+ShowUserPreferences
+ProjectiveActionHomomorphismMatrixGroup
+IsCommutativeElementCollColl
+MutableBasisOfClosureUnderAction
+DayDMY
+IsFFECollection
+NewOperation
+IteratorOfPartitions
+BestSplittingMatrix
+RingByStructureConstants
+ValidatePackageInfo
+UnbindElmWPObj
+Images
+GeneratorsOfAlgebra
+InstallFactorMaintenance
+IsLowerAlphaChar
+PresentationSubgroupMtc
+PSp
+FreeLeftModule
+IsAbelian
+PadicExtensionNumberFamily
+ArithmeticElementCreator
+OrbitLength
+IsPSolubleCharacterTable
+EnumeratorOfTuples
+IsExistingFile
+AppendTo
+IsUEALatticeElementCollection
+NearAdditiveGroup
+PresentationViaCosetTable
+IsAdditiveElementWithInverse
+IsomorphismMatrixAlgebra
+IsGaussInt
+IsSubsetBlist
+FamilyObj
+IsAlgebraWithOne
+TzGo
+FrobeniusCharacterValue
+IsRowSpace
+IsMapping
+RestrictedTransformation
+SetFilterObj
+ListBlist
+IsAlgebraGeneralMapping
+NrConjugacyClassesPGU
+OCOneCocycles
+IsGroupHomomorphism
+IsRightOperatorAdditiveGroup
+IsElementOfFreeMagmaRingCollection
+Exec
+IsGaussRat
+DotFileLatticeSubgroups
+ShowPackageVariables
+RandomInvertibleMat
+MonomialLexOrdering
+PcGroupFpGroup
+GL
+NrRestrictedPartitions
+IsSubgroup
+SubalgebraWithOne
+SigmaL
+Bernoulli
+RandomPartialPerm
+ClosureSubgroupNC
+PartialPerm
+ShowMultiplicationTable
+Perform
+InputOutputLocalProcess
+OneAttr
+RationalFunctionByExtRep
+InstallValue
+IsFFECollColl
+OnSetsSets
+SemigroupByMultiplicationTable
+Cartesian
+ClosureSubgroup
+RepresentativeAction
+IsNonassocWordCollection
+IsPadicExtensionNumberFamily
+SimultaneousEigenvalues
+IrreducibleSolvableGroupMS
+ZmodpZ
+NewFamily
+MTX.BasisSocle
+SmallRing
+Union
+CopyStabChain
+NrConjugacyClassesGL
+QuaternionGroup
+NamesLocalVariablesFunction
+CheckDigitPostalMoneyOrder
+Submagma
+ZmodnZ
+ConvertToMatrixRepNC
+IdSmallGroup
+TzPreImagesNewGens
+IsExecutableFile
+DisableAttributeValueStoring
+MTX.InvariantBilinearForm
+SMTX.AlgElCharPol
+SecondsDMYhms
+OnBreak
+RestrictedLieAlgebraByStructureConstants
+EndsWith
+KeyDependentOperation
+TrivialIterator
+GModuleByMats
+View
+SecHMSM
+DisplayCacheStats
+Sz
+QuotRemLaurpols
+MolienSeries
+FreeLieAlgebra
+IsReesZeroMatrixSubsemigroup
+SetCrystGroupDefaultAction
+AlgebraWithOne
+IsElementOfMagmaRingModuloRelationsFamily
+CopyOptionsDefaults
+SubnearAdditiveMagmaNC
+SMTX.Getter
+LatticeByCyclicExtension
+Quadratic
+FreeProduct
+ChangeStabChain
+StringDate
+GroupHomomorphismByImages
+DisplayImfInvariants
+DoubleHashArraySize
+IrreducibleSolvableGroup
+DirectoriesSystemPrograms
+InducedClassFunctionsByFusionMap
+TestPerm2
+IsTransformationCollection
+InverseOp
+NamesSystemGVars
+NrCombinations
+EpimorphismNilpotentQuotient
+UniteBlistList
+IsRecordCollColl
+PSL
+ForAll
+DeterminantIntMat
+ZmodpZNC
+PrintCharacterTable
+AllSubgroups
+SimplifiedFpGroup
+LeftIdeal
+IsFiniteOrderElementCollection
+IsRingElement
+AsAlgebraWithOne
+ShowArgument
+GO
+OrthogonalEmbeddingsSpecialDimension
+SetNameObject
+NameRNam
+Info
+IsLineByLineProfileActive
+PresentationFpGroup
+IsPermGroupHomomorphismByImages
+QuotientFromSCTable
+LinearOperation
+ClosureGroupCompare
+NrArrangements
+Arrangements
+NewmanInfinityCriterion
+AdditiveInverseSM
+IsRingElementWithOne
+ConvertToCharacterTable
+TzPrintLengths
+SMTX.MinimalSubGModules
+ClosureGroupIntest
+TransposedMatOp
+SaveWorkspace
+UnivariatenessTestRationalFunction
+TrivialSubmonoid
+DefaultField
+DenominatorCyc
+InverseSemigroup
+LastSystemError
+PermutationCycle
+MTX.IsAbsolutelyIrreducible
+MinimalNonmonomialGroup
+RepresentativesFusions
+IsPrimeInt
+IsGL
+Concatenation
+Product
+GeneratorsOfAlgebraWithOne
+AsSubalgebraWithOne
+EmptyPlist
+IsRestrictedLieObject
+\[\]\:\=
+AbsoluteIrreducibleModules
+ExtraspecialGroup
+Chomp
+MTX.ModuleAutomorphisms
+IsLexicographicallyLess
+TestConsistencyMaps
+RandomList
+BinaryRelationOnPointsNC
+MTX.InducedActionFactorMatrix
+NumberSmallRings
+IsGroup
+MTX.SubmoduleGModule
+MatrixLieAlgebra
+IsWritableFile
+Runtime
+PartitionsGreatestEQ
+IrreducibleDifferences
+StraightLineProgElm
+Stirling1
+EvalStraightLineProgElm
+Subgroup
+MonomialGrlexOrdering
+EM
+SubringNC
+PadicCoefficients
+ConjugacyClassesByOrbits
+Ring
+EnumeratorByFunctions
+ARCH_IS_UNIX
+ProfileLineByLine
+Combinations
+Gcd
+ListPerm
+IsAdditiveMagmaWithInverses
+\.
+RationalFunctionByExtRepWithCancellation
+CheckDigitTestFunction
+ConvertToVectorRep
+IsomorphismSCAlgebra
+IsPSolubleCharacterTableOp
+AbsInt
+OrbitsishOperation
+InParentFOA
+GroupRing
+StringNumbers
+ShortestVectors
+IsPartialPermCollection
+TrivialSubspace
+MagmaWithInversesByMultiplicationTable
+ContainedCharacters
+LaTeXStringDecompositionMatrix
+RandomIsomorphismTest
+CentralIdempotentsOfAlgebra
+SubgroupOfWholeGroupByCosetTable
+NaturalLeqPartialPerm
+CycleLength
+IsLeftModuleGeneralMapping
+LinearActionLayer
+SetUserPreference
+IsCollectionFamily
+NrUnorderedTuples
+LaurentPolynomialByExtRep
+TzPrintStatus
+PrimitiveGroup
+ApproximateSuborbitsStabilizerPermGroup
+IntermediateResultOfSLP
+ProfileOperations
+EquivalenceRelationByPartition
+ImfInvariants
+InstallImmediateMethod
+DiagonalMat
+PushOptions
+SetGasmanMessageStatus
+IsPcGroup
+MTX.BasesMaximalSubmodules
+TzPrintOptions
+SubmagmaWithInverses
+IsZmodpZObj
+StabChain
+IntChar
+Magma
+WedgeGModule
+NrPolyhedralSubgroups
+IsPackageMarkedForLoading
+NrTuples
+NullMat
+ConsiderTableAutomorphisms
+OrbitPowerMaps
+Submonoid
+IsValidIdentifier
+AugmentedCosetTableMtc
+IsLieAlgebra
+Gcdex
+Subfield
+MTX.BasisRadical
+CosetDecomposition
+PreImage
+UnloadSmallGroupsData
+Runtimes
+DeclareUserPreference
+NormalFormIntMat
+Image
+ReturnFirst
+Center
+STOP_TEST
+TzSearch
+IdFunc
+PrevPrimeInt
+PermChars
+OnSetsTuples
+RedispatchOnCondition
+IsReadableFile
+NrPartitionTuples
+NamesUserGVars
+PrimeResidues
+SMTX.CentMat
+SetElmWPObj
+SubringWithOneNC
+TransposedMat
+IdentityFromSCTable
+IsRingWithOne
+MostFrequentGeneratorFpGroup
+FilenameFunc
+GroupStabChain
+InitPowerMap
+Stirling2
+EL
+FullMatrixAlgebraCentralizer
+PermutationOfImage
+AbstractWordTietzeWord
+ReduceStabChain
+DeclareInfoClass
+TransposedMatAttr
+ImfNumberZClasses
+CorrespondingGeneratorsByModuloPcgs
+NFInverseMonoid
+SymmetricGroup
+TzNewGenerator
+IsSemilatticeAsSemigroup
+\{\}\:\=
+SubadditiveMagmaNC
+SetReducedMultiplication
+MTX.Indecomposition
+CheckForHandlingByNiceBasis
+IntermediateResultOfSLPWithoutOverwrite
+InstallCharReadHookFunc
+BinaryRelationOnPoints
+PowerPartition
+EliminationOrdering
+\[\]
+Agemo
+NrOrderedPartitions
+IsAlgebraWithOneGeneralMapping
+PrintCSV
+DeclareOperation
+IsFLMLOR
+RewriteWord
+IdsOfAllSmallGroups
+Field
+UnprofileMethods
+RNamObj
+TzEliminate
+IsCharCollection
+Subsemigroup
+UntraceMethods
+StringFactorizationWord
+Sum
+NonnegIntScalarProducts
+ValueCochain
+ANFAutomorphism
+IsRingGeneralMapping
+AddGenerator
+MakeReadOnlyGlobal
+ElementProperty
+IsAssocWordWithInverse
+MTX.InducedActionSubmoduleNB
+InverseRepresentative
+SortedCharacterTable
+IsPermCollection
+BestQuoInt
+SizesPerfectGroups
+SubmagmaWithOneNC
+InverseOfTransformation
+PopOptions
+UnInstallCharReadHookFunc
+TestHomogeneous
+GaloisField
+BlockMatrix
+SubnearAdditiveGroup
+OneFactorBound
+SetDefaultInfoOutput
+DeclareAutoreadableVariables
+InputTextNone
+CompanionMat
+NumberPerfectGroups
+Parent
+JoinStringsWithSeparator
+IsBound
+IsLieObjectCollection
+ProfileGlobalFunctions
+DeclareRepresentation
+StraightLineProgGens
+BaseStabChain
+LoadDynamicModule
+PartitionTuples
+AssertionLevel
+BindGlobal
+ImfNumberQClasses
+SubtractBlist
+OrderOfRewritingSystem
+CIUnivPols
+RemoveStabChain
+GapInputSCTable
+SizeBlist
+MTX.HomogeneousComponents
+FactorFreeSemigroupByRelations
+RandomMat
+AdditiveInverseOp
+Semigroup
+LieAlgebraByStructureConstants
+IsAdditiveGroup
+EnumeratorOfCombinations
+GeneratorsOfField
+IteratorList
+LLL
+Print
+AbelianInvariantsNormalClosureFpGroupRrs
+ConstituentsCompositionMapping
+IsJacobianElementCollection
+IsFFEMatrixGroup
+ProductX
+IsMonoid
+ElmWPObj
+Tester
+LatticeSubgroupsByTom
+IsBinaryRelation
+PGL
+SimpleLieAlgebra
+EmptyPartialPerm
+IsRingElementWithInverse
+AttributeValueNotSet
+EK
+SMTX.IrreducibilityTest
+SetPackagePath
+ReadCSV
+LogInt
+\^
+CheckDigitISBN
+SubmagmaNC
+SizeScreen
+SubsemigroupNC
+UnorderedTuples
+CentralizerSizeLimitConsiderFunction
+DisplayCompositionSeries
+PermutationMat
+IsomorphismGroups
+IsRationals
+RemoveCharacters
+MakeReadWriteGlobal
+ProjectiveSpecialLinearGroup
+ContainedPossibleVirtualCharacters
+MatAlgebra
+ProjectiveActionOnFullSpace
+StabilizerPcgs
+AbelianInvariantsNormalClosureFpGroup
+ShowOtherMethods
+MonoidByMultiplicationTable
+ReturnFalse
+EvalString
+AllSmallGroups
+Subring
+ConvertToVectorRepNC
+IsSymmetricInverseMonoid
+TestJacobi
+MTX.InducedActionMatrixNB
+GeneralOrthogonalGroup
+IsJacobianElementCollColl
+PurePadicNumberFamily
+IsNaturalSLnZ
+IntegratedStraightLineProgram
+AsField
+PackageVariablesInfo
+UnbindGlobal
+RankOfPartialPerm
+PcElementByExponents
+LieCenter
+TestPackageAvailability
+CopyListEntries
+GeneralUnitaryGroup
+DecodeTree
+SizeStabChain
+IsPrimitiveRootMod
+IsSubmonoidFpMonoid
+ClearCacheStats
+E
+RankFilter
+MTX.Homomorphism
+Submodule
+ReesZeroMatrixSemigroupElement
+RootsOfPolynomial
+NumbersString
+UnionBlist
+PermBounds
+IsNotIdenticalObj
+ListStabChain
+IsTransformationSemigroup
+MTX.InducedActionMatrix
+ExteriorCentre
+DihedralGroup
+ColorPrompt
+BombieriNorm
+IntHexString
+X
+ApplicableMethod
+FORCE_QUIT_GAP
+HELP_REMOVE_BOOK
+IsConjugatorAutomorphism
+IsRingWithOneGeneralMapping
+CanEasilyCompareElementsFamily
+IsAdditiveMagma
+ElementsStabChain
+SetInfoOutput
+PermListList
+OnQuit
+IsRestrictedJacobianElementCollection
+OrderMod
+IsAlphaChar
+InstallAtExit
+LogPackageLoadingMessage
+ShowImpliedFilters
+InstallMethod
+OutputTextUser
+SO
+IsFreeMagmaRingWithOne
+EJ
+NrPrimitiveGroups
+ConvertToTableOfMarks
+IsAlgebraModuleElementFamily
+IsShortLexLessThanOrEqual
+Permutation
+ShowMethods
+Float
+SubadditiveGroup
+IsSL
+TzPrintPresentation
+DeclareGlobalVariable
+DenominatorRat
+GroupHomomorphismByFunction
+Unbind
+ElementOrdersPowerMap
+UnprofileFunctions
+CodePcGroup
+InstallOtherMethod
+ResetOptionsStack
+MinimalElementCosetStabChain
+OneSM
+NewAttribute
+SolvableQuotient
+ProjectedInducedPcgs
+NormalizeWhitespace
+LLLReducedBasis
+DisplayEggBoxOfDClass
+CanEasilySortElementsFamily
+TracedCosetFpGroup
+IntermediateResultsOfSLPWithoutOverwrite
+PermCharInfoRelative
+SiftedPermutation
+Elements
+GapInputPcGroup
+NrConjugacyClassesSU
+GetFusionMap
+IsIdenticalObj
+CompatiblePairs
+DaysInYear
+SetHelpViewer
+BasicSpinRepresentationOfSymmetricGroup
+SymmetricInverseMonoid
+LowercaseString
+ProfileMethods
+MTX.IsomorphismModules
+OneOp
+IsPartialPermSemigroup
+DirectSum
+IsAlgebraModuleElementCollection
+GeneratorsOfMonoid
+PermutationsList
+IsAlgebraHomomorphism
+FreeMagma
+FullMatrixAlgebra
+ContainedDecomposables
+OnIndeterminates
+StripLineBreakCharacters
+DeclareSynonymAttr
+IsUEALatticeElementFamily
+NrConjugacyClassesPGL
+SMTX.RandomIrreducibleSubGModule
+SimpleGroup
+FpLieAlgebraByCartanMatrix
+SizeNumbersPerfectGroups
+NthRootsInGroup
+IsAdditiveElementWithZero
+TryGcdCancelExtRepPolynomials
+ContinuedFractionApproximationOfRoot
+RightCosets
+thy
+TraceAllMethods
+ContainedSpecialVectors
+OneSmallGroup
+SemigroupIdealByGenerators
+StrongGeneratorsStabChain
+AntiSymmetricParts
+SMTX.MatrixSum
+ReturnTrue
+TzSubstitute
+SubnearAdditiveMagma
+IsLeftModule
+HELP_ADD_BOOK
+SQ
+AscendingChain
+Indeterminateness
+OrbitishFO
+RepresentativesMinimalBlocks
+NrConjugacyClassesPSL
+SumX
+OnLeftInverse
+PositionSet
+Lucas
+MagmaRingModuloSpanOfZero
+CharInt
+ParseRelators
+ShowArguments
+AsBinaryRelationOnPoints
+SetX
+OnSubspacesByCanonicalBasisConcatenations
+SubfieldNC
+GeneralLinearGroup
+ReeGroup
+TzPrintRelators
+ShowGcd
+IrreducibleRepresentationsDixon
+IteratorOfCombinations
+MolienSeriesWithGivenDenominator
+GeneratorsOfGroup
+ListOfDigits
+Parametrized
+IsRingHomomorphism
+MTX.InducedActionSubmodule
+SetAssertionLevel
+MTX.InvariantSesquilinearForm
+CrcFile
+PageSource
+ExtendRootDirectories
+IsReadOnlyGlobal
+EI
+OrbitFusions
+IsVector
+ShowDetails
+IsomorphismFpAlgebra
+SmallGroupsInformation
+RandomBinaryRelationOnPoints
+EmptyMatrix
+EmptyString
+MaximalBlocks
+RootsOfUPol
+DegreeOfPartialPerm
+NamesGVars
+Cite
+IsAssocWordWithOne
+InducedAutomorphism
+CodePcgs
+\*
+RingWithOne
+WriteGapIniFile
+CosetTableFromGensAndRels
+StringTime
+AffineActionLayer
+Number
+SubmagmaWithInversesNC
+CharSInt
+EmptyBinaryRelation
+UncoverageLineByLine
+AugmentedCosetTableRrs
+WreathProductImprimitiveAction
+IsAssociativeElementCollection
+InputFromUser
+TeachingMode
+IsScalar
+SMTX.CompleteBasis
+IsFFECollCollColl
+FullMatrixModule
+IdentityMat
+LargerQuotientBySubgroupAbelianization
+NullspaceModQ
+NumberPerfectLibraryGroups
+StringOfResultOfStraightLineProgram
+ShowAdditionTable
+TryNextMethod
+ListN
+EquivalenceRelationByRelation
+OnSetsDisjointSets
+GcdInt
+InitFusion
+Algebra
+FreeAlgebra
+IsRowVector
+IsCommutativeElementCollection
+QuaternionAlgebra
+ProfileOperationsAndMethods
+IsAdditivelyCommutativeElementCollColl
+IsCyclotomicMatrixGroup
+TzGoGo
+DeclareProperty
+Derivations
+MakeImmutable
+ReadPackage
+Decreased
+RREF
+AbelianInvariantsSubgroupFpGroupMtc
+LieCoboundaryOperator
+AsVectorSpace
+SetEntrySCTable
+ClosureGroupAddElm
+AllAutomorphisms
+CodegreeOfPartialPerm
+PROD_GF2MAT_GF2MAT_SIMPLE
+InvariantSubgroupsElementaryAbelianGroup
+List
+TwoSidedIdeal
+SubmoduleNC
+IsQuaternionCollColl
+ElementaryDivisorsMatDestructive
+ZumbroichBase
+Pager
+AlgebraHomomorphismByImages
+StoreFusion
+OnTuplesTuples
+EndlineFunc
+NaturalHomomorphismByNormalSubgroup
+SMTX.Setter
+NK
+TypeOfDefaultGeneralMapping
+EquivalenceRelationByPairsNC
+ProjectionMap
+DisplayOptionsStack
+TzPrintGeneratorImages
+OnSets
+ZeroAttr
+IsUpperAlphaChar
+OneIrreducibleSolvableGroup
+WeakPointerObj
+SubmagmaWithOne
+Legendre
+Sp
+UntraceImmediateMethods
+EH
+IsNaturalGLnZ
+NilpotentQuotientOfFpLieAlgebra
+MTX.IsIndecomposable
+DirectoryCurrent
+IsAlgebraWithOneHomomorphism
+InstallGlobalFunction
+AdditiveInverseAttr
+SymplecticGroup
+OrbitStabilizer
+TzInitGeneratorImages
+SubnearAdditiveMagmaWithZeroNC
+FreeAbelianGroup
+ShrinkAllocationString
+IsRing
+\+
+NextPrimeInt
+StarCyc
+NewCategory
+IsElementOfMagmaRingModuloRelationsCollection
+ReesMatrixSemigroupElement
+ActionHomomorphism
+RationalFunctionByExtRepNC
+DerivedSubgroupsTom
+GeneratorsOfSemigroup
+OnPoints
+Cycle
+EnableAttributeValueStoring
+Binomial
+PrimalityProof
+MTX.BasisModuleHomomorphisms
+WreathProductProductAction
+FpGroupPresentation
+GeneratorsOfLeftVectorSpace
+ObjectifyWithAttributes
+RandomUnimodularMat
+OldGeneratorsOfPresentation
+KuKGenerators
+Ree
+LogMod
+ProjectiveGeneralUnitaryGroup
+NrConjugacyClassesSLIsogeneous
+ValueOption
+SMTX.MinimalSubGModule
+NrConjugacyClassesSUIsogeneous
+CharacterTableWithStoredGroup
+IsAssociativeElementCollColl
+PresentationSubgroupRrs
+DeclareCategory
+PermComb
+NumeratorRat
+NewProperty
+RootsMod
+CallWithTimeout
+NumberIrreducibleSolvableGroups
+PermLeftQuoTransformationNC
+ReturnNothing
+ValueMolienSeries
+RestrictedPartitions
+OrbitPerms
+DMYDay
+PROD_GF2MAT_GF2MAT_ADVANCED
+IsInverseMonoid
+CharacterTableWreathSymmetric
+PrimitiveGroupsIterator
+Partitions
+IteratorOfTuples
+ErrorCount
+IndeterminateNumberOfLaurentPolynomial
+TestPerm3
+LenstraBase
+TzPrint
+Unique
+IteratorOfCartesianProduct
+IsToPermGroupHomomorphismByImages
+PrimitiveRootMod
+IsLeftAlgebraModuleElementCollection
+TzSort
+DataType
+IdentityBinaryRelation
+ListWithIdenticalEntries
+Ordinal
+CollapsedMat
+ClassPositionsOfCenter
+InstallFlushableValueFromFunction
+CycleIndex
+IsFiniteOrderElementCollColl
+DixonSplit
+LaurentPolynomialByExtRepNC
+IsRightModule
+IsMatrixSpace
+HasParent
+NrConjugacyClassesPSU
+ReplacedString
+InstalledPackageVersion
+IsFpGroup
+CheckPermChar
+AugmentedCosetTableInWholeGroup
+EY
+IsDivisionRing
+ContainedPossibleCharacters
+GeneratorsOfVectorSpace
+IsBoundElmWPObj
+BlownUpMat
+IsZeroSquaredElementCollColl
+GeneralSemilinearGroup
+HexStringInt
+ListTransformation
+EG
+DefiningQuotientHomomorphism
+CharacterTableRegular
+EquivalenceRelationByPairs
+Stabilizer
+ApplicableMethodTypes
+DixontinI
+ConvertToBlistRep
+Reread
+EmptySCTable
+LeftModuleHomomorphismByImages
+OnTuplesSets
+ProjectiveGeneralLinearGroup
+Objectify
+NrTransitiveGroups
+SmallSimpleGroup
+NormalSubgroupClasses
+MagmaWithInverses
+TzFindCyclicJoins
+UntraceAllMethods
+GeneratorsOfIdeal
+Lcm
+InverseSM
+AssignNiceMonomorphismAutomorphismGroup
+IsomorphismFpGroupByPcgs
+IsWeightRepElementFamily
+TwoSquares
+IndeterminatesOfFunctionField
+MTX.SubGModule
+IsDistributive
+ClearProfile
+SizeConsiderFunction
+InstallFlushableValue
+SpecialOrthogonalGroup
+IsAlgebra
+SMTX.AlgElMat
+IsFromFpGroupHomomorphismByImages
+IsBasicWreathLessThanOrEqual
+Inverse
+MappingByFunction
+TestInducedFromNormalSubgroup
+IsBoundGlobal
+IsNearAdditiveMagmaWithInverses
+DiagonalOfMat
+GeneratorsOfAdditiveMagma
+MTX.ProperSubmoduleBasis
+RootMod
+MatrixAlgebra
+ExtendStabChain
+MeetMaps
+GcdRepresentation
+NrPartitionsSet
+MTX.IsEquivalent
+FamiliesOfRows
+IsPrimePowerInt
+IsPurePadicNumberFamily
+NewConstructor
+DeclareHandlingByNiceBasis
+SL
+Action
+RootInt
+GF
+SubdirectProducts
+FullRowSpace
+IsPartialPermMonoid
+POmega
+FullTransformationSemigroup
+DaysInMonth
+PowerMapByComposition
+NrConjugacyClassesSL
+MTX.InducedActionFactorModule
+OutputTextNone
+Cycles
+ResetFilterObj
+IsNonassocWordWithOneCollection
+ExternalOrbit
+CheckDigitUPC
+DeclareFilter
+ClassesSolvableGroup
+Blocks
+StabChainBaseStrongGenerators
+AllSmallNonabelianSimpleGroups
+SubnearAdditiveGroupNC
+MTX.OrthogonalSign
+IsRingWithOneHomomorphism
+UNIXSelect
+RootsUnityMod
+PerfectGroup
+EquivalenceRelationByPartitionNC
+DownEnv
+GeneratorsOfAdditiveGroup
+RealizableBrauerCharacters
+AddRelator
+IsLeftVectorSpace
+OrderedPartitions
+IsPermGroup
+PartitionsSet
+ClassFunctionSameType
+InstallTrueMethod
+DecompositionInt
+TrivialSubgroup
+GeneratorsPrimeResidues
+IntermediateGroup
+OneCoboundaries
+EX
+PrintAmbiguity
+GeneratorsOfPresentation
+RereadPackage
+ProfileFunctions
+DivisorsInt
+Jacobi
+HenselBound
+MTX.BasisInOrbit
+START_TEST
+IndexPeriodOfTransformation
+DMYhmsSeconds
+IsAdditiveGroupHomomorphism
+MTX.CollectedFactors
+EF
+PolynomialReducedRemainder
+IsFixedStabilizer
+ChineseRem
+SubringWithOne
+FindSl2
+ContinuedFractionExpansionOfRoot
+ConsiderSmallerPowerMaps
+ShrinkAllocationPlist
+SmallGroup
+MTX.Homomorphisms
+TrivialSubalgebra
+PowerModInt
+IsRightAlgebraModuleElementCollection
+FreeAlgebraWithOne
+BlownUpVector
+IsProbablyPrimeInt
+ConsiderStructureConstants
+FusionsAllowedByRestrictions
+CycleLengths
+ConjugacyClassesByRandomSearch
+IsReductionOrdering
+TraceImmediateMethods
+NewFilter
+AsAlgebra
+QUIT_GAP
+UpdateMap
+PolynomialByExtRep
+BaseSteinitzVectors
+Orbit
+AtlasIrrationality
+MTX.CompositionFactors
+IsInjectiveListTrans
+IsRestrictedJacobianElementCollColl
+SubgroupsSolvableGroup
+AddGeneratorsExtendSchreierTree
+AbelianGroup
+IsSet
+IsCheapConwayPolynomial
+StraightLineProgramNC
+GasmanMessageStatus
+MTX.Distinguish
+TransitiveGroup
+CompositionMapping2General
+UniteBlist
+GeneratorsOfRightModule
+NumberSmallGroups
+SetRecursionTrapInterval
+BlowUpIsomorphism
+EquivalenceRelationByProperty
+NormalizedWhitespace
+BlistList
+IsQuaternionCollection
+IsNonassocWordWithOne
+IsSemigroup
+NrPermutationsList
+InnerAutomorphism
+LogModShanks
+IsBound\[\]
+TypeObj
+TestPerm1
+JoinOfPartialPerms
+\in
+IsClassFusionOfNormalSubgroup
+FactorsInt
+ConwayPolynomial
+TzSubstituteCyclicJoins
+GAP_EXIT_CODE
+OneCocycles
+IsEvenInt
+IndicesStabChain
+MTX.BasesSubmodules
+NrDerangements
+PresentationNormalClosureRrs
+ReadCommandLineHistory
+TzSearchEqual
+FreeSemigroup
+TestDirectory
+NrConjugacyClassesGU
+AlgebraWithOneHomomorphismByImages
+OnBreakMessage
+SMTX.AbsoluteIrreducibilityTest
+DiagonalizeIntMat
+\mod
+MeetOfPartialPerms
+GeneralMappingByElements
+EW
+IsPermCollColl
+PolynomialReduction
+IsFpSemigroup
+OnSubspacesByCanonicalBasis
+IntersectBlist
+GetCyclotomicsLimit
+MTX.InvariantQuadraticForm
+TzImagesOldGens
+ProductOfStraightLinePrograms
+SymmetricParts
+IsAdditivelyCommutativeElementFamily
+EE
+HomomorphismQuotientSemigroup
+Indirected
+MTX.InducedAction
+First
+InverseMap
+PrintArray
+IsPermGroupHomomorphism
+CyclicGroup
+IsBijective
+FieldByGenerators
+ConvertToCharacterTableNC
+MoebiusMu
+CheckDigitISBN13
+RingHomomorphismByImages
+DeclareAttribute
+AllEndomorphisms
+PSP
+IsWeightRepElementCollection
+FreeAssociativeAlgebraWithOne
+IsFLMLORWithOne
+DegreeOfTransformation
+TestPackage
+SizeOfFieldOfDefinition
+CompositionOfStraightLinePrograms
+WeekDay
+Unbind\.
+Reversed
+ProjectiveOmega
+StartlineFunc
+SignInt
+IsLeftOperatorAdditiveGroup
+DictionaryByPosition
+IsSubsemigroupFpSemigroup
+AllIrreducibleSolvableGroups
+CompositionMaps
+DeclareSynonym
+MTX.BasesMinimalSubmodules
+CoeffsCyc
+IsMatrixGroup
+InstallHandlingByNiceBasis
+LengthWPObj
+SmallestRootInt
+NewType
+FactorGroupNormalSubgroupClasses
+SimpleGroupsIterator
+IsReesMatrixSubsemigroup
+IntScalarProducts
+Domain
+DirectoriesLibrary
+Intersection
+SubgroupProperty
+MTX.Dimension
+DisplayProfile
+CyclotomicPolynomial
+BibEntry
+StandardizeTable
diff --git a/gap/getNames.sh b/gap/getNames.sh
new file mode 100755
index 0000000000000000000000000000000000000000..13f6dfc4d205f336f8485f3e1c05d2412154a2b9
--- /dev/null
+++ b/gap/getNames.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+# Utility command to get all symbol names from the JSON
+if [[ $# -eq 0 ]] ; then
+    echo "Requires json filename as argument"
+    exit 1
+fi
+cat $1 | jq '[.[] | .name]' | sed 's/Setter(\(.*\))/Set\1/' | sed 's/Tester(\(.*\))/Is\1/' | sed 's/(.*)//' | sed 's/["|,| ]//g'
diff --git a/gap/namesDoc.txt b/gap/namesDoc.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5fb4fa14a38d7c5a8fcc91406ba11839e9c10fb0
--- /dev/null
+++ b/gap/namesDoc.txt
@@ -0,0 +1,3222 @@
+IsAlgebraGeneralMapping
+DixonRecord
+DoubleCoverOfAlternatingGroup
+Norm
+FullTransformationMonoid
+IsBinaryRelation
+SimsNo
+ApproximateSuborbitsStabilizerPermGroup
+InstallAtExit
+EmptyBinaryRelation
+\[\]
+Log2
+Error
+TzPrintStatus
+IsAssociativeElement
+Subalgebra
+NumberSmallGroups
+FactorGroupFpGroupByRels
+PositionsProperty
+thy
+EB
+IsPSolubleCharacterTable
+UnderlyingRelation
+ProjectionMap
+SignPartition
+TriangulizedMat
+ContainedMaps
+MutableBasis
+\<
+RemoveSet
+ContainedPossibleCharacters
+TransposedMatAttr
+AugmentedCosetTableRrs
+SubsemigroupNC
+PolynomialByExtRep
+ObjByExtRep
+MinimalSupergroupsLattice
+FreeProduct
+ContainedTom
+SpecialUnitaryGroup
+IsomorphismTransformationMonoid
+IsRecord
+Shuffle
+ConjugateSubgroups
+QuotRemLaurpols
+PrimitiveRoot
+ReducedScalarProduct
+OrthogonalComponents
+IsDomain
+ObjectifyWithAttributes
+StandardAssociateUnit
+Associates
+FunctionField
+EuclideanRemainder
+StrongGeneratorsStabChain
+InducedPcgsByPcSequenceAndGenerators
+MTX.NormedBasisAndBaseChange
+GeneratorsOfNearAdditiveGroup
+SolvableQuotient
+SimpleLieAlgebra
+UnbindGlobal
+ProjectiveActionHomomorphismMatrixGroup
+IsNearRingElement
+SingleCollector
+IsSymmetricInverseMonoid
+NilpotencyClassOfGroup
+DisplayOptionsStack
+NumeratorOfModuloPcgs
+SubringNC
+DeclareGlobalFunction
+FactorFreeSemigroupByRelations
+FpGrpMonSmgOfFpGrpMonSmgElement
+IndeterminateName
+MaximalNormalSubgroups
+IsAdditiveElement
+KnowsHowToDecompose
+Cochain
+Atanh
+CommutatorLength
+SplitString
+IsRegularSemigroup
+AddRelator
+Inverse
+PresentationNormalClosureRrs
+ExtensionNC
+GeneratorsOfNearAdditiveMagmaWithZero
+DiagonalOfMat
+GeneralUnitaryGroup
+Submagma
+OnSetsSets
+IsGroupOfAutomorphisms
+IsomorphismFpGroupByGenerators
+ExternalSet
+CodePcgs
+AdditiveInverse
+IsFiniteOrdersPcgs
+ElementsStabChain
+IsWeightRepElement
+Int
+IsAdditiveMagma
+CanonicalPcElement
+DeclareAutoreadableVariables
+LeftModuleHomomorphismByImages
+Sinh
+String
+Atan
+IsContainedInSpan
+IsElementOfMagmaRingModuloRelationsCollection
+MTX.IsomorphismIrred
+NegativeRoots
+IsMonomialGroup
+GeneratorsOfDivisionRing
+IsMultiplicativeZero
+GeneratorsOfMagmaWithInverses
+IsCollection
+FreeMonoidOfRewritingSystem
+SiftedPcElement
+PcgsCentralSeries
+IsHandledByNiceBasis
+ClassPositionsOfKernel
+NormalizeWhitespace
+LexicographicOrdering
+ReadAsFunction
+ExactSizeConsiderFunction
+SMTX.Getter
+IsOutputTextNone
+NormalIntersection
+Subring
+ProductOfStraightLinePrograms
+CanonicalRepresentativeOfExternalSet
+SymmetricInverseSemigroup
+GeneratorsOfAlgebraModule
+TableOfMarksCyclic
+GaloisMat
+CanonicalRepresentativeDeterminatorOfExternalSet
+WeekDay
+TzSearch
+CompositionMapping2
+ConvertToRangeRep
+LaurentPolynomialByExtRep
+RationalClass
+ReflexiveClosureBinaryRelation
+ClassPositionsOfCentre
+BlownUpVector
+IsSubsetBlist
+LinesOfStraightLineProgram
+ClassPositionsOfCenter
+IsSemilatticeAsSemigroup
+TracePolynomial
+IsWordWithInverse
+TrivialSubalgebra
+PossiblePowerMaps
+IsBasicWreathLessThanOrEqual
+JoinOfIdempotentPartialPermsNC
+TransitiveIdentification
+ShallowCopy
+GaloisField
+LengthWPObj
+OnQuit
+ReducedPcElement
+IsSubsemigroupFpSemigroup
+MTX.InvariantBilinearForm
+OrbitsishOperation
+CanonicalBasis
+IsCyclotomic
+Projection
+FullMatrixAlgebra
+DerivedLength
+TranslatorSubalgebra
+FreeLieAlgebra
+IsPurePadicNumberFamily
+IsIdenticalObj
+NaturalHomomorphismByNormalSubgroupNC
+RestrictedTransformation
+SmallSimpleGroup
+BestSplittingMatrix
+\.
+TestPerm3
+ImageListOfPartialPerm
+EuclideanDegree
+WordAlp
+SetEntrySCTable
+LaurentPolynomialByExtRepNC
+IsSemigroupIdeal
+WreathProductProductAction
+CanEasilyTestMembership
+DeterminantOfCharacter
+DepthOfUpperTriangularMatrix
+Stabilizer
+IsRat
+ImageSetOfPartialPerm
+Eigenvectors
+OrthogonalEmbeddingsSpecialDimension
+QuotientRemainder
+AssignGeneratorVariables
+PcElementByExponentsNC
+EF
+SMTX.AlgElCharPolFac
+LLLReducedGramMat
+ExtRepPolynomialRatFun
+Factorial
+IsAlmostSimpleGroup
+LieLowerCentralSeries
+NearAdditiveMagma
+IsBLetterAssocWordRep
+InvariantLattice
+GaloisStabilizer
+ET
+GO
+TwoCocycles
+IsFLMLORWithOne
+OldGeneratorsOfPresentation
+StabilizerPcgs
+IrreducibleModules
+IsTransitiveBinaryRelation
+IsElementOfFreeMagmaRing
+IsJacobianElementCollection
+MTX.Dimension
+IsInfinity
+DeterminantMat
+Agemo
+IsGreensHClass
+IsSubsetSet
+Erf
+OrbitishFO
+IsNearRingElementWithInverse
+ReesMatrixSubsemigroup
+LieFamily
+DeclareInfoClass
+RightOne
+InstallHandlingByNiceBasis
+IsMinimalNonmonomial
+IsPolynomialFunction
+NrComponentsOfTransformation
+FreeGeneratorsOfFpGroup
+RespectsZero
+IsProbablyPrimeInt
+ElementaryDivisorsTransformationsMatDestructive
+UncoverageLineByLine
+IsNaturalGLnZ
+IndeterminatesOfFunctionField
+IsLaurentPolynomial
+IsomorphismRefinedPcGroup
+IsAutomorphismGroup
+Exp10
+SubadditiveGroupNC
+IsSymmetricInverseSemigroup
+IsBijective
+IsCyclic
+InstallCharReadHookFunc
+IsRightCoset
+LeftModuleHomomorphismByMatrix
+PartitionsGreatestLE
+RelativeBasisNC
+GeneratorsOfSemigroup
+DisplayCompositionSeries
+NewDictionary
+DirectoriesPackageLibrary
+RewriteWord
+TzOptions
+ARCH_IS_MAC_OS_X
+MinimalGeneratingSet
+TransformationListList
+ReadAll
+ValuesOfClassFunction
+InertiaSubgroup
+IsIrreducibleCharacter
+IsLeftAlgebraModuleElementCollection
+TzImagesOldGens
+NrPartitions
+IsomorphismFpGroupByPcgs
+LGLayers
+IsUEALatticeElementFamily
+IntFFESymm
+Size
+RepresentativesFusions
+IsLaurentPolynomialDefaultRep
+IsGreensLessThanOrEqual
+QuotientMod
+AsList
+FullMatrixSpace
+MinimalPolynomial
+NrPartitionsSet
+One
+LieAlgebra
+ClassPositionsOfMaximalNormalSubgroups
+Transitivity
+\{\}
+IsWholeFamily
+MTX.IsomorphismModules
+DenominatorRat
+InstallImmediateMethod
+NiceFreeLeftModule
+ForAny
+IsIrreducibleRingElement
+ColorPrompt
+ElementOfFpSemigroup
+IsAbelianNumberFieldPolynomialRing
+FreeGeneratorsOfFpSemigroup
+InstallFactorMaintenance
+MTX.BasisSocle
+SizeNumbersPerfectGroups
+ModuleOfExtension
+DistanceVecFFE
+LeftModuleByGenerators
+AllHomomorphisms
+SubgroupOfWholeGroupByQuotientSubgroup
+AsAlgebraWithOne
+NearAdditiveMagmaWithZeroByGenerators
+SaveCommandLineHistory
+IsRingHomomorphism
+IsPGroup
+IsInverseSemigroup
+FlatKernelOfTransformation
+VirtualCharacter
+GeneratorsOfVectorSpace
+GeneratorsOfEquivalenceRelationPartition
+ClassFunction
+PerfectIdentification
+ExponentsOfConjugate
+RestrictedClassFunction
+MTX.IsAbsolutelyIrreducible
+QuotientSemigroupCongruence
+RandomList
+RedispatchOnCondition
+DictionaryByPosition
+TableAutomorphisms
+AsMagma
+IsDisjoint
+DefiningQuotientHomomorphism
+AddRule
+IsAlgebraWithOne
+SpecialPcgs
+MTX.BasesMinimalSupermodules
+NamesLocalVariablesFunction
+DescriptionOfRootOfUnity
+ReducedInverse
+ReadByte
+AppendTo
+InducedPcgsByGenerators
+MaximumList
+ParentPcgs
+UnionBlist
+EG
+Tanh
+IsRestrictedJacobianElement
+IsAdditiveMagmaWithZero
+RealPart
+QuaternionAlgebra
+MultiplicativeZero
+DominantCharacter
+IsNilpotentTom
+FullTransformationSemigroup
+ProjectiveActionOnFullSpace
+IsNearAdditiveElement
+BinaryRelationOnPoints
+EmptyPlist
+EpimorphismQuotientSystem
+BaseSteinitzVectors
+PrintArray
+IsomorphismTypeInfoFiniteSimpleGroup
+RadicalOfAlgebra
+ConvertToBlistRep
+IsEquivalenceRelation
+MolienSeriesWithGivenDenominator
+IsQuaternion
+IsTwoSidedIdeal
+PowerMod
+TraceImmediateMethods
+CanEasilySortElements
+NrMovedPoints
+SchurCover
+BlistList
+X
+Sin
+IsNearAdditiveElementWithZero
+SemiEchelonMatsDestructive
+FullMatrixModule
+AssocWordByLetterRep
+IsZeroSquaredElement
+GL
+SymplecticGroup
+SetFloats
+AsSortedList
+IsPermGroupGeneralMapping
+ClassOrbit
+OCOneCocycles
+PowerMap
+AugmentedCosetTableInWholeGroup
+AsRightIdeal
+TransformationOpNC
+GaloisType
+ContainedDecomposables
+ErrorCount
+FaithfulModule
+Matrix
+OrbitFusions
+IsRingWithOneHomomorphism
+UnprofileLineByLine
+CentralCharacter
+MatrixLieAlgebra
+IsFullHomModule
+DaysInYear
+Hypothenuse
+ImageListOfTransformation
+IsSpecialLinearGroup
+NumberSmallRings
+IsGroupHomomorphism
+TestConsistencyMaps
+SetCrystGroupDefaultAction
+IsomorphismFpAlgebra
+EpimorphismNonabelianExteriorSquare
+AntiSymmetricParts
+ResultOfStraightLineProgram
+NonNilpotentElement
+EquivalenceRelationPartition
+GroupHomomorphismByFunction
+SetRecursionTrapInterval
+RandomInvertibleMat
+IsPermCollection
+MTX.Distinguish
+IsNilpotent
+AddGenerator
+EquivalenceRelationByPartition
+IsShortLexOrdering
+SubAlgebraModule
+IsToPcGroupGeneralMappingByImages
+AsSubspace
+Cot
+LinearAction
+ListOfDigits
+RationalFunctionByExtRepWithCancellation
+EliminationOrdering
+IsFullRowModule
+IsEndoGeneralMapping
+NiceObject
+LatticeGeneratorsInUEA
+IsOrdinaryTable
+RelativeBasis
+RClassOfHClass
+IsPseudoCanonicalBasisFullHomModule
+TestPerm1
+Gap3CatalogueIdGroup
+MagmaWithOne
+GF
+IsPerfect
+IsMagmaRingModuloSpanOfZero
+GeneralSemilinearGroup
+IsEuclideanRing
+AlgebraWithOneHomomorphismByImages
+IsAdditiveMagmaWithInverses
+Process
+STOP_TEST
+ExponentSumWord
+FullMatrixAlgebraCentralizer
+AdjointBasis
+TrivialSubmagmaWithOne
+MonomialGrevlexOrdering
+LatticeSubgroupsByTom
+SymmetricGroup
+IdentityMapping
+Coth
+Subfields
+IsReductionOrdering
+SylowSystem
+BlowUpIsomorphism
+FusionsAllowedByRestrictions
+IsFinitelyGeneratedGroup
+IsDuplicateFreeList
+EnumeratorByFunctions
+HexStringInt
+RootSystem
+StartsWith
+GreensJClassOfElement
+PositionSublist
+FunctionAction
+AddDictionary
+NiceMonomorphismAutomGroup
+Gcd
+Log
+IntersectionBlist
+NumberPerfectLibraryGroups
+IsGaussianIntegers
+First
+PrimitiveGroup
+NewProperty
+RingGeneralMappingByImages
+PermutationsList
+Submodule
+IsZeroGroup
+IsAssocWord
+SplittingField
+TrivialIterator
+IsNormalBasis
+MonoidByGenerators
+MTX.InducedActionSubmoduleNB
+IsGreensLClass
+ProfileOperationsAndMethods
+IsAdditivelyCommutativeElementCollection
+IsWellFoundedOrdering
+ApplicableMethodTypes
+NumberSyllables
+SubadditiveMagma
+AbelianSubfactorAction
+MTX.ProperSubmoduleBasis
+ConvertToMatrixRepNC
+NewFilter
+IsTwoSidedIdealInParent
+IsSubgroupOfWholeGroupByQuotientRep
+DoubleCoset
+TestRelativelySM
+FpLieAlgebraByCartanMatrix
+TriangulizedIntegerMat
+SemigroupByMultiplicationTable
+IsAlgebraHomomorphism
+End
+SymmetricClosureBinaryRelation
+ZeroCoefficientRatFun
+SocleTypePrimitiveGroup
+ClosureNearAdditiveGroup
+SemiEchelonMat
+TableOfMarksDihedral
+AsPermutation
+IsNearAdditiveMagma
+IsSubgroupFpGroup
+CheckDigitPostalMoneyOrder
+GaloisCyc
+IsMultiplicativeElement
+DegreeOfBinaryRelation
+LeftShiftRowVector
+FlushCaches
+BaseMat
+GroupGeneralMappingByImagesNC
+IsFixedStabilizer
+Elements
+EquivalenceRelationByRelation
+SubmagmaWithInversesNC
+GeneralLinearGroup
+CharacteristicPolynomial
+ExternalOrbitsStabilizers
+DefiningPolynomial
+ZmodpZNC
+IsRightAlgebraModuleElement
+Derangements
+PermComb
+IsLeftVectorSpace
+ContainedSpecialVectors
+IsRingWithOneGeneralMapping
+AbsolutIrreducibleModules
+TzInitGeneratorImages
+SubmoduleNC
+LinearCharacters
+InstallTrueMethod
+DnLatticeIterative
+InducedClassFunctions
+ExtraspecialGroup
+InputLogTo
+Comm
+NamesSystemGVars
+AbelianInvariants
+IsInputOutputStream
+IsInverseMonoid
+IsFieldHomomorphism
+SolutionIntMat
+IsRowVector
+IsTable
+CoverageLineByLine
+ConjugacyClassesByRandomSearch
+PrimitiveRootMod
+FixedPointsOfPartialPerm
+RandomSource
+RelationsOfFpSemigroup
+EquivalenceRelationByPartitionNC
+LatticeByCyclicExtension
+IsMonomial
+CompositionMapping2General
+Exponent
+LeftModuleHomomorphismByImagesNC
+IsNotIdenticalObj
+DefaultRing
+IsBravaisGroup
+GroebnerBasis
+SemiEchelonBasis
+CosetTableBySubgroup
+ListWithIdenticalEntries
+IsRationalFunctionDefaultRep
+StandardWreathProduct
+DirectProductOp
+IsRange
+DirectoryHome
+IsInfBitsFamily
+IsLinearMappingsModule
+NewConstructor
+IsExtRElement
+ChiefSeriesThrough
+PresentationNormalClosure
+IsBasicWreathProductOrdering
+CollapsedMat
+FieldOverItselfByGenerators
+AdditiveInverseSM
+ANFAutomorphism
+PadicExtensionNumberFamily
+InvariantBilinearForm
+UnivariatePolynomialRing
+AsGroupGeneralMappingByImages
+IsPermGroupGeneralMappingByImages
+ZmodnZObj
+RightTransversal
+IsSemiEchelonized
+Socle
+CharacterTableFactorGroup
+ReducedZero
+IsAssociative
+IdGap3SolvableGroup
+LevelsOfGenerators
+CodePcGroup
+DefaultFieldByGenerators
+ClassPositionsOfDerivedSubgroup
+DirectoriesSystemPrograms
+IsConfluent
+IsTransitive
+AsDivisionRing
+AlternatingGroup
+IsBlistRep
+ActionHomomorphism
+NewFloat
+TableOfMarks
+IsChar
+TraceAllMethods
+IsAbelian
+NonabelianExteriorSquare
+LeftActingRingOfIdeal
+IsAlgebraWithOneGeneralMapping
+OrbitsPerms
+IsUnit
+ImaginaryPart
+ConjugacyClasses
+SMTX.CentMat
+SemiEchelonMatTransformation
+CopyToStringRep
+UnderlyingExternalSet
+ExtRepOfObj
+PolynomialReduction
+StringFactorizationWord
+NrPartitionTuples
+EpimorphismSolvableQuotient
+IsJacobianElementCollColl
+IsPSolvableCharacterTableOp
+ViewString
+MinimalNormalSubgroups
+IsPositiveIntegers
+ZeroCoefficient
+Delta
+CIUnivPols
+EI
+SlotUsagePattern
+IsGaussianRationals
+IsLexOrderedFFE
+CosetTable
+RelativeOrderOfPcElement
+Normalizer
+IsGL
+IndexPeriodOfTransformation
+InstallFlushableValueFromFunction
+RandomPartialPerm
+LiftedPcElement
+SIntChar
+SortBy
+IsCentral
+MappedWord
+ClosureGroupDefault
+Derivations
+CanonicalGenerators
+CanEasilyComputeWithIndependentGensAbelianGroup
+FreeAssociativeAlgebraWithOne
+BrauerTable
+PCore
+BestQuoInt
+FilenameFunc
+KnuthBendixRewritingSystem
+MagmaWithOneByGenerators
+AbsoluteIrreducibleModules
+IsZeroSquaredElementCollColl
+AddSet
+NrConjugacyClassesGL
+InstallIsomorphismMaintenance
+MinimalSupergroupsTom
+LowerCentralSeriesOfGroup
+IsNearlyCharacterTable
+IsInt
+IsReduced
+AlgebraWithOne
+FpGroupPresentation
+BasicWreathProductOrdering
+IsPermCollColl
+RestrictedTransformationNC
+Iterator
+IsReesZeroMatrixSemigroupElement
+TzPrintPresentation
+OrbitStabChain
+SortedSparseActionHomomorphism
+LieCentre
+Inequalities
+PolynomialDivisionAlgorithm
+MTX.InducedActionSubmodule
+LieUpperCentralSeries
+ZippedProduct
+IsPurePadicNumber
+IsBLetterWordsFamily
+Filtered
+PositionProperty
+NewOperation
+EY
+StartlineFunc
+GroupOfPcgs
+IntFFE
+AllSmallGroups
+Eigenvalues
+UnderlyingGeneralMapping
+StoreFusion
+SplitCharacters
+DegreeOverPrimeField
+IntChar
+IsRewritingSystem
+AbelianInvariantsSubgroupFpGroupRrs
+IsPolynomialDefaultRep
+DirectoriesLibrary
+PermChars
+FullMatrixLieAlgebra
+IsBasisByNiceBasis
+FileDescriptorOfStream
+TzPrintLengths
+DataType
+HomeEnumerator
+IsIncomparableUnder
+AsSemigroup
+PermutationCharacter
+IsLeftOperatorAdditiveGroup
+PreImagesElm
+OneAttr
+SetHelpViewer
+RepresentativesSimpleSubgroups
+SmallestMovedPoint
+IsCheapConwayPolynomial
+CollectionsFamily
+ShowOtherMethods
+IsomorphismPermGroup
+IsUnivariateRationalFunction
+IsMatrixSpace
+IrreducibleSolvableGroupMS
+DirectSumOfAlgebraModules
+ES
+EqFloat
+MatClassMultCoeffsCharTable
+SubmagmaWithOne
+LargestImageOfMovedPoint
+MaximalSubgroupsTom
+GeneratorsOfAdditiveGroup
+TriangulizeIntegerMat
+IsInverseSubsemigroup
+SetParent
+CartanMatrix
+SemigroupByGenerators
+UnderlyingMagma
+KnownAttributesOfObject
+Cycles
+PRump
+IsAlgebraicElement
+TrivialSubmonoid
+IsRestrictedJacobianElementCollColl
+IsSubgroupSL
+Set
+IsGreensRRelation
+IsClassFusionOfNormalSubgroup
+IsCharacterTableInProgress
+NaturalHomomorphismByNormalSubgroup
+IsAdditivelyCommutativeElementFamily
+FactorCosetAction
+IsUEALatticeElement
+BlownUpMat
+InstallOtherMethod
+NrConjugacyClassesSU
+IsFromFpGroupHomomorphismByImages
+ResetOptionsStack
+ReverseNaturalPartialOrder
+SortedCharacters
+Cosh
+IncreaseInterval
+NullspaceMatDestructive
+PowerMapByComposition
+IsSporadicSimple
+IsCharCollection
+IsRandomSource
+IsPerfectGroup
+GeneratorsOfLeftOperatorAdditiveGroup
+EmptyMatrix
+IsFLMLOR
+UpperSubdiagonal
+IsPolycyclicGroup
+AutomorphismDomain
+ApplySimpleReflection
+IsomorphismMatrixAlgebra
+TzPrintOptions
+LieBracket
+StraightLineProgramNC
+LongestWeylWordPerm
+PolynomialByExtRepNC
+ContainingTom
+IsCanonicalPcgs
+ModuleByRestriction
+IndicesEANormalSteps
+SubgroupByPcgs
+StraightLineProgElm
+IsPartialOrderBinaryRelation
+IsElementOfFreeMagmaRingFamily
+ClassPositionsOfAgemo
+AlgebraWithOneGeneralMappingByImages
+DisableAttributeValueStoring
+CharacterTableWithSortedClasses
+CodegreeOfPartialPermCollection
+UnderlyingGroup
+SignPerm
+SubmagmaWithInverses
+TrimTransformation
+GreensDRelation
+IsRightSemigroupIdeal
+IsAlgebraModuleElement
+PartialPermOp
+PositionStream
+DimensionOfVectors
+DefaultField
+AdditiveInverseAttr
+IsMultiplicativeElementWithZero
+TwoClosure
+Magma
+ElmWPObj
+IsUnivariatePolynomialRing
+PartialOrderOfHasseDiagram
+ConjugatorAutomorphism
+InfoText
+ConjugacyClassesPerfectSubgroups
+CommutatorSubgroup
+ShrinkAllocationPlist
+CrcString
+MTX.InducedActionFactorModule
+StructuralCopy
+ShowArgument
+EigenvaluesChar
+MatScalarProducts
+PositionSet
+PositionsOp
+FreeGroupOfFpGroup
+ContinuedFractionExpansionOfRoot
+Sup
+Asinh
+IsDxLargeGroup
+SubnearAdditiveMagmaWithZero
+RootsMod
+IsAdditiveGroupGeneralMapping
+ClassParameters
+InversesOfSemigroupElement
+Determinant
+PossibleFusionsCharTableTom
+IsIntegralBasis
+IsPartialPermMonoid
+SMTX.AlgElNullspaceVec
+DegreeOfPartialPermSemigroup
+TzPrintPairs
+ValueGlobal
+SmallestGeneratorPerm
+RemoveCharacters
+IsPSolvableCharacterTable
+UntraceMethods
+ElementaryAbelianSeries
+Csch
+StretchImportantSLPElement
+MagmaWithInversesByGenerators
+AllIrreducibleSolvableGroups
+SP
+IsBound\.
+Conductor
+StraightLineProgGens
+IsCharacterTable
+UnivariatePolynomialByCoefficients
+RightActingRingOfIdeal
+ReflectionMat
+PartialFactorization
+NextIterator
+OrderingsFamily
+MTX.IsIndecomposable
+IsVector
+CycleLength
+SymmetricPowerOfAlgebraModule
+Lcm
+InducedClassFunctionsByFusionMap
+\+
+FusionCharTableTom
+EV
+SetName
+IsPreimagesByAsGroupGeneralMappingByImages
+AdjointMatrix
+AttributeValueNotSet
+QuoInt
+IsWritableFile
+EE
+NormedRowVector
+SMTX.AlgElMat
+ReesZeroMatrixSubsemigroup
+IsMersenneTwister
+IsReadOnlyGlobal
+Stirling1
+KernelOfTransformation
+TensorProductOfAlgebraModules
+UnprofileMethods
+SizeOfFieldOfDefinition
+ShowImpliedFilters
+IsBasis
+GreensJRelation
+GeneralisedEigenvalues
+IndeterminateNumberOfLaurentPolynomial
+ReducedCharacters
+IsZeroSquaredElementCollection
+StarCyc
+Union2
+QuotientPolynomialsExtRep
+IsAssocWordWithOne
+PreImagesRepresentative
+MagmaByMultiplicationTable
+RightAlgebraModule
+Hom
+IsPcgsChiefSeries
+CheckFixedPoints
+SymplecticComponents
+MTX.Field
+PcSeries
+MTX.SubmoduleGModule
+ConfluentRws
+LeadingExponentOfPcElement
+DisplayString
+Tan
+PresentationFpGroup
+IsRightAlgebraModuleElementCollection
+IsReadableFile
+SMTX.AlgElCharPol
+TransposedMatDestructive
+CosetTableInWholeGroup
+UseFactorRelation
+DoubleCosets
+DiagonalMat
+IsMonoid
+DuplicateFreeList
+SpecialSemilinearGroup
+Enumerator
+UniversalEnvelopingAlgebra
+ImfInvariants
+GroupByGenerators
+ZeroAttr
+InverseSM
+PresentationSubgroupRrs
+UseSubsetRelation
+IndependentGeneratorExponents
+FORCE_QUIT_GAP
+PermutationTom
+ReducedLeftQuotient
+IsWord
+IsRingElementWithOne
+IsNegRat
+ElementProperty
+Tester
+LeftQuotient
+IsLeftAlgebraModuleElement
+InducedPcgsWrtSpecialPcgs
+DownEnv
+ConjugacyClassSubgroups
+DirectSumOfAlgebras
+IsPcgs
+Sec
+TzSearchEqual
+Float
+GroupHomomorphismByImages
+IsPcgsPCentralSeriesPGroup
+IsAssociativeElementCollColl
+GreensLRelation
+CharacterTableWreathSymmetric
+DirectSum
+RoundCyc
+Index
+ShowMultiplicationTable
+LinearIndependentColumns
+IsFpMonoid
+IsFiniteDimensional
+BlowupInterval
+NaturalHomomorphismBySubAlgebraModule
+IsPcgsCentralSeries
+PopOptions
+Maximum
+EpimorphismNilpotentQuotient
+InitPowerMap
+IsInnerAutomorphism
+IsStandardIterator
+DenominatorCyc
+LClassOfHClass
+InputTextNone
+ComplementClassesRepresentativesEA
+MatrixOfAction
+SetFilterObj
+CanComputeIsSubset
+AllSubgroups
+LogFFE
+CycleTransformationInt
+InducedCyclic
+MTX.Indecomposition
+AsPolynomial
+AlgebraHomomorphismByImagesNC
+DisplayImfInvariants
+IsAdditivelyCommutativeElementCollColl
+IsConjugacyClassSubgroupsByStabilizerRep
+KroneckerProduct
+AsPartialPerm
+Add
+GeneratorsOfAdditiveMagma
+IsNaturalSLnZ
+NaturalLeqPartialPerm
+Subspace
+MinimumList
+CharInt
+NumberFFVector
+Floor
+IsIntegralCyclotomic
+PcgsByPcSequence
+IsReesMatrixSubsemigroup
+ImmutableBasis
+Stirling2
+IsNonassocWordWithOneCollection
+GeneratorsSmallest
+IsMagma
+PartialOrderByOrderingFunction
+IsNilpotentElement
+NormalBase
+PositionNthOccurrence
+ElementOrdersPowerMap
+InvariantSubgroupsElementaryAbelianGroup
+ValidatePackageInfo
+IsWeylGroup
+IsLessThanOrEqualUnder
+ClassPositionsOfMinimalNormalSubgroups
+TableOfMarksFrobenius
+PermLeftQuoTransformation
+SMTX.IrreducibilityTest
+AffineAction
+IsFromFpGroupStdGensGeneralMappingByImages
+SpecialLinearGroup
+IsBuiltFromMagmaWithOne
+PrintCSV
+ConjugacyClassesSubgroups
+ClassPositionsOfNormalSubgroup
+AllBlocks
+IteratorOfCartesianProduct
+ClassTypesTom
+PROD_GF2MAT_GF2MAT_SIMPLE
+RNamObj
+TrivialSubspace
+ConvertToCharacterTable
+SetIndeterminateName
+IsRectangularTable
+DegreeOfTransformation
+Intersection
+RestrictOutputsOfSLP
+FamilyForOrdering
+OrdersClassRepresentatives
+IsSubnormallyMonomial
+Unique
+DirectoryCurrent
+FreeAlgebraWithOne
+EW
+NamesFilter
+Exec
+NrConjugacyClassesPSU
+IsDirectory
+ExponentsOfCommutator
+ClassPositionsOfPCore
+IsElementOfFpSemigroup
+IsRationals
+IsReesMatrixSemigroupElement
+PartialPermOpNC
+MatrixByBlockMatrix
+RandomMat
+ClosureSubgroupNC
+ReesZeroMatrixSemigroupElement
+SameBlock
+IsLowerAlphaChar
+Orbit
+IsAlgebra
+SMTX.MinimalSubGModules
+IdsOfAllSmallGroups
+MakeImmutable
+ClassNames
+TzSubstitute
+BrauerCharacterValue
+SMTX.CompleteBasis
+NrConjugacyClassesSUIsogeneous
+SmallGroupsInformation
+BaseStabChain
+IdGroup
+OperationAlgebraHomomorphism
+InstallGlobalFunction
+Dimension
+Concatenation
+SparseActionHomomorphism
+LeftOne
+ED
+DiagonalizeIntMat
+BinaryRelationByElements
+PcGroupFpGroup
+StandardizeTable
+IsPermGroupHomomorphism
+EnableAttributeValueStoring
+FreeSemigroupOfFpSemigroup
+KeyDependentOperation
+MeetOfPartialPerms
+IsEqualSet
+GroupHClassOfGreensDClass
+OrbitPerms
+IsBergerCondition
+DerivedSeriesOfGroup
+IsSemigroupCongruence
+ClassNamesTom
+Subgroup
+IdealByGenerators
+CyclotomicField
+Indicator
+DegreeOfTransformationCollection
+PositiveRootVectors
+PermCharsTom
+IsLieAlgebra
+NiceBasis
+GreensLClassOfElement
+LeftDerivations
+ImfNumberQClasses
+PrimeResidues
+FindSl2
+MTX.BasisInOrbit
+CycleStructureClass
+LieNilRadical
+Sortex
+AssociatedReesMatrixSemigroupOfDClass
+NilpotentQuotientOfFpLieAlgebra
+AugmentationIdeal
+LeviMalcevDecomposition
+MTX.InducedActionMatrix
+CyclicGroup
+LogModShanks
+IsNonassocWord
+GreensRRelation
+GU
+GeneratorsOfLeftVectorSpace
+IsSortedList
+IsSupersolvableGroup
+TzEliminate
+LcmInt
+PolynomialModP
+IndexNC
+RootsUnityMod
+TransposedMatOp
+TestPerm5
+MutableBasisOfNonassociativeAlgebra
+IsomorphismFpSemigroup
+OrderMod
+LeftModuleGeneralMappingByImages
+Phi
+AlgebraHomomorphismByImages
+FullRowModule
+IsFromFpGroupGeneralMappingByImages
+GetFusionMap
+Cartesian
+Basis
+DimensionsMat
+ProjectiveGeneralUnitaryGroup
+GeneratorsOfInverseSemigroup
+IsIdempotent
+ProductSpace
+Number
+LogPackageLoadingMessage
+IsPartialPermSemigroup
+IsSyllableWordsFamily
+GeneratorsSubgroupsTom
+IsomorphismSimplifiedFpGroup
+JenningsSeries
+MeetEquivalenceRelations
+DomainByGenerators
+IsSubgroup
+RightIdeal
+AbelianInvariantsNormalClosureFpGroup
+RealClasses
+UserPreference
+IsPrimitiveCharacter
+IsEndOfStream
+Reversed
+FusionsTom
+ProjectiveGeneralLinearGroup
+RepresentativesPowerMaps
+Sum
+NegativeRootVectors
+ComplexConjugate
+IsAdditiveElementWithInverse
+RemoveFile
+IsNumberField
+OnSets
+GeneratorSyllable
+Where
+SizesCentralisers
+IsCentralFactor
+OnBreakMessage
+NormalSeriesByPcgs
+PClassPGroup
+RankPGroup
+IsSpecialPcgs
+ShowUserPreferences
+Pager
+SetInfoHandler
+OneSameMutability
+ActivateProfileColour
+DecompositionInt
+IsConjugate
+SolutionMat
+IsZmodnZObjNonprime
+StandardAssociate
+IsRationalFunction
+SquareRoots
+IsSubspacesVectorSpace
+FrobeniusAutomorphism
+MathieuGroup
+GroupStabChain
+IsFullSubgroupGLorSLRespectingBilinearForm
+CartanSubalgebra
+SylowComplement
+SetUserPreference
+ContinuedFractionApproximationOfRoot
+InducedPcgsWrtFamilyPcgs
+OutputTextNone
+NiceMonomorphism
+ComputedIsPSolubleCharacterTables
+IsAlgebraWithOneHomomorphism
+Ceil
+LessThanOrEqualFunction
+IsHomogeneousList
+ClassPositionsOfNormalClosure
+IsReesZeroMatrixSubsemigroup
+CoefficientsQadic
+CanComputeIndex
+GetCyclotomicsLimit
+IsFiniteOrderElement
+AlgebraWithOneHomomorphismByImagesNC
+IsAssociativeElementCollection
+PreImagePartialPerm
+GcdRepresentation
+SetAssertionLevel
+Lucas
+FpElmComparisonMethod
+IsLookupDictionary
+IsFpSemigroup
+IsSPGeneralMapping
+PossibleClassFusions
+IsBuiltFromMagmaWithInverses
+Transformation
+FreeGeneratorsOfWholeGroup
+Centre
+AsSet
+MovedPoints
+CompositionOfStraightLinePrograms
+OnTuples
+TensorProductGModule
+ShiftedPadicNumber
+TriangulizeMat
+IsCanonicalBasis
+KnownTruePropertiesOfObject
+Images
+UniteSet
+Centralizer
+SpecialOrthogonalGroup
+ClosureGroupAddElm
+MorClassLoop
+PcgsChiefSeries
+GeneralMappingByElements
+SemigroupIdealByGenerators
+IsCyclotomicField
+SimpleGroupsIterator
+MagmaElement
+IsRingWithOne
+StabChainBaseStrongGenerators
+IsBlist
+IsReesMatrixSemigroup
+SubnearAdditiveGroupNC
+AddGeneratorsExtendSchreierTree
+InstallMethod
+IsPadicExtensionNumber
+GrowthFunctionOfGroup
+ImagesSmallestGenerators
+TestMonomialQuick
+SecHMSM
+DisplayCacheStats
+IsGaussRat
+Cocycles
+MakeConfluent
+CanonicalRightCosetElement
+Monoid
+IsTableOfMarks
+SmallGeneratingSet
+NullMat
+RespectsAddition
+Algebra
+IsWLetterAssocWordRep
+Decomposition
+IsWordCollection
+MTX.InvariantQuadraticForm
+GroupByRwsNC
+InducedPcgs
+FreeAssociativeAlgebra
+IsMagmaHomomorphism
+Indirected
+IsPSolvable
+TracedCosetFpGroup
+SizeStabChain
+IsIterator
+IsFFECollColl
+Round
+CanonicalPcgs
+IsWreathProductOrdering
+ClassPositionsOfLowerCentralSeries
+OneCoboundaries
+PSL
+FreeSemigroupOfRewritingSystem
+IsFamilyPcgs
+Coboundaries
+WeylGroup
+EnumeratorByBasis
+MappingPermListList
+ClassesSolvableGroup
+ConwayPolynomial
+CategoryFamily
+MutableBasisOfClosureUnderAction
+LieCoboundaryOperator
+RootMod
+PositionWord
+CosetDecomposition
+ReduceStabChain
+WreathProduct
+IsToPcGroupHomomorphismByImages
+HasseDiagramBinaryRelation
+IsAlphaChar
+CallWithTimeout
+RelatorsOfFpGroup
+SubadditiveMagmaWithZeroNC
+AsSubgroupOfWholeGroupByQuotient
+SubgroupNC
+DomainOfPartialPerm
+VectorSpace
+AbelianInvariantsSubgroupFpGroup
+ConsiderKernels
+Z
+IsMagmaWithInversesIfNonzero
+RepresentativeTom
+CodegreeOfPartialPerm
+IsPermGroup
+Irr
+IsFFECollCollColl
+IndeterminatesOfPolynomialRing
+ErrorNoReturn
+IsRestrictedJacobianElementCollection
+NonnegIntScalarProducts
+Name
+LogMod
+IsAdditiveElementWithZero
+CleanedTailPcElement
+Source
+IsFpGroup
+RingWithOneByGenerators
+Log10
+StabChainOp
+SetCyclotomicsLimit
+UnderlyingInjectionZeroMagma
+PSU
+RingByGenerators
+UniteBlist
+SetPrintFormattingStatus
+BaseIntMat
+IsPcgsElementaryAbelianSeries
+MTX.OrthogonalSign
+CanComputeSizeAnySubgroup
+DominantWeights
+SurjectiveActionHomomorphismAttr
+Range
+KillingMatrix
+NearAdditiveMagmaByGenerators
+AutomorphismGroup
+DifferenceBlist
+MagmaWithInversesByMultiplicationTable
+ReducedAdditiveInverse
+Union
+IsMagmaWithInverses
+IsNearAdditiveElementWithInverse
+\=
+Combinations
+ProbabilityShapes
+ComponentsOfTransformation
+NameRNam
+ClassRoots
+RightIdealNC
+FactorsOfDirectProduct
+Is32BitsFamily
+SMTX.AbsoluteIrreducibilityTest
+Edit
+NextPrimeInt
+BombieriNorm
+IsPartialPermCollection
+IsBuiltFromSemigroup
+ExponentOfPcElement
+TwoSidedIdealByGenerators
+AsTransformation
+DeclareFilter
+InducedPcgsByGeneratorsNC
+EquivalenceClassOfElement
+FusionConjugacyClassesOp
+ImageElm
+AbsoluteValue
+CheckPermChar
+DicyclicGroup
+GeneratorsOfField
+PcGroupCode
+Read
+IsomorphismFpGroup
+TransitiveGroup
+CopyListEntries
+CentralizerModulo
+OrbitLengthsDomain
+ConjugatorAutomorphismNC
+Indeterminate
+IsPSolubleCharacterTableOp
+IsLexicographicallyLess
+ARCH_IS_UNIX
+DecodeTree
+PositionSorted
+UpdateMap
+IntermediateSubgroups
+Value
+IsInducedPcgsWrtSpecialPcgs
+Action
+IsRightIdeal
+CentralizerSizeLimitConsiderFunction
+AscendingChain
+ProductCoeffs
+ReturnFail
+ComponentsOfPartialPerm
+LinearCombinationPcgs
+OrderingByLessThanOrEqualFunctionNC
+ChangeStabChain
+AsInternalFFE
+Position
+NK
+ExtRepNumeratorRatFun
+IsGeneralLinearGroup
+SmallRing
+OrderingByLessThanFunctionNC
+IsSimpleGroup
+SubstitutedWord
+IsGAPRandomSource
+CoefficientsRing
+LiftedInducedPcgs
+IsNormal
+FactorGroup
+ActorOfExternalSet
+DimensionOfHighestWeightModule
+HallSubgroup
+ListPerm
+JoinEquivalenceRelations
+IsMatrix
+RepresentativeTomByGeneratorsNC
+SiftedPermutation
+OneCocycles
+TrivialGroup
+IsPosInt
+UnderlyingLeftModule
+PowerModInt
+ElementaryAbelianSeriesLargeSteps
+GammaL
+IsomorphismTransformationSemigroup
+\mod
+RepresentativesPerfectSubgroups
+PrimeDivisors
+IsSL
+SubadditiveGroup
+PreImagesRange
+CoefficientsOfUnivariateRationalFunction
+RightShiftRowVector
+StabChainMutable
+BisectInterval
+MaximalSubgroups
+Extension
+SourceOfIsoclinicTable
+IsAlternatingGroup
+AbelianInvariantsSubgroupFpGroupMtc
+MonomialGrlexOrdering
+IdSmallGroup
+TestDirectory
+ClosureLeftModule
+DirectoryDesktop
+EliminatedWord
+ComplementSystem
+PositionNot
+IsBuiltFromAdditiveMagmaWithInverses
+Flat
+TriangulizedNullspaceMat
+ContainedCharacters
+CosetTableOfFpSemigroup
+IndicesNormalSteps
+MakeFloat
+Square
+PreImage
+InnerAutomorphismNC
+IsAbelianTom
+ListX
+LieCenter
+DirectSumDecomposition
+FactorGroupNormalSubgroupClasses
+IsCochainCollection
+MagmaRingModuloSpanOfZero
+LieDerivedSeries
+SubringWithOne
+LieAlgebraByStructureConstants
+IsExternalSet
+IsDirectProductElement
+DenseIntKey
+MultiplicationTable
+IsLessThanUnder
+IsCyclicTom
+LoadDynamicModule
+Pcgs
+ReadAllLine
+TransformationByImageAndKernel
+IsGreensRClass
+NrRestrictedPartitions
+StraightLineProgram
+SymmetricParentGroup
+PrintAmbiguity
+IsRightIdealInParent
+IsGeneralMapping
+Rat
+NrArrangements
+ReturnNothing
+DiagonalizeMat
+IsFiniteFieldPolynomialRing
+DoubleCosetsNC
+InverseAttr
+BaseOrthogonalSpaceMat
+JoinOfPartialPerms
+IrreducibleRepresentationsDixon
+IteratorList
+EulerianFunction
+ConvertToMatrixRep
+DeclareHandlingByNiceBasis
+ExtensionRepresentatives
+UnprofileFunctions
+IsConstantTimeAccessList
+ReesMatrixSemigroup
+RepresentationsOfObject
+IsString
+IsLeftModule
+DirectoryTemporary
+ExteriorCentre
+MTX.BasesCompositionSeries
+EmptyString
+MultiplicativeZeroOp
+NormalizerTom
+DegreeIndeterminate
+ReducedProduct
+NormalSubgroups
+IsAlgebraModuleElementFamily
+IrreducibleSolvableGroup
+\.\:\=
+IsomorphismPcGroup
+CoKernelOfMultiplicativeGeneralMapping
+IsPrimitivePolynomial
+ConjugatorOfConjugatorIsomorphism
+ConjugateSubgroup
+CoefficientsOfUnivariatePolynomial
+LeftIdealNC
+SaveWorkspace
+IsMagmaWithZeroAdjoined
+PermLeftQuoPartialPermNC
+IsGeneratorsOfSemigroup
+TryCosetTableInWholeGroup
+DegreeOfPartialPermCollection
+AbstractWordTietzeWord
+CF
+IsMagmaWithOne
+PrimePowersInt
+PCentralSeries
+GreensDClasses
+SMTX.CentMatMinPoly
+OneSmallGroup
+LieSolvableRadical
+IsSolvable
+HMSMSec
+LeadingMonomialOfPolynomial
+NiceAlgebraMonomorphism
+IsWLetterWordsFamily
+PadicCoefficients
+Mid
+Tau
+AdjointModule
+SmallGroup
+UNIXSelect
+SmallestRootInt
+NormalSubgroupClassesInfo
+SignFloat
+\[\]\:\=
+AbsolutelyIrreducibleModules
+Ideals
+ViewObj
+AsBinaryRelationOnPoints
+QuaternionGroup
+NaturalHomomorphismBySubspace
+FittingSubgroup
+PreImagesOfTransformation
+TzGo
+ImmutableMatrix
+PresentationSubgroupMtc
+HasIndeterminateName
+CallFuncList
+IsPrimitive
+PresentationSubgroup
+ShiftedCoeffs
+CharacterTableWithSortedCharacters
+KernelOfCharacter
+IndicesInvolutaryGenerators
+Partitions
+DivisionRingByGenerators
+IsElementOfMagmaRingModuloSpanOfZeroFamily
+SupersolvableResiduum
+StabChain
+IsJacobianElement
+PowerPartition
+AllSmallNonabelianSimpleGroups
+ARCH_IS_WINDOWS
+PthPowerImage
+DecomposeTensorProduct
+RingHomomorphismByImagesNC
+TestPackageAvailability
+RationalFunctionsFamily
+CompanionMat
+ShortLexLeqPartialPerm
+MoebiusMu
+BasisNC
+Idempotent
+ProfileMethods
+TwoCohomology
+DisplayProfile
+RootOfDefiningPolynomial
+IsRegularDClass
+ProjectiveOmega
+DirectoryContents
+FactorsInt
+IsDenseList
+ClassFunctionSameType
+GeneratorsOfLeftModule
+ClosureSubgroup
+StringTime
+Tensored
+SubsTom
+DihedralGroup
+RankAction
+LenstraBase
+IsOrderingOnFamilyOfAssocWords
+TypeOfDefaultGeneralMapping
+FamilyPcgs
+MagmaByGenerators
+GeneratorsOfMonoid
+WeightOfGenerators
+MTX.InvariantSesquilinearForm
+TwoSidedIdeal
+IsDirectoryPath
+DotFileLatticeSubgroups
+ElementaryDivisorsMatDestructive
+SolutionNullspaceIntMat
+SetElmWPObj
+IsAssocWordWithInverse
+NewRepresentation
+SubmonoidNC
+LengthsTom
+RankOfPartialPermCollection
+IsNearAdditiveMagmaWithInverses
+FreeGroup
+NestingDepthA
+LLLReducedBasis
+PrintObj
+ParseRelators
+DoubleHashArraySize
+StructureDescription
+ReducedConfluentRewritingSystem
+IdempotentsTomInfo
+Pcgs_OrbitStabilizer
+IsAnticommutative
+ReducedConjugate
+RandomPrimitivePolynomial
+TransferDiagram
+CheckDigitISBN
+FamilySource
+IsCharacteristicSubgroup
+EpimorphismFromFreeGroup
+OutputLogTo
+DenseHashTable
+IsOrdinaryMatrix
+SubtractBlist
+SuzukiGroup
+DixonSplit
+TwoCoboundaries
+EvalStraightLineProgElm
+IsSymmetricGroup
+SubmagmaNC
+MarksTom
+GapInputSCTable
+Reread
+EnumeratorSorted
+LookupDictionary
+Random
+IsGroupRing
+IsInternallyConsistent
+ReadCommandLineHistory
+FreeMagma
+IsElementaryAbelian
+AbelianNumberField
+UniteBlistList
+UnderlyingCharacteristic
+MagmaHomomorphismByFunctionNC
+ImageSetOfTransformation
+GAP_EXIT_CODE
+DeclareCategory
+PermCharInfo
+TzPrint
+Sech
+GeneratorsPrimeResidues
+RightCoset
+Decreased
+IsSolvableTom
+TeachingMode
+IsObject
+IndexPeriodOfPartialPerm
+WriteAll
+OrderedPartitions
+TraceMat
+IsGlobalRandomSource
+SignInt
+NrDerangements
+HermiteNormalFormIntegerMatTransform
+IsCyclotomicMatrixGroup
+ContainedPossibleVirtualCharacters
+ChiefNormalSeriesByPcgs
+IsQuotientSemigroup
+IsomorphismFpGroupByGeneratorsNC
+ShowPackageVariables
+CharacterDegrees
+CyclicExtensionsTom
+Trace
+ZeroSM
+IsGreensHRelation
+AllAutomorphisms
+Length
+EM
+QuotientFromSCTable
+LGFirst
+LieDerivedSubalgebra
+IsDivisionRing
+IsDistributive
+RationalizedMat
+IsReesCongruence
+Subsemigroup
+IsXInfinity
+AssertionLevel
+IsMonomialOrdering
+IsWeightLexOrdering
+GcdInt
+EpimorphismPGroup
+InverseMap
+Subfield
+ConjugateDominantWeight
+IsomorphismSpecialPcGroup
+RepresentativesContainedRightCosets
+SizeConsiderFunction
+UpEnv
+IsUnivariatePolynomial
+RespectsOne
+LeadingCoefficient
+PermutationMat
+LinearActionLayer
+UnderlyingSemigroup
+AsSubalgebraWithOne
+IsExternalOrbit
+SetCommutator
+Exp
+Print
+CoefficientsMultiadic
+Runtimes
+TestQuasiPrimitive
+CrcFile
+IsBuiltFromMagma
+LeadingMonomial
+Characteristic
+CharacterTable
+SetInfoOutput
+IsTransformation
+GreensHClassOfElement
+TransposedMatrixGroup
+TransformingPermutationsCharacterTables
+InstallSubsetMaintenance
+IrrDixonSchneider
+OctaveAlgebra
+MoebiusTom
+UnderlyingFamily
+MeetMaps
+DegreeFFE
+TrimPartialPerm
+MonoidByMultiplicationTable
+OnLines
+Runtime
+RestrictedPermNC
+MonomialExtrepComparisonFun
+IteratorStabChain
+IsMagmaRingObjDefaultRep
+DivisorsInt
+DisplayEggBoxOfDClass
+OnSetsDisjointSets
+QuotientSemigroupHomomorphism
+EquivalenceRelationByPairsNC
+Units
+InverseImmutable
+ActingDomain
+ExternalOrbits
+ExponentsOfRelativePower
+DxIncludeIrreducibles
+PermListList
+IsCochain
+PSP
+Unbind\.
+ShortestVectors
+IsRowSpace
+IsGreensDRelation
+ShowMethods
+TableOfMarksByLattice
+LogInt
+TryNextMethod
+GroebnerBasisNC
+Blocks
+IntVecFFE
+ProjectedPcElement
+PositionNonZero
+IsStringRep
+SemiEchelonMats
+NrPolyhedralSubgroups
+TzFindCyclicJoins
+NrConjugacyClassesPSL
+DimensionsLoewyFactors
+SymmetricInverseMonoid
+EU
+IsNaturalSymmetricGroup
+CochainSpace
+IsExistingFile
+IsRightModule
+GQuotients
+RepresentativeAction
+CentralIdempotentsOfAlgebra
+NaturalCharacter
+IndeterminateOfUnivariateRationalFunction
+Unknown
+NewCategory
+IsLieNilpotent
+SubgroupOfWholeGroupByCosetTable
+RootsOfPolynomial
+Symmetrizations
+CodegreeOfPartialPermSemigroup
+ComponentTransformationInt
+ComputedPowerMaps
+TransposedMat
+IsConjugatorIsomorphism
+SetPackagePath
+AbelianInvariantsNormalClosureFpGroupRrs
+ClassElementLattice
+LowercaseString
+IsQuaternionCollection
+CosetLeadersMatFFE
+IsQuickPositionList
+IsPartialPerm
+IsAlgebraicExtension
+ZippedSum
+SetX
+Test
+Zuppos
+NamesGVars
+RemoveStabChain
+IsCanonicalNiceMonomorphism
+Assert
+IsGreensClass
+MinimalNonmonomialGroup
+StraightLineProgramsTom
+IsomorphismPartialPermMonoid
+Iterated
+HeadPcElementByNumber
+BravaisGroup
+SubgroupShell
+IndicesPCentralNormalStepsPGroup
+IsStraightLineProgram
+CentralizerInGLnZ
+IsZeroSquaredRing
+FieldByGenerators
+EX
+LaTeXStringDecompositionMatrix
+IsLeftIdeal
+Submonoid
+RepresentativeLinearOperation
+InitFusion
+IsMonomialMatrix
+RightDerivations
+Reset
+POmega
+PrevPrimeInt
+IsInducedFromNormalSubgroup
+ReesZeroMatrixSemigroup
+RemInt
+DeterminantMatDivFree
+Product
+IndependentGeneratorsOfAbelianGroup
+TrivialSubmodule
+ZeroSameMutability
+ZeroMutable
+GeneratorsOfRing
+HermiteNormalFormIntegerMat
+IsLieSolvable
+ClearCacheStats
+GasmanMessageStatus
+E
+CompatibleConjugacyClasses
+PSp
+LeftAlgebraModule
+IsClosedStream
+ActingAlgebra
+IsPosRat
+CosetTableFromGensAndRels
+MTX.InducedActionFactorMatrix
+IsElementOfMagmaRingModuloRelationsFamily
+IsTransformationSemigroup
+NamesOfComponents
+RightIdealByGenerators
+UnbindElmWPObj
+SiftedVector
+CycleLengths
+ConvertToTableOfMarks
+IsSubmonoidFpMonoid
+GroupHomomorphismByImagesNC
+IsLieObject
+CommutativeDiagram
+RingByStructureConstants
+PrimePGroup
+ONanScottType
+InfoLevel
+IsReflexiveBinaryRelation
+InverseRepresentative
+CubeRoot
+GeneratorsOfRws
+MappingGeneratorsImages
+IsOddInt
+HomomorphismQuotientSemigroup
+Representative
+ComponentPartialPermInt
+ConstituentsOfCharacter
+PcgsPCentralSeriesPGroup
+DeterminantIntMat
+InverseOp
+AddRuleReduced
+InverseSemigroup
+PGU
+JordanDecomposition
+IntermediateResultsOfSLPWithoutOverwrite
+SmithNormalFormIntegerMat
+ConstantTimeAccessList
+ClosureGroup
+ValueOption
+SizesPerfectGroups
+IsFinite
+NrBasisVectors
+IsListDefault
+DerivedSubgroupsTomUnique
+IsAdditiveGroup
+MaximalBlocks
+InputOutputLocalProcess
+SubadditiveMagmaWithZero
+ZClassRepsQClass
+IsFunction
+SMTX.AlgEl
+IsPcGroupGeneralMappingByImages
+ListBlist
+OnTuplesTuples
+EJ
+CommutatorFactorGroup
+PrimitiveGroupsIterator
+ExtendedPcgs
+IsMultiplicativeElementWithInverse
+ReduceCoeffs
+IsPermGroupHomomorphismByImages
+IsInputTextNone
+CharacterNames
+SymmetricParts
+RecNames
+InverseOfTransformation
+TransposedMatImmutable
+Filename
+MTX.CompositionFactors
+IsSimpleAlgebra
+IsInjectiveListTrans
+LargestElementGroup
+IsPolynomialRing
+SimplifyPresentation
+ForAll
+SSortedList
+SparseHashTable
+StripLineBreakCharacters
+CanEasilyCompareElements
+TryGcdCancelExtRepPolynomials
+IsEmptyString
+Ree
+NormalizerInGLnZ
+SubspaceNC
+NrTransitiveGroups
+IsConjugatorAutomorphism
+IsOperation
+SimpleGroup
+IrrBaumClausen
+CallWithTimeoutList
+Acosh
+SubgroupByProperty
+EnumeratorOfCombinations
+PrintFormattingStatus
+ZeroOp
+IntegratedStraightLineProgram
+IsFullTransformationMonoid
+SubdirectProducts
+GeneratorsOfAlgebraWithOne
+IsNonTrivial
+DeclareAttribute
+EndlineFunc
+IsExtAElement
+IsUEALatticeElementCollection
+CloseMutableBasis
+IsRowModule
+MTX.DegreeSplittingField
+IsMonomialNumber
+UnderlyingLieAlgebra
+MagmaWithInverses
+SMTX.GoodElementGModule
+TzPrintGeneratorImages
+SubtractSet
+BasicSpinRepresentationOfSymmetricGroup
+NormalizedWhitespace
+ExtendRootDirectories
+AsLeftModule
+IsNonassocWordCollection
+UnderlyingCharacterTable
+IsIntegralRing
+Chomp
+NewmanInfinityCriterion
+CharacterParameters
+IsNearAdditiveMagmaWithZero
+Subspaces
+IsLineByLineProfileActive
+RightCosets
+DirectoriesPackagePrograms
+UnderlyingRingElement
+OrderOfRewritingSystem
+IsDictionary
+OutputTextFile
+IsRingElement
+PermLeftQuoPartialPerm
+IsAlmostSimple
+InducedPcgsByPcSequenceNC
+MatLieAlgebra
+ReadCSV
+MTX.BasesSubmodules
+\%2F
+PermutationCycle
+ConjugatorIsomorphism
+MatTom
+IsNaturalSL
+IsNonnegativeIntegers
+NrSubsTom
+AdditiveInverseSameMutability
+Collected
+BinaryRelationOnPointsNC
+ImagesSource
+LowIndexSubgroupsFpGroupIterator
+NrOrderedPartitions
+EquivalenceRelationByProperty
+PROD_GF2MAT_GF2MAT_ADVANCED
+ConjugacyClass
+ElementsFamily
+IntScalarProducts
+IsPolynomialFunctionsFamily
+RandomBinaryRelationOnPoints
+IsomorphismSCAlgebra
+ZumbroichBase
+IsConstantRationalFunction
+DeclareGlobalVariable
+AdjointAssociativeAlgebra
+OutputTextString
+CharacterTableWithStoredGroup
+IsEmpty
+IsWeightRepElementFamily
+Ordinal
+IsGreensLRelation
+EL
+MTX.HomogeneousComponents
+InstallValue
+RationalFunctionByExtRepNC
+IsReesCongruenceSemigroup
+LastSystemError
+RelativeDiameter
+AlgebraByStructureConstants
+Coefficients
+FamilyRange
+SmithNormalFormIntegerMatTransforms
+IsLowerTriangularMat
+UnivariatePolynomial
+ImfNumberZClasses
+SizesCentralizers
+MaximalSubgroupClassReps
+NaturalHomomorphismByGenerators
+PolynomialReducedRemainder
+IndicatorOp
+NullspaceIntMat
+TzNewGenerator
+DecompositionMatrix
+DeterminantMatDestructive
+IteratorOfPartitions
+IteratorByFunctions
+CanonicalPcgsByGeneratorsWithImages
+IsIntegers
+IsPcGroupHomomorphismByImages
+IsLinearMapping
+RewindStream
+InsertTrivialStabilizer
+AdditiveInverseMutable
+Discriminant
+NumberTransformation
+IsHandledByNiceMonomorphism
+NormalSubgroupClasses
+InterpolatedPolynomial
+PrimeBlocksOp
+SMTX.MinimalSubGModule
+ArithmeticElementCreator
+NrFixedPoints
+NaturalPartialOrder
+CoKernelOfAdditiveGeneralMapping
+IsMatchingSublist
+PrimitivePolynomial
+IsSyllableAssocWordRep
+InParentFOA
+GroupRing
+ClosureGroupCompare
+IsPreOrderBinaryRelation
+DegreeOfPartialPerm
+IsTrivial
+NumberIrreducibleSolvableGroups
+TransformationOp
+ConstantTransformation
+GeneratorsOfAdditiveMagmaWithZero
+GreensJClasses
+Tuples
+ProfileLineByLine
+OnPairs
+AbelianGroup
+DeclareSynonym
+SortedList
+PowerModCoeffs
+AsGroup
+SMTX.SortHomGModule
+ElementaryAbelianGroup
+ReadPackage
+MTX.InducedActionMatrixNB
+EggBoxOfDClass
+IsPcGroup
+EpimorphismSchurCover
+NrPrimitiveGroups
+SetConjugate
+ReturnFalse
+IsNaturalAlternatingGroup
+ClassPositionsOfDirectProductDecompositions
+DeclareOperation
+NearAdditiveGroupByGenerators
+RankFilter
+BaseMatDestructive
+IsInputStream
+EC
+ReducedClassFunctions
+IsGeneralizedDomain
+IteratorByBasis
+TrivialSubgroup
+ElementaryDivisorsMat
+IsNInfinity
+ReturnTrue
+EmptySCTable
+EvalString
+DisplayPackageLoadingLog
+InvariantQuadraticForm
+IsCanonicalBasisFullMatrixModule
+DistancePerms
+NrInputsOfStraightLineProgram
+\^
+IsRootSystem
+IsCommutativeElementCollection
+IdentificationOfConjugacyClasses
+IsTableOfMarksWithGens
+ProjectiveSymplecticGroup
+TwoSquares
+IsPNilpotent
+MinimalElementCosetStabChain
+IdFunc
+FreeMagmaWithOne
+RespectsMultiplication
+Derivative
+ComplexI
+CheckDigitISBN13
+AsSSortedList
+Rules
+ReducedForm
+InputTextUser
+SortedCharacterTable
+SubringWithOneNC
+HasParent
+IsSimpleSemigroup
+SetNameObject
+ApplicableMethod
+ProjectiveOrder
+IsAntisymmetricBinaryRelation
+ValueMolienSeries
+SmallestIdempotentPower
+PrecisionFloat
+IsStream
+PcgsElementaryAbelianSeries
+KernelOfAdditiveGeneralMapping
+NormalizerInGLnZBravaisGroup
+RREF
+CharacterTableDirectProduct
+StabChainImmutable
+AsLeftIdeal
+IsScalar
+GreensHClasses
+IsInfiniteAbelianizationGroup
+NewInfoClass
+FactorGroupNC
+TestPerm2
+MinimizedBombieriNorm
+AlgebraGeneralMappingByImages
+AsAlgebra
+CentreOfCharacter
+IsomorphismReesZeroMatrixSemigroup
+RestrictedMapping
+IsPrime
+LeftIdealByGenerators
+IsSet
+TestPerm4
+MolienSeries
+IsGaussianSpace
+Unbind\[\]
+LieObject
+SubadditiveMagmaNC
+MTX.Generators
+IsToPermGroupHomomorphismByImages
+PCentralLieAlgebra
+UseIsomorphismRelation
+DirectProduct
+BaseIntersectionIntMats
+BlockMatrix
+IsZmodnZObj
+RegularModule
+SubnormalSeries
+MTX.ModuleAutomorphisms
+InverseSameMutability
+ExternalOrbit
+IsNegInfinity
+WeightsTom
+FreeAbelianGroup
+DerivedSubgroupTom
+Center
+IsCanonicalBasisFullRowModule
+PerfectResiduum
+LetterRepAssocWord
+NiceFreeLeftModuleInfo
+NumberPerfectGroups
+SchurCoverOfSymmetricGroup
+WeylOrbitIterator
+SolutionMatDestructive
+Subword
+Overlaps
+ProfileOperations
+Embedding
+IsZero
+CycleStructurePerm
+EH
+PositiveRoots
+BindGlobal
+SubdirectProduct
+Intersection2
+WriteByte
+ProfileFunctions
+OrbitLengths
+AClosestVectorCombinationsMatFFEVecFFE
+CloseStream
+CombinatorialCollector
+ImfNumberQQClasses
+NrPermutationsList
+ReesMatrixSemigroupElement
+TzSubstituteCyclicJoins
+IsRingGeneralMapping
+GeneratorsOfPresentation
+SubnearAdditiveGroup
+AddRowVector
+IsVirtualCharacter
+SubalgebraWithOne
+LargestElementStabChain
+NaturalHomomorphismOfLieAlgebraFromNilpotentGroup
+ClosureRing
+IsDoubleCoset
+Orbits
+PositionCanonical
+SMTX.MatrixSum
+MTX.IsIrreducible
+PermList
+OnSubspacesByCanonicalBasis
+FreeMonoid
+CanEasilyComputePcgs
+Valuation
+NumeratorOfRationalFunction
+Extract
+WeakPointerObj
+TrivialSubnearAdditiveMagmaWithZero
+IsMultiplicativeGeneralizedRowVector
+Parent
+MaximalAbelianQuotient
+BilinearFormMat
+ConsiderTableAutomorphisms
+IsUniqueFactorizationRing
+IsGaussInt
+PermutationGModule
+OutputTextUser
+IsPackageMarkedForLoading
+RespectsAdditiveInverses
+LatticeSubgroups
+MakeReadOnlyGlobal
+ClassMultiplicationCoefficient
+ReduceCoeffsMod
+OrbitLength
+WreathProductOrdering
+AsVectorSpace
+Subrings
+MagmaWithOneByMultiplicationTable
+RingHomomorphismByImages
+IsBound\[\]
+NormalFormIntMat
+IndicesCentralNormalSteps
+ReplacedString
+IsShortLexLessThanOrEqual
+OnPoints
+StoredGroebnerBasis
+MTX.InducedAction
+SetPower
+IrreducibleRepresentations
+PartitionsGreatestEQ
+IsNilpotentGroup
+MinimalStabChain
+CompareVersionNumbers
+CoefficientsAndMagmaElements
+PackageVariablesInfo
+DMYDay
+PositionBound
+IsFiniteOrderElementCollColl
+PcgsByPcSequenceNC
+ExtendStabChain
+ReduceRules
+SparseIntKey
+DenominatorOfModuloPcgs
+IsExecutableFile
+AllEndomorphisms
+IsGreensRelation
+TestPackage
+GeneratorsOfRightModule
+EnumeratorOfTuples
+InputTextFile
+DaysInMonth
+ConjugateGroup
+CategoryCollections
+UnInstallCharReadHookFunc
+IsLeftSemigroupIdeal
+IsRightOperatorAdditiveGroup
+GreensLClasses
+UpperCentralSeriesOfGroup
+RestrictedPartitions
+EuclideanQuotient
+IdempotentsTom
+CategoriesOfObject
+ConvertToStringRep
+IsGeneralizedRowVector
+ComplexificationQuat
+StronglyConnectedComponents
+IsFFECollection
+NewFamily
+Perform
+TwoSidedIdealNC
+Zero
+IdealNC
+IdentityMat
+StructureConstantsTable
+GcdOp
+Permanent
+IsSubsetLocallyFiniteGroup
+Setter
+LieCentralizer
+InstallFlushableValue
+AsSubalgebra
+RankMat
+LessThanFunction
+IsCyc
+AdditiveInverseOp
+IsGroupGeneralMappingByAsGroupGeneralMappingByImages
+EndsWith
+OrbitPowerMaps
+GeneratorsOfMagma
+IsPerfectTom
+SetInfoLevel
+Domain
+EmptyPartialPerm
+ReesCongruenceOfSemigroupIdeal
+RationalClasses
+Identity
+GaloisGroup
+MTX.BasisRadical
+IsZeroSimpleSemigroup
+AssignNiceMonomorphismAutomorphismGroup
+CycleIndex
+ReducedDifference
+TzPrintRelators
+Compacted
+UntraceImmediateMethods
+BibEntry
+BravaisSubgroups
+DepthOfPcElement
+RestrictedLieAlgebraByStructureConstants
+IsRationalFunctionsFamily
+OrdersTom
+ConvertToVectorRep
+IsomorphismReesMatrixSemigroup
+SmallerDegreePermutationRepresentation
+TzGoGo
+IsLetterWordsFamily
+Quotient
+RightModuleByHomomorphismToMatAlg
+GroupWithGenerators
+NrUnorderedTuples
+PowerMapOp
+PermLeftQuoTransformationNC
+CompatiblePairs
+ScalarProduct
+IsomorphismGroups
+FullRowSpace
+BiAlgebraModule
+LargestMovedPoint
+PrimitiveIdentification
+IsUpperAlphaChar
+AutomorphismsOfTable
+Quadratic
+OnRight
+IsList
+IsMultiplicativeElementWithOne
+IsWordWithOne
+DefaultFieldOfMatrix
+IsZmodpZObj
+AsDuplicateFreeList
+OnTuplesSets
+IsFullSubgroupGLorSLRespectingSesquilinearForm
+IsRestrictedLieObjectCollection
+IsEvenInt
+IsFromFpGroupStdGensHomomorphismByImages
+CopyOptionsDefaults
+IsNearAdditiveGroup
+TrivialCharacter
+WriteLine
+DegreeOfCharacter
+ImageOfPartialPermCollection
+IsFullSubgroupGLorSLRespectingQuadraticForm
+DerivedSubgroupsTom
+HasAbelianFactorGroup
+IntegralizedMat
+DeclareSynonymAttr
+IsMapping
+Arrangements
+MolienSeriesInfo
+IntersectBlist
+SMTX.Setter
+MappingByFunction
+ReducedOne
+WedgeGModule
+FamilyObj
+Field
+TietzeWordAbstractWord
+ReducedQuotient
+Sort
+IsMatrixModule
+IsPInfinity
+TransformingPermutations
+DecomposedFixedPointVector
+IsDiagonalMat
+ExponentsConjugateLayer
+IsSemigroup
+IsLetterAssocWordRep
+IsZmodpZObjSmall
+IteratorOfCombinations
+OrderingOnGenerators
+DayDMY
+Identifier
+GModuleByMats
+IsPrimitiveRootMod
+CoeffsMod
+IntermediateResultOfSLPWithoutOverwrite
+CanEasilySortElementsFamily
+IsZmodpZObjLarge
+SortedTom
+OneOp
+GeneratorsOfIdeal
+SimplifiedFpGroup
+ClassPositionsOfNormalSubgroups
+IsPerm
+UnivariatenessTestRationalFunction
+FactorsSquarefree
+IsRecordCollColl
+RespectsInverses
+Argument
+GeneratorsOfLeftIdeal
+SizeScreen
+CanEasilyCompareElementsFamily
+IsomorphismPermGroupImfGroup
+IsPrimeOrdersPcgs
+Expm1
+GreensRClasses
+ListN
+UnderlyingElement
+ClassPositionsOfSupersolvableResiduum
+IsLDistributive
+ShrinkRowVector
+RadicalGroup
+RandomTransformation
+IsGroupGeneralMappingByPcgs
+IsInjective
+EulerianFunctionByTom
+IsReesZeroMatrixSemigroup
+MTX.Homomorphism
+IsSubset
+Gamma
+Resultant
+Cos
+IsMutable
+ChiefSeriesUnderAction
+GeneratorsOfTwoSidedIdeal
+ConstituentsCompositionMapping
+NullspaceMat
+IdentityFromSCTable
+PolynomialCoefficientsOfPolynomial
+HeuristicCancelPolynomialsExtRep
+MultRowVector
+IsomorphismPartialPermSemigroup
+PartialPerm
+GeneratorsOfNearAdditiveMagma
+Binomial
+Parametrized
+CharSInt
+SylowSubgroup
+AsSubmonoid
+SubgroupProperty
+Directory
+ComputedIsPSolvableCharacterTables
+IsRationalsPolynomialRing
+IndicesOfAdjointBasis
+ReducedPower
+PermutationOfImage
+SortingPerm
+Omega
+IsRDistributive
+IsNearRingElementWithOne
+Bernoulli
+IsExternalSubset
+IsQuasiPrimitive
+GroupByRws
+NormalizersTom
+LargerQuotientBySubgroupAbelianization
+ConjugacyClassesByOrbits
+ClassPositionsOfFittingSubgroup
+DefaultFieldOfMatrixGroup
+SimultaneousEigenvalues
+SU
+ProductX
+DegreeOfTransformationSemigroup
+StringOfResultOfStraightLineProgram
+Jacobi
+FreeLeftModule
+BrauerTableOp
+SubSyllables
+GeneralizedEigenspaces
+ChineseRem
+TransformationList
+IsNonassocWordWithOne
+Zeta
+IsClassFunction
+IsGroupGeneralMapping
+Minimum
+PreImages
+IsPrimeInt
+IsField
+TestHomogeneous
+GasmanLimits
+InputFromUser
+IdentityBinaryRelation
+IsSurjective
+MutableBasisOfIdealInNonassociativeAlgebra
+ShrinkAllocationString
+IsRationalMatrixGroup
+PseudoRandom
+IsTranslationInvariantOrdering
+InverseMonoid
+JenningsLieAlgebra
+SecondsDMYhms
+IsTransformationMonoid
+Unbind
+WriteGapIniFile
+MatrixAutomorphisms
+Conjugates
+Character
+RefinedPcGroup
+ImagesRepresentative
+IsTotal
+NrConjugacyClassesPGL
+ClearProfile
+NewType
+PreImagesSet
+TransposedMatMutable
+DerivedSubgroup
+IsRestrictedLieObject
+OnSetsTuples
+GreensRClassOfElement
+IsElementOfFpMonoid
+BlocksInfo
+LLL
+DnLattice
+EmptyStabChain
+ExponentsOfPcElement
+ReducedComm
+IsHasseDiagram
+LeftModuleByHomomorphismToMatAlg
+IsAbelianNumberField
+ComplementClassesRepresentatives
+CorrespondingGeneratorsByModuloPcgs
+FrobeniusCharacterValue
+SubnearAdditiveMagma
+LinearCombination
+Objectify
+State
+PthPowerImages
+GeneratorsOfRightOperatorAdditiveGroup
+IsRing
+SeekPositionStream
+IsAdditivelyCommutative
+NewAttribute
+DimensionOfMatrixGroup
+IsBoundGlobal
+Legendre
+FreeAlgebra
+GeneratorsOfDomain
+UntraceAllMethods
+Bell
+CyclotomicPolynomial
+IsElementOfFreeMagmaRingCollection
+RankOfTransformation
+AsSubgroup
+JoinStringsWithSeparator
+RepresentativeTomByGenerators
+AsBlockMatrix
+IsAdditiveGroupHomomorphism
+FusionConjugacyClasses
+DixontinI
+PrimalityProof
+NrComponentsOfPartialPerm
+Log1p
+DegreeOfLaurentPolynomial
+MTX.CollectedFactors
+Is16BitsFamily
+IsValidIdentifier
+Sz
+SemiSimpleType
+PrintString
+IsSemiRegular
+Ring
+Factors
+AntiIsomorphismTransformationSemigroup
+Sqrt
+InnerAutomorphism
+IndicesChiefNormalSteps
+IsDoneIterator
+CopyStabChain
+RationalFunctionByExtRep
+ProfileGlobalFunctions
+IsTotalOrdering
+IsSimple
+IsSupersolvable
+MTX.BasesMinimalSubmodules
+Trunc
+Atan2
+InverseClasses
+CoefficientsFamily
+OneFactorBound
+ProjectiveSpecialLinearGroup
+InnerAutomorphismsAutomorphismGroup
+GeneralMappingsFamily
+Successors
+ImfMatrixGroup
+CompositionMapping
+PolynomialRing
+CentralNormalSeriesByPcgs
+UglyVector
+LGWeights
+Order
+RightCosetsNC
+PermBounds
+PCentralNormalSeriesByPcgsPGroup
+SubnearAdditiveMagmaWithZeroNC
+IsPrimePowerInt
+ComputedPrimeBlockss
+IsGreensJRelation
+IsBasisOfAlgebraModuleElementSpace
+PGL
+Append
+Difference
+FreeMagmaRing
+AffineActionLayer
+SetReducedMultiplication
+PcElementByExponents
+MakeReadWriteGlobal
+IsCompositionMappingRep
+IsParentPcgsFamilyPcgs
+ChevalleyBasis
+PurePadicNumberFamily
+PrefrattiniSubgroup
+IsGroupGeneralMappingByImages
+SemiEchelonMatDestructive
+MonomialLexOrdering
+AsSubmagma
+GroupGeneralMappingByImages
+IsExtLElement
+OneOfPcgs
+MemoryUsage
+ShowGcd
+PQuotient
+GeneralizedEigenvalues
+OrbitStabilizerAlgorithm
+ConsiderSmallerPowerMaps
+RightAlgebraModuleByGenerators
+Rows
+SemigroupOfRewritingSystem
+ElementOfFpGroup
+DeclareProperty
+AsTwoSidedIdeal
+AlgebraicExtension
+NrCombinations
+ImagesSet
+SumX
+SMTX.Subbasis
+\{\}\:\=
+IsEquivalenceClass
+NrConjugacyClasses
+Sp
+RankOfPartialPerm
+StringDate
+NamesOfFusionSources
+EquivalenceRelationByPairs
+ExponentSyllable
+ComplementIntMat
+SortParallel
+LeftIdeal
+IsAdditivelyCommutativeElement
+SinCos
+IsAlgebraModuleElementCollection
+UnivariateRationalFunctionByCoefficients
+PartitionTuples
+PreImageElm
+IsLeftModuleGeneralMapping
+IsConjugacyClassSubgroupsRep
+Fibonacci
+NiceVector
+RankOfPartialPermSemigroup
+OrderingOfRewritingSystem
+IsGroup
+AdditiveNeutralElement
+IsCommutative
+RandomUnimodularMat
+FamiliesOfGeneralMappingsAndRanges
+ElementaryDivisorsTransformationsMat
+gap_ref_manual.xml
+AtlasIrrationality
+ClassPermutation
+IteratorSorted
+IsSSortedList
+ExtRepDenominatorRatFun
+InjectionZeroMagma
+LaurentPolynomialByCoefficients
+KuKGenerators
+IsInputTextStream
+SemiEchelonBasisNC
+PartitionsSet
+ListTransformation
+Lambda
+BravaisSupergroups
+IsBound
+LogTo
+ConsiderStructureConstants
+StabilizerOfExternalSet
+Idempotents
+LGLength
+UnorderedTuples
+NearAdditiveGroup
+Alpha
+Permutation
+PrimaryGeneratorWords
+ReducedSum
+SubnearAdditiveMagmaNC
+Cite
+IsQuaternionCollColl
+EquivalenceClassOfElementNC
+GeneralOrthogonalGroup
+SemidirectProduct
+TzPrintGenerators
+IrreducibleDifferences
+NrConjugacyClassesSL
+AssociatedPartition
+IsNonSPGeneralMapping
+EquivalenceClasses
+ReadLine
+IsTransformationCollection
+SubalgebraNC
+LowIndexSubgroupsFpGroup
+DeclareUserPreference
+TypeObj
+OrbitsDomain
+RelativeOrders
+SplitExtension
+RightActingAlgebra
+DoubleCosetRepsAndSizes
+KnowsDictionary
+KernelOfMultiplicativeGeneralMapping
+SetDefaultInfoOutput
+ShowArguments
+NestingDepthM
+ImagesElm
+SMTX.RandomIrreducibleSubGModule
+ComponentRepsOfTransformation
+IsomorphicSubgroups
+ValueCochain
+LeadingTermOfPolynomial
+LeftActingDomain
+GcdRepresentationOp
+StringNumbers
+AdditiveInverseImmutable
+LeadCoeffsIGS
+VectorSpaceByPcgsOfElementaryAbelianGroup
+CompositionMaps
+IsGroupHClass
+PrimeBlocks
+GeneratorsOfRingWithOne
+ResetFilterObj
+SumFactorizationFunctionPcgs
+Congruences
+GreensDClassOfElement
+IsNaN
+SubmagmaWithOneNC
+IsConstantTimeAccessGeneralMapping
+Ideal
+IsOrdering
+LoadPackage
+RingWithOne
+ConvertToVectorRepNC
+AbelianInvariantsMultiplier
+RootInt
+Remove
+RestrictedPerm
+ReturnFirst
+MTX.IsEquivalent
+PadicValuation
+OnBreak
+TransitiveClosureBinaryRelation
+List
+StringPP
+IsCharacter
+IsFiniteOrderElementCollection
+InverseMutable
+IsOne
+SigmaL
+SizesConjugacyClasses
+MonomialComparisonFunction
+RegularActionHomomorphism
+PcGroupWithPcgs
+RestrictedPartialPerm
+DerivedSubgroupsTomPossible
+TransformationNumber
+GreensHRelation
+ChiefSeries
+NormedRowVectors
+ER
+Init
+Eigenspaces
+LeadingCoefficientOfPolynomial
+IsCollectionFamily
+NormalClosure
+HighestWeightModule
+TestSubnormallyMonomial
+MonomialExtGrlexLess
+IsModuloPcgs
+Cycle
+IsDuplicateFree
+IsCopyable
+ElementOfMagmaRing
+TestMonomial
+TriangulizedIntegerMatTransform
+IsInducedPcgs
+MTX.BasesMaximalSubmodules
+MatAlgebra
+SQ
+IsSubsemigroup
+GeneratorsOfAlgebra
+EK
+IsRelativelySM
+NamesUserGVars
+PowerMapsAllowedBySymmetrizations
+InvariantSesquilinearForm
+ZmodpZ
+IsJacobianRing
+MTX.SubGModule
+UseBasis
+IsPrimeField
+MagmaWithZeroAdjoined
+NrTuples
+NthRootsInGroup
+DistancesDistributionVecFFEsVecFFE
+AbsoluteDiameter
+CanComputeSize
+FreeSemigroup
+IntermediateResultOfSLP
+Immutable
+IsFreeGroup
+SubgroupsSolvableGroup
+CoeffsCyc
+IsRegularSemigroupElement
+NrConjugacyClassesGU
+NullAlgebra
+\*
+DenominatorOfRationalFunction
+TestInducedFromNormalSubgroup
+Image
+IsRegular
+IsBuiltFromGroup
+SumIntersectionMat
+AddCoeffs
+TzPreImagesNewGens
+TriangulizedNullspaceMatDestructive
+DMYhmsSeconds
+IsPolynomial
+OnSubspacesByCanonicalBasisConcatenations
+IsUnknown
+LeftActingAlgebra
+GeneralisedEigenspaces
+InputTextString
+MaximalSubgroupsLattice
+ProjectedInducedPcgs
+OrbitStabilizer
+Factorization
+IsStraightLineProgElm
+InducedPcgsByPcSequence
+Extensions
+GeneratorsOfInverseMonoid
+MultiplicativeNeutralElement
+QUIT_GAP
+OnLeftInverse
+Sigma
+Asin
+SL
+ComputedIndicators
+ListStabChain
+IndexInWholeGroup
+LcmOp
+IsCommutativeElementCollColl
+IntersectionsTom
+KappaPerp
+Frac
+SubalgebraWithOneNC
+IsBrauerTable
+IsOutputStream
+CheckDigitUPC
+Semigroup
+ShortLexOrdering
+RepresentativesMinimalBlocks
+EANormalSeriesByPcgs
+TzSort
+AllHomomorphismClasses
+RealizableBrauerCharacters
+RemoveOuterCoeffs
+GasmanStatistics
+ModuloPcgs
+PresentationViaCosetTable
+IsBool
+OrdinaryCharacterTable
+ExternalSubset
+ComputedClassFusions
+CharacterTableIsoclinic
+IsLogOrderedFFE
+OneIrreducibleSolvableGroup
+PushOptions
+NumberArgumentsFunction
+ZmodnZ
+IsPadicExtensionNumberFamily
+IsMagmaRingModuloRelations
+RandomIsomorphismTest
+LieNormalizer
+WeightVecFFE
+IsCommutativeElement
+IsGreensDClass
+IsMatrixGroup
+HasElementaryAbelianFactorGroup
+RepresentativeSmallest
+DirectSumOp
+Permuted
+Earns
+SmallestImageOfMovedPoint
+MTX.BasisModuleEndomorphisms
+IsLeftIdealInParent
+Info
+IsBoundElmWPObj
+RereadPackage
+DisplayInformationPerfectGroups
+AbelianInvariantsOfList
+DefaultRingByGenerators
+Core
+ConjugacyClassesMaximalSubgroups
+OneImmutable
+SimpleSystem
+IsListOrCollection
+IsLieObjectCollection
+PrimitiveElement
+FrattiniSubgroup
+IsFreeLeftModule
+TestJacobi
+IsAssociated
+IsIntegerMatrixGroup
+InverseGeneralMapping
+MTX.Homomorphisms
+Display
+InstalledPackageVersion
+RestrictedClassFunctions
+MTX.BasisModuleHomomorphisms
+MinusCharacter
+IsMutableBasis
+Acos
+ZeroImmutable
+ValuePol
+IsLeftModuleHomomorphism
+HELP_ADD_BOOK
+ConjugateDominantWeightWithWord
+PowerSubalgebraSeries
+PerfectGroup
+HallSystem
+IsDigitChar
+PrintTo
+HELP_REMOVE_BOOK
+IsRecordCollection
+AsSubsemigroup
+BasisVectors
+BiAlgebraModuleByGenerators
+SetGasmanMessageStatus
+CheckForHandlingByNiceBasis
+GeneratorsOfRightIdeal
+IsRingElementWithInverse
+Exp2
+IndeterminateNumberOfUnivariateRationalFunction
+UnloadSmallGroupsData
+InverseMatMod
+CharacterTableRegular
+\in
+ReducedGroebnerBasis
+Apply
+IsOutputTextStream
+TemporaryGlobalVarName
+BaseOfGroup
+IrrConlon
+IntermediateGroup
+LinearOperationLayer
+IsFFEMatrixGroup
+StabChainOptions
+DomainOfPartialPermCollection
+WeightLexOrdering
+AbsInt
+HenselBound
+ReeGroup
+RespectsScalarMultiplication
+Positions
+Indeterminateness
+PrimeField
+DisplayOptions
+AClosestVectorCombinationsMatFFEVecFFECoords
+OnIndeterminates
+IsRootSystemFromLieAlgebra
+NrConjugacyClassesPGU
+IsSymmetricBinaryRelation
+ComponentRepsOfPartialPerm
+ClosureGroupIntest
+PrintFactorsInt
+IsLieAbelian
+IntersectSet
+PadicNumber
+SMTX.AlgElNullspaceDimension
+ClassStructureCharTable
+Epicentre
+IsWeightRepElementCollection
+IsFullMatrixModule
+KnownPropertiesOfObject
+FieldExtension
+ConvertToCharacterTableNC
+GeneratorsOfGroup
+CyclesOfTransformation
+BaseFixedSpace
+SubfieldNC
+IsGeneralMappingFamily
+InducedAutomorphism
+FieldOfMatrixGroup
+AsMonoid
+LinearOperation
+PermCharInfoRelative
+NumbersString
+DistancesDistributionMatFFEVecFFE
+EquivalenceClassRelation
+IsFunctionField
+ComputedBrauerTables
+Grading
+Columns
+IsNaturalGL
+DeclareRepresentation
+QuotientSemigroupPreimage
+GapInputPcGroup
+ProjectiveSpecialUnitaryGroup
+RootsOfUPol
+View
+IsToPermGroupGeneralMappingByImages
+IsElementOfMagmaRingModuloRelations
+NearAdditiveMagmaWithZero
+MostFrequentGeneratorFpGroup
+OrthogonalEmbeddings
+IndicesStabChain
+NumeratorRat
+NrConjugacyClassesSLIsogeneous
+IsFreeMagmaRingWithOne
+InducedClassFunction
+SparseCartanMatrix
+IsLieMatrix
+SizeBlist
+IsGreensJClass
+RemoveRelator
+NormalizedElementOfMagmaRingModuloRelations
+AsField
+FamiliesOfRows
+SO
+IntHexString
+FactorGroupTom
+IsUpperTriangularMat
+IsVectorSpace
+NaturalHomomorphismByIdeal
+Inf
+DixonInit
+GeneratorsOfMagmaWithOne
+WreathProductImprimitiveAction
+ExteriorPowerOfAlgebraModule
+TraceMethods
+OneMutable
+Gcdex
+CompositionSeries
+NameFunction
+ClassPositionsOfElementaryAbelianSeries
+CoefficientsOfLaurentPolynomial
+IsSubnormal
+MonoidOfRewritingSystem
+Csc
+IsSolvableGroup
+IsRestrictedLieAlgebra
+LeftAlgebraModuleByGenerators
+IteratorOfTuples
+ShowAdditionTable
+NullspaceModQ
+InvariantElementaryAbelianSeries
+IsFullTransformationSemigroup
+ShowDetails
+MatrixAlgebra
+CheckDigitTestFunction
+ZeroMapping
+START_TEST
+PrintCharacterTable
+Group
+IsFreeMagmaRing
+PageSource
+OneSM
+ClassPositionsOfUpperCentralSeries
+AugmentedCosetTableMtc
+IsSingleValued
+IsFFE
+NF
\ No newline at end of file
diff --git a/gap/namesSys.txt b/gap/namesSys.txt
new file mode 100644
index 0000000000000000000000000000000000000000..027243639479d3aff10004b842fce150a65d2456
--- /dev/null
+++ b/gap/namesSys.txt
@@ -0,0 +1,9258 @@
+IsObject
+IsMutable
+IsCopyable
+IsFunction
+IsOperation
+IsInt
+IsRat
+IsCyc
+IsCONDUCTOR
+IsFFE
+IsPerm
+IsTransformation
+IsPartialPerm
+IsBool
+IsRecord
+IsList
+IsDenseList
+IsHomogeneousList
+IsTable
+IsLENGTH
+IsSSortedList
+IsIS_SSORT_LIST
+IsNSortedList
+IsIS_NSORT_LIST
+IsPositionsList
+IsIS_POSS_LIST
+IsPlistRep
+IsBlist
+IsBlistRep
+IsRange
+IsRangeRep
+IsString
+IsStringRep
+IsWeakPointerObject
+IsNoImmediateMethodsObject
+IsInternalRep
+IsPositionalObjectRep
+IsComponentObjectRep
+IsDataObjectRep
+IsNonAtomicComponentObjectRep
+IsReadOnlyPositionalObjectRep
+IsAtomicPositionalObjectRep
+IsAttributeStoringRep
+IsFamily
+IsType
+IsFamilyOfFamilies
+IsFamilyOfTypes
+IsFamilyDefaultRep
+IsTypeDefaultRep
+IsName
+IsInfoText
+IsString
+IsIsImpossible
+IsPackedElementDefaultRep
+IsToBeDefinedObj
+IsLVarsBag
+IsListOrCollection
+IsCollection
+IsCollectionsFamily
+CategoryFamily
+IsElementsFamily
+IsStandardIterator
+IsIterator
+IsEmpty
+IsIsEmpty
+IsTrivial
+IsIsTrivial
+IsNonTrivial
+IsIsNonTrivial
+IsFinite
+IsIsFinite
+IsWholeFamily
+IsIsWholeFamily
+IsSize
+IsRepresentative
+IsRepresentativeSmallest
+IsPseudoRandomSeed
+IsEnumerator
+IsEnumeratorSorted
+IsUnderlyingCollection
+IsAsList
+IsAsSortedList
+IsAsSSortedList
+CanEasilyCompareElements
+IsCanEasilyCompareElements
+CanEasilySortElements
+IsCanEasilySortElements
+CanComputeSize
+IsRandomizerAttr
+IsCheapRandomizerAttr
+IsConstantTimeAccessList
+IsSmallList
+IsIsSmallList
+IsConstantTimeAccessList
+IsSortedList
+IsIsSortedList
+IsDuplicateFree
+IsIsDuplicateFree
+IsQuickPositionList
+IsAsDuplicateFreeList
+IsSortingPerm
+IsExtAElement
+CategoryCollections
+CategoryCollections
+IsNearAdditiveElement
+CategoryCollections
+CategoryCollections
+CategoryCollections
+IsNearAdditiveElementWithZero
+CategoryCollections
+CategoryCollections
+CategoryCollections
+IsNearAdditiveElementWithInverse
+CategoryCollections
+CategoryCollections
+CategoryCollections
+IsAdditiveElement
+CategoryCollections
+CategoryCollections
+CategoryCollections
+IsExtLElement
+CategoryCollections
+CategoryCollections
+IsExtRElement
+CategoryCollections
+CategoryCollections
+IsMultiplicativeElement
+CategoryCollections
+CategoryCollections
+CategoryCollections
+IsMultiplicativeElementWithOne
+CategoryCollections
+CategoryCollections
+CategoryCollections
+IsMultiplicativeElementWithInverse
+CategoryCollections
+CategoryCollections
+CategoryCollections
+IsOddAdditiveNestingDepthFamily
+IsOddAdditiveNestingDepthObject
+IsGeneralizedRowVector
+IsMultiplicativeGeneralizedRowVector
+IsNestingDepthA
+IsNestingDepthM
+CategoryFamily
+CategoryFamily
+IsZDFRE
+CategoryCollections
+CategoryCollections
+CategoryCollections
+IsOrdinaryMatrix
+CategoryCollections
+IsLieMatrix
+IsAssociativeElement
+CategoryCollections
+CategoryCollections
+IsAdditivelyCommutativeElement
+CategoryCollections
+CategoryCollections
+CategoryFamily
+IsCommutativeElement
+CategoryCollections
+CategoryCollections
+IsFiniteOrderElement
+CategoryCollections
+CategoryCollections
+IsJacobianElement
+CategoryCollections
+CategoryCollections
+IsRestrictedJacobianElement
+CategoryCollections
+CategoryCollections
+IsZeroSquaredElement
+CategoryCollections
+CategoryCollections
+IsZero
+IsIsZero
+IsOne
+IsIsOne
+IsZeroImmutable
+IsAdditiveInverseImmutable
+IsOneImmutable
+IsInverseImmutable
+IsInt
+IsRat
+IsCharacteristic
+IsOrder
+IsNormedRowVector
+IsCommutativeFamily
+IsIsCommutativeFamily
+IsSkewFieldFamily
+IsIsSkewFieldFamily
+IsUFDFamily
+IsIsUFDFamily
+IsAdditiveElementAsMultiplicativeElementRep
+IsAdditiveElementsAsMultiplicativeElementsFamily
+IsAdditiveElementAsMultiplicativeElement
+IsIdempotent
+IsIsIdempotent
+CategoryCollections
+CategoryCollections
+CategoryCollections
+IsLexOrderedFFE
+IsLogOrderedFFE
+CategoryFamily
+IsDegreeFFE
+IsIntFFE
+IsIntFFESymm
+IsAsInternalFFE
+IsGeneralizedDomain
+IsGeneratorsOfDomain
+IsParentAttr
+IsChar
+CategoryCollections
+IsCyclotomic
+CategoryCollections
+CategoryCollections
+CategoryCollections
+IsPosRat
+IsNegRat
+IsZeroCyc
+IsSmallIntRep
+IsInfinity
+IsNegInfinity
+IsIntegralCyclotomic
+IsIsIntegralCyclotomic
+CategoryCollections
+CategoryCollections
+IsRecNames
+IsEnumeratorByFunctionsRep
+IsIteratorByFunctionsRep
+IsListDefault
+IsRectangularTable
+IsIsRectangularTable
+CategoryCollections
+CategoryCollections
+IsSmallestGeneratorPerm
+IsSmallestMovedPoint
+IsLargestMovedPoint
+IsNrMovedPoints
+IsMovedPoints
+IsSignPerm
+IsCycleStructurePerm
+IsPerm2Rep
+IsPerm4Rep
+CategoryCollections
+CategoryCollections
+IsTrans2Rep
+IsTrans4Rep
+CategoryCollections
+CategoryCollections
+IsPPerm2Rep
+IsPPerm4Rep
+IsInfoClass
+CategoryCollections
+IsDirectory
+IsInputTextStringRep
+IsClosedStream
+IsStream
+IsInputStream
+IsInputTextStream
+IsInputTextNone
+IsOutputStream
+IsOutputTextStream
+IsOutputTextNone
+IsInputOutputStream
+IsRowVectorObj
+IsMatrixObj
+IsRowListMatrix
+IsFlatMatrix
+IsGF2VectorRep
+IsGF2MatrixRep
+Is8BitVectorRep
+Is8BitMatrixRep
+IsInfoClassListRep
+IsRandomSource
+IsGlobalRandomSource
+IsGAPRandomSource
+IsMersenneTwister
+IsObjSet
+IsObjMap
+IsFloat
+IsFloatInterval
+IsComplexFloat
+IsComplexFloatInterval
+CategoryFamily
+CategoryCollections
+CategoryCollections
+IsCos
+IsSin
+IsTan
+IsSec
+IsCsc
+IsCot
+IsAsin
+IsAcos
+IsAtan
+IsCosh
+IsSinh
+IsTanh
+IsSech
+IsCsch
+IsCoth
+IsAsinh
+IsAcosh
+IsAtanh
+IsLog2
+IsLog10
+IsLog1p
+IsExp
+IsExp2
+IsExp10
+IsExpm1
+IsCubeRoot
+IsSquare
+IsCeil
+IsFloor
+IsRound
+IsTrunc
+IsFrExp
+IsArgument
+IsAbsoluteValue
+IsFrac
+IsSinCos
+IsErf
+IsZeta
+IsGamma
+IsComplexI
+IsPrecisionFloat
+IsSignFloat
+IsSup
+IsInf
+IsMid
+IsAbsoluteDiameter
+IsRelativeDiameter
+IsPInfinity
+IsIsPInfinity
+IsNInfinity
+IsIsNInfinity
+IsXInfinity
+IsIsXInfinity
+IsNaN
+IsIsNaN
+IsIEEE754FloatRep
+IsDirectoryRep
+IsInputTextFileRep
+IsInputTextNoneRep
+IsOutputTextStringRep
+IsOutputTextFileRep
+IsOutputTextNoneRep
+IsInputOutputStreamByPtyRep
+IsDirectProductElement
+CategoryFamily
+CategoryCollections
+IsComponentsOfDirectProductElementsFamily
+IsDefaultDirectProductElementRep
+IsEmptyRowVector
+IsExtASet
+IsAssociativeAOpDSum
+IsAssociativeAOpESum
+IsTrivialAOpEZero
+IsGeneratorsOfExtASet
+IsAdditivelyActingDomain
+IsExtLSet
+IsAssociativeLOpDProd
+IsAssociativeLOpEProd
+IsDistributiveLOpDProd
+IsDistributiveLOpDSum
+IsDistributiveLOpEProd
+IsDistributiveLOpESum
+IsTrivialLOpEOne
+IsTrivialLOpEZero
+IsLeftActedOnByRing
+IsLeftActedOnByDivisionRing
+IsIsLeftActedOnByDivisionRing
+IsLeftActedOnBySuperset
+IsGeneratorsOfExtLSet
+IsLeftActingDomain
+IsExtRSet
+IsAssociativeROpDProd
+IsAssociativeROpEProd
+IsDistributiveROpDProd
+IsDistributiveROpDSum
+IsDistributiveROpEProd
+IsDistributiveROpESum
+IsTrivialROpEOne
+IsTrivialROpEZero
+IsRightActedOnByRing
+IsRightActedOnByDivisionRing
+IsRightActedOnBySuperset
+IsGeneratorsOfExtRSet
+IsRightActingDomain
+IsExtUSet
+IsAssociativeUOpDProd
+IsAssociativeUOpEProd
+IsDistributiveUOpDProd
+IsDistributiveUOpDSum
+IsDistributiveUOpEProd
+IsDistributiveUOpESum
+IsTrivialUOpEOne
+IsTrivialUOpEZero
+IsUpperActedOnByGroup
+IsUpperActedOnBySuperset
+IsGeneratorsOfExtUSet
+IsUpperActingDomain
+IsDictionary
+IsLookupDictionary
+IsHash
+IsDictionaryDefaultRep
+IsListDictionary
+IsListLookupDictionary
+IsSortDictionary
+IsSortLookupDictionary
+IsPositionDictionary
+IsPositionLookupDictionary
+TableHasIntKeyFun
+IsDenseHashRep
+IsSparseHashRep
+IsGeneralMapping
+IsSPGeneralMapping
+IsNonSPGeneralMapping
+CategoryCollections
+CategoryFamily
+IsFamilyRange
+IsFamilySource
+IsFamiliesOfGeneralMappingsAndRanges
+IsConstantTimeAccessGeneralMapping
+IsIsConstantTimeAccessGeneralMapping
+IsEndoGeneralMapping
+IsIsEndoGeneralMapping
+IsTotal
+IsIsTotal
+IsSingleValued
+IsIsSingleValued
+IsInjective
+IsIsInjective
+IsSurjective
+IsIsSurjective
+IsRange
+IsSource
+IsUnderlyingRelation
+IsUnderlyingGeneralMapping
+IsIdentityMapping
+IsInverseGeneralMapping
+IsImagesSource
+IsPreImagesRange
+IsCompositionMappingRep
+IsGeneralRestrictedMappingRep
+IsMappingGeneratorsImages
+RespectsMultiplication
+IsRespectsMultiplication
+RespectsOne
+IsRespectsOne
+RespectsInverses
+IsRespectsInverses
+IsKernelOfMultiplicativeGeneralMapping
+IsCoKernelOfMultiplicativeGeneralMapping
+RespectsAddition
+IsRespectsAddition
+RespectsZero
+IsRespectsZero
+RespectsAdditiveInverses
+IsRespectsAdditiveInverses
+IsKernelOfAdditiveGeneralMapping
+IsCoKernelOfAdditiveGeneralMapping
+RespectsScalarMultiplication
+IsRespectsScalarMultiplication
+IsFieldHomomorphism
+IsIsFieldHomomorphism
+TransformsMultiplicationIntoAddition
+IsTransformsMultiplicationIntoAddition
+TranformsOneIntoZero
+IsTranformsOneIntoZero
+TransformsInversesIntoAdditiveInverses
+IsTransformsInversesIntoAdditiveInverses
+TransformsAdditionIntoMultiplication
+IsTransformsAdditionIntoMultiplication
+TransformsZeroIntoOne
+IsTransformsZeroIntoOne
+TransformsAdditiveInversesIntoInverses
+IsTransformsAdditiveInversesIntoInverses
+IsSuccessors
+IsDegreeOfBinaryRelation
+IsReflexiveBinaryRelation
+IsIsReflexiveBinaryRelation
+IsSymmetricBinaryRelation
+IsIsSymmetricBinaryRelation
+IsTransitiveBinaryRelation
+IsIsTransitiveBinaryRelation
+IsAntisymmetricBinaryRelation
+IsIsAntisymmetricBinaryRelation
+IsPreOrderBinaryRelation
+IsIsPreOrderBinaryRelation
+IsPartialOrderBinaryRelation
+IsIsPartialOrderBinaryRelation
+IsLatticeOrderBinaryRelation
+IsIsLatticeOrderBinaryRelation
+IsEquivalenceRelation
+IsIsEquivalenceRelation
+IsHasseDiagram
+IsIsHasseDiagram
+IsPartialOrderOfHasseDiagram
+IsEquivalenceRelationPartition
+IsGeneratorsOfEquivalenceRelationPartition
+IsEquivalenceClass
+IsEquivalenceClassRelation
+IsEquivalenceClasses
+IsMagma
+IsMagmaWithOne
+IsMagmaWithInversesIfNonzero
+IsMagmaWithInverses
+IsAsMagma
+IsGeneratorsOfMagma
+IsGeneratorsOfMagmaWithOne
+IsGeneratorsOfMagmaWithInverses
+IsGeneratorsOfMagmaWithInverses
+IsIsGeneratorsOfMagmaWithInverses
+IsTrivialSubmagmaWithOne
+IsAssociative
+IsIsAssociative
+IsCommutative
+IsIsCommutative
+IsMultiplicativeNeutralElement
+IsCentre
+IsIdempotents
+IsCentralizerInParent
+IsMagmaGeneratorsOfFamily
+IsGeneratorsOfMagmaIdeal
+IsMultiplicativeElementWithZero
+CategoryCollections
+IsMultiplicativeZero
+IsMagmaWithZeroAdjoinedElementRep
+IsMagmaWithZeroAdjoined
+IsInjectionZeroMagma
+IsMagmaWithZeroAdjoined
+IsUnderlyingInjectionZeroMagma
+IsLeftMagmaCongruence
+IsGeneratingPairsOfLeftMagmaCongruence
+IsPartialClosureOfCongruence
+IsRightMagmaCongruence
+IsGeneratingPairsOfRightMagmaCongruence
+IsMagmaCongruence
+IsGeneratingPairsOfMagmaCongruence
+IsCongruenceClass
+IsLeftSemigroupCongruence
+IsIsLeftSemigroupCongruence
+IsRightSemigroupCongruence
+IsIsRightSemigroupCongruence
+IsSemigroupCongruence
+IsIsSemigroupCongruence
+IsReesCongruence
+IsIsReesCongruence
+IsAsSemigroup
+IsGeneratorsOfSemigroup
+IsIsGeneratorsOfSemigroup
+IsCayleyGraphSemigroup
+IsCayleyGraphDualSemigroup
+IsZeroGroup
+IsIsZeroGroup
+IsSimpleSemigroup
+IsIsSimpleSemigroup
+IsZeroSimpleSemigroup
+IsIsZeroSimpleSemigroup
+IsANonReesCongruenceOfSemigroup
+IsReesCongruenceSemigroup
+IsIsReesCongruenceSemigroup
+IsRegularSemigroup
+IsIsRegularSemigroup
+IsInverseSemigroup
+IsIsInverseSemigroup
+IsNilpotencyDegree
+IsBand
+IsIsBand
+IsBrandtSemigroup
+IsIsBrandtSemigroup
+IsCliffordSemigroup
+IsIsCliffordSemigroup
+IsCommutativeSemigroup
+IsIsCommutativeSemigroup
+IsCompletelyRegularSemigroup
+IsIsCompletelyRegularSemigroup
+IsCompletelySimpleSemigroup
+IsIsCompletelySimpleSemigroup
+IsGroupAsSemigroup
+IsIsGroupAsSemigroup
+IsIdempotentGenerated
+IsIsIdempotentGenerated
+IsLeftZeroSemigroup
+IsIsLeftZeroSemigroup
+IsMonogenicSemigroup
+IsIsMonogenicSemigroup
+IsMonoidAsSemigroup
+IsIsMonoidAsSemigroup
+IsNilpotentSemigroup
+IsIsNilpotentSemigroup
+IsOrthodoxSemigroup
+IsIsOrthodoxSemigroup
+IsRectangularBand
+IsIsRectangularBand
+IsRightZeroSemigroup
+IsIsRightZeroSemigroup
+IsSemiband
+IsIsSemiband
+IsSemilattice
+IsIsSemilattice
+IsZeroSemigroup
+IsIsZeroSemigroup
+IsLeftSemigroupIdeal
+IsIsLeftSemigroupIdeal
+IsRightSemigroupIdeal
+IsIsRightSemigroupIdeal
+IsSemigroupIdeal
+IsIsSemigroupIdeal
+IsReesCongruenceOfSemigroupIdeal
+IsAsMonoid
+IsCyclic
+IsIsCyclic
+IsElementaryAbelian
+IsIsElementaryAbelian
+IsFinitelyGeneratedGroup
+IsIsFinitelyGeneratedGroup
+IsSubsetLocallyFiniteGroup
+IsIsSubsetLocallyFiniteGroup
+CanEasilyTestMembership
+CanEasilyComputeWithIndependentGensAbelianGroup
+CanComputeSizeAnySubgroup
+KnowsHowToDecompose
+IsKnowsHowToDecompose
+IsPGroup
+IsIsPGroup
+IsPrimePGroup
+IsPClassPGroup
+IsRankPGroup
+IsNilpotentGroup
+IsIsNilpotentGroup
+IsPerfectGroup
+IsIsPerfectGroup
+IsSporadicSimpleGroup
+IsIsSporadicSimpleGroup
+IsSimpleGroup
+IsIsSimpleGroup
+IsAlmostSimpleGroup
+IsIsAlmostSimpleGroup
+IsSupersolvableGroup
+IsIsSupersolvableGroup
+IsMonomialGroup
+IsIsMonomialGroup
+IsSolvableGroup
+IsIsSolvableGroup
+IsPolycyclicGroup
+IsIsPolycyclicGroup
+IsAbelianInvariants
+IsIsInfiniteAbelianizationGroup
+IsAsGroup
+IsChiefSeries
+IsCommutatorFactorGroup
+IsCompositionSeries
+IsConjugacyClasses
+IsConjugacyClassesMaximalSubgroups
+IsMaximalSubgroups
+IsMaximalSubgroupClassReps
+IsPerfectResiduum
+IsRepresentativesPerfectSubgroups
+IsRepresentativesSimpleSubgroups
+IsConjugacyClassesPerfectSubgroups
+IsConjugacyClassesSubgroups
+IsLatticeSubgroups
+IsDerivedLength
+IsHirschLength
+IsDerivedSeriesOfGroup
+IsDerivedSubgroup
+IsMaximalAbelianQuotient
+IsCommutatorLength
+IsDimensionsLoewyFactors
+IsElementaryAbelianSeries
+IsElementaryAbelianSeriesLargeSteps
+IsExponent
+IsFittingSubgroup
+IsPrefrattiniSubgroup
+IsFrattiniSubgroup
+IsInvariantForm
+IsJenningsSeries
+IsLowerCentralSeriesOfGroup
+IsNilpotencyClassOfGroup
+IsMaximalNormalSubgroups
+IsNormalMaximalSubgroups
+IsMinimalNormalSubgroups
+IsNormalSubgroups
+IsNrConjugacyClasses
+IsComputedOmegas
+IsComputedAgemos
+IsRadicalGroup
+IsRationalClasses
+IsGeneratorsSmallest
+IsLargestElementGroup
+IsMinimalGeneratingSet
+IsSmallGeneratingSet
+IsSupersolvableResiduum
+IsComplementSystem
+IsSylowSystem
+IsHallSystem
+IsSocle
+IsUpperCentralSeriesOfGroup
+IsCoreInParent
+IsIndexInParent
+IsIndexInWholeGroup
+IsIndependentGeneratorsOfAbelianGroup
+IsNormalInParent
+IsIsNormalInParent
+IsComputedIsPNilpotents
+IsComputedIsPSolvables
+IsNormalClosureInParent
+IsNormalizerInParent
+IsComputedPCentralSeriess
+IsComputedPRumps
+IsComputedPCores
+IsSubnormalSeriesInParent
+IsComputedSylowSubgroups
+IsComputedSylowComplements
+IsComputedHallSubgroups
+IsNormalHallSubgroups
+IsGrowthFunctionOfGroup
+IsElementTestFunction
+IsRightTransversal
+CategoryCollections
+IsRightTransversalInParent
+IsIsomorphismTypeInfoFiniteSimpleGroup
+IsIsomorphismPcGroup
+IsIsomorphismSpecialPcGroup
+IsIsomorphismPermGroup
+IsIsomorphismFpGroup
+IsPrimePowerComponents
+IsGroupOfFamily
+IsGeneratorsOfInverseSemigroup
+IsIsGeneratorsOfInverseSemigroup
+IsGeneratorsOfInverseMonoid
+IsGeneratorsOfInverseSemigroup
+IsAsInverseSemigroup
+IsAsInverseMonoid
+IsReverseNaturalPartialOrder
+IsNaturalPartialOrder
+IsNearAdditiveMagma
+IsNearAdditiveMagmaWithZero
+IsNearAdditiveGroup
+IsAdditivelyCommutative
+IsIsAdditivelyCommutative
+IsGeneratorsOfNearAdditiveMagma
+IsGeneratorsOfNearAdditiveMagmaWithZero
+IsGeneratorsOfNearAdditiveGroup
+IsTrivialSubnearAdditiveMagmaWithZero
+IsAdditiveNeutralElement
+IsAdditiveCoset
+IsLDistributive
+IsIsLDistributive
+IsRDistributive
+IsIsRDistributive
+IsGeneratorsOfSemiring
+IsGeneratorsOfSemiringWithOne
+IsGeneratorsOfSemiringWithZero
+IsGeneratorsOfSemiringWithOneAndZero
+IsAsSemiring
+IsAsSemiringWithOne
+IsAsSemiringWithZero
+IsAsSemiringWithOneAndZero
+IsCentralIdempotentsOfSemiring
+IsAsNearRing
+IsAsRing
+IsGeneratorsOfRing
+IsGeneratorsOfRingWithOne
+IsUniqueFactorizationRing
+IsEuclideanRing
+IsAnticommutative
+IsIsAnticommutative
+IsIntegralRing
+IsIsIntegralRing
+IsJacobianRing
+IsIsJacobianRing
+IsZeroSquaredRing
+IsIsZeroSquaredRing
+IsZeroMultiplicationRing
+IsIsZeroMultiplicationRing
+IsUnits
+IsGeneralizedCartanMatrix
+IsIsGeneralizedCartanMatrix
+IsBaseMat
+IsBaseOrthogonalSpaceMat
+IsDefaultFieldOfMatrix
+IsDepthOfUpperTriangularMatrix
+IsDeterminantMat
+IsDimensionsMat
+IsNullspaceMat
+IsTriangulizedNullspaceMat
+IsProjectiveOrder
+IsRankMat
+IsSemiEchelonMat
+IsSemiEchelonMatTransformation
+IsTransposedMatImmutable
+IsMonomialMatrix
+IsIsMonomialMatrix
+IsJordanDecomposition
+IsCharacteristicPolynomial
+IsBaseIntMat
+IsNullspaceIntMat
+IsAbelianInvariantsOfList
+IsMatrixByBlockMatrix
+IsTwoSidedIdealInParent
+IsIsTwoSidedIdealInParent
+IsLeftIdealInParent
+IsIsLeftIdealInParent
+IsRightIdealInParent
+IsIsRightIdealInParent
+IsGeneratorsOfTwoSidedIdeal
+IsGeneratorsOfLeftIdeal
+IsGeneratorsOfRightIdeal
+IsLeftActingRingOfIdeal
+IsRightActingRingOfIdeal
+IsFreeLeftModule
+IsFiniteDimensional
+IsIsFiniteDimensional
+IsFullRowModule
+IsIsFullRowModule
+IsFullMatrixModule
+IsIsFullMatrixModule
+IsHandledByNiceBasis
+IsDimension
+IsGeneratorsOfLeftOperatorAdditiveGroup
+IsGeneratorsOfRightOperatorAdditiveGroup
+IsRowModule
+IsIsRowModule
+IsMatrixModule
+IsIsMatrixModule
+IsDimensionOfVectors
+IsBasis
+IsCanonicalBasis
+IsIsCanonicalBasis
+IsCanonicalBasisFullRowModule
+IsIsCanonicalBasisFullRowModule
+IsCanonicalBasisFullMatrixModule
+IsIsCanonicalBasisFullMatrixModule
+IsIntegralBasis
+IsIsIntegralBasis
+IsNormalBasis
+IsIsNormalBasis
+IsSemiEchelonized
+IsIsSemiEchelonized
+IsBasisVectors
+IsEnumeratorByBasis
+IsStructureConstantsTable
+IsUnderlyingLeftModule
+IsBasis
+IsSemiEchelonBasis
+IsGenericFiniteSpace
+IsSpaceOfRationalFunctions
+IsBasisByNiceBasis
+IsNiceBasis
+IsNiceFreeLeftModule
+IsNiceFreeLeftModuleInfo
+IsMutableBasis
+IsGaussianSpace
+IsCanonicalBasis
+IsNonGaussianRowSpace
+IsNonGaussianMatrixSpace
+IsNormedRowVectors
+IsSubspacesVectorSpace
+IsSubspaces
+IsOrthogonalSpaceInFullRowSpace
+IsVectorSpaceHomomorphism
+IsIsVectorSpaceHomomorphism
+IsAsLeftModuleGeneralMappingByImages
+IsFullHomModule
+IsIsFullHomModule
+IsPseudoCanonicalBasisFullHomModule
+IsIsPseudoCanonicalBasisFullHomModule
+IsLinearMappingsModule
+IsSimpleAlgebra
+IsIsSimpleAlgebra
+IsGeneratorsOfLeftOperatorRing
+IsGeneratorsOfLeftOperatorRingWithOne
+IsPowerSubalgebraSeries
+IsAdjointBasis
+IsIndicesOfAdjointBasis
+IsRadicalOfAlgebra
+IsDirectSumDecomposition
+IsNullAlgebra
+IsLieAlgebraByDomain
+IsQuaternion
+CategoryCollections
+CategoryCollections
+IsLeviMalcevDecomposition
+IsGrading
+IsElementOfMagmaRingModuloRelations
+CategoryCollections
+CategoryFamily
+IsElementOfFreeMagmaRing
+CategoryCollections
+CategoryFamily
+IsCoefficientsAndMagmaElements
+IsZeroCoefficient
+IsMagmaRingModuloRelations
+IsFreeMagmaRing
+IsGroupRing
+IsIsGroupRing
+IsUnderlyingMagma
+IsAugmentationIdeal
+IsMagmaRingModuloSpanOfZero
+IsElementOfMagmaRingModuloSpanOfZeroFamily
+IsSpaceOfElementsOfMagmaRing
+IsElementOfFpAlgebra
+CategoryCollections
+CategoryFamily
+IsSubalgebraFpAlgebra
+IsFullFpAlgebra
+IsIsFullFpAlgebra
+IsFreeGeneratorsOfFpAlgebra
+IsRelatorsOfFpAlgebra
+IsFreeAlgebraOfFpAlgebra
+IsNormalForm
+IsIsNormalForm
+IsNiceNormalFormByExtRepFunction
+IsNiceAlgebraMonomorphism
+IsFpAlgebraElementsSpace
+IsLieAbelian
+IsIsLieAbelian
+IsLieNilpotent
+IsIsLieNilpotent
+IsRestrictedLieAlgebra
+IsIsRestrictedLieAlgebra
+IsLieDerivedSubalgebra
+IsLieDerivedSeries
+IsLieSolvable
+IsIsLieSolvable
+IsLieLowerCentralSeries
+IsLieUpperCentralSeries
+IsLieCentre
+IsRightDerivations
+IsLeftDerivations
+IsKillingMatrix
+IsCartanSubalgebra
+IsPthPowerImages
+IsNonNilpotentElement
+IsLieNilRadical
+IsLieSolvableRadical
+IsSemiSimpleType
+IsLieCentralizerInParent
+IsLieNormalizerInParent
+IsPowerS
+IsRootSystem
+IsRootSystemFromLieAlgebra
+IsUnderlyingLieAlgebra
+IsRootSystem
+IsPositiveRoots
+IsNegativeRoots
+IsPositiveRootVectors
+IsNegativeRootVectors
+IsSimpleSystem
+IsCartanMatrix
+IsBilinearFormMat
+IsCanonicalGenerators
+IsChevalleyBasis
+IsUniversalEnvelopingAlgebra
+IsFamilyElementOfFreeLieAlgebra
+IsFptoSCAMorphism
+IsJenningsLieAlgebra
+IsPCentralLieAlgebra
+IsNaturalHomomorphismOfLieAlgebraFromNilpotentGroup
+IsFamilyOverFullCoefficientsFamily
+IsSCAlgebraObj
+CategoryCollections
+CategoryCollections
+CategoryCollections
+CategoryFamily
+IsFullSCAlgebra
+IsIsFullSCAlgebra
+IsCanonicalBasisFullSCAlgebra
+IsIsCanonicalBasisFullSCAlgebra
+IsSCAlgebraObjSpace
+IsIsomorphismFpFLMLOR
+IsIsomorphismMatrixFLMLOR
+IsIsomorphismSCFLMLOR
+IsLieObject
+CategoryCollections
+CategoryCollections
+IsLieFamily
+IsUnderlyingFamily
+IsLieObject
+IsUnderlyingRingElement
+IsLieObjectsModule
+IsAlgebraModuleElement
+CategoryCollections
+CategoryFamily
+IsLeftAlgebraModuleElement
+CategoryCollections
+IsRightAlgebraModuleElement
+CategoryCollections
+IsAlgebraModule
+IsIsAlgebraModule
+IsLeftAlgebraModule
+IsIsLeftAlgebraModule
+IsRightAlgebraModule
+IsIsRightAlgebraModule
+IsLeftActingAlgebra
+IsRightActingAlgebra
+IsGeneratorsOfAlgebraModule
+IsBasisOfAlgebraModuleElementSpace
+IsAdjointModule
+IsFaithfulModule
+IsMonomialElement
+CategoryCollections
+CategoryFamily
+IsTensorElement
+CategoryCollections
+IsWedgeElement
+CategoryCollections
+IsSymmetricPowerElement
+CategoryCollections
+IsDirectSumElement
+CategoryCollections
+CategoryFamily
+IsSparseRowSpaceElement
+CategoryCollections
+CategoryFamily
+IsDirectSumElementsSpace
+IsCochain
+CategoryCollections
+IsWeylGroup
+IsIsWeylGroup
+IsWeylGroup
+IsSparseCartanMatrix
+IsLongestWeylWordPerm
+IsPositiveRootsAsWeights
+IsUEALatticeElement
+CategoryCollections
+CategoryFamily
+IsLatticeGeneratorsInUEA
+IsWeightRepElement
+CategoryCollections
+CategoryFamily
+IsBasisOfWeightRepElementSpace
+IsCochainsSpace
+IsSearchTable
+IsVectorSearchTable
+IsIntegers
+IsPositiveIntegers
+IsNonnegativeIntegers
+IsGaussianIntegers
+IsPrimeDivisors
+IsSCRingObj
+CategoryCollections
+CategoryCollections
+CategoryCollections
+CategoryFamily
+IsStandardGeneratorsSubringSCRing
+IsSubrings
+IsIdeals
+IsDirectSumInfo
+IsPermanent
+IsPolynomialFunction
+IsRationalFunction
+CategoryCollections
+CategoryCollections
+IsPolynomialFunctionsFamilyElement
+IsRationalFunctionsFamilyElement
+IsPolynomialFunctionsFamily
+IsRationalFunctionsFamily
+IsRationalFunctionOverField
+IsRationalFunctionsFamily
+IsCoefficientsFamily
+IsNumeratorOfRationalFunction
+IsDenominatorOfRationalFunction
+IsPolynomial
+IsIsPolynomial
+IsAsPolynomial
+IsUnivariateRationalFunction
+IsIsUnivariateRationalFunction
+IsLaurentPolynomial
+IsIsLaurentPolynomial
+IsConstantRationalFunction
+IsIsConstantRationalFunction
+IsRationalFunctionDefaultRep
+IsPolynomialDefaultRep
+IsLaurentPolynomialDefaultRep
+IsUnivariateRationalFunctionDefaultRep
+IsExtRepNumeratorRatFun
+IsExtRepDenominatorRatFun
+IsExtRepPolynomialRatFun
+IsCoefficientsOfLaurentPolynomial
+IsIndeterminateNumberOfUnivariateRationalFunction
+IsIndeterminateOfUnivariateRationalFunction
+IsCoefficientsOfUnivariatePolynomial
+IsDegreeOfLaurentPolynomial
+IsCoefficientsOfUnivariateRationalFunction
+IsDerivative
+IsDiscriminant
+IsLaurentPolynomialsFamilyElement
+IsUnivariatePolynomialsFamilyElement
+IsLaurentPolynomialsFamily
+IsUnivariatePolynomialsFamily
+IsPrimeField
+IsPrimeField
+IsIsPrimeField
+IsDefiningPolynomial
+IsDegreeOverPrimeField
+IsGeneratorsOfDivisionRing
+IsNormalBase
+IsPrimitiveElement
+IsPrimitiveRoot
+IsRootOfDefiningPolynomial
+IsSubfields
+IsFieldControlledByGaloisGroup
+IsConjugates
+IsNorm
+IsTrace
+IsGaloisGroup
+IsComplexConjugate
+IsRealPart
+IsImaginaryPart
+IsFrobeniusAutomorphism
+IsFieldElementsSpace
+IsZmodnZObj
+IsZmodnZObjNonprime
+CategoryFamily
+CategoryCollections
+CategoryCollections
+CategoryCollections
+IsModulusOfZmodnZObj
+IsZmodnZepsObj
+CategoryCollections
+IsZmodnZepsRep
+IsCyclotomic
+IsIsRingOfIntegralCyclotomics
+IsGaloisMat
+IsRationalizedMat
+IsNumberField
+IsIsNumberField
+IsAbelianNumberField
+IsIsAbelianNumberField
+IsCyclotomicField
+IsIsCyclotomicField
+IsGaloisStabilizer
+IsGaussianRationals
+IsExponentOfPowering
+IsPadicNumber
+CategoryCollections
+CategoryCollections
+CategoryFamily
+IsPurePadicNumber
+CategoryFamily
+IsPadicExtensionNumber
+CategoryFamily
+IsPolynomialRing
+IsFunctionField
+IsUnivariatePolynomialRing
+IsFiniteFieldPolynomialRing
+IsAbelianNumberFieldPolynomialRing
+IsAlgebraicExtensionPolynomialRing
+IsRationalsPolynomialRing
+IsCoefficientsRing
+IsIndeterminatesOfPolynomialRing
+IsSplittingField
+IsIrrFacsPol
+IsMinimizedBombieriNorm
+IsAlgebraicElement
+CategoryCollections
+CategoryCollections
+CategoryCollections
+CategoryFamily
+IsAlgebraicExtension
+IsAlgebraicElementsFamilies
+IsDefectApproximation
+IsUnknown
+IsWord
+CategoryCollections
+IsNonassocWord
+CategoryCollections
+CategoryCollections
+CategoryFamily
+CategoryFamily
+CategoryCollections
+CategoryCollections
+CategoryCollections
+CategoryFamily
+CategoryFamily
+CategoryFamily
+IsSyllableWordsFamily
+Is8BitsFamily
+Is16BitsFamily
+Is32BitsFamily
+IsInfBitsFamily
+IsSyllableAssocWordRep
+IsLetterAssocWordRep
+IsBLetterAssocWordRep
+IsWLetterAssocWordRep
+IsLetterWordsFamily
+IsBLetterWordsFamily
+IsWLetterWordsFamily
+IsFreeSemigroup
+IsIsFreeSemigroup
+IsFreeMonoid
+IsIsFreeMonoid
+IsNumberSyllables
+IsBaseDomain
+IsRowLength
+IsPlistVectorRep
+IsPlistMatrixRep
+IsIntVector
+IsFFEVector
+IsCheckingVector
+IsCheckingMatrix
+IsRewritingSystem
+IsReducedConfluentRewritingSystem
+IsBuiltFromAdditiveMagmaWithInverses
+IsIsBuiltFromAdditiveMagmaWithInverses
+IsBuiltFromMagma
+IsIsBuiltFromMagma
+IsBuiltFromMagmaWithOne
+IsIsBuiltFromMagmaWithOne
+IsBuiltFromMagmaWithInverses
+IsIsBuiltFromMagmaWithInverses
+IsBuiltFromGroup
+IsIsBuiltFromGroup
+IsBuiltFromSemigroup
+IsIsBuiltFromSemigroup
+IsBuiltFromMonoid
+IsIsBuiltFromMonoid
+IsSemigroupOfRewritingSystem
+IsMonoidOfRewritingSystem
+IsConfluentRws
+IsGeneratorsOfRws
+IsNumberGeneratorsOfRws
+IsRules
+IsOrderingOfRewritingSystem
+IsConfluent
+IsIsConfluent
+IsReduced
+IsIsReduced
+IsPolycyclicCollector
+IsPowerConjugateCollector
+IsPowerCommutatorCollector
+IsRelativeOrders
+IsUpToDatePolycyclicCollector
+IsElementsFamilyByRws
+IsMultiplicativeElementWithInverseByRws
+IsElementFinitePolycyclicGroup
+CategoryCollections
+IsMultiplicativeElementWithInverseByPolycyclicCollector
+CategoryCollections
+IsDefiningPcgs
+IsKernelPcWord
+IsElementsFamilyBy8BitsSingleCollector
+IsElementsFamilyBy16BitsSingleCollector
+IsElementsFamilyBy32BitsSingleCollector
+IsMonomialOrdering
+IsMonomialOrderingDefaultRep
+IsMonomialComparisonFunction
+IsMonomialExtrepComparisonFun
+IsOccuringVariableIndices
+IsStoredGroebnerBasis
+IsGeneralPcgs
+IsModuloPcgs
+IsPcgs
+IsPcgsFamily
+IsPcgsDefaultRep
+IsPcGroupWithPcgs
+IsGroupOfPcgs
+IsOneOfPcgs
+IsPcSeries
+IsPcgsElementaryAbelianSeries
+IsIsPcgsElementaryAbelianSeries
+IsPcgsElementaryAbelianSeries
+IsIndicesEANormalSteps
+IsEANormalSeriesByPcgs
+IsPcgsCentralSeries
+IsIsPcgsCentralSeries
+IsPcgsCentralSeries
+IsIndicesCentralNormalSteps
+IsCentralNormalSeriesByPcgs
+IsPcgsPCentralSeriesPGroup
+IsIsPcgsPCentralSeriesPGroup
+IsPcgsPCentralSeriesPGroup
+IsIndicesPCentralNormalStepsPGroup
+IsPCentralNormalSeriesByPcgsPGroup
+IsPcgsChiefSeries
+IsIsPcgsChiefSeries
+IsPcgsChiefSeries
+IsIndicesChiefNormalSteps
+IsChiefNormalSeriesByPcgs
+IsIndicesNormalSteps
+IsNormalSeriesByPcgs
+IsPrimeOrdersPcgs
+IsIsPrimeOrdersPcgs
+IsFiniteOrdersPcgs
+IsIsFiniteOrdersPcgs
+IsRefinedPcGroup
+IsIsomorphismRefinedPcGroup
+IsInducedPcgs
+IsLeadCoeffsIGS
+IsParentPcgs
+IsCanonicalPcgs
+IsCanonicalPcgs
+IsIsCanonicalPcgs
+IsParentPcgsFamilyPcgs
+IsIsParentPcgsFamilyPcgs
+IsElementaryAbelianSubseries
+IsFamilyPcgs
+IsIsFamilyPcgs
+IsDenominatorOfModuloPcgs
+IsNumeratorOfModuloPcgs
+IsNumeratorParentPcgsFamilyPcgs
+IsIsNumeratorParentPcgsFamilyPcgs
+IsPcgsPermGroupRep
+IsModuloPcgsPermGroupRep
+IsSpecialPcgs
+IsIsSpecialPcgs
+IsSpecialPcgs
+IsLGHeads
+IsLGTails
+IsLGWeights
+IsLGLayers
+IsLGFirst
+IsLGLength
+IsInducedPcgsWrtSpecialPcgs
+IsCanonicalPcgsWrtSpecialPcgs
+IsInducedPcgsWrtSpecialPcgs
+IsIsInducedPcgsWrtSpecialPcgs
+IsCanonicalPcgsWrtSpecialPcgs
+IsIsCanonicalPcgsWrtSpecialPcgs
+IsCanonicalPcgsWrtFamilyPcgs
+IsCanonicalPcgsWrtHomePcgs
+IsFamilyPcgs
+IsHomePcgs
+IsInducedPcgsWrtFamilyPcgs
+IsComputedInducedPcgses
+IsInducedPcgsWrtHomePcgs
+IsPcgs
+IsGeneralizedPcgs
+CanEasilyComputePcgs
+IsOmegaSeries
+IsNormalizerInHomePcgs
+IsMultiplicationTable
+IsAllBlocks
+IsTransitiveIdentification
+IsPrimitiveIdentification
+IsONanScottType
+IsSocleTypePrimitiveGroup
+IsTwoClosure
+IsGroupGeneralMappingByImages
+IsPreimagesByAsGroupGeneralMappingByImages
+IsGroupGeneralMappingByAsGroupGeneralMappingByImages
+IsAsGroupGeneralMappingByImages
+IsMappingOfWhichItIsAsGGMBI
+IsNaturalHomomorphismByNormalSubgroupNCInParent
+IsConjugatorIsomorphism
+IsIsConjugatorIsomorphism
+IsInnerAutomorphism
+IsIsInnerAutomorphism
+IsConjugatorOfConjugatorIsomorphism
+IsImagesSmallestGenerators
+IsRegularActionHomomorphism
+IsGroupGeneralMappingByPcgs
+IsPcGroupGeneralMappingByImages
+IsToPcGroupGeneralMappingByImages
+IsNaturalHomomorphismPcGroupRep
+IsPcgsToPcgsGeneralMappingByImages
+IsDirectProductInfo
+IsSubdirectProductInfo
+IsSemidirectProductInfo
+IsWreathProductInfo
+IsFreeProductInfo
+IsWreathProductElement
+CategoryCollections
+IsWreathProductElementDefaultRep
+IsPermGroupGeneralMapping
+IsPermGroupGeneralMappingByImages
+IsToPermGroupGeneralMappingByImages
+IsNaturalSymmetricGroup
+IsIsNaturalSymmetricGroup
+IsNaturalAlternatingGroup
+IsIsNaturalAlternatingGroup
+IsAlternatingGroup
+IsIsAlternatingGroup
+IsSymmetricGroup
+IsIsSymmetricGroup
+IsSymmetricParentGroup
+IsAlternatingSubgroup
+IsOrbitStabilizingParentGroup
+IsDirectFactorsOfGroup
+IsSemidirectFactorsOfGroup
+IsDecompositionTypesOfGroup
+IsDihedralGroup
+IsIsDihedralGroup
+IsDihedralGenerators
+IsQuaternionGroup
+IsIsQuaternionGroup
+IsQuaternionGenerators
+IsQuasiDihedralGroup
+IsIsQuasiDihedralGroup
+IsQuasiDihedralGenerators
+IsPSL
+IsIsPSL
+IsParametersOfGroupViewedAsPSL
+IsParametersOfGroupViewedAsSL
+IsParametersOfGroupViewedAsGL
+IsAlternatingDegree
+IsSymmetricDegree
+IsPSLDegree
+IsPSLUnderlyingField
+IsSLDegree
+IsSLUnderlyingField
+IsGLDegree
+IsGLUnderlyingField
+IsStructureDescription
+IsQuotientSystem
+IsPQuotientSystem
+IsIsPQuotientSystem
+IsNilpQuotientSystem
+IsIsNilpQuotientSystem
+IsExternalSet
+IsExternalSubset
+IsExternalOrbit
+IsExternalSetByPcgs
+IsExternalSetDefaultRep
+IsExternalSetByActorsRep
+IsActingDomain
+IsHomeEnumerator
+IsActionHomomorphism
+IsActionHomomorphismByActors
+IsActionHomomorphismSubset
+IsActionKernelExternalSet
+IsActionHomomorphismByBase
+IsConstituentHomomorphism
+IsBlocksHomomorphism
+IsLinearActionHomomorphism
+IsProjectiveActionHomomorphism
+IsLinearActionBasis
+IsFunctionAction
+IsStabilizerOfExternalSet
+IsCanonicalRepresentativeOfExternalSet
+IsCanonicalRepresentativeDeterminatorOfExternalSet
+IsCanEasilyDetermineCanonicalRepresentativeExternalSet
+IsActorOfExternalSet
+IsActionHomomorphismAttr
+IsSurjectiveActionHomomorphismAttr
+IsUnderlyingExternalSet
+IsExternalSet
+IsOrbits
+IsOrbitsDomain
+IsOrbitLengths
+IsOrbitLengthsDomain
+IsExternalOrbits
+IsExternalOrbitsStabilizers
+IsTransitivity
+IsBlocksAttr
+IsMaximalBlocksAttr
+IsRepresentativesMinimalBlocksAttr
+IsEarns
+IsTransitive
+IsIsTransitive
+IsPrimitive
+IsIsPrimitive
+IsPrimitiveAffine
+IsIsPrimitiveAffine
+IsSemiRegular
+IsIsSemiRegular
+IsRegular
+IsIsRegular
+IsRankAction
+IsStabChainMutable
+IsStabChainImmutable
+IsStabChainOptions
+IsBaseOfGroup
+IsMinimalStabChain
+IsPermOnEnumerator
+IsExternalOrbitByStabilizerRep
+IsConjugacyClassGroupRep
+IsConjugacyClassPermGroupRep
+IsRationalClassGroupRep
+IsRationalClassPermGroupRep
+IsDecomposedRationalClass
+IsStoredPermliftSeries
+IsComputedAscendingChains
+IsDoubleCoset
+IsLeftActingGroup
+IsRightActingGroup
+IsRepresentativesContainedRightCosets
+IsRightCoset
+IsNaturalHomomorphismsPool
+IsSocleComplement
+IsSocleDimensions
+IsModuleOfExtension
+IsOmegaAndLowerPCentralSeries
+IsSchurCover
+IsEpimorphismSchurCover
+IsAbelianInvariantsMultiplier
+IsEpicentre
+IsCentralFactor
+IsIsCentralFactor
+IsConjugacyClassSubgroupsRep
+IsConjugacyClassSubgroupsByStabilizerRep
+IsLatticeSubgroupsRep
+IsZuppos
+IsMaximalSubgroupsLattice
+IsMinimalSupergroupsLattice
+IsTomDataAlmostSimpleRecognition
+IsFrattiniFree
+IsIsFrattiniFree
+IsStraightLineProgram
+IsLinesOfStraightLineProgram
+IsNrInputsOfStraightLineProgram
+StraightLineProgramElmRankFilter
+IsStraightLineProgElm
+IsStraightLineProgElmType
+IsSlotUsagePattern
+IsLargestNrSlots
+IsObjWithMemoryRankFilter
+IsObjWithMemory
+IsTypeOfObjWithMemory
+IsSubgroupFgGroup
+IsSubgroupFpGroup
+IsElementOfFpGroup
+CategoryCollections
+CategoryFamily
+IsFpElmEqualityMethod
+IsFpElmComparisonMethod
+IsFpElementNFFunction
+IsCosetTableInWholeGroup
+IsCosetTableNormalClosureInWholeGroup
+IsSubgroupOfWholeGroupByQuotientRep
+IsAsSubgroupOfWholeGroupByQuotient
+IsFreeGeneratorsOfFpGroup
+IsRelatorsOfFpGroup
+IsFreeGroupOfFpGroup
+IsIndicesInvolutaryGenerators
+IsStoredExcludedOrders
+IsFPFaithHom
+IsAugmentedCosetTableMtcInWholeGroup
+IsAugmentedCosetTableRrsInWholeGroup
+IsAugmentedCosetTableNormalClosureInWholeGroup
+IsPresentation
+IsPrimaryGeneratorWords
+IsTietzeOrigin
+IsTzOptions
+Extrarankfilter
+IsFromFpGroupGeneralMapping
+IsFromFpGroupGeneralMappingByImages
+IsFromFpGroupStdGensGeneralMappingByImages
+IsToFpGroupGeneralMappingByImages
+IsWordDecompHomomorphism
+IsIsWordDecompHomomorphism
+IsCosetTableFpHom
+IsIsomorphismSimplifiedFpGroup
+IsEpimorphismFromFreeGroup
+IsCanonicalBasisIntegersRep
+IsNiceMonomorphism
+IsNiceMonomorphism
+IsCanonicalNiceMonomorphism
+IsIsCanonicalNiceMonomorphism
+IsCanonicalNiceMonomorphism
+IsNiceObject
+IsHandledByNiceMonomorphism
+IsIsHandledByNiceMonomorphism
+IsSeedFaithfulAction
+IsAutomorphismGroup
+IsGroupOfAutomorphisms
+IsIsGroupOfAutomorphisms
+IsGroupOfAutomorphismsFiniteGroup
+IsIsGroupOfAutomorphismsFiniteGroup
+IsAutomorphismDomain
+IsAutomorphismGroup
+IsIsAutomorphismGroup
+IsInnerAutomorphismsAutomorphismGroup
+IsDefaultFieldOfMatrixGroup
+IsDimensionOfMatrixGroup
+IsFieldOfMatrixGroup
+IsTransposedMatrixGroup
+IsGeneralLinearGroup
+IsIsGeneralLinearGroup
+IsNaturalGL
+IsIsNaturalGL
+IsSpecialLinearGroup
+IsIsSpecialLinearGroup
+IsNaturalSL
+IsIsNaturalSL
+IsSubgroupSL
+IsIsSubgroupSL
+IsInvariantBilinearForm
+IsFullSubgroupGLorSLRespectingBilinearForm
+IsIsFullSubgroupGLorSLRespectingBilinearForm
+IsInvariantSesquilinearForm
+IsFullSubgroupGLorSLRespectingSesquilinearForm
+IsIsFullSubgroupGLorSLRespectingSesquilinearForm
+IsInvariantQuadraticForm
+IsFullSubgroupGLorSLRespectingQuadraticForm
+IsIsFullSubgroupGLorSLRespectingQuadraticForm
+CanComputeFittingFree
+IsFittingFreeLiftSetup
+IsRecogDecompinfoHomomorphism
+IsDirectFactorsFittingFreeSocle
+IsChiefSeriesTF
+IsRationalMatrixGroup
+IsIsRationalMatrixGroup
+IsIntegerMatrixGroup
+IsIsIntegerMatrixGroup
+IsZClassRepsQClass
+IsNormalizerInGLnZ
+IsCentralizerInGLnZ
+IsBravaisGroup
+IsIsBravaisGroup
+IsBravaisGroup
+IsBravaisSubgroups
+IsBravaisSupergroups
+IsNormalizerInGLnZBravaisGroup
+IsInvariantLattice
+IsPerfectLibraryGroup
+IsPerfectIdentification
+IsDataAboutSimpleGroup
+IsImfMatrixGroup
+IsImfRecord
+IsOrdering
+IsOrderingsFamily
+IsWellFoundedOrdering
+IsIsWellFoundedOrdering
+IsTotalOrdering
+IsIsTotalOrdering
+IsFamilyForOrdering
+IsLessThanFunction
+IsLessThanOrEqualFunction
+IsOrderingOnFamilyOfAssocWords
+IsIsOrderingOnFamilyOfAssocWords
+IsLetterRepWordsLessFunc
+IsTranslationInvariantOrdering
+IsIsTranslationInvariantOrdering
+IsOrderingOnGenerators
+IsShortLexOrdering
+IsIsShortLexOrdering
+IsWeightOfGenerators
+IsWeightLexOrdering
+IsIsWeightLexOrdering
+IsBasicWreathProductOrdering
+IsIsBasicWreathProductOrdering
+IsWreathProductOrdering
+IsIsWreathProductOrdering
+IsLevelsOfGenerators
+IsLargestImageOfMovedPoint
+IsSmallestImageOfMovedPoint
+IsRankOfTransformation
+IsAsPermutation
+IsAsTransformation
+IsDegreeOfTransformationCollection
+IsFlatKernelOfTransformation
+IsFlatKernelOfTransformation
+IsIsFlatKernelOfTransformation
+IsImageSetOfTransformation
+IsKernelOfTransformation
+IsSmallestIdempotentPower
+IsComponentRepsOfTransformation
+IsNrComponentsOfTransformation
+IsComponentsOfTransformation
+IsCyclesOfTransformation
+IsLeftOne
+IsRightOne
+IsDomainOfPartialPerm
+IsImageListOfPartialPerm
+IsImageSetOfPartialPerm
+IsIndexPeriodOfPartialPerm
+IsComponentRepsOfPartialPerm
+IsNrComponentsOfPartialPerm
+IsComponentsOfPartialPerm
+IsFixedPointsOfPartialPerm
+IsNrFixedPoints
+IsDegreeOfPartialPermCollection
+IsCodegreeOfPartialPermCollection
+IsRankOfPartialPermCollection
+IsDomainOfPartialPermCollection
+IsImageOfPartialPermCollection
+IsTransformationRepresentation
+IsElementOfFpSemigroup
+CategoryCollections
+CategoryFamily
+IsFreeGeneratorsOfFpSemigroup
+IsFreeSemigroupOfFpSemigroup
+IsRelationsOfFpSemigroup
+IsIsomorphismFpSemigroup
+IsElementOfFpMonoid
+CategoryCollections
+CategoryFamily
+IsFreeGeneratorsOfFpMonoid
+IsFreeMonoidOfFpMonoid
+IsRelationsOfFpMonoid
+IsIsomorphismFpMonoid
+IsReducedConfluentRewritingSystem
+IsFreeMonoidOfRewritingSystem
+IsFamilyForRewritingSystem
+IsFreeSemigroupOfRewritingSystem
+IsKnuthBendixRewritingSystem
+IsTzRules
+IsCosetTableOfFpSemigroup
+IsMonoidByAdjoiningIdentityElt
+IsMonoidByAdjoiningIdentity
+IsAdjoinedIdentityFamily
+IsUnderlyingSemigroupFamily
+IsAdjoinedIdentityDefaultType
+IsMonoidByAdjoiningIdentityEltRep
+IsMonoidByAdjoiningIdentity
+IsUnderlyingSemigroupOfMonoidByAdjoiningIdentity
+IsMonoidByAdjoiningIdentityElt
+IsUnderlyingSemigroupElementOfMonoidByAdjoiningIdentityElt
+IsGreensRelation
+IsGreensRRelation
+IsGreensLRelation
+IsGreensJRelation
+IsGreensHRelation
+IsGreensDRelation
+IsFiniteSemigroupGreensRelation
+IsIsFiniteSemigroupGreensRelation
+IsGreensRRelation
+IsGreensLRelation
+IsGreensJRelation
+IsGreensDRelation
+IsGreensHRelation
+IsAssociatedConcreteSemigroup
+IsAssociatedFpSemigroup
+IsGreensClass
+IsGreensRClass
+IsGreensLClass
+IsGreensJClass
+IsGreensHClass
+IsGreensDClass
+IsGreensRClasses
+IsGreensLClasses
+IsGreensJClasses
+IsGreensDClasses
+IsGreensHClasses
+IsRClassOfHClass
+IsLClassOfHClass
+IsDClassOfHClass
+IsDClassOfLClass
+IsDClassOfRClass
+IsGroupHClassOfGreensDClass
+IsRegularDClass
+IsIsRegularDClass
+IsGroupHClass
+IsIsGroupHClass
+IsEggBoxOfDClass
+IsInternalRepGreensRelation
+IsCanonicalGreensClass
+IsSemigroupGeneralMappingRep
+IsSemigroupHomomorphismByImagesRep
+IsFpSemigpReducedElt
+IsIsFpSemigpReducedElt
+IsFpMonoidReducedElt
+IsIsFpMonoidReducedElt
+IsFullTransformationSemigroup
+IsIsFullTransformationSemigroup
+IsDegreeOfTransformationSemigroup
+IsIsomorphismTransformationSemigroup
+IsIsomorphismTransformationMonoid
+IsAntiIsomorphismTransformationSemigroup
+IsReesMatrixSemigroupElement
+IsReesZeroMatrixSemigroupElement
+CategoryCollections
+CategoryCollections
+IsReesMatrixSemigroup
+IsIsReesMatrixSemigroup
+IsReesZeroMatrixSemigroup
+IsIsReesZeroMatrixSemigroup
+IsMatrix
+IsRows
+IsColumns
+IsUnderlyingSemigroup
+IsAssociatedReesMatrixSemigroupOfDClass
+IsIsomorphismReesMatrixSemigroup
+IsIsomorphismReesZeroMatrixSemigroup
+IsReesMatrixSemigroupOfFamily
+IsTypeReesMatrixSemigroupElements
+IsQuotientSemigroup
+IsQuotientSemigroupPreimage
+IsQuotientSemigroupCongruence
+IsQuotientSemigroupHomomorphism
+IsDegreeOfPartialPermSemigroup
+IsCodegreeOfPartialPermSemigroup
+IsRankOfPartialPermSemigroup
+IsSymmetricInverseSemigroup
+IsIsSymmetricInverseSemigroup
+IsIsomorphismPartialPermSemigroup
+IsIsomorphismPartialPermMonoid
+IsNearlyCharacterTable
+IsCharacterTable
+IsOrdinaryTable
+IsBrauerTable
+IsCharacterTableInProgress
+IsUnderlyingGroup
+IsIdentificationOfConjugacyClasses
+IsCharacterDegrees
+IsIrr
+IsLinearCharacters
+IsIBr
+IsOrdinaryCharacterTable
+IsAlmostSimpleCharacterTable
+IsIsAlmostSimpleCharacterTable
+IsMonomialCharacterTable
+IsIsMonomialCharacterTable
+IsNilpotentCharacterTable
+IsIsNilpotentCharacterTable
+IsPerfectCharacterTable
+IsIsPerfectCharacterTable
+IsSimpleCharacterTable
+IsIsSimpleCharacterTable
+IsSolvableCharacterTable
+IsIsSolvableCharacterTable
+IsSporadicSimpleCharacterTable
+IsIsSporadicSimpleCharacterTable
+IsSupersolvableCharacterTable
+IsIsSupersolvableCharacterTable
+IsOrdersClassRepresentatives
+IsSizesCentralizers
+IsSizesConjugacyClasses
+IsAutomorphismsOfTable
+IsUnderlyingCharacteristic
+IsClassNames
+IsCharacterNames
+IsClassParameters
+IsCharacterParameters
+IsIdentifier
+IsInverseClasses
+IsRealClasses
+IsClassRoots
+IsClassPositionsOfNormalSubgroups
+IsClassPositionsOfMaximalNormalSubgroups
+IsClassPositionsOfMinimalNormalSubgroups
+IsClassPositionsOfCentre
+IsClassPositionsOfDirectProductDecompositions
+IsClassPositionsOfDerivedSubgroup
+IsClassPositionsOfElementaryAbelianSeries
+IsClassPositionsOfFittingSubgroup
+IsClassPositionsOfSolvableRadical
+IsClassPositionsOfLowerCentralSeries
+IsClassPositionsOfUpperCentralSeries
+IsClassPositionsOfSolvableResiduum
+IsClassPositionsOfSupersolvableResiduum
+IsComputedPrimeBlockss
+IsBlocksInfo
+IsDecompositionMatrix
+IsComputedIsPSolvableCharacterTables
+IsComputedIndicators
+IsComputedBrauerTables
+IsDisplayOptions
+IsFactorsOfDirectProduct
+IsCharacterTableIsoclinic
+IsSourceOfIsoclinicTable
+IsClassPermutation
+IsNormalSubgroupClassesInfo
+IsLibraryCharacterTableRep
+IsGenericCharacterTableRep
+IsClassFunction
+IsUnderlyingCharacterTable
+IsValuesOfClassFunction
+IsGlobalPartitionOfClasses
+IsTrivialCharacter
+IsNaturalCharacter
+IsCharacter
+IsIsCharacter
+IsVirtualCharacter
+IsIsVirtualCharacter
+IsIrreducibleCharacter
+IsIsIrreducibleCharacter
+IsCentreOfCharacter
+IsConstituentsOfCharacter
+IsDegreeOfCharacter
+IsKernelOfCharacter
+IsClassPositionsOfKernel
+IsCentralCharacter
+IsDeterminantOfCharacter
+IsBrauerCharacterValue
+IsClassFunctionsSpace
+IsComputedPowerMaps
+IsFusionConjugacyClassesOp
+IsComputedClassFusions
+IsNamesOfFusionSources
+IsBaumClausenInfo
+IsIrreducibleRepresentations
+IsIrrBaumClausen
+IsIrrConlon
+IsMolienSeriesInfo
+IsAlpha
+IsDelta
+IsBergerCondition
+IsIsBergerCondition
+IsPrimitiveCharacter
+IsIsPrimitiveCharacter
+IsTestQuasiPrimitive
+IsQuasiPrimitive
+IsIsQuasiPrimitive
+IsInducedFromNormalSubgroup
+IsIsInducedFromNormalSubgroup
+IsMonomialCharacter
+IsIsMonomialCharacter
+IsMonomialNumber
+IsIsMonomialNumber
+IsTestMonomialQuick
+IsTestMonomial
+IsTestSubnormallyMonomial
+IsSubnormallyMonomial
+IsIsSubnormallyMonomial
+IsTestRelativelySM
+IsRelativelySM
+IsIsRelativelySM
+IsMinimalNonmonomial
+IsIsMinimalNonmonomial
+IsDixonRecord
+IsIrrDixonSchneider
+IsTableOfMarks
+IsTableOfMarks
+IsPermutationTom
+IsMarksTom
+IsSubsTom
+IsNrSubsTom
+IsOrdersTom
+IsLengthsTom
+IsClassTypesTom
+IsClassNamesTom
+IsFusionsTom
+IsIdempotentsTom
+IsIdempotentsTomInfo
+IsMatTom
+IsMoebiusTom
+IsWeightsTom
+IsAbelianTom
+IsIsAbelianTom
+IsCyclicTom
+IsIsCyclicTom
+IsNilpotentTom
+IsIsNilpotentTom
+IsPerfectTom
+IsIsPerfectTom
+IsSolvableTom
+IsIsSolvableTom
+IsDerivedSubgroupsTomPossible
+IsDerivedSubgroupsTomUnique
+IsNormalizersTom
+IsCyclicExtensionsTom
+IsComputedCyclicExtensionsTom
+IsMaximalSubgroupsTom
+IsGeneratorsSubgroupsTom
+IsStraightLineProgramsTom
+IsTableOfMarksWithGens
+IsUnicodeString
+IsUnicodeCharacter
+IsObjToBePrinted
+IsFile
+IsProcessID
+IO_Result
+IsRealRandomSource
+IsBackgroundJob
+IsBackgroundJobByFork
+IsWorkerFarm
+IsWorkerFarmByFork
+IsIOHubCat
+IsIOHub
+IsEmptyRowVectorRep
+IsNullMapMatrix
+IsBlockMatrixRep
+IsDefaultGeneralMappingRep
+IsMappingByFunctionRep
+IsMappingByFunctionWithInverseRep
+IsNonSPMappingByFunctionRep
+IsNonSPMappingByFunctionWithInverseRep
+IsSPMappingByFunctionRep
+IsSPMappingByFunctionWithInverseRep
+IsInverseGeneralMappingRep
+IsBinaryRelationDefaultRep
+IsBinaryRelationOnPointsRep
+IsEquivalenceRelationDefaultRep
+IsEquivalenceClassDefaultRep
+IsRightTransversalRep
+IsAdditiveCosetDefaultRep
+IsRelativeBasisDefaultRep
+IsBasisWithReplacedLeftModuleRep
+IsMutableBasisByImmutableBasisRep
+IsMutableBasisViaNiceMutableBasisRep
+IsSubspacesVectorSpaceDefaultRep
+IsSemiEchelonBasisOfGaussianRowSpaceRep
+IsSubspacesFullRowSpaceDefaultRep
+IsMutableBasisOfGaussianRowSpaceRep
+IsSemiEchelonBasisOfGaussianMatrixSpaceRep
+IsMutableBasisOfGaussianMatrixSpaceRep
+IsLinearGeneralMappingByImagesDefaultRep
+IsLinearMappingByMatrixDefaultRep
+IsMagmaRingObjDefaultRep
+IsCanonicalBasisFreeMagmaRingRep
+IsEmbeddingRingMagmaRing
+IsEmbeddingMagmaMagmaRing
+IsAlgebraGeneralMappingByImagesDefaultRep
+IsPolynomialRingDefaultGeneratorMapping
+IsOperationAlgebraHomomorphismDefaultRep
+IsAlgebraHomomorphismFromFpRep
+IsSpaceOfUEAElements
+IsDenseCoeffVectorRep
+IsLieEmbeddingRep
+IsMutableBasisViaUnderlyingMutableBasisRep
+IsMonomialElementRep
+IsBasisOfMonomialSpaceRep
+IsBasisOfSparseRowSpaceRep
+IsZeroCochainRep
+IsVectorSearchTableDefaultRep
+IsRingGeneralMappingByImagesDefaultRep
+IsSCRingGeneralMappingByImagesDefaultRep
+IsAlgebraicExtensionDefaultRep
+IsAlgBFRep
+IsKroneckerConstRep
+IsCanonicalBasisAlgebraicExtension
+IsUnknownDefaultRep
+IsBasisFiniteFieldRep
+IsFrobeniusAutomorphism
+IsModulusRep
+IsCoeffsModConwayPolRep
+IsCanonicalBasisRationals
+IsCanonicalBasisGaussianIntegersRep
+IsCanonicalBasisAbelianNumberFieldRep
+IsCanonicalBasisCyclotomicFieldRep
+IsANFAutomorphismRep
+IsLockedRepresentationVector
+IsBracketRep
+Is8BitsAssocWord
+Is16BitsAssocWord
+Is32BitsAssocWord
+IsInfBitsAssocWord
+IsInfiniteListOfNamesRep
+IsInfiniteListOfGeneratorsRep
+IsSingleCollectorRep
+Is8BitsSingleCollectorRep
+Is16BitsSingleCollectorRep
+Is32BitsSingleCollectorRep
+IsDefaultRhsTypeSingleCollector
+IsCombinatorialCollectorRep
+IsNBitsPcWordRep
+Is8BitsPcWordRep
+Is16BitsPcWordRep
+Is32BitsPcWordRep
+IsDeepThoughtCollectorRep
+IsEnumeratorByPcgsRep
+IsPcgsByPcgsRep
+IsInducedPcgsRep
+IsSubsetInducedPcgsRep
+IsTailInducedPcgsRep
+IsModuloPcgsRep
+IsModuloTailPcgsRep
+IsSubsetInducedNumeratorModuloTailPcgsRep
+IsModuloTailPcgsByListRep
+IsNumeratorParentForExponentsRep
+IsNumeratorParentLayersForExponentsRep
+IsUnsortedPcgsRep
+IsSortedPcgsRep
+IsMemberPcSeriesPermGroup
+IsMagmaByMultiplicationTableObj
+IsPcgsDirectProductRep
+IsBlocksOfActionHomomorphism
+IsEmbeddingDirectProductPermGroup
+IsEmbeddingWreathProductPermGroup
+IsEmbeddingImprimitiveWreathProductPermGroup
+IsEmbeddingProductActionWreathProductPermGroup
+IsProjectionDirectProductPermGroup
+IsProjectionSubdirectProductPermGroup
+IsEmbeddingDirectProductMatrixGroup
+IsProjectionDirectProductMatrixGroup
+IsEmbeddingImprimitiveWreathProductMatrixGroup
+IsSlicedPerm
+IsSlicedPermInv
+IsRightCosetDefaultRep
+IsDoubleCosetDefaultRep
+IsRightTransversalViaCosetsRep
+IsFactoredTransversalRep
+IsRightTransversalPermGroupRep
+IsRightTransversalPcGroupRep
+IsEnumeratorByNiceomorphismRep
+IsActionHomomorphismAutomGroup
+IsBlowUpIsomorphism
+IsRightTransversalFpGroupRep
+IsPresentationDefaultRep
+IsModuloPcgsFpGroupRep
+IsTransformationRepOfEndo
+IsKnuthBendixRewritingSystemRep
+IsFloatPseudoField
+IsFloatRationalFunction
+IsIEEE754PseudoField
+IsIdGroup
+IsGap3CatalogueIdGroup
+IsFrattinifactorSize
+IsFrattinifactorId
+IsGaloisType
+IsSimsNo
+IsMinimalBlockDimension
+IsPrimitiveMatrixGroup
+IsIsPrimitiveMatrixGroup
+IsPrimGrpIterRep
+IsPGAutomorphismRep
+IsIrrFacsAlgExtPol
+IsBasisOfMatrixField
+IsUnitGroup
+IsIsUnitGroup
+IsUnitGroupIsomorphism
+IsIsUnitGroupIsomorphism
+IsNumberFieldByMatrices
+IsIsNumberFieldByMatrices
+IsMultGroupByFieldElemsIsomorphism
+IsIsMultGroupByFieldElemsIsomorphism
+IsIntegerDefiningPolynomial
+IsIntegerPrimitiveElement
+IsEquationOrderBasis
+IsMaximalOrderBasis
+IsUnitGroup
+IsFieldOfUnitGroup
+IsFromTheLeftCollectorRep
+IsWeightedCollector
+IsIsWeightedCollector
+IsPolynomialCollector
+IsIsPolynomialCollector
+UseLibraryCollector
+IsUseLibraryCollector
+IsPolycyclicPresentation
+IsIsPolycyclicPresentation
+IsPcpElement
+CategoryFamily
+CategoryCollections
+IsPcpElementRep
+IsTailOfElm
+IsRelativeOrderPcp
+IsRelativeIndex
+IsFactorOrder
+IsIgs
+IsNgs
+IsCgs
+IsPcp
+IsPcpRep
+Extrarankfilter
+IsFromPcpGHBI
+Extrarankfilter
+IsToPcpGHBI
+IsEfaSeries
+IsPcpsOfEfaSeries
+IsIsomorphismPcpGroup
+IsPcpGroupByEfaSeries
+IsHomomorphismIntoMatrixGroup
+IsIsHomomorphismIntoMatrixGroup
+IsSemiSimpleEfaSeries
+IsFCCentre
+IsNilpotentByFinite
+IsIsNilpotentByFinite
+IsComputedMaximalSubgroupClassesByIndexs
+IsComputedLowIndexSubgroupClassess
+IsComputedLowIndexNormalSubgroupss
+IsSchurExtension
+IsSchurExtensionEpimorphism
+IsNonAbelianTensorSquare
+IsNonAbelianExteriorSquare
+IsTorsionSubgroup
+IsNormalTorsionSubgroup
+IsFiniteSubgroupClasses
+IsTorsionFree
+IsIsTorsionFree
+IsFreeAbelian
+IsIsFreeAbelian
+IsClass
+IsMemberFunction
+IsComputedIsMembers
+IsGroupClass
+IsIsGroupClass
+IsGroupClass
+ContainsTrivialGroup
+IsContainsTrivialGroup
+IsSubgroupClosed
+IsIsSubgroupClosed
+IsNormalSubgroupClosed
+IsIsNormalSubgroupClosed
+IsQuotientClosed
+IsIsQuotientClosed
+IsResiduallyClosed
+IsIsResiduallyClosed
+IsNormalProductClosed
+IsIsNormalProductClosed
+IsDirectProductClosed
+IsIsDirectProductClosed
+IsSchunckClass
+IsIsSchunckClass
+IsSaturated
+IsIsSaturated
+IsFittingClass
+IsInjectorFunction
+IsRadicalFunction
+IsPrimitiveSolubleGroup
+IsIsPrimitiveSolubleGroup
+IsSchunckClass
+IsBoundary
+IsProjectorFunction
+IsBoundaryFunction
+IsOrdinaryFormation
+IsSaturatedFormation
+IsFittingFormation
+IsSaturatedFittingFormation
+IsResidualFunction
+IsLocalDefinitionFunction
+IsComputedProjectors
+IsComputedCoveringSubgroups
+IsComputedInjectors
+IsComputedRadicals
+IsComputedResiduals
+IsCharacteristicSubgroups
+IsNormalGeneratorsOfNilpotentResidual
+IsPrimePowerGensPcSequence
+IsCRISP_SmallGeneratingSet
+IsNilpotentProjector
+IsSupersolubleProjector
+IsComputedPSocleComponentss
+IsComputedPSocleSeriess
+IsComputedPSocles
+IsSolubleSocle
+IsSocleComponents
+IsSolubleSocleComponents
+IsComputedMinimalNormalPSubgroupss
+IsAbelianMinimalNormalSubgroups
+IsClassByPropertyRep
+IsClassByComplementRep
+IsClassByIntersectionRep
+IsClassByUnionRep
+IsGroupClassByListRep
+IsFittingProductRep
+IsFittingSetRep
+IsFormationProductRep
+IsBBoxProgram
+IsStraightLineDecision
+IsLinesOfStraightLineDecision
+IsNrInputsOfStraightLineDecision
+IsAsBBoxProgram
+IsAsStraightLineProgram
+IsAsStraightLineDecision
+IsMaxes
+IsAtlasRepInfoRecord
+IsCASInfo
+IsConstructionInfoCharacterTable
+IsFusionToTom
+IsProjectivesInfo
+IsExtensionInfoCharacterTable
+IsGroupInfoForCharacterTable
+KnowsSomeGroupInfo
+IsKnowsSomeGroupInfo
+IsNontrivialDirectProduct
+IsIsNontrivialDirectProduct
+KnowsDeligneLusztigNames
+IsKnowsDeligneLusztigNames
+IsDuplicateTable
+IsIsDuplicateTable
+IsIdentifierOfMainTable
+IsIdentifiersOfDuplicateTables
+IsDeligneLusztigNames
+IsDeligneLusztigName
+IsFingerprintOfCharacterTable
+IsSpinSymIngredients
+IsSpinSymTable
+IsLibTomRep
+IsNamesLibTom
+IsNotifiedFusionsOfLibTom
+IsFusionsOfLibTom
+IsNotifiedFusionsToLibTom
+IsFusionsToLibTom
+IsStandardGeneratorsInfo
+IsInvAutomatonCategory
+IsFGA_States
+IsFGA_GeneratorsLetterRep
+IsFreeGeneratorsOfGroup
+IsRankOfFreeGroup
+IsFreeGroupAutomaton
+IsFreeGroupExtendedAutomaton
+IsNormalizerInWholeGroup
+IsFGA_Source
+IsFGA_Image
+IsAutomorphismGroupOfFreeGroup
+IsFGA_WhiteheadParams
+IsFGA_WhiteheadAutomorphisms
+IsFGA_NielsenAutomorphisms
+IsSimpleInvAutomatonRep
+IsIrreducibleMatrixGroup
+IsIsIrreducibleMatrixGroup
+IsComputedIsIrreducibleMatrixGroups
+IsAbsolutelyIrreducibleMatrixGroup
+IsIsAbsolutelyIrreducibleMatrixGroup
+IsComputedIsPrimitiveMatrixGroups
+IsMinimalBlockDimensionOfMatrixGroup
+IsComputedMinimalBlockDimensionOfMatrixGroups
+IsCharacteristicOfField
+IsRepresentationIsomorphism
+IsMaximalAbsolutelyIrreducibleSolvableMatrixGroup
+IsIsMaximalAbsolutelyIrreducibleSolvableMatrixGroup
+IsImprimitivitySystems
+IsComputedImprimitivitySystemss
+IsTraceField
+IsConjugatingMatTraceField
+IsFingerprintMatrixGroup
+IsIdIrreducibleSolvableMatrixGroup
+IsIdPrimitiveSolvableGroup
+IsNilpotentLieAutomorphismRep
+IsLieNilpotentOverFp
+IsIsLieNilpotentOverFp
+IsAutomorphismGroupOfNilpotentLieAlgebra
+IsMinimalGeneratorNumber
+IsLieCover
+IsIsLieCover
+IsCoverOf
+IsCoverHomomorphism
+IsLieCover
+IsLieNucleus
+IsLieMultiplicator
+IsLieAlgebraWithNB
+IsIsLieAlgebraWithNB
+IsNilpotentBasis
+IsNilpotentBasis
+IsIsNilpotentBasis
+IsLieNBDefinitions
+IsLieNBWeights
+IsGroupAlgebra
+IsIsGroupAlgebra
+IsFModularGroupAlgebra
+IsIsFModularGroupAlgebra
+IsPModularGroupAlgebra
+IsIsPModularGroupAlgebra
+IsUnderlyingRing
+IsUnderlyingField
+IsSupport
+IsCoefficientsBySupport
+IsTraceOfMagmaRingElement
+IsAugmentation
+IsIsSymmetric
+IsIsUnitary
+IsWeightedBasis
+IsAugmentationIdealPowerSeries
+IsAugmentationIdealNilpotencyIndex
+IsAugmentationIdealOfDerivedSubgroupNilpotencyIndex
+IsGroupOfUnitsOfMagmaRing
+IsIsGroupOfUnitsOfMagmaRing
+IsUnitGroupOfGroupRing
+IsIsUnitGroupOfGroupRing
+IsNormalizedUnitGroupOfGroupRing
+IsIsNormalizedUnitGroupOfGroupRing
+IsUnderlyingGroupRing
+IsNormalizedUnitGroup
+IsPcNormalizedUnitGroup
+IsComputedAugmentationIdealPowerFactorGroups
+IsPcUnits
+IsNaturalBijectionToPcNormalizedUnitGroup
+IsNaturalBijectionToNormalizedUnitGroup
+IsGroupBases
+IsBicyclicUnitGroup
+IsUnitarySubgroup
+IsLieAlgebraByAssociativeAlgebra
+IsUnderlyingAssociativeAlgebra
+IsLieAlgebraOfGroupRing
+IsIsLieAlgebraOfGroupRing
+IsBasisOfLieAlgebraOfGroupRing
+IsIsBasisOfLieAlgebraOfGroupRing
+IsNaturalBijectionToLieAlgebra
+IsNaturalBijectionToAssociativeAlgebra
+IsAugmentationHomomorphism
+IsLieMetabelian
+IsIsLieMetabelian
+IsLieCentreByMetabelian
+IsIsLieCentreByMetabelian
+IsLieUpperNilpotencyIndex
+IsLieLowerNilpotencyIndex
+IsLieDerivedLength
+IsSubgroupsOfIndexTwo
+IsDihedralDepth
+IsDimensionBasis
+IsLieDimensionSubgroups
+IsLieUpperCodimensionSeries
+IsRootsAsMatrices
+IsSolvablePolynomial
+IsIsSolvablePolynomial
+IsSeparablePolynomial
+IsIsSeparablePolynomial
+IsIsomorphismMatrixField
+IsGaloisGroupOnRoots
+IsAffineCrystGroupOnRight
+IsIsAffineCrystGroupOnRight
+IsAffineCrystGroupOnLeft
+IsIsAffineCrystGroupOnLeft
+IsAffineCrystGroupOnLeftOrRight
+IsIsAffineCrystGroupOnLeftOrRight
+IsSpaceGroup
+IsIsSpaceGroup
+IsStandardAffineCrystGroup
+IsIsStandardAffineCrystGroup
+IsSymmorphicSpaceGroup
+IsIsSymmorphicSpaceGroup
+IsPointGroup
+IsIsPointGroup
+IsNormalizerPointGroupInGLnZ
+IsCentralizerPointGroupInGLnZ
+IsAffineCrystGroupOfPointGroup
+IsPointGroup
+IsPointHomomorphism
+IsTranslationBasis
+IsInternalBasis
+IsTransParts
+IsTranslationNormalizer
+IsAffineNormalizer
+IsPointHomomorphism
+IsIsPointHomomorphism
+IsNiceToCryst
+IsFromAffineCrystGroupToFpGroup
+IsIsFromAffineCrystGroupToFpGroup
+IsFromAffineCrystGroupToPcpGroup
+IsIsFromAffineCrystGroupToPcpGroup
+IsWyckoffPosition
+IsWyckoffStabilizer
+IsWyckoffOrbit
+IsWyckoffPositions
+IsWyckoffGraph
+IsCocVecs
+IsColorGroup
+IsIsColorGroup
+IsColorSubgroup
+IsColorCosetList
+IsColorPermGroup
+IsColorHomomorphism
+IsCrystCatRecord
+IsAlmostCrystallographic
+IsIsAlmostCrystallographic
+IsAlmostBieberbachGroup
+IsIsAlmostBieberbachGroup
+IsAlmostCrystallographicInfo
+IsNaturalHomomorphismOnHolonomyGroup
+IsHolonomyGroup
+IsOrientationModule
+IsBettiNumbers
+IsIsomorphismByFinitePolycyclicMatrixGroup
+IsIsIsomorphismByFinitePolycyclicMatrixGroup
+IsIsomorphismByPolycyclicMatrixGroup
+IsIsIsomorphismByPolycyclicMatrixGroup
+IsTriangularizableMatGroup
+IsIsTriangularizableMatGroup
+IsUpperFittingSeries
+IsLowerFittingSeries
+IsFittingLength
+IsZ_pi
+IsIsZ_pi
+IsNoninvertiblePrimes
+IsResidueClassUnion
+IsResidueClassUnionOfZ
+IsResidueClassUnionOfZxZ
+IsResidueClassUnionOfZ_pi
+IsResidueClassUnionOfGFqx
+IsResidueClassUnionOfZorZ_pi
+IsResidueClassUnionResidueListRep
+IsResidueClassUnionClassListRep
+IsResidueClassUnionsIteratorRep
+IsResidueClass
+IsIsResidueClass
+IsUnderlyingIndeterminate
+IsZxZ
+IsIsZxZ
+IsSizeOfSmallestResidueClassRing
+IsDensity
+IsUnionOfResidueClassesWithFixedRepresentatives
+IsUnionOfResidueClassesOfZWithFixedRepresentatives
+IsUnionOfResidueClassesOfZ_piWithFixedRepresentatives
+IsUnionOfResidueClassesOfGFqxWithFixedRepresentatives
+IsUnionOfResidueClassesOfZorZ_piWithFixedRepresentatives
+IsUnionOfResidueClassesWithFixedRepsStandardRep
+IsResidueClassWithFixedRepresentative
+IsIsResidueClassWithFixedRepresentative
+IsOverlappingFree
+IsIsOverlappingFree
+IsRho
+Name
+InfoText
+String
+IsImpossible
+CollectionsFamily
+ElementsFamily
+IsEmpty
+IsTrivial
+IsNonTrivial
+IsFinite
+IsWholeFamily
+Size
+Representative
+RepresentativeSmallest
+PseudoRandomSeed
+Enumerator
+EnumeratorSorted
+UnderlyingCollection
+AsList
+AsSortedList
+AsSSortedList
+CanEasilyCompareElements
+CanEasilySortElements
+RandomizerAttr
+CheapRandomizerAttr
+IsSmallList
+Length
+ConstantTimeAccessList
+IsSortedList
+IsSSortedList
+IsNSortedList
+IsDuplicateFree
+IsPositionsList
+AsDuplicateFreeList
+SortingPerm
+NestingDepthA
+NestingDepthM
+IsZero
+IsOne
+ZeroImmutable
+AdditiveInverseImmutable
+OneImmutable
+InverseImmutable
+Int
+Rat
+Characteristic
+Order
+NormedRowVector
+IsCommutativeFamily
+IsSkewFieldFamily
+IsUFDFamily
+AdditiveElementsAsMultiplicativeElementsFamily
+AdditiveElementAsMultiplicativeElement
+IsIdempotent
+DegreeFFE
+IntFFE
+IntFFESymm
+AsInternalFFE
+GeneratorsOfDomain
+ParentAttr
+IsIntegralCyclotomic
+Conductor
+RecNames
+IsRectangularTable
+SmallestGeneratorPerm
+SmallestMovedPoint
+LargestMovedPoint
+NrMovedPoints
+MovedPoints
+SignPerm
+CycleStructurePerm
+Cos
+Sin
+Tan
+Sec
+Csc
+Cot
+Asin
+Acos
+Atan
+Cosh
+Sinh
+Tanh
+Sech
+Csch
+Coth
+Asinh
+Acosh
+Atanh
+Log2
+Log10
+Log1p
+Exp
+Exp2
+Exp10
+Expm1
+CubeRoot
+Square
+Ceil
+Floor
+Round
+Trunc
+FrExp
+Argument
+AbsoluteValue
+Frac
+SinCos
+Erf
+Zeta
+Gamma
+ComplexI
+PrecisionFloat
+SignFloat
+Sup
+Inf
+Mid
+AbsoluteDiameter
+RelativeDiameter
+IsPInfinity
+IsNInfinity
+IsXInfinity
+IsNaN
+ComponentsOfDirectProductElementsFamily
+EmptyRowVector
+GeneratorsOfExtASet
+AdditivelyActingDomain
+IsLeftActedOnByDivisionRing
+GeneratorsOfExtLSet
+LeftActingDomain
+GeneratorsOfExtRSet
+RightActingDomain
+GeneratorsOfExtUSet
+UpperActingDomain
+FamilyRange
+FamilySource
+FamiliesOfGeneralMappingsAndRanges
+IsConstantTimeAccessGeneralMapping
+IsEndoGeneralMapping
+IsTotal
+IsSingleValued
+IsInjective
+IsSurjective
+Range
+Source
+UnderlyingRelation
+UnderlyingGeneralMapping
+IdentityMapping
+InverseGeneralMapping
+ImagesSource
+PreImagesRange
+MappingGeneratorsImages
+RespectsMultiplication
+RespectsOne
+RespectsInverses
+KernelOfMultiplicativeGeneralMapping
+CoKernelOfMultiplicativeGeneralMapping
+RespectsAddition
+RespectsZero
+RespectsAdditiveInverses
+KernelOfAdditiveGeneralMapping
+CoKernelOfAdditiveGeneralMapping
+RespectsScalarMultiplication
+IsFieldHomomorphism
+TransformsMultiplicationIntoAddition
+TranformsOneIntoZero
+TransformsInversesIntoAdditiveInverses
+TransformsAdditionIntoMultiplication
+TransformsZeroIntoOne
+TransformsAdditiveInversesIntoInverses
+Successors
+DegreeOfBinaryRelation
+IsReflexiveBinaryRelation
+IsSymmetricBinaryRelation
+IsTransitiveBinaryRelation
+IsAntisymmetricBinaryRelation
+IsPreOrderBinaryRelation
+IsPartialOrderBinaryRelation
+IsLatticeOrderBinaryRelation
+IsEquivalenceRelation
+IsHasseDiagram
+PartialOrderOfHasseDiagram
+EquivalenceRelationPartition
+GeneratorsOfEquivalenceRelationPartition
+EquivalenceClassRelation
+EquivalenceClasses
+AsMagma
+GeneratorsOfMagma
+GeneratorsOfMagmaWithOne
+GeneratorsOfMagmaWithInverses
+IsGeneratorsOfMagmaWithInverses
+TrivialSubmagmaWithOne
+IsAssociative
+IsCommutative
+MultiplicativeNeutralElement
+Centre
+Idempotents
+CentralizerInParent
+MagmaGeneratorsOfFamily
+GeneratorsOfMagmaIdeal
+MultiplicativeZero
+InjectionZeroMagma
+MagmaWithZeroAdjoined
+UnderlyingInjectionZeroMagma
+GeneratingPairsOfLeftMagmaCongruence
+PartialClosureOfCongruence
+GeneratingPairsOfRightMagmaCongruence
+GeneratingPairsOfMagmaCongruence
+IsLeftSemigroupCongruence
+IsRightSemigroupCongruence
+IsSemigroupCongruence
+IsReesCongruence
+AsSemigroup
+IsGeneratorsOfSemigroup
+CayleyGraphSemigroup
+CayleyGraphDualSemigroup
+IsZeroGroup
+IsSimpleSemigroup
+IsZeroSimpleSemigroup
+ANonReesCongruenceOfSemigroup
+IsReesCongruenceSemigroup
+IsRegularSemigroup
+IsInverseSemigroup
+NilpotencyDegree
+IsBand
+IsBrandtSemigroup
+IsCliffordSemigroup
+IsCommutativeSemigroup
+IsCompletelyRegularSemigroup
+IsCompletelySimpleSemigroup
+IsGroupAsSemigroup
+IsIdempotentGenerated
+IsLeftZeroSemigroup
+IsMonogenicSemigroup
+IsMonoidAsSemigroup
+IsNilpotentSemigroup
+IsOrthodoxSemigroup
+IsRectangularBand
+IsRightZeroSemigroup
+IsSemiband
+IsSemilattice
+IsZeroSemigroup
+IsLeftSemigroupIdeal
+IsRightSemigroupIdeal
+IsSemigroupIdeal
+ReesCongruenceOfSemigroupIdeal
+AsMonoid
+IsCyclic
+IsElementaryAbelian
+IsFinitelyGeneratedGroup
+IsSubsetLocallyFiniteGroup
+KnowsHowToDecompose
+IsPGroup
+PrimePGroup
+PClassPGroup
+RankPGroup
+IsNilpotentGroup
+IsPerfectGroup
+IsSporadicSimpleGroup
+IsSimpleGroup
+IsAlmostSimpleGroup
+IsSupersolvableGroup
+IsMonomialGroup
+IsSolvableGroup
+IsPolycyclicGroup
+AbelianInvariants
+IsInfiniteAbelianizationGroup
+AsGroup
+ChiefSeries
+CommutatorFactorGroup
+CompositionSeries
+ConjugacyClasses
+ConjugacyClassesMaximalSubgroups
+MaximalSubgroups
+MaximalSubgroupClassReps
+PerfectResiduum
+RepresentativesPerfectSubgroups
+RepresentativesSimpleSubgroups
+ConjugacyClassesPerfectSubgroups
+ConjugacyClassesSubgroups
+LatticeSubgroups
+DerivedLength
+HirschLength
+DerivedSeriesOfGroup
+DerivedSubgroup
+MaximalAbelianQuotient
+CommutatorLength
+DimensionsLoewyFactors
+ElementaryAbelianSeries
+ElementaryAbelianSeriesLargeSteps
+Exponent
+FittingSubgroup
+PrefrattiniSubgroup
+FrattiniSubgroup
+InvariantForm
+JenningsSeries
+LowerCentralSeriesOfGroup
+NilpotencyClassOfGroup
+MaximalNormalSubgroups
+NormalMaximalSubgroups
+MinimalNormalSubgroups
+NormalSubgroups
+NrConjugacyClasses
+ComputedOmegas
+ComputedAgemos
+RadicalGroup
+RationalClasses
+GeneratorsSmallest
+LargestElementGroup
+MinimalGeneratingSet
+SmallGeneratingSet
+SupersolvableResiduum
+ComplementSystem
+SylowSystem
+HallSystem
+Socle
+UpperCentralSeriesOfGroup
+CoreInParent
+IndexInParent
+IndexInWholeGroup
+IndependentGeneratorsOfAbelianGroup
+IsNormalInParent
+ComputedIsPNilpotents
+ComputedIsPSolvables
+NormalClosureInParent
+NormalizerInParent
+ComputedPCentralSeriess
+ComputedPRumps
+ComputedPCores
+SubnormalSeriesInParent
+ComputedSylowSubgroups
+ComputedSylowComplements
+ComputedHallSubgroups
+NormalHallSubgroups
+GrowthFunctionOfGroup
+ElementTestFunction
+RightTransversalInParent
+IsomorphismTypeInfoFiniteSimpleGroup
+IsomorphismPcGroup
+IsomorphismSpecialPcGroup
+IsomorphismPermGroup
+IsomorphismFpGroup
+PrimePowerComponents
+IsGeneratorsOfInverseSemigroup
+GeneratorsOfInverseMonoid
+GeneratorsOfInverseSemigroup
+AsInverseSemigroup
+AsInverseMonoid
+ReverseNaturalPartialOrder
+NaturalPartialOrder
+IsAdditivelyCommutative
+GeneratorsOfNearAdditiveMagma
+GeneratorsOfNearAdditiveMagmaWithZero
+GeneratorsOfNearAdditiveGroup
+TrivialSubnearAdditiveMagmaWithZero
+AdditiveNeutralElement
+IsLDistributive
+IsRDistributive
+GeneratorsOfSemiring
+GeneratorsOfSemiringWithOne
+GeneratorsOfSemiringWithZero
+GeneratorsOfSemiringWithOneAndZero
+AsSemiring
+AsSemiringWithOne
+AsSemiringWithZero
+AsSemiringWithOneAndZero
+CentralIdempotentsOfSemiring
+AsNearRing
+AsRing
+GeneratorsOfRing
+GeneratorsOfRingWithOne
+IsAnticommutative
+IsIntegralRing
+IsJacobianRing
+IsZeroSquaredRing
+IsZeroMultiplicationRing
+Units
+IsGeneralizedCartanMatrix
+BaseMat
+BaseOrthogonalSpaceMat
+DefaultFieldOfMatrix
+DepthOfUpperTriangularMatrix
+DeterminantMat
+DimensionsMat
+NullspaceMat
+TriangulizedNullspaceMat
+ProjectiveOrder
+RankMat
+SemiEchelonMat
+SemiEchelonMatTransformation
+TransposedMatImmutable
+IsMonomialMatrix
+JordanDecomposition
+CharacteristicPolynomial
+BaseIntMat
+NullspaceIntMat
+AbelianInvariantsOfList
+MatrixByBlockMatrix
+IsTwoSidedIdealInParent
+IsLeftIdealInParent
+IsRightIdealInParent
+GeneratorsOfTwoSidedIdeal
+GeneratorsOfLeftIdeal
+GeneratorsOfRightIdeal
+LeftActingRingOfIdeal
+RightActingRingOfIdeal
+IsFiniteDimensional
+IsFullRowModule
+IsFullMatrixModule
+Dimension
+GeneratorsOfLeftOperatorAdditiveGroup
+GeneratorsOfRightOperatorAdditiveGroup
+IsRowModule
+IsMatrixModule
+DimensionOfVectors
+IsCanonicalBasis
+IsCanonicalBasisFullRowModule
+IsCanonicalBasisFullMatrixModule
+IsIntegralBasis
+IsNormalBasis
+IsSemiEchelonized
+BasisVectors
+EnumeratorByBasis
+StructureConstantsTable
+UnderlyingLeftModule
+Basis
+SemiEchelonBasis
+NiceBasis
+NiceFreeLeftModule
+NiceFreeLeftModuleInfo
+CanonicalBasis
+NormedRowVectors
+Subspaces
+OrthogonalSpaceInFullRowSpace
+IsVectorSpaceHomomorphism
+AsLeftModuleGeneralMappingByImages
+IsFullHomModule
+IsPseudoCanonicalBasisFullHomModule
+IsSimpleAlgebra
+GeneratorsOfLeftOperatorRing
+GeneratorsOfLeftOperatorRingWithOne
+PowerSubalgebraSeries
+AdjointBasis
+IndicesOfAdjointBasis
+RadicalOfAlgebra
+DirectSumDecomposition
+NullAlgebra
+LieAlgebraByDomain
+LeviMalcevDecomposition
+Grading
+CoefficientsAndMagmaElements
+ZeroCoefficient
+IsGroupRing
+UnderlyingMagma
+AugmentationIdeal
+IsFullFpAlgebra
+FreeGeneratorsOfFpAlgebra
+RelatorsOfFpAlgebra
+FreeAlgebraOfFpAlgebra
+IsNormalForm
+NiceNormalFormByExtRepFunction
+NiceAlgebraMonomorphism
+IsLieAbelian
+IsLieNilpotent
+IsRestrictedLieAlgebra
+LieDerivedSubalgebra
+LieDerivedSeries
+IsLieSolvable
+LieLowerCentralSeries
+LieUpperCentralSeries
+LieCentre
+RightDerivations
+LeftDerivations
+KillingMatrix
+CartanSubalgebra
+PthPowerImages
+NonNilpotentElement
+LieNilRadical
+LieSolvableRadical
+SemiSimpleType
+LieCentralizerInParent
+LieNormalizerInParent
+PowerS
+UnderlyingLieAlgebra
+RootSystem
+PositiveRoots
+NegativeRoots
+PositiveRootVectors
+NegativeRootVectors
+SimpleSystem
+CartanMatrix
+BilinearFormMat
+CanonicalGenerators
+ChevalleyBasis
+UniversalEnvelopingAlgebra
+JenningsLieAlgebra
+PCentralLieAlgebra
+NaturalHomomorphismOfLieAlgebraFromNilpotentGroup
+IsFullSCAlgebra
+IsCanonicalBasisFullSCAlgebra
+IsomorphismFpFLMLOR
+IsomorphismMatrixFLMLOR
+IsomorphismSCFLMLOR
+LieFamily
+UnderlyingFamily
+LieObject
+UnderlyingRingElement
+IsAlgebraModule
+IsLeftAlgebraModule
+IsRightAlgebraModule
+LeftActingAlgebra
+RightActingAlgebra
+GeneratorsOfAlgebraModule
+AdjointModule
+FaithfulModule
+IsWeylGroup
+WeylGroup
+SparseCartanMatrix
+LongestWeylWordPerm
+PositiveRootsAsWeights
+LatticeGeneratorsInUEA
+PrimeDivisors
+StandardGeneratorsSubringSCRing
+Subrings
+Ideals
+DirectSumInfo
+Permanent
+RationalFunctionsFamily
+CoefficientsFamily
+NumeratorOfRationalFunction
+DenominatorOfRationalFunction
+IsPolynomial
+AsPolynomial
+IsUnivariateRationalFunction
+IsLaurentPolynomial
+IsConstantRationalFunction
+ExtRepNumeratorRatFun
+ExtRepDenominatorRatFun
+ExtRepPolynomialRatFun
+CoefficientsOfLaurentPolynomial
+IndeterminateNumberOfUnivariateRationalFunction
+IndeterminateOfUnivariateRationalFunction
+CoefficientsOfUnivariatePolynomial
+DegreeOfLaurentPolynomial
+CoefficientsOfUnivariateRationalFunction
+Derivative
+Discriminant
+PrimeField
+IsPrimeField
+DefiningPolynomial
+DegreeOverPrimeField
+GeneratorsOfDivisionRing
+NormalBase
+PrimitiveElement
+PrimitiveRoot
+RootOfDefiningPolynomial
+Subfields
+Conjugates
+Norm
+Trace
+GaloisGroup
+ComplexConjugate
+RealPart
+ImaginaryPart
+FrobeniusAutomorphism
+ModulusOfZmodnZObj
+Cyclotomic
+IsRingOfIntegralCyclotomics
+GaloisMat
+RationalizedMat
+IsNumberField
+IsAbelianNumberField
+IsCyclotomicField
+GaloisStabilizer
+ExponentOfPowering
+CoefficientsRing
+IndeterminatesOfPolynomialRing
+SplittingField
+IrrFacsPol
+MinimizedBombieriNorm
+AlgebraicElementsFamilies
+DefectApproximation
+IsFreeSemigroup
+IsFreeMonoid
+NumberSyllables
+BaseDomain
+RowLength
+IsBuiltFromAdditiveMagmaWithInverses
+IsBuiltFromMagma
+IsBuiltFromMagmaWithOne
+IsBuiltFromMagmaWithInverses
+IsBuiltFromGroup
+IsBuiltFromSemigroup
+IsBuiltFromMonoid
+SemigroupOfRewritingSystem
+MonoidOfRewritingSystem
+ConfluentRws
+GeneratorsOfRws
+NumberGeneratorsOfRws
+Rules
+OrderingOfRewritingSystem
+IsConfluent
+IsReduced
+RelativeOrders
+DefiningPcgs
+MonomialComparisonFunction
+MonomialExtrepComparisonFun
+OccuringVariableIndices
+StoredGroebnerBasis
+PcGroupWithPcgs
+GroupOfPcgs
+OneOfPcgs
+PcSeries
+IsPcgsElementaryAbelianSeries
+PcgsElementaryAbelianSeries
+IndicesEANormalSteps
+EANormalSeriesByPcgs
+IsPcgsCentralSeries
+PcgsCentralSeries
+IndicesCentralNormalSteps
+CentralNormalSeriesByPcgs
+IsPcgsPCentralSeriesPGroup
+PcgsPCentralSeriesPGroup
+IndicesPCentralNormalStepsPGroup
+PCentralNormalSeriesByPcgsPGroup
+IsPcgsChiefSeries
+PcgsChiefSeries
+IndicesChiefNormalSteps
+ChiefNormalSeriesByPcgs
+IndicesNormalSteps
+NormalSeriesByPcgs
+IsPrimeOrdersPcgs
+IsFiniteOrdersPcgs
+RefinedPcGroup
+IsomorphismRefinedPcGroup
+LeadCoeffsIGS
+ParentPcgs
+CanonicalPcgs
+IsCanonicalPcgs
+IsParentPcgsFamilyPcgs
+ElementaryAbelianSubseries
+IsFamilyPcgs
+DenominatorOfModuloPcgs
+NumeratorOfModuloPcgs
+IsNumeratorParentPcgsFamilyPcgs
+IsSpecialPcgs
+SpecialPcgs
+LGHeads
+LGTails
+LGWeights
+LGLayers
+LGFirst
+LGLength
+InducedPcgsWrtSpecialPcgs
+CanonicalPcgsWrtSpecialPcgs
+IsInducedPcgsWrtSpecialPcgs
+IsCanonicalPcgsWrtSpecialPcgs
+CanonicalPcgsWrtFamilyPcgs
+CanonicalPcgsWrtHomePcgs
+FamilyPcgs
+HomePcgs
+InducedPcgsWrtFamilyPcgs
+ComputedInducedPcgses
+InducedPcgsWrtHomePcgs
+Pcgs
+GeneralizedPcgs
+OmegaSeries
+NormalizerInHomePcgs
+MultiplicationTable
+AllBlocks
+TransitiveIdentification
+PrimitiveIdentification
+ONanScottType
+SocleTypePrimitiveGroup
+TwoClosure
+AsGroupGeneralMappingByImages
+MappingOfWhichItIsAsGGMBI
+NaturalHomomorphismByNormalSubgroupNCInParent
+IsConjugatorIsomorphism
+IsInnerAutomorphism
+ConjugatorOfConjugatorIsomorphism
+ImagesSmallestGenerators
+RegularActionHomomorphism
+DirectProductInfo
+SubdirectProductInfo
+SemidirectProductInfo
+WreathProductInfo
+FreeProductInfo
+IsNaturalSymmetricGroup
+IsNaturalAlternatingGroup
+IsAlternatingGroup
+IsSymmetricGroup
+SymmetricParentGroup
+AlternatingSubgroup
+OrbitStabilizingParentGroup
+DirectFactorsOfGroup
+SemidirectFactorsOfGroup
+DecompositionTypesOfGroup
+IsDihedralGroup
+DihedralGenerators
+IsQuaternionGroup
+QuaternionGenerators
+IsQuasiDihedralGroup
+QuasiDihedralGenerators
+IsPSL
+ParametersOfGroupViewedAsPSL
+ParametersOfGroupViewedAsSL
+ParametersOfGroupViewedAsGL
+AlternatingDegree
+SymmetricDegree
+PSLDegree
+PSLUnderlyingField
+SLDegree
+SLUnderlyingField
+GLDegree
+GLUnderlyingField
+StructureDescription
+IsPQuotientSystem
+IsNilpQuotientSystem
+ActingDomain
+HomeEnumerator
+ActionKernelExternalSet
+LinearActionBasis
+FunctionAction
+StabilizerOfExternalSet
+CanonicalRepresentativeOfExternalSet
+CanonicalRepresentativeDeterminatorOfExternalSet
+CanEasilyDetermineCanonicalRepresentativeExternalSet
+ActorOfExternalSet
+ActionHomomorphismAttr
+SurjectiveActionHomomorphismAttr
+UnderlyingExternalSet
+ExternalSet
+Orbits
+OrbitsDomain
+OrbitLengths
+OrbitLengthsDomain
+ExternalOrbits
+ExternalOrbitsStabilizers
+Transitivity
+BlocksAttr
+MaximalBlocksAttr
+RepresentativesMinimalBlocksAttr
+Earns
+IsTransitive
+IsPrimitive
+IsPrimitiveAffine
+IsSemiRegular
+IsRegular
+RankAction
+StabChainMutable
+StabChainImmutable
+StabChainOptions
+BaseOfGroup
+MinimalStabChain
+DecomposedRationalClass
+StoredPermliftSeries
+ComputedAscendingChains
+LeftActingGroup
+RightActingGroup
+RepresentativesContainedRightCosets
+NaturalHomomorphismsPool
+SocleComplement
+SocleDimensions
+ModuleOfExtension
+OmegaAndLowerPCentralSeries
+SchurCover
+EpimorphismSchurCover
+AbelianInvariantsMultiplier
+Epicentre
+IsCentralFactor
+Zuppos
+MaximalSubgroupsLattice
+MinimalSupergroupsLattice
+TomDataAlmostSimpleRecognition
+IsFrattiniFree
+LinesOfStraightLineProgram
+NrInputsOfStraightLineProgram
+StraightLineProgElmType
+SlotUsagePattern
+LargestNrSlots
+TypeOfObjWithMemory
+FpElmEqualityMethod
+FpElmComparisonMethod
+FpElementNFFunction
+CosetTableInWholeGroup
+CosetTableNormalClosureInWholeGroup
+AsSubgroupOfWholeGroupByQuotient
+FreeGeneratorsOfFpGroup
+RelatorsOfFpGroup
+FreeGroupOfFpGroup
+IndicesInvolutaryGenerators
+StoredExcludedOrders
+FPFaithHom
+AugmentedCosetTableMtcInWholeGroup
+AugmentedCosetTableRrsInWholeGroup
+AugmentedCosetTableNormalClosureInWholeGroup
+PrimaryGeneratorWords
+TietzeOrigin
+TzOptions
+IsWordDecompHomomorphism
+CosetTableFpHom
+IsomorphismSimplifiedFpGroup
+EpimorphismFromFreeGroup
+NiceMonomorphism
+IsCanonicalNiceMonomorphism
+CanonicalNiceMonomorphism
+NiceObject
+IsHandledByNiceMonomorphism
+SeedFaithfulAction
+AutomorphismGroup
+IsGroupOfAutomorphisms
+IsGroupOfAutomorphismsFiniteGroup
+AutomorphismDomain
+IsAutomorphismGroup
+InnerAutomorphismsAutomorphismGroup
+DefaultFieldOfMatrixGroup
+DimensionOfMatrixGroup
+FieldOfMatrixGroup
+TransposedMatrixGroup
+IsGeneralLinearGroup
+IsNaturalGL
+IsSpecialLinearGroup
+IsNaturalSL
+IsSubgroupSL
+InvariantBilinearForm
+IsFullSubgroupGLorSLRespectingBilinearForm
+InvariantSesquilinearForm
+IsFullSubgroupGLorSLRespectingSesquilinearForm
+InvariantQuadraticForm
+IsFullSubgroupGLorSLRespectingQuadraticForm
+FittingFreeLiftSetup
+RecogDecompinfoHomomorphism
+DirectFactorsFittingFreeSocle
+ChiefSeriesTF
+IsRationalMatrixGroup
+IsIntegerMatrixGroup
+ZClassRepsQClass
+NormalizerInGLnZ
+CentralizerInGLnZ
+IsBravaisGroup
+BravaisGroup
+BravaisSubgroups
+BravaisSupergroups
+NormalizerInGLnZBravaisGroup
+InvariantLattice
+PerfectIdentification
+DataAboutSimpleGroup
+ImfRecord
+OrderingsFamily
+IsWellFoundedOrdering
+IsTotalOrdering
+FamilyForOrdering
+LessThanFunction
+LessThanOrEqualFunction
+IsOrderingOnFamilyOfAssocWords
+LetterRepWordsLessFunc
+IsTranslationInvariantOrdering
+OrderingOnGenerators
+IsShortLexOrdering
+WeightOfGenerators
+IsWeightLexOrdering
+IsBasicWreathProductOrdering
+IsWreathProductOrdering
+LevelsOfGenerators
+LargestImageOfMovedPoint
+SmallestImageOfMovedPoint
+RankOfTransformation
+AsPermutation
+AsTransformation
+DegreeOfTransformationCollection
+FlatKernelOfTransformation
+IsFlatKernelOfTransformation
+ImageSetOfTransformation
+KernelOfTransformation
+SmallestIdempotentPower
+ComponentRepsOfTransformation
+NrComponentsOfTransformation
+ComponentsOfTransformation
+CyclesOfTransformation
+LeftOne
+RightOne
+DomainOfPartialPerm
+ImageListOfPartialPerm
+ImageSetOfPartialPerm
+IndexPeriodOfPartialPerm
+ComponentRepsOfPartialPerm
+NrComponentsOfPartialPerm
+ComponentsOfPartialPerm
+FixedPointsOfPartialPerm
+NrFixedPoints
+DegreeOfPartialPermCollection
+CodegreeOfPartialPermCollection
+RankOfPartialPermCollection
+DomainOfPartialPermCollection
+ImageOfPartialPermCollection
+TransformationRepresentation
+FreeGeneratorsOfFpSemigroup
+FreeSemigroupOfFpSemigroup
+RelationsOfFpSemigroup
+IsomorphismFpSemigroup
+FreeGeneratorsOfFpMonoid
+FreeMonoidOfFpMonoid
+RelationsOfFpMonoid
+IsomorphismFpMonoid
+ReducedConfluentRewritingSystem
+FreeMonoidOfRewritingSystem
+FamilyForRewritingSystem
+FreeSemigroupOfRewritingSystem
+TzRules
+CosetTableOfFpSemigroup
+AdjoinedIdentityFamily
+UnderlyingSemigroupFamily
+AdjoinedIdentityDefaultType
+MonoidByAdjoiningIdentity
+UnderlyingSemigroupOfMonoidByAdjoiningIdentity
+MonoidByAdjoiningIdentityElt
+UnderlyingSemigroupElementOfMonoidByAdjoiningIdentityElt
+IsFiniteSemigroupGreensRelation
+GreensRRelation
+GreensLRelation
+GreensJRelation
+GreensDRelation
+GreensHRelation
+AssociatedConcreteSemigroup
+AssociatedFpSemigroup
+GreensRClasses
+GreensLClasses
+GreensJClasses
+GreensDClasses
+GreensHClasses
+RClassOfHClass
+LClassOfHClass
+DClassOfHClass
+DClassOfLClass
+DClassOfRClass
+GroupHClassOfGreensDClass
+IsRegularDClass
+IsGroupHClass
+EggBoxOfDClass
+InternalRepGreensRelation
+CanonicalGreensClass
+IsFpSemigpReducedElt
+IsFpMonoidReducedElt
+IsFullTransformationSemigroup
+DegreeOfTransformationSemigroup
+IsomorphismTransformationSemigroup
+IsomorphismTransformationMonoid
+AntiIsomorphismTransformationSemigroup
+IsReesMatrixSemigroup
+IsReesZeroMatrixSemigroup
+Matrix
+Rows
+Columns
+UnderlyingSemigroup
+AssociatedReesMatrixSemigroupOfDClass
+IsomorphismReesMatrixSemigroup
+IsomorphismReesZeroMatrixSemigroup
+ReesMatrixSemigroupOfFamily
+TypeReesMatrixSemigroupElements
+QuotientSemigroupPreimage
+QuotientSemigroupCongruence
+QuotientSemigroupHomomorphism
+DegreeOfPartialPermSemigroup
+CodegreeOfPartialPermSemigroup
+RankOfPartialPermSemigroup
+IsSymmetricInverseSemigroup
+IsomorphismPartialPermSemigroup
+IsomorphismPartialPermMonoid
+UnderlyingGroup
+IdentificationOfConjugacyClasses
+CharacterDegrees
+Irr
+LinearCharacters
+IBr
+OrdinaryCharacterTable
+IsAlmostSimpleCharacterTable
+IsMonomialCharacterTable
+IsNilpotentCharacterTable
+IsPerfectCharacterTable
+IsSimpleCharacterTable
+IsSolvableCharacterTable
+IsSporadicSimpleCharacterTable
+IsSupersolvableCharacterTable
+OrdersClassRepresentatives
+SizesCentralizers
+SizesConjugacyClasses
+AutomorphismsOfTable
+UnderlyingCharacteristic
+ClassNames
+CharacterNames
+ClassParameters
+CharacterParameters
+Identifier
+InverseClasses
+RealClasses
+ClassRoots
+ClassPositionsOfNormalSubgroups
+ClassPositionsOfMaximalNormalSubgroups
+ClassPositionsOfMinimalNormalSubgroups
+ClassPositionsOfCentre
+ClassPositionsOfDirectProductDecompositions
+ClassPositionsOfDerivedSubgroup
+ClassPositionsOfElementaryAbelianSeries
+ClassPositionsOfFittingSubgroup
+ClassPositionsOfSolvableRadical
+ClassPositionsOfLowerCentralSeries
+ClassPositionsOfUpperCentralSeries
+ClassPositionsOfSolvableResiduum
+ClassPositionsOfSupersolvableResiduum
+ComputedPrimeBlockss
+BlocksInfo
+DecompositionMatrix
+ComputedIsPSolvableCharacterTables
+ComputedIndicators
+ComputedBrauerTables
+DisplayOptions
+FactorsOfDirectProduct
+CharacterTableIsoclinic
+SourceOfIsoclinicTable
+ClassPermutation
+NormalSubgroupClassesInfo
+UnderlyingCharacterTable
+ValuesOfClassFunction
+GlobalPartitionOfClasses
+TrivialCharacter
+NaturalCharacter
+IsCharacter
+IsVirtualCharacter
+IsIrreducibleCharacter
+CentreOfCharacter
+ConstituentsOfCharacter
+DegreeOfCharacter
+KernelOfCharacter
+ClassPositionsOfKernel
+CentralCharacter
+DeterminantOfCharacter
+BrauerCharacterValue
+ComputedPowerMaps
+FusionConjugacyClassesOp
+ComputedClassFusions
+NamesOfFusionSources
+BaumClausenInfo
+IrreducibleRepresentations
+IrrBaumClausen
+IrrConlon
+MolienSeriesInfo
+Alpha
+Delta
+IsBergerCondition
+IsPrimitiveCharacter
+TestQuasiPrimitive
+IsQuasiPrimitive
+IsInducedFromNormalSubgroup
+IsMonomialCharacter
+IsMonomialNumber
+TestMonomialQuick
+TestMonomial
+TestSubnormallyMonomial
+IsSubnormallyMonomial
+TestRelativelySM
+IsRelativelySM
+IsMinimalNonmonomial
+DixonRecord
+IrrDixonSchneider
+TableOfMarks
+PermutationTom
+MarksTom
+SubsTom
+NrSubsTom
+OrdersTom
+LengthsTom
+ClassTypesTom
+ClassNamesTom
+FusionsTom
+IdempotentsTom
+IdempotentsTomInfo
+MatTom
+MoebiusTom
+WeightsTom
+IsAbelianTom
+IsCyclicTom
+IsNilpotentTom
+IsPerfectTom
+IsSolvableTom
+DerivedSubgroupsTomPossible
+DerivedSubgroupsTomUnique
+NormalizersTom
+CyclicExtensionsTom
+ComputedCyclicExtensionsTom
+MaximalSubgroupsTom
+GeneratorsSubgroupsTom
+StraightLineProgramsTom
+ProcessID
+IdGroup
+Gap3CatalogueIdGroup
+FrattinifactorSize
+FrattinifactorId
+GaloisType
+SimsNo
+MinimalBlockDimension
+IsPrimitiveMatrixGroup
+IrrFacsAlgExtPol
+IsUnitGroup
+IsUnitGroupIsomorphism
+IsNumberFieldByMatrices
+IsMultGroupByFieldElemsIsomorphism
+IntegerDefiningPolynomial
+IntegerPrimitiveElement
+EquationOrderBasis
+MaximalOrderBasis
+UnitGroup
+FieldOfUnitGroup
+IsWeightedCollector
+IsPolynomialCollector
+UseLibraryCollector
+IsPolycyclicPresentation
+TailOfElm
+RelativeOrderPcp
+RelativeIndex
+FactorOrder
+Igs
+Ngs
+Cgs
+EfaSeries
+PcpsOfEfaSeries
+IsomorphismPcpGroup
+PcpGroupByEfaSeries
+IsHomomorphismIntoMatrixGroup
+SemiSimpleEfaSeries
+FCCentre
+IsNilpotentByFinite
+ComputedMaximalSubgroupClassesByIndexs
+ComputedLowIndexSubgroupClassess
+ComputedLowIndexNormalSubgroupss
+SchurExtension
+SchurExtensionEpimorphism
+NonAbelianTensorSquare
+NonAbelianExteriorSquare
+TorsionSubgroup
+NormalTorsionSubgroup
+FiniteSubgroupClasses
+IsTorsionFree
+IsFreeAbelian
+MemberFunction
+ComputedIsMembers
+IsGroupClass
+GroupClass
+ContainsTrivialGroup
+IsSubgroupClosed
+IsNormalSubgroupClosed
+IsQuotientClosed
+IsResiduallyClosed
+IsNormalProductClosed
+IsDirectProductClosed
+IsSchunckClass
+IsSaturated
+FittingClass
+InjectorFunction
+RadicalFunction
+IsPrimitiveSolubleGroup
+SchunckClass
+Boundary
+ProjectorFunction
+BoundaryFunction
+OrdinaryFormation
+SaturatedFormation
+FittingFormation
+SaturatedFittingFormation
+ResidualFunction
+LocalDefinitionFunction
+ComputedProjectors
+ComputedCoveringSubgroups
+ComputedInjectors
+ComputedRadicals
+ComputedResiduals
+CharacteristicSubgroups
+NormalGeneratorsOfNilpotentResidual
+PrimePowerGensPcSequence
+CRISP_SmallGeneratingSet
+NilpotentProjector
+SupersolubleProjector
+ComputedPSocleComponentss
+ComputedPSocleSeriess
+ComputedPSocles
+SolubleSocle
+SocleComponents
+SolubleSocleComponents
+ComputedMinimalNormalPSubgroupss
+AbelianMinimalNormalSubgroups
+LinesOfStraightLineDecision
+NrInputsOfStraightLineDecision
+AsBBoxProgram
+AsStraightLineProgram
+AsStraightLineDecision
+Maxes
+AtlasRepInfoRecord
+CASInfo
+ConstructionInfoCharacterTable
+FusionToTom
+ProjectivesInfo
+ExtensionInfoCharacterTable
+GroupInfoForCharacterTable
+KnowsSomeGroupInfo
+IsNontrivialDirectProduct
+KnowsDeligneLusztigNames
+IsDuplicateTable
+IdentifierOfMainTable
+IdentifiersOfDuplicateTables
+DeligneLusztigNames
+DeligneLusztigName
+FingerprintOfCharacterTable
+SpinSymIngredients
+NamesLibTom
+NotifiedFusionsOfLibTom
+FusionsOfLibTom
+NotifiedFusionsToLibTom
+FusionsToLibTom
+StandardGeneratorsInfo
+FGA_States
+FGA_GeneratorsLetterRep
+FreeGeneratorsOfGroup
+RankOfFreeGroup
+FreeGroupAutomaton
+FreeGroupExtendedAutomaton
+NormalizerInWholeGroup
+FGA_Source
+FGA_Image
+FGA_WhiteheadParams
+FGA_WhiteheadAutomorphisms
+FGA_NielsenAutomorphisms
+IsIrreducibleMatrixGroup
+ComputedIsIrreducibleMatrixGroups
+IsAbsolutelyIrreducibleMatrixGroup
+ComputedIsPrimitiveMatrixGroups
+MinimalBlockDimensionOfMatrixGroup
+ComputedMinimalBlockDimensionOfMatrixGroups
+CharacteristicOfField
+RepresentationIsomorphism
+IsMaximalAbsolutelyIrreducibleSolvableMatrixGroup
+ImprimitivitySystems
+ComputedImprimitivitySystemss
+TraceField
+ConjugatingMatTraceField
+FingerprintMatrixGroup
+IdIrreducibleSolvableMatrixGroup
+IdPrimitiveSolvableGroup
+IsLieNilpotentOverFp
+AutomorphismGroupOfNilpotentLieAlgebra
+MinimalGeneratorNumber
+IsLieCover
+CoverOf
+CoverHomomorphism
+LieCover
+LieNucleus
+LieMultiplicator
+IsLieAlgebraWithNB
+NilpotentBasis
+IsNilpotentBasis
+LieNBDefinitions
+LieNBWeights
+IsGroupAlgebra
+IsFModularGroupAlgebra
+IsPModularGroupAlgebra
+UnderlyingRing
+UnderlyingField
+Support
+CoefficientsBySupport
+TraceOfMagmaRingElement
+Augmentation
+IsSymmetric
+IsUnitary
+WeightedBasis
+AugmentationIdealPowerSeries
+AugmentationIdealNilpotencyIndex
+AugmentationIdealOfDerivedSubgroupNilpotencyIndex
+IsGroupOfUnitsOfMagmaRing
+IsUnitGroupOfGroupRing
+IsNormalizedUnitGroupOfGroupRing
+UnderlyingGroupRing
+NormalizedUnitGroup
+PcNormalizedUnitGroup
+ComputedAugmentationIdealPowerFactorGroups
+PcUnits
+NaturalBijectionToPcNormalizedUnitGroup
+NaturalBijectionToNormalizedUnitGroup
+GroupBases
+BicyclicUnitGroup
+UnitarySubgroup
+UnderlyingAssociativeAlgebra
+IsLieAlgebraOfGroupRing
+IsBasisOfLieAlgebraOfGroupRing
+NaturalBijectionToLieAlgebra
+NaturalBijectionToAssociativeAlgebra
+AugmentationHomomorphism
+IsLieMetabelian
+IsLieCentreByMetabelian
+LieUpperNilpotencyIndex
+LieLowerNilpotencyIndex
+LieDerivedLength
+SubgroupsOfIndexTwo
+DihedralDepth
+DimensionBasis
+LieDimensionSubgroups
+LieUpperCodimensionSeries
+RootsAsMatrices
+IsSolvablePolynomial
+IsSeparablePolynomial
+IsomorphismMatrixField
+GaloisGroupOnRoots
+IsAffineCrystGroupOnRight
+IsAffineCrystGroupOnLeft
+IsAffineCrystGroupOnLeftOrRight
+IsSpaceGroup
+IsStandardAffineCrystGroup
+IsSymmorphicSpaceGroup
+IsPointGroup
+NormalizerPointGroupInGLnZ
+CentralizerPointGroupInGLnZ
+AffineCrystGroupOfPointGroup
+PointGroup
+PointHomomorphism
+TranslationBasis
+InternalBasis
+TransParts
+TranslationNormalizer
+AffineNormalizer
+IsPointHomomorphism
+NiceToCryst
+IsFromAffineCrystGroupToFpGroup
+IsFromAffineCrystGroupToPcpGroup
+WyckoffStabilizer
+WyckoffOrbit
+WyckoffPositions
+CocVecs
+IsColorGroup
+ColorSubgroup
+ColorCosetList
+ColorPermGroup
+ColorHomomorphism
+CrystCatRecord
+IsAlmostCrystallographic
+IsAlmostBieberbachGroup
+AlmostCrystallographicInfo
+NaturalHomomorphismOnHolonomyGroup
+HolonomyGroup
+OrientationModule
+BettiNumbers
+IsIsomorphismByFinitePolycyclicMatrixGroup
+IsIsomorphismByPolycyclicMatrixGroup
+IsTriangularizableMatGroup
+UpperFittingSeries
+LowerFittingSeries
+FittingLength
+IsZ_pi
+NoninvertiblePrimes
+IsResidueClass
+UnderlyingIndeterminate
+IsZxZ
+SizeOfSmallestResidueClassRing
+Density
+IsResidueClassWithFixedRepresentative
+IsOverlappingFree
+Rho
+ViewObj
+ViewString
+NameFunction
+SetNameFunction
+NumberArgumentsFunction
+CallFuncList
+=
+<
+in
+ShallowCopy
+Name
+SetName
+IsName
+InfoText
+SetInfoText
+IsInfoText
+String
+SetString
+IsString
+PrintObj
+PrintString
+Display
+DisplayString
+IsInternallyConsistent
+IsImpossible
+SetIsImpossible
+IsIsImpossible
+ExtRepOfObj
+ObjByExtRep
+KnownAttributesOfObject
+KnownPropertiesOfObject
+KnownTruePropertiesOfObject
+CategoriesOfObject
+RepresentationsOfObject
+PostMakeImmutable
+MemoryUsage
+FlushCaches
+CollectionsFamily
+SetCollectionsFamily
+IsCollectionsFamily
+ElementsFamily
+SetElementsFamily
+IsElementsFamily
+UseSubsetRelation
+UseIsomorphismRelation
+UseFactorRelation
+Iterator
+IteratorSorted
+IsDoneIterator
+NextIterator
+IsEmpty
+SetIsEmpty
+IsIsEmpty
+IsTrivial
+SetIsTrivial
+IsIsTrivial
+IsNonTrivial
+SetIsNonTrivial
+IsIsNonTrivial
+IsFinite
+SetIsFinite
+IsIsFinite
+IsWholeFamily
+SetIsWholeFamily
+IsIsWholeFamily
+Size
+SetSize
+IsSize
+Representative
+SetRepresentative
+IsRepresentative
+RepresentativeSmallest
+SetRepresentativeSmallest
+IsRepresentativeSmallest
+Random
+PseudoRandom
+PseudoRandomSeed
+SetPseudoRandomSeed
+IsPseudoRandomSeed
+Enumerator
+SetEnumerator
+IsEnumerator
+EnumeratorSorted
+SetEnumeratorSorted
+IsEnumeratorSorted
+UnderlyingCollection
+SetUnderlyingCollection
+IsUnderlyingCollection
+ListOp
+SortedList
+SSortedList
+AsList
+SetAsList
+IsAsList
+AsSortedList
+SetAsSortedList
+IsAsSortedList
+AsSSortedList
+SetAsSSortedList
+IsAsSSortedList
+AsSSortedListNonstored
+SumOp
+ProductOp
+FilteredOp
+NumberOp
+ForAllOp
+ForAnyOp
+IsSubset
+Intersection2
+Union2
+Difference
+CanEasilyCompareElements
+SetCanEasilyCompareElements
+IsCanEasilyCompareElements
+CanEasilySortElements
+SetCanEasilySortElements
+IsCanEasilySortElements
+CanComputeIsSubset
+Randomizer
+CheapRandomizer
+RandomizerAttr
+SetRandomizerAttr
+IsRandomizerAttr
+CheapRandomizerAttr
+SetCheapRandomizerAttr
+IsCheapRandomizerAttr
+IsSmallList
+SetIsSmallList
+IsIsSmallList
+Length
+SetLENGTH
+IsLENGTH
+IsBound[]
+[]
+{}
+Elm0List
+Unbind[]
+[]:=
+{}:=
+ConstantTimeAccessList
+SetConstantTimeAccessList
+IsConstantTimeAccessList
+AsPlist
+IsSortedList
+SetIsSortedList
+IsIsSortedList
+IsSSortedList
+SetIS_SSORT_LIST
+IsIS_SSORT_LIST
+IsNSortedList
+SetIS_NSORT_LIST
+IsIS_NSORT_LIST
+IsDuplicateFree
+SetIsDuplicateFree
+IsIsDuplicateFree
+IsPositionsList
+SetIS_POSS_LIST
+IsIS_POSS_LIST
+Position
+PositionsOp
+PositionCanonical
+PositionNthOccurrence
+PositionSortedOp
+PositionProperty
+PositionsProperty
+PositionBound
+PositionSublist
+IsMatchingSublist
+Add
+Remove
+Append
+Compacted
+Collected
+DuplicateFreeList
+AsDuplicateFreeList
+SetAsDuplicateFreeList
+IsAsDuplicateFreeList
+DifferenceLists
+Flat
+ReversedOp
+Shuffle
+Sort
+SortBy
+StableSort
+StableSortBy
+Sortex
+SortingPerm
+SetSortingPerm
+IsSortingPerm
+SortParallel
+StableSortParallel
+MaximumList
+MinimumList
+Permuted
+FirstOp
+Iterated
+PlainListCopyOp
+PositionNot
+PositionNonZero
+NestingDepthA
+SetNestingDepthA
+IsNestingDepthA
+NestingDepthM
+SetNestingDepthM
+IsNestingDepthM
+IsZero
+SetIsZero
+IsIsZero
+IsOne
+SetIsOne
+IsIsOne
+ZeroImmutable
+SetZeroImmutable
+IsZeroImmutable
+ZeroMutable
+ZeroSameMutability
++
+AdditiveInverseImmutable
+SetAdditiveInverseImmutable
+IsAdditiveInverseImmutable
+AdditiveInverseMutable
+AdditiveInverseSameMutability
+-
+*
+OneImmutable
+SetOneImmutable
+IsOneImmutable
+OneMutable
+OneSameMutability
+InverseImmutable
+SetInverseImmutable
+IsInverseImmutable
+InverseMutable
+InverseSameMutability
+/
+LeftQuotient
+^
+Comm
+LieBracket
+mod
+Int
+SetInt
+IsInt
+Rat
+SetRat
+IsRat
+Sqrt
+Root
+Log
+Characteristic
+SetCharacteristic
+IsCharacteristic
+Order
+SetOrder
+IsOrder
+NormedRowVector
+SetNormedRowVector
+IsNormedRowVector
+IsCommutativeFamily
+SetIsCommutativeFamily
+IsIsCommutativeFamily
+IsSkewFieldFamily
+SetIsSkewFieldFamily
+IsIsSkewFieldFamily
+IsUFDFamily
+SetIsUFDFamily
+IsIsUFDFamily
+AdditiveElementsAsMultiplicativeElementsFamily
+SetAdditiveElementsAsMultiplicativeElementsFamily
+IsAdditiveElementsAsMultiplicativeElementsFamily
+AdditiveElementAsMultiplicativeElement
+SetAdditiveElementAsMultiplicativeElement
+IsAdditiveElementAsMultiplicativeElement
+UnderlyingElement
+IsIdempotent
+SetIsIdempotent
+IsIsIdempotent
+LargeGaloisField
+DegreeFFE
+SetDegreeFFE
+IsDegreeFFE
+LogFFE
+IntFFE
+SetIntFFE
+IsIntFFE
+IntFFESymm
+SetIntFFESymm
+IsIntFFESymm
+IntVecFFE
+AsInternalFFE
+SetAsInternalFFE
+IsAsInternalFFE
+RootFFE
+GeneratorsOfDomain
+SetGeneratorsOfDomain
+IsGeneratorsOfDomain
+DomainByGenerators
+ParentAttr
+SetParentAttr
+IsParentAttr
+IsIntegralCyclotomic
+SetIsIntegralCyclotomic
+IsIsIntegralCyclotomic
+Conductor
+SetCONDUCTOR
+IsCONDUCTOR
+GaloisCyc
+IsEqualSet
+IsSubsetSet
+AddSet
+RemoveSet
+UniteSet
+IntersectSet
+SubtractSet
+.
+IsBound.
+.:=
+Unbind.
+RecNames
+SetRecNames
+IsRecNames
+SUM_FFE_LARGE
+DIFF_FFE_LARGE
+PROD_FFE_LARGE
+QUO_FFE_LARGE
+ZOp
+IsRectangularTable
+SetIsRectangularTable
+IsIsRectangularTable
+SmallestGeneratorPerm
+SetSmallestGeneratorPerm
+IsSmallestGeneratorPerm
+SmallestMovedPoint
+SetSmallestMovedPoint
+IsSmallestMovedPoint
+LargestMovedPoint
+SetLargestMovedPoint
+IsLargestMovedPoint
+NrMovedPoints
+SetNrMovedPoints
+IsNrMovedPoints
+MovedPoints
+SetMovedPoints
+IsMovedPoints
+SignPerm
+SetSignPerm
+IsSignPerm
+CycleStructurePerm
+SetCycleStructurePerm
+IsCycleStructurePerm
+RestrictedPerm
+RestrictedPermNC
+DistancePerms
+AddRowVector
+AddCoeffs
+MultRowVector
+CoeffsMod
+MultCoeffs
+PowerModCoeffs
+ProductCoeffs
+ReduceCoeffs
+ReduceCoeffsMod
+QuotRemCoeffs
+ValuePol
+RemoveOuterCoeffs
+ShiftedCoeffs
+LeftShiftRowVector
+RightShiftRowVector
+ShrinkRowVector
+PadCoeffs
+WeightVecFFE
+DistanceVecFFE
+DistancesDistributionVecFFEsVecFFE
+DistancesDistributionMatFFEVecFFE
+AClosestVectorCombinationsMatFFEVecFFE
+AClosestVectorCombinationsMatFFEVecFFECoords
+CosetLeadersMatFFE
+AddToListEntries
+NewInfoClass
+SetInfoLevel
+InfoLevel
+Directory
+Filename
+ExternalFilename
+Read
+ReadAsFunction
+IsEndOfStream
+PositionStream
+ReadAll
+ReadByte
+ReadLine
+ReadAllLine
+RewindStream
+SeekPositionStream
+WriteAll
+WriteByte
+WriteLine
+CloseStream
+InputTextString
+InputTextFile
+OutputTextString
+OutputTextFile
+SetPrintFormattingStatus
+PrintFormattingStatus
+LogTo
+InputLogTo
+OutputLogTo
+FileDescriptorOfStream
+ImmutableMatrix
+NumberFFVector
+State
+Reset
+Init
+RandomSource
+SplitString
+NewFloat
+MakeFloat
+Cos
+SetCos
+IsCos
+Sin
+SetSin
+IsSin
+Tan
+SetTan
+IsTan
+Sec
+SetSec
+IsSec
+Csc
+SetCsc
+IsCsc
+Cot
+SetCot
+IsCot
+Asin
+SetAsin
+IsAsin
+Acos
+SetAcos
+IsAcos
+Atan
+SetAtan
+IsAtan
+Cosh
+SetCosh
+IsCosh
+Sinh
+SetSinh
+IsSinh
+Tanh
+SetTanh
+IsTanh
+Sech
+SetSech
+IsSech
+Csch
+SetCsch
+IsCsch
+Coth
+SetCoth
+IsCoth
+Asinh
+SetAsinh
+IsAsinh
+Acosh
+SetAcosh
+IsAcosh
+Atanh
+SetAtanh
+IsAtanh
+Log2
+SetLog2
+IsLog2
+Log10
+SetLog10
+IsLog10
+Log1p
+SetLog1p
+IsLog1p
+Exp
+SetExp
+IsExp
+Exp2
+SetExp2
+IsExp2
+Exp10
+SetExp10
+IsExp10
+Expm1
+SetExpm1
+IsExpm1
+CubeRoot
+SetCubeRoot
+IsCubeRoot
+Square
+SetSquare
+IsSquare
+Ceil
+SetCeil
+IsCeil
+Floor
+SetFloor
+IsFloor
+Round
+SetRound
+IsRound
+Trunc
+SetTrunc
+IsTrunc
+Atan2
+FrExp
+SetFrExp
+IsFrExp
+LdExp
+Argument
+SetArgument
+IsArgument
+AbsoluteValue
+SetAbsoluteValue
+IsAbsoluteValue
+Hypothenuse
+Frac
+SetFrac
+IsFrac
+SinCos
+SetSinCos
+IsSinCos
+Erf
+SetErf
+IsErf
+Zeta
+SetZeta
+IsZeta
+Gamma
+SetGamma
+IsGamma
+ComplexI
+SetComplexI
+IsComplexI
+PrecisionFloat
+SetPrecisionFloat
+IsPrecisionFloat
+SignFloat
+SetSignFloat
+IsSignFloat
+Sup
+SetSup
+IsSup
+Inf
+SetInf
+IsInf
+Mid
+SetMid
+IsMid
+AbsoluteDiameter
+SetAbsoluteDiameter
+IsAbsoluteDiameter
+RelativeDiameter
+SetRelativeDiameter
+IsRelativeDiameter
+Overlaps
+IsDisjoint
+EqFloat
+IncreaseInterval
+BlowupInterval
+BisectInterval
+IsPInfinity
+SetIsPInfinity
+IsIsPInfinity
+IsNInfinity
+SetIsNInfinity
+IsIsNInfinity
+IsXInfinity
+SetIsXInfinity
+IsIsXInfinity
+IsNaN
+SetIsNaN
+IsIsNaN
+Cyc
+Process
+DirectProductElementsFamily
+ComponentsOfDirectProductElementsFamily
+SetComponentsOfDirectProductElementsFamily
+IsComponentsOfDirectProductElementsFamily
+DirectProductElement
+DirectProductElementNC
+EmptyRowVector
+SetEmptyRowVector
+IsEmptyRowVector
+GeneratorsOfExtASet
+SetGeneratorsOfExtASet
+IsGeneratorsOfExtASet
+AdditivelyActingDomain
+SetAdditivelyActingDomain
+IsAdditivelyActingDomain
+IsLeftActedOnByDivisionRing
+SetIsLeftActedOnByDivisionRing
+IsIsLeftActedOnByDivisionRing
+GeneratorsOfExtLSet
+SetGeneratorsOfExtLSet
+IsGeneratorsOfExtLSet
+LeftActingDomain
+SetLeftActingDomain
+IsLeftActingDomain
+GeneratorsOfExtRSet
+SetGeneratorsOfExtRSet
+IsGeneratorsOfExtRSet
+RightActingDomain
+SetRightActingDomain
+IsRightActingDomain
+GeneratorsOfExtUSet
+SetGeneratorsOfExtUSet
+IsGeneratorsOfExtUSet
+UpperActingDomain
+SetUpperActingDomain
+IsUpperActingDomain
+KnowsDictionary
+AddDictionary
+RemoveDictionary
+LookupDictionary
+ListKeyEnumerator
+PrintHashWithNames
+RandomHashKey
+HashKeyEnumerator
+DenseIntKey
+SparseIntKey
+GetHashEntryAtLastIndex
+SetHashEntryAtLastIndex
+SetHashEntry
+FamilyRange
+SetFamilyRange
+IsFamilyRange
+FamilySource
+SetFamilySource
+IsFamilySource
+FamiliesOfGeneralMappingsAndRanges
+SetFamiliesOfGeneralMappingsAndRanges
+IsFamiliesOfGeneralMappingsAndRanges
+IsConstantTimeAccessGeneralMapping
+SetIsConstantTimeAccessGeneralMapping
+IsIsConstantTimeAccessGeneralMapping
+IsEndoGeneralMapping
+SetIsEndoGeneralMapping
+IsIsEndoGeneralMapping
+IsTotal
+SetIsTotal
+IsIsTotal
+IsSingleValued
+SetIsSingleValued
+IsIsSingleValued
+IsInjective
+SetIsInjective
+IsIsInjective
+IsSurjective
+SetIsSurjective
+IsIsSurjective
+Range
+SetRange
+IsRange
+Source
+SetSource
+IsSource
+UnderlyingRelation
+SetUnderlyingRelation
+IsUnderlyingRelation
+UnderlyingGeneralMapping
+SetUnderlyingGeneralMapping
+IsUnderlyingGeneralMapping
+IdentityMapping
+SetIdentityMapping
+IsIdentityMapping
+InverseGeneralMapping
+SetInverseGeneralMapping
+IsInverseGeneralMapping
+ImagesSource
+SetImagesSource
+IsImagesSource
+PreImagesRange
+SetPreImagesRange
+IsPreImagesRange
+ImagesElm
+ImagesRepresentative
+ImagesSet
+ImageElm
+PreImagesElm
+PreImageElm
+PreImagesRepresentative
+PreImagesSet
+CompositionMapping2
+ZeroMapping
+RestrictedMapping
+Embedding
+Projection
+MappingGeneratorsImages
+SetMappingGeneratorsImages
+IsMappingGeneratorsImages
+RespectsMultiplication
+SetRespectsMultiplication
+IsRespectsMultiplication
+RespectsOne
+SetRespectsOne
+IsRespectsOne
+RespectsInverses
+SetRespectsInverses
+IsRespectsInverses
+KernelOfMultiplicativeGeneralMapping
+SetKernelOfMultiplicativeGeneralMapping
+IsKernelOfMultiplicativeGeneralMapping
+CoKernelOfMultiplicativeGeneralMapping
+SetCoKernelOfMultiplicativeGeneralMapping
+IsCoKernelOfMultiplicativeGeneralMapping
+RespectsAddition
+SetRespectsAddition
+IsRespectsAddition
+RespectsZero
+SetRespectsZero
+IsRespectsZero
+RespectsAdditiveInverses
+SetRespectsAdditiveInverses
+IsRespectsAdditiveInverses
+KernelOfAdditiveGeneralMapping
+SetKernelOfAdditiveGeneralMapping
+IsKernelOfAdditiveGeneralMapping
+CoKernelOfAdditiveGeneralMapping
+SetCoKernelOfAdditiveGeneralMapping
+IsCoKernelOfAdditiveGeneralMapping
+RespectsScalarMultiplication
+SetRespectsScalarMultiplication
+IsRespectsScalarMultiplication
+IsLinearMapping
+IsFieldHomomorphism
+SetIsFieldHomomorphism
+IsIsFieldHomomorphism
+TransformsMultiplicationIntoAddition
+SetTransformsMultiplicationIntoAddition
+IsTransformsMultiplicationIntoAddition
+TranformsOneIntoZero
+SetTranformsOneIntoZero
+IsTranformsOneIntoZero
+TransformsInversesIntoAdditiveInverses
+SetTransformsInversesIntoAdditiveInverses
+IsTransformsInversesIntoAdditiveInverses
+TransformsAdditionIntoMultiplication
+SetTransformsAdditionIntoMultiplication
+IsTransformsAdditionIntoMultiplication
+TransformsZeroIntoOne
+SetTransformsZeroIntoOne
+IsTransformsZeroIntoOne
+TransformsAdditiveInversesIntoInverses
+SetTransformsAdditiveInversesIntoInverses
+IsTransformsAdditiveInversesIntoInverses
+Successors
+SetSuccessors
+IsSuccessors
+DegreeOfBinaryRelation
+SetDegreeOfBinaryRelation
+IsDegreeOfBinaryRelation
+IsReflexiveBinaryRelation
+SetIsReflexiveBinaryRelation
+IsIsReflexiveBinaryRelation
+IsSymmetricBinaryRelation
+SetIsSymmetricBinaryRelation
+IsIsSymmetricBinaryRelation
+IsTransitiveBinaryRelation
+SetIsTransitiveBinaryRelation
+IsIsTransitiveBinaryRelation
+IsAntisymmetricBinaryRelation
+SetIsAntisymmetricBinaryRelation
+IsIsAntisymmetricBinaryRelation
+IsPreOrderBinaryRelation
+SetIsPreOrderBinaryRelation
+IsIsPreOrderBinaryRelation
+IsPartialOrderBinaryRelation
+SetIsPartialOrderBinaryRelation
+IsIsPartialOrderBinaryRelation
+IsLatticeOrderBinaryRelation
+SetIsLatticeOrderBinaryRelation
+IsIsLatticeOrderBinaryRelation
+IsEquivalenceRelation
+SetIsEquivalenceRelation
+IsIsEquivalenceRelation
+ReflexiveClosureBinaryRelation
+SymmetricClosureBinaryRelation
+TransitiveClosureBinaryRelation
+HasseDiagramBinaryRelation
+IsHasseDiagram
+SetIsHasseDiagram
+IsIsHasseDiagram
+PartialOrderOfHasseDiagram
+SetPartialOrderOfHasseDiagram
+IsPartialOrderOfHasseDiagram
+StronglyConnectedComponents
+EquivalenceRelationPartition
+SetEquivalenceRelationPartition
+IsEquivalenceRelationPartition
+GeneratorsOfEquivalenceRelationPartition
+SetGeneratorsOfEquivalenceRelationPartition
+IsGeneratorsOfEquivalenceRelationPartition
+JoinEquivalenceRelations
+MeetEquivalenceRelations
+EquivalenceClassRelation
+SetEquivalenceClassRelation
+IsEquivalenceClassRelation
+EquivalenceClasses
+SetEquivalenceClasses
+IsEquivalenceClasses
+EquivalenceClassOfElement
+EquivalenceClassOfElementNC
+MagmaByGenerators
+MagmaWithOneByGenerators
+MagmaWithInversesByGenerators
+AsMagma
+SetAsMagma
+IsAsMagma
+AsSubmagma
+GeneratorsOfMagma
+SetGeneratorsOfMagma
+IsGeneratorsOfMagma
+GeneratorsOfMagmaWithOne
+SetGeneratorsOfMagmaWithOne
+IsGeneratorsOfMagmaWithOne
+GeneratorsOfMagmaWithInverses
+SetGeneratorsOfMagmaWithInverses
+IsGeneratorsOfMagmaWithInverses
+IsGeneratorsOfMagmaWithInverses
+SetIsGeneratorsOfMagmaWithInverses
+IsIsGeneratorsOfMagmaWithInverses
+TrivialSubmagmaWithOne
+SetTrivialSubmagmaWithOne
+IsTrivialSubmagmaWithOne
+IsAssociative
+SetIsAssociative
+IsIsAssociative
+IsCommutative
+SetIsCommutative
+IsIsCommutative
+MultiplicativeNeutralElement
+SetMultiplicativeNeutralElement
+IsMultiplicativeNeutralElement
+Centre
+SetCentre
+IsCentre
+Idempotents
+SetIdempotents
+IsIdempotents
+IsCentral
+CentralizerOp
+CentralizerInParent
+SetCentralizerInParent
+IsCentralizerInParent
+Centralizer
+SquareRoots
+MagmaGeneratorsOfFamily
+SetMagmaGeneratorsOfFamily
+IsMagmaGeneratorsOfFamily
+AsLeftMagmaIdeal
+LeftMagmaIdealByGenerators
+AsRightMagmaIdeal
+RightMagmaIdealByGenerators
+AsMagmaIdeal
+GeneratorsOfMagmaIdeal
+SetGeneratorsOfMagmaIdeal
+IsGeneratorsOfMagmaIdeal
+MagmaIdealByGenerators
+NaturalHomomorphismByGenerators
+MultiplicativeZeroOp
+MultiplicativeZero
+SetMultiplicativeZero
+IsMultiplicativeZero
+IsMultiplicativeZero
+InjectionZeroMagma
+SetInjectionZeroMagma
+IsInjectionZeroMagma
+MagmaWithZeroAdjoined
+SetMagmaWithZeroAdjoined
+IsMagmaWithZeroAdjoined
+UnderlyingInjectionZeroMagma
+SetUnderlyingInjectionZeroMagma
+IsUnderlyingInjectionZeroMagma
+GeneratingPairsOfLeftMagmaCongruence
+SetGeneratingPairsOfLeftMagmaCongruence
+IsGeneratingPairsOfLeftMagmaCongruence
+PartialClosureOfCongruence
+SetPartialClosureOfCongruence
+IsPartialClosureOfCongruence
+LeftMagmaCongruenceByGeneratingPairs
+GeneratingPairsOfRightMagmaCongruence
+SetGeneratingPairsOfRightMagmaCongruence
+IsGeneratingPairsOfRightMagmaCongruence
+RightMagmaCongruenceByGeneratingPairs
+MagmaCongruenceByGeneratingPairs
+GeneratingPairsOfMagmaCongruence
+SetGeneratingPairsOfMagmaCongruence
+IsGeneratingPairsOfMagmaCongruence
+JoinMagmaCongruences
+MeetMagmaCongruences
+SemigroupCongruenceByGeneratingPairs
+RightSemigroupCongruenceByGeneratingPairs
+LeftSemigroupCongruenceByGeneratingPairs
+IsLeftSemigroupCongruence
+SetIsLeftSemigroupCongruence
+IsIsLeftSemigroupCongruence
+IsRightSemigroupCongruence
+SetIsRightSemigroupCongruence
+IsIsRightSemigroupCongruence
+IsSemigroupCongruence
+SetIsSemigroupCongruence
+IsIsSemigroupCongruence
+IsReesCongruence
+SetIsReesCongruence
+IsIsReesCongruence
+InversesOfSemigroupElement
+SemigroupByGenerators
+AsSemigroup
+SetAsSemigroup
+IsAsSemigroup
+AsSubsemigroup
+IsGeneratorsOfSemigroup
+SetIsGeneratorsOfSemigroup
+IsIsGeneratorsOfSemigroup
+CayleyGraphSemigroup
+SetCayleyGraphSemigroup
+IsCayleyGraphSemigroup
+CayleyGraphDualSemigroup
+SetCayleyGraphDualSemigroup
+IsCayleyGraphDualSemigroup
+IsZeroGroup
+SetIsZeroGroup
+IsIsZeroGroup
+IsSimpleSemigroup
+SetIsSimpleSemigroup
+IsIsSimpleSemigroup
+IsZeroSimpleSemigroup
+SetIsZeroSimpleSemigroup
+IsIsZeroSimpleSemigroup
+ANonReesCongruenceOfSemigroup
+SetANonReesCongruenceOfSemigroup
+IsANonReesCongruenceOfSemigroup
+IsReesCongruenceSemigroup
+SetIsReesCongruenceSemigroup
+IsIsReesCongruenceSemigroup
+HomomorphismFactorSemigroup
+HomomorphismFactorSemigroupByClosure
+FactorSemigroup
+FactorSemigroupByClosure
+IsRegularSemigroupElement
+IsRegularSemigroup
+SetIsRegularSemigroup
+IsIsRegularSemigroup
+IsInverseSemigroup
+SetIsInverseSemigroup
+IsIsInverseSemigroup
+DisplaySemigroup
+NilpotencyDegree
+SetNilpotencyDegree
+IsNilpotencyDegree
+IsSubsemigroup
+IsBand
+SetIsBand
+IsIsBand
+IsBrandtSemigroup
+SetIsBrandtSemigroup
+IsIsBrandtSemigroup
+IsCliffordSemigroup
+SetIsCliffordSemigroup
+IsIsCliffordSemigroup
+IsCommutativeSemigroup
+SetIsCommutativeSemigroup
+IsIsCommutativeSemigroup
+IsCompletelyRegularSemigroup
+SetIsCompletelyRegularSemigroup
+IsIsCompletelyRegularSemigroup
+IsCompletelySimpleSemigroup
+SetIsCompletelySimpleSemigroup
+IsIsCompletelySimpleSemigroup
+IsGroupAsSemigroup
+SetIsGroupAsSemigroup
+IsIsGroupAsSemigroup
+IsIdempotentGenerated
+SetIsIdempotentGenerated
+IsIsIdempotentGenerated
+IsLeftZeroSemigroup
+SetIsLeftZeroSemigroup
+IsIsLeftZeroSemigroup
+IsMonogenicSemigroup
+SetIsMonogenicSemigroup
+IsIsMonogenicSemigroup
+IsMonoidAsSemigroup
+SetIsMonoidAsSemigroup
+IsIsMonoidAsSemigroup
+IsNilpotentSemigroup
+SetIsNilpotentSemigroup
+IsIsNilpotentSemigroup
+IsOrthodoxSemigroup
+SetIsOrthodoxSemigroup
+IsIsOrthodoxSemigroup
+IsRectangularBand
+SetIsRectangularBand
+IsIsRectangularBand
+IsRightZeroSemigroup
+SetIsRightZeroSemigroup
+IsIsRightZeroSemigroup
+IsSemiband
+SetIsSemiband
+IsIsSemiband
+IsSemilattice
+SetIsSemilattice
+IsIsSemilattice
+IsZeroSemigroup
+SetIsZeroSemigroup
+IsIsZeroSemigroup
+SemigroupViewStringPrefix
+SemigroupViewStringSuffix
+IsLeftSemigroupIdeal
+SetIsLeftSemigroupIdeal
+IsIsLeftSemigroupIdeal
+IsRightSemigroupIdeal
+SetIsRightSemigroupIdeal
+IsIsRightSemigroupIdeal
+IsSemigroupIdeal
+SetIsSemigroupIdeal
+IsIsSemigroupIdeal
+ReesCongruenceOfSemigroupIdeal
+SetReesCongruenceOfSemigroupIdeal
+IsReesCongruenceOfSemigroupIdeal
+MonoidByGenerators
+AsMonoid
+SetAsMonoid
+IsAsMonoid
+AsSubmonoid
+GroupString
+IsCyclic
+SetIsCyclic
+IsIsCyclic
+IsElementaryAbelian
+SetIsElementaryAbelian
+IsIsElementaryAbelian
+IsFinitelyGeneratedGroup
+SetIsFinitelyGeneratedGroup
+IsIsFinitelyGeneratedGroup
+IsSubsetLocallyFiniteGroup
+SetIsSubsetLocallyFiniteGroup
+IsIsSubsetLocallyFiniteGroup
+CanComputeIndex
+KnowsHowToDecompose
+SetKnowsHowToDecompose
+IsKnowsHowToDecompose
+IsPGroup
+SetIsPGroup
+IsIsPGroup
+PrimePGroup
+SetPrimePGroup
+IsPrimePGroup
+PClassPGroup
+SetPClassPGroup
+IsPClassPGroup
+RankPGroup
+SetRankPGroup
+IsRankPGroup
+IsNilpotentGroup
+SetIsNilpotentGroup
+IsIsNilpotentGroup
+IsPerfectGroup
+SetIsPerfectGroup
+IsIsPerfectGroup
+IsSporadicSimpleGroup
+SetIsSporadicSimpleGroup
+IsIsSporadicSimpleGroup
+IsSimpleGroup
+SetIsSimpleGroup
+IsIsSimpleGroup
+IsAlmostSimpleGroup
+SetIsAlmostSimpleGroup
+IsIsAlmostSimpleGroup
+IsSupersolvableGroup
+SetIsSupersolvableGroup
+IsIsSupersolvableGroup
+IsMonomialGroup
+SetIsMonomialGroup
+IsIsMonomialGroup
+IsSolvableGroup
+SetIsSolvableGroup
+IsIsSolvableGroup
+IsPolycyclicGroup
+SetIsPolycyclicGroup
+IsIsPolycyclicGroup
+AbelianInvariants
+SetAbelianInvariants
+IsAbelianInvariants
+IsInfiniteAbelianizationGroup
+SetIsInfiniteAbelianizationGroup
+IsIsInfiniteAbelianizationGroup
+AsGroup
+SetAsGroup
+IsAsGroup
+ChiefSeries
+SetChiefSeries
+IsChiefSeries
+ChiefSeriesUnderAction
+ChiefSeriesThrough
+CommutatorFactorGroup
+SetCommutatorFactorGroup
+IsCommutatorFactorGroup
+CompositionSeries
+SetCompositionSeries
+IsCompositionSeries
+ConjugacyClasses
+SetConjugacyClasses
+IsConjugacyClasses
+ConjugacyClassesMaximalSubgroups
+SetConjugacyClassesMaximalSubgroups
+IsConjugacyClassesMaximalSubgroups
+MaximalSubgroups
+SetMaximalSubgroups
+IsMaximalSubgroups
+MaximalSubgroupClassReps
+SetMaximalSubgroupClassReps
+IsMaximalSubgroupClassReps
+PerfectResiduum
+SetPerfectResiduum
+IsPerfectResiduum
+RepresentativesPerfectSubgroups
+SetRepresentativesPerfectSubgroups
+IsRepresentativesPerfectSubgroups
+RepresentativesSimpleSubgroups
+SetRepresentativesSimpleSubgroups
+IsRepresentativesSimpleSubgroups
+ConjugacyClassesPerfectSubgroups
+SetConjugacyClassesPerfectSubgroups
+IsConjugacyClassesPerfectSubgroups
+ConjugacyClassesSubgroups
+SetConjugacyClassesSubgroups
+IsConjugacyClassesSubgroups
+LatticeSubgroups
+SetLatticeSubgroups
+IsLatticeSubgroups
+DerivedLength
+SetDerivedLength
+IsDerivedLength
+HirschLength
+SetHirschLength
+IsHirschLength
+DerivedSeriesOfGroup
+SetDerivedSeriesOfGroup
+IsDerivedSeriesOfGroup
+DerivedSubgroup
+SetDerivedSubgroup
+IsDerivedSubgroup
+MaximalAbelianQuotient
+SetMaximalAbelianQuotient
+IsMaximalAbelianQuotient
+CommutatorLength
+SetCommutatorLength
+IsCommutatorLength
+DimensionsLoewyFactors
+SetDimensionsLoewyFactors
+IsDimensionsLoewyFactors
+ElementaryAbelianSeries
+SetElementaryAbelianSeries
+IsElementaryAbelianSeries
+ElementaryAbelianSeriesLargeSteps
+SetElementaryAbelianSeriesLargeSteps
+IsElementaryAbelianSeriesLargeSteps
+Exponent
+SetExponent
+IsExponent
+FittingSubgroup
+SetFittingSubgroup
+IsFittingSubgroup
+PrefrattiniSubgroup
+SetPrefrattiniSubgroup
+IsPrefrattiniSubgroup
+FrattiniSubgroup
+SetFrattiniSubgroup
+IsFrattiniSubgroup
+InvariantForm
+SetInvariantForm
+IsInvariantForm
+JenningsSeries
+SetJenningsSeries
+IsJenningsSeries
+LowerCentralSeriesOfGroup
+SetLowerCentralSeriesOfGroup
+IsLowerCentralSeriesOfGroup
+NilpotencyClassOfGroup
+SetNilpotencyClassOfGroup
+IsNilpotencyClassOfGroup
+MaximalNormalSubgroups
+SetMaximalNormalSubgroups
+IsMaximalNormalSubgroups
+NormalMaximalSubgroups
+SetNormalMaximalSubgroups
+IsNormalMaximalSubgroups
+MinimalNormalSubgroups
+SetMinimalNormalSubgroups
+IsMinimalNormalSubgroups
+NormalSubgroups
+SetNormalSubgroups
+IsNormalSubgroups
+NrConjugacyClasses
+SetNrConjugacyClasses
+IsNrConjugacyClasses
+Omega
+OmegaOp
+ComputedOmegas
+SetComputedOmegas
+IsComputedOmegas
+AgemoOp
+ComputedAgemos
+SetComputedAgemos
+IsComputedAgemos
+RadicalGroup
+SetRadicalGroup
+IsRadicalGroup
+RationalClasses
+SetRationalClasses
+IsRationalClasses
+GeneratorsSmallest
+SetGeneratorsSmallest
+IsGeneratorsSmallest
+LargestElementGroup
+SetLargestElementGroup
+IsLargestElementGroup
+MinimalGeneratingSet
+SetMinimalGeneratingSet
+IsMinimalGeneratingSet
+SmallGeneratingSet
+SetSmallGeneratingSet
+IsSmallGeneratingSet
+SupersolvableResiduum
+SetSupersolvableResiduum
+IsSupersolvableResiduum
+ComplementSystem
+SetComplementSystem
+IsComplementSystem
+SylowSystem
+SetSylowSystem
+IsSylowSystem
+HallSystem
+SetHallSystem
+IsHallSystem
+Socle
+SetSocle
+IsSocle
+UpperCentralSeriesOfGroup
+SetUpperCentralSeriesOfGroup
+IsUpperCentralSeriesOfGroup
+EulerianFunction
+AsSubgroup
+ClassMultiplicationCoefficient
+ClosureGroup
+CommutatorSubgroup
+ConjugateGroup
+ConjugateSubgroup
+ConjugateSubgroups
+CoreOp
+CoreInParent
+SetCoreInParent
+IsCoreInParent
+Core
+CosetTable
+CosetTableNormalClosure
+FactorGroupNC
+NaturalHomomorphism
+IndexOp
+IndexInParent
+SetIndexInParent
+IsIndexInParent
+Index
+IndexNC
+IndexInWholeGroup
+SetIndexInWholeGroup
+IsIndexInWholeGroup
+IndependentGeneratorsOfAbelianGroup
+SetIndependentGeneratorsOfAbelianGroup
+IsIndependentGeneratorsOfAbelianGroup
+IndependentGeneratorExponents
+IsConjugate
+IsNormalOp
+IsNormalInParent
+SetIsNormalInParent
+IsIsNormalInParent
+IsNormal
+IsCharacteristicSubgroup
+IsPNilpotentOp
+ComputedIsPNilpotents
+SetComputedIsPNilpotents
+IsComputedIsPNilpotents
+IsPNilpotent
+HasIsPNilpotent
+SetIsPNilpotent
+IsPSolvableOp
+ComputedIsPSolvables
+SetComputedIsPSolvables
+IsComputedIsPSolvables
+IsPSolvable
+HasIsPSolvable
+SetIsPSolvable
+IsSubnormal
+NormalClosureOp
+NormalClosureInParent
+SetNormalClosureInParent
+IsNormalClosureInParent
+NormalClosure
+NormalIntersection
+NormalizerOp
+NormalizerInParent
+SetNormalizerInParent
+IsNormalizerInParent
+Normalizer
+CentralizerModulo
+PCentralSeriesOp
+ComputedPCentralSeriess
+SetComputedPCentralSeriess
+IsComputedPCentralSeriess
+PCentralSeries
+HasPCentralSeries
+SetPCentralSeries
+PRumpOp
+ComputedPRumps
+SetComputedPRumps
+IsComputedPRumps
+PRump
+HasPRump
+SetPRump
+PCoreOp
+ComputedPCores
+SetComputedPCores
+IsComputedPCores
+PCore
+HasPCore
+SetPCore
+SubnormalSeriesOp
+SubnormalSeriesInParent
+SetSubnormalSeriesInParent
+IsSubnormalSeriesInParent
+SubnormalSeries
+SylowSubgroupOp
+ComputedSylowSubgroups
+SetComputedSylowSubgroups
+IsComputedSylowSubgroups
+SylowSubgroup
+HasSylowSubgroup
+SetSylowSubgroup
+SylowComplementOp
+ComputedSylowComplements
+SetComputedSylowComplements
+IsComputedSylowComplements
+SylowComplement
+HasSylowComplement
+SetSylowComplement
+HallSubgroupOp
+ComputedHallSubgroups
+SetComputedHallSubgroups
+IsComputedHallSubgroups
+HallSubgroup
+HasHallSubgroup
+SetHallSubgroup
+NormalHallSubgroups
+SetNormalHallSubgroups
+IsNormalHallSubgroups
+NrConjugacyClassesInSupergroup
+Factorization
+GrowthFunctionOfGroup
+SetGrowthFunctionOfGroup
+IsGrowthFunctionOfGroup
+GroupByGenerators
+GroupWithGenerators
+ElementTestFunction
+SetElementTestFunction
+IsElementTestFunction
+RightTransversalOp
+RightTransversalInParent
+SetRightTransversalInParent
+IsRightTransversalInParent
+RightTransversal
+IntermediateSubgroups
+IsomorphismTypeInfoFiniteSimpleGroup
+SetIsomorphismTypeInfoFiniteSimpleGroup
+IsIsomorphismTypeInfoFiniteSimpleGroup
+IsomorphismPcGroup
+SetIsomorphismPcGroup
+IsIsomorphismPcGroup
+IsomorphismSpecialPcGroup
+SetIsomorphismSpecialPcGroup
+IsIsomorphismSpecialPcGroup
+IsomorphismPermGroup
+SetIsomorphismPermGroup
+IsIsomorphismPermGroup
+IsomorphismFpGroup
+SetIsomorphismFpGroup
+IsIsomorphismFpGroup
+IsomorphismFpGroupByGeneratorsNC
+IsomorphismFpGroupBySubnormalSeries
+IsomorphismFpGroupByCompositionSeries
+IsomorphismFpGroupByChiefSeries
+PrimePowerComponents
+SetPrimePowerComponents
+IsPrimePowerComponents
+PrimePowerComponent
+PowerMapOfGroup
+LowIndexSubgroups
+IsInverseSubsemigroup
+IsGeneratorsOfInverseSemigroup
+SetIsGeneratorsOfInverseSemigroup
+IsIsGeneratorsOfInverseSemigroup
+GeneratorsOfInverseMonoid
+SetGeneratorsOfInverseMonoid
+IsGeneratorsOfInverseMonoid
+GeneratorsOfInverseSemigroup
+SetGeneratorsOfInverseSemigroup
+IsGeneratorsOfInverseSemigroup
+InverseMonoidByGenerators
+InverseSemigroupByGenerators
+InverseSubsemigroup
+InverseSubsemigroupNC
+InverseSubmonoid
+InverseSubmonoidNC
+AsInverseSemigroup
+SetAsInverseSemigroup
+IsAsInverseSemigroup
+AsInverseMonoid
+SetAsInverseMonoid
+IsAsInverseMonoid
+AsInverseSubsemigroup
+AsInverseSubmonoid
+ReverseNaturalPartialOrder
+SetReverseNaturalPartialOrder
+IsReverseNaturalPartialOrder
+NaturalPartialOrder
+SetNaturalPartialOrder
+IsNaturalPartialOrder
+IsAdditivelyCommutative
+SetIsAdditivelyCommutative
+IsIsAdditivelyCommutative
+NearAdditiveMagmaByGenerators
+NearAdditiveMagmaWithZeroByGenerators
+NearAdditiveGroupByGenerators
+GeneratorsOfNearAdditiveMagma
+SetGeneratorsOfNearAdditiveMagma
+IsGeneratorsOfNearAdditiveMagma
+GeneratorsOfNearAdditiveMagmaWithZero
+SetGeneratorsOfNearAdditiveMagmaWithZero
+IsGeneratorsOfNearAdditiveMagmaWithZero
+GeneratorsOfNearAdditiveGroup
+SetGeneratorsOfNearAdditiveGroup
+IsGeneratorsOfNearAdditiveGroup
+TrivialSubnearAdditiveMagmaWithZero
+SetTrivialSubnearAdditiveMagmaWithZero
+IsTrivialSubnearAdditiveMagmaWithZero
+AdditiveNeutralElement
+SetAdditiveNeutralElement
+IsAdditiveNeutralElement
+ClosureNearAdditiveGroup
+AdditiveCoset
+IsLDistributive
+SetIsLDistributive
+IsIsLDistributive
+IsRDistributive
+SetIsRDistributive
+IsIsRDistributive
+GeneratorsOfSemiring
+SetGeneratorsOfSemiring
+IsGeneratorsOfSemiring
+GeneratorsOfSemiringWithOne
+SetGeneratorsOfSemiringWithOne
+IsGeneratorsOfSemiringWithOne
+GeneratorsOfSemiringWithZero
+SetGeneratorsOfSemiringWithZero
+IsGeneratorsOfSemiringWithZero
+GeneratorsOfSemiringWithOneAndZero
+SetGeneratorsOfSemiringWithOneAndZero
+IsGeneratorsOfSemiringWithOneAndZero
+AsSemiring
+SetAsSemiring
+IsAsSemiring
+AsSemiringWithOne
+SetAsSemiringWithOne
+IsAsSemiringWithOne
+AsSemiringWithZero
+SetAsSemiringWithZero
+IsAsSemiringWithZero
+AsSemiringWithOneAndZero
+SetAsSemiringWithOneAndZero
+IsAsSemiringWithOneAndZero
+ClosureSemiring
+SemiringByGenerators
+SemiringWithOneByGenerators
+SemiringWithZeroByGenerators
+SemiringWithOneAndZeroByGenerators
+CentralIdempotentsOfSemiring
+SetCentralIdempotentsOfSemiring
+IsCentralIdempotentsOfSemiring
+AsNearRing
+SetAsNearRing
+IsAsNearRing
+AsRing
+SetAsRing
+IsAsRing
+GeneratorsOfRing
+SetGeneratorsOfRing
+IsGeneratorsOfRing
+GeneratorsOfRingWithOne
+SetGeneratorsOfRingWithOne
+IsGeneratorsOfRingWithOne
+RingByGenerators
+DefaultRingByGenerators
+RingWithOneByGenerators
+ClosureRing
+IsAnticommutative
+SetIsAnticommutative
+IsIsAnticommutative
+IsIntegralRing
+SetIsIntegralRing
+IsIsIntegralRing
+IsJacobianRing
+SetIsJacobianRing
+IsIsJacobianRing
+IsZeroSquaredRing
+SetIsZeroSquaredRing
+IsIsZeroSquaredRing
+IsZeroMultiplicationRing
+SetIsZeroMultiplicationRing
+IsIsZeroMultiplicationRing
+Units
+SetUnits
+IsUnits
+Factors
+IsAssociated
+Associates
+IsUnit
+InterpolatedPolynomial
+Quotient
+StandardAssociate
+StandardAssociateUnit
+IsPrime
+IsIrreducibleRingElement
+EuclideanDegree
+EuclideanRemainder
+EuclideanQuotient
+QuotientRemainder
+QuotientMod
+PowerMod
+GcdOp
+GcdRepresentationOp
+LcmOp
+PadicValuation
+IsGeneralizedCartanMatrix
+SetIsGeneralizedCartanMatrix
+IsIsGeneralizedCartanMatrix
+IsDiagonalMat
+IsUpperTriangularMat
+IsLowerTriangularMat
+BaseMat
+SetBaseMat
+IsBaseMat
+BaseMatDestructive
+BaseOrthogonalSpaceMat
+SetBaseOrthogonalSpaceMat
+IsBaseOrthogonalSpaceMat
+DefaultFieldOfMatrix
+SetDefaultFieldOfMatrix
+IsDefaultFieldOfMatrix
+DepthOfUpperTriangularMatrix
+SetDepthOfUpperTriangularMatrix
+IsDepthOfUpperTriangularMatrix
+DeterminantMat
+SetDeterminantMat
+IsDeterminantMat
+DeterminantMatDestructive
+DeterminantMatDivFree
+DimensionsMat
+SetDimensionsMat
+IsDimensionsMat
+ElementaryDivisorsMat
+ElementaryDivisorsTransformationsMat
+TriangulizedNullspaceMatNT
+NullspaceMat
+SetNullspaceMat
+IsNullspaceMat
+TriangulizedNullspaceMat
+SetTriangulizedNullspaceMat
+IsTriangulizedNullspaceMat
+NullspaceMatDestructive
+TriangulizedNullspaceMatDestructive
+GeneralisedEigenvalues
+GeneralisedEigenspaces
+Eigenvalues
+Eigenspaces
+Eigenvectors
+ProjectiveOrder
+SetProjectiveOrder
+IsProjectiveOrder
+RankMat
+SetRankMat
+IsRankMat
+RankMatDestructive
+SemiEchelonMat
+SetSemiEchelonMat
+IsSemiEchelonMat
+SemiEchelonMatDestructive
+SemiEchelonMatTransformation
+SetSemiEchelonMatTransformation
+IsSemiEchelonMatTransformation
+SemiEchelonMatTransformationDestructive
+SemiEchelonMats
+SemiEchelonMatsDestructive
+TransposedMatImmutable
+SetTransposedMatImmutable
+IsTransposedMatImmutable
+TransposedMatMutable
+MutableTransposedMatDestructive
+TransposedMatDestructive
+IsMonomialMatrix
+SetIsMonomialMatrix
+IsIsMonomialMatrix
+InverseMatMod
+KroneckerProduct
+SolutionMatNoCo
+SolutionMat
+SolutionMatDestructive
+SumIntersectionMat
+TriangulizedMat
+TriangulizeMat
+UpperSubdiagonal
+DiagonalizeMat
+MutableCopyMat
+TraceMat
+JordanDecomposition
+SetJordanDecomposition
+IsJordanDecomposition
+CharacteristicPolynomial
+SetCharacteristicPolynomial
+IsCharacteristicPolynomial
+CharacteristicPolynomialMatrixNC
+MinimalPolynomialMatrixNC
+FieldOfMatrixList
+DefaultScalarDomainOfMatrixList
+BaseField
+TriangulizedIntegerMat
+TriangulizeIntegerMat
+TriangulizedIntegerMatTransform
+HermiteNormalFormIntegerMat
+HermiteNormalFormIntegerMatTransform
+SmithNormalFormIntegerMat
+SmithNormalFormIntegerMatTransforms
+BaseIntMat
+SetBaseIntMat
+IsBaseIntMat
+BaseIntersectionIntMats
+ComplementIntMat
+NullspaceIntMat
+SetNullspaceIntMat
+IsNullspaceIntMat
+SolutionIntMat
+SolutionNullspaceIntMat
+AbelianInvariantsOfList
+SetAbelianInvariantsOfList
+IsAbelianInvariantsOfList
+MatrixByBlockMatrix
+SetMatrixByBlockMatrix
+IsMatrixByBlockMatrix
+IsTwoSidedIdealOp
+IsTwoSidedIdealInParent
+SetIsTwoSidedIdealInParent
+IsIsTwoSidedIdealInParent
+IsTwoSidedIdeal
+IsLeftIdealOp
+IsLeftIdealInParent
+SetIsLeftIdealInParent
+IsIsLeftIdealInParent
+IsLeftIdeal
+IsRightIdealOp
+IsRightIdealInParent
+SetIsRightIdealInParent
+IsIsRightIdealInParent
+IsRightIdeal
+TwoSidedIdealByGenerators
+LeftIdealByGenerators
+RightIdealByGenerators
+GeneratorsOfTwoSidedIdeal
+SetGeneratorsOfTwoSidedIdeal
+IsGeneratorsOfTwoSidedIdeal
+GeneratorsOfLeftIdeal
+SetGeneratorsOfLeftIdeal
+IsGeneratorsOfLeftIdeal
+GeneratorsOfRightIdeal
+SetGeneratorsOfRightIdeal
+IsGeneratorsOfRightIdeal
+LeftActingRingOfIdeal
+SetLeftActingRingOfIdeal
+IsLeftActingRingOfIdeal
+RightActingRingOfIdeal
+SetRightActingRingOfIdeal
+IsRightActingRingOfIdeal
+AsLeftIdeal
+AsRightIdeal
+AsTwoSidedIdeal
+IsFiniteDimensional
+SetIsFiniteDimensional
+IsIsFiniteDimensional
+IsFullRowModule
+SetIsFullRowModule
+IsIsFullRowModule
+IsFullMatrixModule
+SetIsFullMatrixModule
+IsIsFullMatrixModule
+Dimension
+SetDimension
+IsDimension
+GeneratorsOfLeftOperatorAdditiveGroup
+SetGeneratorsOfLeftOperatorAdditiveGroup
+IsGeneratorsOfLeftOperatorAdditiveGroup
+GeneratorsOfRightOperatorAdditiveGroup
+SetGeneratorsOfRightOperatorAdditiveGroup
+IsGeneratorsOfRightOperatorAdditiveGroup
+AsLeftModule
+ClosureLeftModule
+LeftModuleByGenerators
+UseBasis
+IsRowModule
+SetIsRowModule
+IsIsRowModule
+IsMatrixModule
+SetIsMatrixModule
+IsIsMatrixModule
+DimensionOfVectors
+SetDimensionOfVectors
+IsDimensionOfVectors
+IsCanonicalBasis
+SetIsCanonicalBasis
+IsIsCanonicalBasis
+IsCanonicalBasisFullRowModule
+SetIsCanonicalBasisFullRowModule
+IsIsCanonicalBasisFullRowModule
+IsCanonicalBasisFullMatrixModule
+SetIsCanonicalBasisFullMatrixModule
+IsIsCanonicalBasisFullMatrixModule
+IsIntegralBasis
+SetIsIntegralBasis
+IsIsIntegralBasis
+IsNormalBasis
+SetIsNormalBasis
+IsIsNormalBasis
+IsSemiEchelonized
+SetIsSemiEchelonized
+IsIsSemiEchelonized
+BasisVectors
+SetBasisVectors
+IsBasisVectors
+EnumeratorByBasis
+SetEnumeratorByBasis
+IsEnumeratorByBasis
+StructureConstantsTable
+SetStructureConstantsTable
+IsStructureConstantsTable
+UnderlyingLeftModule
+SetUnderlyingLeftModule
+IsUnderlyingLeftModule
+Coefficients
+LinearCombination
+SiftedVector
+IteratorByBasis
+Basis
+SetBasis
+IsBasis
+BasisNC
+SemiEchelonBasis
+SetSemiEchelonBasis
+IsSemiEchelonBasis
+SemiEchelonBasisNC
+RelativeBasis
+RelativeBasisNC
+NiceBasis
+SetNiceBasis
+IsNiceBasis
+NiceBasisNC
+NiceFreeLeftModule
+SetNiceFreeLeftModule
+IsNiceFreeLeftModule
+NiceFreeLeftModuleInfo
+SetNiceFreeLeftModuleInfo
+IsNiceFreeLeftModuleInfo
+NiceVector
+UglyVector
+MutableBasis
+NrBasisVectors
+ImmutableBasis
+CloseMutableBasis
+IsContainedInSpan
+CanonicalBasis
+SetCanonicalBasis
+IsCanonicalBasis
+NormedRowVectors
+SetNormedRowVectors
+IsNormedRowVectors
+AsSubspace
+Subspaces
+SetSubspaces
+IsSubspaces
+OrthogonalSpaceInFullRowSpace
+SetOrthogonalSpaceInFullRowSpace
+IsOrthogonalSpaceInFullRowSpace
+IsVectorSpaceHomomorphism
+SetIsVectorSpaceHomomorphism
+IsIsVectorSpaceHomomorphism
+LeftModuleGeneralMappingByImages
+LeftModuleHomomorphismByImagesNC
+AsLeftModuleGeneralMappingByImages
+SetAsLeftModuleGeneralMappingByImages
+IsAsLeftModuleGeneralMappingByImages
+LeftModuleHomomorphismByMatrix
+NaturalHomomorphismBySubspace
+IsFullHomModule
+SetIsFullHomModule
+IsIsFullHomModule
+IsPseudoCanonicalBasisFullHomModule
+SetIsPseudoCanonicalBasisFullHomModule
+IsIsPseudoCanonicalBasisFullHomModule
+Hom
+End
+ScalarProduct
+Decomposition
+IsSimpleAlgebra
+SetIsSimpleAlgebra
+IsIsSimpleAlgebra
+GeneratorsOfLeftOperatorRing
+SetGeneratorsOfLeftOperatorRing
+IsGeneratorsOfLeftOperatorRing
+GeneratorsOfLeftOperatorRingWithOne
+SetGeneratorsOfLeftOperatorRingWithOne
+IsGeneratorsOfLeftOperatorRingWithOne
+PowerSubalgebraSeries
+SetPowerSubalgebraSeries
+IsPowerSubalgebraSeries
+AdjointBasis
+SetAdjointBasis
+IsAdjointBasis
+IndicesOfAdjointBasis
+SetIndicesOfAdjointBasis
+IsIndicesOfAdjointBasis
+RadicalOfAlgebra
+SetRadicalOfAlgebra
+IsRadicalOfAlgebra
+DirectSumDecomposition
+SetDirectSumDecomposition
+IsDirectSumDecomposition
+NullAlgebra
+SetNullAlgebra
+IsNullAlgebra
+ProductSpace
+DirectSumOfAlgebras
+AsFLMLOR
+AsFLMLORWithOne
+AsSubFLMLOR
+AsSubFLMLORWithOne
+ClosureLeftOperatorRing
+FLMLORByGenerators
+FLMLORWithOneByGenerators
+LieAlgebraByDomain
+SetLieAlgebraByDomain
+IsLieAlgebraByDomain
+AsLieAlgebra
+LeviMalcevDecomposition
+SetLeviMalcevDecomposition
+IsLeviMalcevDecomposition
+IsNilpotentElement
+Grading
+SetGrading
+IsGrading
+CoefficientsAndMagmaElements
+SetCoefficientsAndMagmaElements
+IsCoefficientsAndMagmaElements
+ZeroCoefficient
+SetZeroCoefficient
+IsZeroCoefficient
+NormalizedElementOfMagmaRingModuloRelations
+IsGroupRing
+SetIsGroupRing
+IsIsGroupRing
+UnderlyingMagma
+SetUnderlyingMagma
+IsUnderlyingMagma
+ElementOfMagmaRing
+AugmentationIdeal
+SetAugmentationIdeal
+IsAugmentationIdeal
+IsFullFpAlgebra
+SetIsFullFpAlgebra
+IsIsFullFpAlgebra
+ElementOfFpAlgebra
+MappedExpression
+FreeGeneratorsOfFpAlgebra
+SetFreeGeneratorsOfFpAlgebra
+IsFreeGeneratorsOfFpAlgebra
+RelatorsOfFpAlgebra
+SetRelatorsOfFpAlgebra
+IsRelatorsOfFpAlgebra
+FreeAlgebraOfFpAlgebra
+SetFreeAlgebraOfFpAlgebra
+IsFreeAlgebraOfFpAlgebra
+IsNormalForm
+SetIsNormalForm
+IsIsNormalForm
+NiceNormalFormByExtRepFunction
+SetNiceNormalFormByExtRepFunction
+IsNiceNormalFormByExtRepFunction
+NiceAlgebraMonomorphism
+SetNiceAlgebraMonomorphism
+IsNiceAlgebraMonomorphism
+IsLieAbelian
+SetIsLieAbelian
+IsIsLieAbelian
+IsLieNilpotent
+SetIsLieNilpotent
+IsIsLieNilpotent
+IsRestrictedLieAlgebra
+SetIsRestrictedLieAlgebra
+IsIsRestrictedLieAlgebra
+LieDerivedSubalgebra
+SetLieDerivedSubalgebra
+IsLieDerivedSubalgebra
+LieDerivedSeries
+SetLieDerivedSeries
+IsLieDerivedSeries
+IsLieSolvable
+SetIsLieSolvable
+IsIsLieSolvable
+LieLowerCentralSeries
+SetLieLowerCentralSeries
+IsLieLowerCentralSeries
+LieUpperCentralSeries
+SetLieUpperCentralSeries
+IsLieUpperCentralSeries
+LieCentre
+SetLieCentre
+IsLieCentre
+RightDerivations
+SetRightDerivations
+IsRightDerivations
+LeftDerivations
+SetLeftDerivations
+IsLeftDerivations
+KillingMatrix
+SetKillingMatrix
+IsKillingMatrix
+CartanSubalgebra
+SetCartanSubalgebra
+IsCartanSubalgebra
+PthPowerImages
+SetPthPowerImages
+IsPthPowerImages
+NonNilpotentElement
+SetNonNilpotentElement
+IsNonNilpotentElement
+AdjointAssociativeAlgebra
+LieNilRadical
+SetLieNilRadical
+IsLieNilRadical
+LieSolvableRadical
+SetLieSolvableRadical
+IsLieSolvableRadical
+SemiSimpleType
+SetSemiSimpleType
+IsSemiSimpleType
+LieCentralizer
+LieCentralizerInParent
+SetLieCentralizerInParent
+IsLieCentralizerInParent
+LieNormalizer
+LieNormalizerInParent
+SetLieNormalizerInParent
+IsLieNormalizerInParent
+AdjointMatrix
+KappaPerp
+PowerS
+SetPowerS
+IsPowerS
+PthPowerImage
+PClosureSubalgebra
+UnderlyingLieAlgebra
+SetUnderlyingLieAlgebra
+IsUnderlyingLieAlgebra
+RootSystem
+SetRootSystem
+IsRootSystem
+PositiveRoots
+SetPositiveRoots
+IsPositiveRoots
+NegativeRoots
+SetNegativeRoots
+IsNegativeRoots
+PositiveRootVectors
+SetPositiveRootVectors
+IsPositiveRootVectors
+NegativeRootVectors
+SetNegativeRootVectors
+IsNegativeRootVectors
+SimpleSystem
+SetSimpleSystem
+IsSimpleSystem
+CartanMatrix
+SetCartanMatrix
+IsCartanMatrix
+BilinearFormMat
+SetBilinearFormMat
+IsBilinearFormMat
+CanonicalGenerators
+SetCanonicalGenerators
+IsCanonicalGenerators
+ChevalleyBasis
+SetChevalleyBasis
+IsChevalleyBasis
+UniversalEnvelopingAlgebra
+SetUniversalEnvelopingAlgebra
+IsUniversalEnvelopingAlgebra
+JenningsLieAlgebra
+SetJenningsLieAlgebra
+IsJenningsLieAlgebra
+PCentralLieAlgebra
+SetPCentralLieAlgebra
+IsPCentralLieAlgebra
+NaturalHomomorphismOfLieAlgebraFromNilpotentGroup
+SetNaturalHomomorphismOfLieAlgebraFromNilpotentGroup
+IsNaturalHomomorphismOfLieAlgebraFromNilpotentGroup
+IsFullSCAlgebra
+SetIsFullSCAlgebra
+IsIsFullSCAlgebra
+IsCanonicalBasisFullSCAlgebra
+SetIsCanonicalBasisFullSCAlgebra
+IsIsCanonicalBasisFullSCAlgebra
+AlgebraGeneralMappingByImages
+AlgebraHomomorphismByImagesNC
+AlgebraWithOneGeneralMappingByImages
+AlgebraWithOneHomomorphismByImagesNC
+OperationAlgebraHomomorphism
+MakePreImagesInfoOperationAlgebraHomomorphism
+IsomorphismFpFLMLOR
+SetIsomorphismFpFLMLOR
+IsIsomorphismFpFLMLOR
+IsomorphismMatrixFLMLOR
+SetIsomorphismMatrixFLMLOR
+IsIsomorphismMatrixFLMLOR
+IsomorphismSCFLMLOR
+SetIsomorphismSCFLMLOR
+IsIsomorphismSCFLMLOR
+RepresentativeLinearOperation
+LieFamily
+SetLieFamily
+IsLieFamily
+UnderlyingFamily
+SetUnderlyingFamily
+IsUnderlyingFamily
+LieObject
+SetLieObject
+IsLieObject
+UnderlyingRingElement
+SetUnderlyingRingElement
+IsUnderlyingRingElement
+IsAlgebraModule
+SetIsAlgebraModule
+IsIsAlgebraModule
+IsLeftAlgebraModule
+SetIsLeftAlgebraModule
+IsIsLeftAlgebraModule
+IsRightAlgebraModule
+SetIsRightAlgebraModule
+IsIsRightAlgebraModule
+LeftActingAlgebra
+SetLeftActingAlgebra
+IsLeftActingAlgebra
+RightActingAlgebra
+SetRightActingAlgebra
+IsRightActingAlgebra
+ActingAlgebra
+GeneratorsOfAlgebraModule
+SetGeneratorsOfAlgebraModule
+IsGeneratorsOfAlgebraModule
+LeftAlgebraModuleByGenerators
+RightAlgebraModuleByGenerators
+BiAlgebraModuleByGenerators
+LeftAlgebraModule
+RightAlgebraModule
+BiAlgebraModule
+SubAlgebraModule
+LeftModuleByHomomorphismToMatAlg
+RightModuleByHomomorphismToMatAlg
+AdjointModule
+SetAdjointModule
+IsAdjointModule
+FaithfulModule
+SetFaithfulModule
+IsFaithfulModule
+ModuleByRestriction
+NaturalHomomorphismBySubAlgebraModule
+MatrixOfAction
+ConvertToNormalFormMonomialElement
+TensorProductOp
+TensorProductOfAlgebraModules
+ExteriorPower
+ExteriorPowerOfAlgebraModule
+SymmetricPower
+SymmetricPowerOfAlgebraModule
+DirectSumOfAlgebraModules
+FullSparseRowSpace
+TranslatorSubalgebra
+Cochain
+CochainSpace
+Cocycles
+Coboundaries
+IsWeylGroup
+SetIsWeylGroup
+IsIsWeylGroup
+WeylGroup
+SetWeylGroup
+IsWeylGroup
+SparseCartanMatrix
+SetSparseCartanMatrix
+IsSparseCartanMatrix
+ApplySimpleReflection
+LongestWeylWordPerm
+SetLongestWeylWordPerm
+IsLongestWeylWordPerm
+ConjugateDominantWeight
+ConjugateDominantWeightWithWord
+WeylOrbitIterator
+PositiveRootsAsWeights
+SetPositiveRootsAsWeights
+IsPositiveRootsAsWeights
+DominantWeights
+DominantCharacter
+DecomposeTensorProduct
+DimensionOfHighestWeightModule
+LatticeGeneratorsInUEA
+SetLatticeGeneratorsInUEA
+IsLatticeGeneratorsInUEA
+HighestWeightModule
+LeadingUEALatticeMonomial
+Search
+Insert
+CoefficientsQadic
+PrimeDivisors
+SetPrimeDivisors
+IsPrimeDivisors
+PartialFactorization
+Phi
+Lambda
+Sigma
+Tau
+StandardGeneratorsSubringSCRing
+SetStandardGeneratorsSubringSCRing
+IsStandardGeneratorsSubringSCRing
+Subrings
+SetSubrings
+IsSubrings
+Ideals
+SetIdeals
+IsIdeals
+DirectSumOp
+DirectSumInfo
+SetDirectSumInfo
+IsDirectSumInfo
+RingGeneralMappingByImages
+RingHomomorphismByImagesNC
+NaturalHomomorphismByIdeal
+LucasMod
+Permanent
+SetPermanent
+IsPermanent
+RationalFunctionsFamily
+SetRationalFunctionsFamily
+IsRationalFunctionsFamily
+CoefficientsFamily
+SetCoefficientsFamily
+IsCoefficientsFamily
+NumeratorOfRationalFunction
+SetNumeratorOfRationalFunction
+IsNumeratorOfRationalFunction
+DenominatorOfRationalFunction
+SetDenominatorOfRationalFunction
+IsDenominatorOfRationalFunction
+IsPolynomial
+SetIsPolynomial
+IsIsPolynomial
+AsPolynomial
+SetAsPolynomial
+IsAsPolynomial
+IsUnivariateRationalFunction
+SetIsUnivariateRationalFunction
+IsIsUnivariateRationalFunction
+IsLaurentPolynomial
+SetIsLaurentPolynomial
+IsIsLaurentPolynomial
+IsConstantRationalFunction
+SetIsConstantRationalFunction
+IsIsConstantRationalFunction
+ExtRepNumeratorRatFun
+SetExtRepNumeratorRatFun
+IsExtRepNumeratorRatFun
+ExtRepDenominatorRatFun
+SetExtRepDenominatorRatFun
+IsExtRepDenominatorRatFun
+ZeroCoefficientRatFun
+ExtRepPolynomialRatFun
+SetExtRepPolynomialRatFun
+IsExtRepPolynomialRatFun
+CoefficientsOfLaurentPolynomial
+SetCoefficientsOfLaurentPolynomial
+IsCoefficientsOfLaurentPolynomial
+IndeterminateNumberOfUnivariateRationalFunction
+SetIndeterminateNumberOfUnivariateRationalFunction
+IsIndeterminateNumberOfUnivariateRationalFunction
+LaurentPolynomialByCoefficients
+IndeterminateOfUnivariateRationalFunction
+SetIndeterminateOfUnivariateRationalFunction
+IsIndeterminateOfUnivariateRationalFunction
+IndeterminateName
+HasIndeterminateName
+SetIndeterminateName
+CoefficientsOfUnivariatePolynomial
+SetCoefficientsOfUnivariatePolynomial
+IsCoefficientsOfUnivariatePolynomial
+DegreeOfLaurentPolynomial
+SetDegreeOfLaurentPolynomial
+IsDegreeOfLaurentPolynomial
+UnivariatePolynomialByCoefficients
+UnivariatePolynomial
+CoefficientsOfUnivariateRationalFunction
+SetCoefficientsOfUnivariateRationalFunction
+IsCoefficientsOfUnivariateRationalFunction
+UnivariateRationalFunctionByCoefficients
+Value
+LeadingMonomial
+LeadingCoefficient
+PolynomialCoefficientsOfPolynomial
+DegreeIndeterminate
+Derivative
+SetDerivative
+IsDerivative
+Resultant
+Discriminant
+SetDiscriminant
+IsDiscriminant
+HeuristicCancelPolynomialsExtRep
+ZippedSum
+ZippedProduct
+PrimeField
+SetPrimeField
+IsPrimeField
+IsPrimeField
+SetIsPrimeField
+IsIsPrimeField
+DefiningPolynomial
+SetDefiningPolynomial
+IsDefiningPolynomial
+DegreeOverPrimeField
+SetDegreeOverPrimeField
+IsDegreeOverPrimeField
+GeneratorsOfDivisionRing
+SetGeneratorsOfDivisionRing
+IsGeneratorsOfDivisionRing
+NormalBase
+SetNormalBase
+IsNormalBase
+PrimitiveElement
+SetPrimitiveElement
+IsPrimitiveElement
+PrimitiveRoot
+SetPrimitiveRoot
+IsPrimitiveRoot
+RootOfDefiningPolynomial
+SetRootOfDefiningPolynomial
+IsRootOfDefiningPolynomial
+AsDivisionRing
+ClosureDivisionRing
+Subfields
+SetSubfields
+IsSubfields
+FieldExtension
+Conjugates
+SetConjugates
+IsConjugates
+Norm
+SetNorm
+IsNorm
+Trace
+SetTrace
+IsTrace
+TracePolynomial
+GaloisGroup
+SetGaloisGroup
+IsGaloisGroup
+ComplexConjugate
+SetComplexConjugate
+IsComplexConjugate
+RealPart
+SetRealPart
+IsRealPart
+ImaginaryPart
+SetImaginaryPart
+IsImaginaryPart
+DivisionRingByGenerators
+FieldOverItselfByGenerators
+DefaultFieldByGenerators
+FrobeniusAutomorphism
+SetFrobeniusAutomorphism
+IsFrobeniusAutomorphism
+NthRoot
+ZmodnZObj
+ModulusOfZmodnZObj
+SetModulusOfZmodnZObj
+IsModulusOfZmodnZObj
+Cyclotomic
+SetCyclotomic
+IsCyclotomic
+IsRingOfIntegralCyclotomics
+SetIsRingOfIntegralCyclotomics
+IsIsRingOfIntegralCyclotomics
+RoundCyc
+RoundCycDown
+GaloisMat
+SetGaloisMat
+IsGaloisMat
+RationalizedMat
+SetRationalizedMat
+IsRationalizedMat
+IsNumberField
+SetIsNumberField
+IsIsNumberField
+IsAbelianNumberField
+SetIsAbelianNumberField
+IsIsAbelianNumberField
+IsCyclotomicField
+SetIsCyclotomicField
+IsIsCyclotomicField
+GaloisStabilizer
+SetGaloisStabilizer
+IsGaloisStabilizer
+ExponentOfPowering
+SetExponentOfPowering
+IsExponentOfPowering
+Valuation
+PadicNumber
+ShiftedPadicNumber
+CoefficientsRing
+SetCoefficientsRing
+IsCoefficientsRing
+Indeterminate
+UnivariatePolynomialRing
+IndeterminatesOfPolynomialRing
+SetIndeterminatesOfPolynomialRing
+IsIndeterminatesOfPolynomialRing
+PolynomialRing
+MinimalPolynomial
+FunctionField
+SplittingField
+SetSplittingField
+IsSplittingField
+IrrFacsPol
+SetIrrFacsPol
+IsIrrFacsPol
+FactorsSquarefree
+IsPrimitivePolynomial
+PrimitivePolynomial
+MinimizedBombieriNorm
+SetMinimizedBombieriNorm
+IsMinimizedBombieriNorm
+AlgebraicElementsFamilies
+SetAlgebraicElementsFamilies
+IsAlgebraicElementsFamilies
+AlgebraicElementsFamily
+AlgebraicExtension
+MaxNumeratorCoeffAlgElm
+DefectApproximation
+SetDefectApproximation
+IsDefectApproximation
+Unknown
+MappedWord
+IsFreeSemigroup
+SetIsFreeSemigroup
+IsIsFreeSemigroup
+IsFreeMonoid
+SetIsFreeMonoid
+IsIsFreeMonoid
+AssignGeneratorVariables
+Subword
+PositionWord
+SubstitutedWord
+EliminatedWord
+ExponentSumWord
+NumberSyllables
+SetNumberSyllables
+IsNumberSyllables
+ExponentSyllable
+GeneratorSyllable
+SubSyllables
+LetterRepAssocWord
+AssocWordByLetterRep
+SyllableRepAssocWord
+ExponentSums
+RenumberedWord
+BaseDomain
+SetBaseDomain
+IsBaseDomain
+PositionLastNonZero
+Unpack
+ExtractSubVector
+ZeroVector
+Vector
+ConstructingFilter
+CompatibleMatrix
+NewRowVector
+NewZeroVector
+ChangedBaseDomain
+Randomize
+CopySubVector
+WeightOfVector
+DistanceOfVectors
+RowLength
+SetRowLength
+IsRowLength
+ExtractSubMatrix
+CopySubMatrix
+MatElm
+SetMatElm
+AddMatrix
+MultMatrix
+ProductTransposedMatMat
+ZeroMatrix
+NewZeroMatrix
+IdentityMatrix
+NewIdentityMatrix
+CompanionMatrix
+NewCompanionMatrix
+Matrix
+NewMatrix
+CompatibleVector
+Unfold
+Fold
+IsBuiltFromAdditiveMagmaWithInverses
+SetIsBuiltFromAdditiveMagmaWithInverses
+IsIsBuiltFromAdditiveMagmaWithInverses
+IsBuiltFromMagma
+SetIsBuiltFromMagma
+IsIsBuiltFromMagma
+IsBuiltFromMagmaWithOne
+SetIsBuiltFromMagmaWithOne
+IsIsBuiltFromMagmaWithOne
+IsBuiltFromMagmaWithInverses
+SetIsBuiltFromMagmaWithInverses
+IsIsBuiltFromMagmaWithInverses
+IsBuiltFromGroup
+SetIsBuiltFromGroup
+IsIsBuiltFromGroup
+IsBuiltFromSemigroup
+SetIsBuiltFromSemigroup
+IsIsBuiltFromSemigroup
+IsBuiltFromMonoid
+SetIsBuiltFromMonoid
+IsIsBuiltFromMonoid
+SemigroupOfRewritingSystem
+SetSemigroupOfRewritingSystem
+IsSemigroupOfRewritingSystem
+MonoidOfRewritingSystem
+SetMonoidOfRewritingSystem
+IsMonoidOfRewritingSystem
+FreeStructureOfRewritingSystem
+ConfluentRws
+SetConfluentRws
+IsConfluentRws
+GeneratorsOfRws
+SetGeneratorsOfRws
+IsGeneratorsOfRws
+NumberGeneratorsOfRws
+SetNumberGeneratorsOfRws
+IsNumberGeneratorsOfRws
+Rules
+SetRules
+IsRules
+OrderingOfRewritingSystem
+SetOrderingOfRewritingSystem
+IsOrderingOfRewritingSystem
+IsConfluent
+SetIsConfluent
+IsIsConfluent
+IsReduced
+SetIsReduced
+IsIsReduced
+AddRule
+AddRuleReduced
+AddGenerators
+MakeConfluent
+ReduceRules
+ReducedAdditiveInverse
+ReducedComm
+ReducedConjugate
+ReducedDifference
+ReducedForm
+IsReducedForm
+ReducedInverse
+ReducedLeftQuotient
+ReducedOne
+ReducedPower
+ReducedProduct
+ReducedQuotient
+ReducedScalarProduct
+ReducedSum
+ReducedZero
+RelativeOrders
+SetRelativeOrders
+IsRelativeOrders
+OutdatePolycyclicCollector
+UpdatePolycyclicCollector
+CollectWord
+CollectWordOrFail
+NonTrivialRightHandSides
+ObjByExponents
+SetCommutator
+SetCommutatorNC
+SetCommutatorANC
+SetConjugate
+SetConjugateNC
+SetConjugateANC
+SetPower
+SetPowerNC
+SetPowerANC
+SetRelativeOrder
+SetRelativeOrderNC
+GetCommutatorNC
+GetConjugateNC
+GetPowerNC
+SingleCollector
+SingleCollectorByGenerators
+CombinatorialCollector
+CombinatorialCollectorByGenerators
+DeepThoughtCollector
+DeepThoughtCollectorByGenerators
+EvaluateOverlapCBA
+EvaluateOverlapBNA
+EvaluateOverlapBAN
+EvaluateOverlapANA
+MultiplicativeElementsWithInversesFamilyByRws
+ElementByRws
+GroupByRws
+GroupByRwsNC
+DefiningPcgs
+SetDefiningPcgs
+IsDefiningPcgs
+PolycyclicFactorGroup
+PolycyclicFactorGroupNC
+PolycyclicFactorGroupByRelatorsNC
+PolycyclicFactorGroupByRelators
+MonomialComparisonFunction
+SetMonomialComparisonFunction
+IsMonomialComparisonFunction
+MonomialExtrepComparisonFun
+SetMonomialExtrepComparisonFun
+IsMonomialExtrepComparisonFun
+OccuringVariableIndices
+SetOccuringVariableIndices
+IsOccuringVariableIndices
+LeadingMonomialOfPolynomial
+LeadingCoefficientOfPolynomial
+LeadingTermOfPolynomial
+GroebnerBasis
+ReducedGroebnerBasis
+StoredGroebnerBasis
+SetStoredGroebnerBasis
+IsStoredGroebnerBasis
+PcgsByPcSequence
+PcgsByPcSequenceNC
+PcgsByPcSequenceCons
+PcGroupWithPcgs
+SetPcGroupWithPcgs
+IsPcGroupWithPcgs
+GroupOfPcgs
+SetGroupOfPcgs
+IsGroupOfPcgs
+OneOfPcgs
+SetOneOfPcgs
+IsOneOfPcgs
+PcSeries
+SetPcSeries
+IsPcSeries
+IsPcgsElementaryAbelianSeries
+SetIsPcgsElementaryAbelianSeries
+IsIsPcgsElementaryAbelianSeries
+PcgsElementaryAbelianSeries
+SetPcgsElementaryAbelianSeries
+IsPcgsElementaryAbelianSeries
+IndicesEANormalSteps
+SetIndicesEANormalSteps
+IsIndicesEANormalSteps
+EANormalSeriesByPcgs
+SetEANormalSeriesByPcgs
+IsEANormalSeriesByPcgs
+IsPcgsCentralSeries
+SetIsPcgsCentralSeries
+IsIsPcgsCentralSeries
+PcgsCentralSeries
+SetPcgsCentralSeries
+IsPcgsCentralSeries
+IndicesCentralNormalSteps
+SetIndicesCentralNormalSteps
+IsIndicesCentralNormalSteps
+CentralNormalSeriesByPcgs
+SetCentralNormalSeriesByPcgs
+IsCentralNormalSeriesByPcgs
+IsPcgsPCentralSeriesPGroup
+SetIsPcgsPCentralSeriesPGroup
+IsIsPcgsPCentralSeriesPGroup
+PcgsPCentralSeriesPGroup
+SetPcgsPCentralSeriesPGroup
+IsPcgsPCentralSeriesPGroup
+IndicesPCentralNormalStepsPGroup
+SetIndicesPCentralNormalStepsPGroup
+IsIndicesPCentralNormalStepsPGroup
+PCentralNormalSeriesByPcgsPGroup
+SetPCentralNormalSeriesByPcgsPGroup
+IsPCentralNormalSeriesByPcgsPGroup
+IsPcgsChiefSeries
+SetIsPcgsChiefSeries
+IsIsPcgsChiefSeries
+PcgsChiefSeries
+SetPcgsChiefSeries
+IsPcgsChiefSeries
+IndicesChiefNormalSteps
+SetIndicesChiefNormalSteps
+IsIndicesChiefNormalSteps
+ChiefNormalSeriesByPcgs
+SetChiefNormalSeriesByPcgs
+IsChiefNormalSeriesByPcgs
+IndicesNormalSteps
+SetIndicesNormalSteps
+IsIndicesNormalSteps
+NormalSeriesByPcgs
+SetNormalSeriesByPcgs
+IsNormalSeriesByPcgs
+IsPrimeOrdersPcgs
+SetIsPrimeOrdersPcgs
+IsIsPrimeOrdersPcgs
+IsFiniteOrdersPcgs
+SetIsFiniteOrdersPcgs
+IsIsFiniteOrdersPcgs
+RefinedPcGroup
+SetRefinedPcGroup
+IsRefinedPcGroup
+IsomorphismRefinedPcGroup
+SetIsomorphismRefinedPcGroup
+IsIsomorphismRefinedPcGroup
+DepthOfPcElement
+DifferenceOfPcElement
+ExponentOfPcElement
+ExponentsOfPcElement
+ExponentsOfConjugate
+ExponentsOfRelativePower
+ExponentsOfCommutator
+LeadingExponentOfPcElement
+DepthAndLeadingExponentOfPcElement
+PcElementByExponentsNC
+SumOfPcElement
+ReducedPcElement
+RelativeOrderOfPcElement
+HeadPcElementByNumber
+CleanedTailPcElement
+ExtendedIntersectionSumPcgs
+IntersectionSumPcgs
+NormalIntersectionPcgs
+SumPcgs
+SumFactorizationFunctionPcgs
+EnumeratorByPcgs
+ExtendedPcgs
+InducedPcgsByPcSequence
+InducedPcgsByPcSequenceNC
+LeadCoeffsIGS
+SetLeadCoeffsIGS
+IsLeadCoeffsIGS
+InducedPcgsByPcSequenceAndGenerators
+InducedPcgsByGenerators
+InducedPcgsByGeneratorsNC
+InducedPcgsByGeneratorsWithImages
+CanonicalPcgsByGeneratorsWithImages
+AsInducedPcgs
+ParentPcgs
+SetParentPcgs
+IsParentPcgs
+CanonicalPcgs
+SetCanonicalPcgs
+IsCanonicalPcgs
+IsCanonicalPcgs
+SetIsCanonicalPcgs
+IsIsCanonicalPcgs
+IsParentPcgsFamilyPcgs
+SetIsParentPcgsFamilyPcgs
+IsIsParentPcgsFamilyPcgs
+ElementaryAbelianSubseries
+SetElementaryAbelianSubseries
+IsElementaryAbelianSubseries
+CanonicalPcElement
+SiftedPcElement
+HomomorphicCanonicalPcgs
+HomomorphicInducedPcgs
+IsFamilyPcgs
+SetIsFamilyPcgs
+IsIsFamilyPcgs
+ModuloPcgsByPcSequenceNC
+ModuloPcgsByPcSequence
+ModuloPcgs
+DenominatorOfModuloPcgs
+SetDenominatorOfModuloPcgs
+IsDenominatorOfModuloPcgs
+NumeratorOfModuloPcgs
+SetNumeratorOfModuloPcgs
+IsNumeratorOfModuloPcgs
+IsNumeratorParentPcgsFamilyPcgs
+SetIsNumeratorParentPcgsFamilyPcgs
+IsIsNumeratorParentPcgsFamilyPcgs
+ExponentsConjugateLayer
+IsSpecialPcgs
+SetIsSpecialPcgs
+IsIsSpecialPcgs
+SpecialPcgs
+SetSpecialPcgs
+IsSpecialPcgs
+LGHeads
+SetLGHeads
+IsLGHeads
+LGTails
+SetLGTails
+IsLGTails
+LGWeights
+SetLGWeights
+IsLGWeights
+LGLayers
+SetLGLayers
+IsLGLayers
+LGFirst
+SetLGFirst
+IsLGFirst
+LGLength
+SetLGLength
+IsLGLength
+InducedPcgsWrtSpecialPcgs
+SetInducedPcgsWrtSpecialPcgs
+IsInducedPcgsWrtSpecialPcgs
+CanonicalPcgsWrtSpecialPcgs
+SetCanonicalPcgsWrtSpecialPcgs
+IsCanonicalPcgsWrtSpecialPcgs
+IsInducedPcgsWrtSpecialPcgs
+SetIsInducedPcgsWrtSpecialPcgs
+IsIsInducedPcgsWrtSpecialPcgs
+IsCanonicalPcgsWrtSpecialPcgs
+SetIsCanonicalPcgsWrtSpecialPcgs
+IsIsCanonicalPcgsWrtSpecialPcgs
+CanonicalPcgsWrtFamilyPcgs
+SetCanonicalPcgsWrtFamilyPcgs
+IsCanonicalPcgsWrtFamilyPcgs
+CanonicalPcgsWrtHomePcgs
+SetCanonicalPcgsWrtHomePcgs
+IsCanonicalPcgsWrtHomePcgs
+FamilyPcgs
+SetFamilyPcgs
+IsFamilyPcgs
+HomePcgs
+SetHomePcgs
+IsHomePcgs
+InducedPcgsWrtFamilyPcgs
+SetInducedPcgsWrtFamilyPcgs
+IsInducedPcgsWrtFamilyPcgs
+InducedPcgs
+InducedPcgsOp
+ComputedInducedPcgses
+SetComputedInducedPcgses
+IsComputedInducedPcgses
+InducedPcgsWrtHomePcgs
+SetInducedPcgsWrtHomePcgs
+IsInducedPcgsWrtHomePcgs
+Pcgs
+SetPcgs
+IsPcgs
+GeneralizedPcgs
+SetGeneralizedPcgs
+IsGeneralizedPcgs
+SubgroupByPcgs
+AffineAction
+LinearAction
+OmegaSeries
+SetOmegaSeries
+IsOmegaSeries
+NormalizerInHomePcgs
+SetNormalizerInHomePcgs
+IsNormalizerInHomePcgs
+MultiplicationTable
+SetMultiplicationTable
+IsMultiplicationTable
+AllBlocks
+SetAllBlocks
+IsAllBlocks
+TransitiveIdentification
+SetTransitiveIdentification
+IsTransitiveIdentification
+PrimitiveIdentification
+SetPrimitiveIdentification
+IsPrimitiveIdentification
+ONanScottType
+SetONanScottType
+IsONanScottType
+SocleTypePrimitiveGroup
+SetSocleTypePrimitiveGroup
+IsSocleTypePrimitiveGroup
+TwoClosure
+SetTwoClosure
+IsTwoClosure
+GroupGeneralMappingByImages
+GroupGeneralMappingByImagesNC
+GroupHomomorphismByImagesNC
+AsGroupGeneralMappingByImages
+SetAsGroupGeneralMappingByImages
+IsAsGroupGeneralMappingByImages
+MappingOfWhichItIsAsGGMBI
+SetMappingOfWhichItIsAsGGMBI
+IsMappingOfWhichItIsAsGGMBI
+NaturalHomomorphismByNormalSubgroupNCOp
+NaturalHomomorphismByNormalSubgroupNCInParent
+SetNaturalHomomorphismByNormalSubgroupNCInParent
+IsNaturalHomomorphismByNormalSubgroupNCInParent
+NaturalHomomorphismByNormalSubgroupNC
+ConjugatorIsomorphism
+ConjugatorAutomorphismNC
+InnerAutomorphismNC
+IsConjugatorIsomorphism
+SetIsConjugatorIsomorphism
+IsIsConjugatorIsomorphism
+IsInnerAutomorphism
+SetIsInnerAutomorphism
+IsIsInnerAutomorphism
+ConjugatorOfConjugatorIsomorphism
+SetConjugatorOfConjugatorIsomorphism
+IsConjugatorOfConjugatorIsomorphism
+ImagesSmallestGenerators
+SetImagesSmallestGenerators
+IsImagesSmallestGenerators
+RegularActionHomomorphism
+SetRegularActionHomomorphism
+IsRegularActionHomomorphism
+NaturalIsomorphismByPcgs
+DirectProductOp
+SubdirectProductOp
+SemidirectProduct
+WreathProduct
+StandardWreathProduct
+FreeProductOp
+DirectProductInfo
+SetDirectProductInfo
+IsDirectProductInfo
+SubdirectProductInfo
+SetSubdirectProductInfo
+IsSubdirectProductInfo
+SemidirectProductInfo
+SetSemidirectProductInfo
+IsSemidirectProductInfo
+WreathProductInfo
+SetWreathProductInfo
+IsWreathProductInfo
+FreeProductInfo
+SetFreeProductInfo
+IsFreeProductInfo
+IsNaturalSymmetricGroup
+SetIsNaturalSymmetricGroup
+IsIsNaturalSymmetricGroup
+IsNaturalAlternatingGroup
+SetIsNaturalAlternatingGroup
+IsIsNaturalAlternatingGroup
+IsAlternatingGroup
+SetIsAlternatingGroup
+IsIsAlternatingGroup
+IsSymmetricGroup
+SetIsSymmetricGroup
+IsIsSymmetricGroup
+SymmetricParentGroup
+SetSymmetricParentGroup
+IsSymmetricParentGroup
+AlternatingSubgroup
+SetAlternatingSubgroup
+IsAlternatingSubgroup
+OrbitStabilizingParentGroup
+SetOrbitStabilizingParentGroup
+IsOrbitStabilizingParentGroup
+IsTrivialNormalIntersection
+NormalComplement
+NormalComplementNC
+DirectFactorsOfGroup
+SetDirectFactorsOfGroup
+IsDirectFactorsOfGroup
+SemidirectFactorsOfGroup
+SetSemidirectFactorsOfGroup
+IsSemidirectFactorsOfGroup
+DecompositionTypesOfGroup
+SetDecompositionTypesOfGroup
+IsDecompositionTypesOfGroup
+IsDihedralGroup
+SetIsDihedralGroup
+IsIsDihedralGroup
+DihedralGenerators
+SetDihedralGenerators
+IsDihedralGenerators
+IsQuaternionGroup
+SetIsQuaternionGroup
+IsIsQuaternionGroup
+QuaternionGenerators
+SetQuaternionGenerators
+IsQuaternionGenerators
+IsQuasiDihedralGroup
+SetIsQuasiDihedralGroup
+IsIsQuasiDihedralGroup
+QuasiDihedralGenerators
+SetQuasiDihedralGenerators
+IsQuasiDihedralGenerators
+IsPSL
+SetIsPSL
+IsIsPSL
+ParametersOfGroupViewedAsPSL
+SetParametersOfGroupViewedAsPSL
+IsParametersOfGroupViewedAsPSL
+ParametersOfGroupViewedAsSL
+SetParametersOfGroupViewedAsSL
+IsParametersOfGroupViewedAsSL
+ParametersOfGroupViewedAsGL
+SetParametersOfGroupViewedAsGL
+IsParametersOfGroupViewedAsGL
+AlternatingDegree
+SetAlternatingDegree
+IsAlternatingDegree
+SymmetricDegree
+SetSymmetricDegree
+IsSymmetricDegree
+PSLDegree
+SetPSLDegree
+IsPSLDegree
+PSLUnderlyingField
+SetPSLUnderlyingField
+IsPSLUnderlyingField
+SLDegree
+SetSLDegree
+IsSLDegree
+SLUnderlyingField
+SetSLUnderlyingField
+IsSLUnderlyingField
+GLDegree
+SetGLDegree
+IsGLDegree
+GLUnderlyingField
+SetGLUnderlyingField
+IsGLUnderlyingField
+StructureDescription
+SetStructureDescription
+IsStructureDescription
+IsPQuotientSystem
+SetIsPQuotientSystem
+IsIsPQuotientSystem
+IsNilpQuotientSystem
+SetIsNilpQuotientSystem
+IsIsNilpQuotientSystem
+QuotientSystem
+GetDefinitionNC
+SetDefinitionNC
+ClearDefinitionNC
+DefineNewGenerators
+SplitWordTail
+ExtRepByTailVector
+GeneratorNumberOfQuotient
+TailsInverses
+ComputeTails
+EvaluateConsistency
+IncorporateCentralRelations
+RenumberHighestWeightGenerators
+EvaluateRelators
+LiftEpimorphism
+GeneratorsOfLayer
+LengthOfDescendingSeries
+RanksOfDescendingSeries
+CheckConsistencyOfDefinitions
+GroupByQuotientSystem
+TraceDefinition
+EpimorphismPGroup
+EpimorphismQuotientSystem
+EpimorphismNilpotentQuotientOp
+Nucleus
+ActingDomain
+SetActingDomain
+IsActingDomain
+HomeEnumerator
+SetHomeEnumerator
+IsHomeEnumerator
+ActionKernelExternalSet
+SetActionKernelExternalSet
+IsActionKernelExternalSet
+LinearActionBasis
+SetLinearActionBasis
+IsLinearActionBasis
+FunctionAction
+SetFunctionAction
+IsFunctionAction
+StabilizerOfExternalSet
+SetStabilizerOfExternalSet
+IsStabilizerOfExternalSet
+CanonicalRepresentativeOfExternalSet
+SetCanonicalRepresentativeOfExternalSet
+IsCanonicalRepresentativeOfExternalSet
+CanonicalRepresentativeDeterminatorOfExternalSet
+SetCanonicalRepresentativeDeterminatorOfExternalSet
+IsCanonicalRepresentativeDeterminatorOfExternalSet
+CanEasilyDetermineCanonicalRepresentativeExternalSet
+SetCanEasilyDetermineCanonicalRepresentativeExternalSet
+IsCanEasilyDetermineCanonicalRepresentativeExternalSet
+ActorOfExternalSet
+SetActorOfExternalSet
+IsActorOfExternalSet
+PreOrbishProcessing
+ActionHomomorphismAttr
+SetActionHomomorphismAttr
+IsActionHomomorphismAttr
+SurjectiveActionHomomorphismAttr
+SetSurjectiveActionHomomorphismAttr
+IsSurjectiveActionHomomorphismAttr
+UnderlyingExternalSet
+SetUnderlyingExternalSet
+IsUnderlyingExternalSet
+SparseActionHomomorphismOp
+SortedSparseActionHomomorphismOp
+ExternalSet
+SetExternalSet
+IsExternalSet
+RestrictedExternalSet
+ExternalSubsetOp
+ExternalOrbitOp
+OrbitOp
+Orbits
+SetOrbits
+IsOrbits
+OrbitsDomain
+SetOrbitsDomain
+IsOrbitsDomain
+OrbitLengthOp
+OrbitLengths
+SetOrbitLengths
+IsOrbitLengths
+OrbitLengthsDomain
+SetOrbitLengthsDomain
+IsOrbitLengthsDomain
+OrbitStabilizerOp
+ExternalOrbits
+SetExternalOrbits
+IsExternalOrbits
+ExternalOrbitsStabilizers
+SetExternalOrbitsStabilizers
+IsExternalOrbitsStabilizers
+Transitivity
+SetTransitivity
+IsTransitivity
+BlocksAttr
+SetBlocksAttr
+IsBlocksAttr
+BlocksOp
+MaximalBlocksAttr
+SetMaximalBlocksAttr
+IsMaximalBlocksAttr
+MaximalBlocksOp
+RepresentativesMinimalBlocksAttr
+SetRepresentativesMinimalBlocksAttr
+IsRepresentativesMinimalBlocksAttr
+RepresentativesMinimalBlocksOp
+Earns
+SetEarns
+IsEarns
+IsTransitive
+SetIsTransitive
+IsIsTransitive
+IsPrimitive
+SetIsPrimitive
+IsIsPrimitive
+IsPrimitiveAffine
+SetIsPrimitiveAffine
+IsIsPrimitiveAffine
+IsSemiRegular
+SetIsSemiRegular
+IsIsSemiRegular
+IsRegular
+SetIsRegular
+IsIsRegular
+RankAction
+SetRankAction
+IsRankAction
+PermutationOp
+PermutationCycleOp
+CycleOp
+CyclesOp
+CycleLengthOp
+CycleLengthsOp
+CycleIndexOp
+RepresentativeActionOp
+StabilizerFuncOp
+OrbitStabilizerAlgorithm
+AbelianSubfactorAction
+DomainForAction
+StabChainOp
+StabChainMutable
+SetStabChainMutable
+IsStabChainMutable
+StabChainImmutable
+SetStabChainImmutable
+IsStabChainImmutable
+StabChainOptions
+SetStabChainOptions
+IsStabChainOptions
+BaseOfGroup
+SetBaseOfGroup
+IsBaseOfGroup
+MinimalStabChain
+SetMinimalStabChain
+IsMinimalStabChain
+MembershipTestKnownBase
+PermOnEnumerator
+ConjugacyClass
+RationalClass
+DecomposedRationalClass
+SetDecomposedRationalClass
+IsDecomposedRationalClass
+StoredPermliftSeries
+SetStoredPermliftSeries
+IsStoredPermliftSeries
+AscendingChainOp
+ComputedAscendingChains
+SetComputedAscendingChains
+IsComputedAscendingChains
+CanonicalRightCosetElement
+LeftActingGroup
+SetLeftActingGroup
+IsLeftActingGroup
+RightActingGroup
+SetRightActingGroup
+IsRightActingGroup
+DoubleCoset
+DoubleCosetsNC
+DoubleCosetRepsAndSizes
+RepresentativesContainedRightCosets
+SetRepresentativesContainedRightCosets
+IsRepresentativesContainedRightCosets
+RightCoset
+RightCosetsNC
+DoCheapActionImages
+FindActionKernel
+NaturalHomomorphismsPool
+SetNaturalHomomorphismsPool
+IsNaturalHomomorphismsPool
+FactorCosetAction
+AbsolutIrreducibleModules
+IrreducibleModules
+RegularModule
+OCAddToFunctions2
+OCAddRelations
+OCNormalRelations
+OCAddSumMatrices
+OCAddBigMatrices
+OCCoprimeComplement
+OCAddComplement
+ComplementClassesRepresentativesSolvableNC
+ComplementClassesRepresentatives
+TwoCocycles
+TwoCoboundaries
+TwoCohomology
+Extension
+ExtensionNC
+Extensions
+ExtensionRepresentatives
+SplitExtension
+TopExtensionsByAutomorphism
+CyclicTopExtensions
+SocleComplement
+SetSocleComplement
+IsSocleComplement
+SocleDimensions
+SetSocleDimensions
+IsSocleDimensions
+ModuleOfExtension
+SetModuleOfExtension
+IsModuleOfExtension
+OmegaAndLowerPCentralSeries
+SetOmegaAndLowerPCentralSeries
+IsOmegaAndLowerPCentralSeries
+SchurCover
+SetSchurCover
+IsSchurCover
+EpimorphismSchurCover
+SetEpimorphismSchurCover
+IsEpimorphismSchurCover
+AbelianInvariantsMultiplier
+SetAbelianInvariantsMultiplier
+IsAbelianInvariantsMultiplier
+Epicentre
+SetEpicentre
+IsEpicentre
+NonabelianExteriorSquare
+EpimorphismNonabelianExteriorSquare
+IsCentralFactor
+SetIsCentralFactor
+IsIsCentralFactor
+SchurCoverOfSymmetricGroup
+DoubleCoverOfAlternatingGroup
+ConjugacyClassSubgroups
+ClassElementLattice
+Zuppos
+SetZuppos
+IsZuppos
+MaximalSubgroupsLattice
+SetMaximalSubgroupsLattice
+IsMaximalSubgroupsLattice
+MinimalSupergroupsLattice
+SetMinimalSupergroupsLattice
+IsMinimalSupergroupsLattice
+TomDataAlmostSimpleRecognition
+SetTomDataAlmostSimpleRecognition
+IsTomDataAlmostSimpleRecognition
+SubgroupsOrbitsAndNormalizers
+IsFrattiniFree
+SetIsFrattiniFree
+IsIsFrattiniFree
+LinesOfStraightLineProgram
+SetLinesOfStraightLineProgram
+IsLinesOfStraightLineProgram
+NrInputsOfStraightLineProgram
+SetNrInputsOfStraightLineProgram
+IsNrInputsOfStraightLineProgram
+ResultOfStraightLineProgram
+StraightLineProgElmType
+SetStraightLineProgElmType
+IsStraightLineProgElmType
+StretchImportantSLPElement
+SlotUsagePattern
+SetSlotUsagePattern
+IsSlotUsagePattern
+LargestNrSlots
+SetLargestNrSlots
+IsLargestNrSlots
+TypeOfObjWithMemory
+SetTypeOfObjWithMemory
+IsTypeOfObjWithMemory
+StripMemory
+ForgetMemory
+FpElmEqualityMethod
+SetFpElmEqualityMethod
+IsFpElmEqualityMethod
+FpElmComparisonMethod
+SetFpElmComparisonMethod
+IsFpElmComparisonMethod
+FpElementNFFunction
+SetFpElementNFFunction
+IsFpElementNFFunction
+ElementOfFpGroup
+CosetTableInWholeGroup
+SetCosetTableInWholeGroup
+IsCosetTableInWholeGroup
+TryCosetTableInWholeGroup
+CosetTableNormalClosureInWholeGroup
+SetCosetTableNormalClosureInWholeGroup
+IsCosetTableNormalClosureInWholeGroup
+AsSubgroupOfWholeGroupByQuotient
+SetAsSubgroupOfWholeGroupByQuotient
+IsAsSubgroupOfWholeGroupByQuotient
+LowIndexSubgroupsFpGroupIterator
+LowIndexSubgroupsFpGroup
+FreeGeneratorsOfFpGroup
+SetFreeGeneratorsOfFpGroup
+IsFreeGeneratorsOfFpGroup
+FreeGeneratorsOfWholeGroup
+RelatorsOfFpGroup
+SetRelatorsOfFpGroup
+IsRelatorsOfFpGroup
+FreeGroupOfFpGroup
+SetFreeGroupOfFpGroup
+IsFreeGroupOfFpGroup
+IndicesInvolutaryGenerators
+SetIndicesInvolutaryGenerators
+IsIndicesInvolutaryGenerators
+StoredExcludedOrders
+SetStoredExcludedOrders
+IsStoredExcludedOrders
+FPFaithHom
+SetFPFaithHom
+IsFPFaithHom
+AugmentedCosetTableMtcInWholeGroup
+SetAugmentedCosetTableMtcInWholeGroup
+IsAugmentedCosetTableMtcInWholeGroup
+AugmentedCosetTableRrsInWholeGroup
+SetAugmentedCosetTableRrsInWholeGroup
+IsAugmentedCosetTableRrsInWholeGroup
+AugmentedCosetTableNormalClosureInWholeGroup
+SetAugmentedCosetTableNormalClosureInWholeGroup
+IsAugmentedCosetTableNormalClosureInWholeGroup
+AugmentedCosetTableNormalClosure
+CosetTableBySubgroup
+PrimaryGeneratorWords
+SetPrimaryGeneratorWords
+IsPrimaryGeneratorWords
+TietzeOrigin
+SetTietzeOrigin
+IsTietzeOrigin
+TzOptions
+SetTzOptions
+IsTzOptions
+IsWordDecompHomomorphism
+SetIsWordDecompHomomorphism
+IsIsWordDecompHomomorphism
+CosetTableFpHom
+SetCosetTableFpHom
+IsCosetTableFpHom
+IsomorphismSimplifiedFpGroup
+SetIsomorphismSimplifiedFpGroup
+IsIsomorphismSimplifiedFpGroup
+EpimorphismFromFreeGroup
+SetEpimorphismFromFreeGroup
+IsEpimorphismFromFreeGroup
+NiceMonomorphism
+SetNiceMonomorphism
+IsNiceMonomorphism
+IsCanonicalNiceMonomorphism
+SetIsCanonicalNiceMonomorphism
+IsIsCanonicalNiceMonomorphism
+CanonicalNiceMonomorphism
+SetCanonicalNiceMonomorphism
+IsCanonicalNiceMonomorphism
+NiceObject
+SetNiceObject
+IsNiceObject
+IsHandledByNiceMonomorphism
+SetIsHandledByNiceMonomorphism
+IsIsHandledByNiceMonomorphism
+GroupByNiceMonomorphism
+SeedFaithfulAction
+SetSeedFaithfulAction
+IsSeedFaithfulAction
+AutomorphismGroup
+SetAutomorphismGroup
+IsAutomorphismGroup
+IsGroupOfAutomorphisms
+SetIsGroupOfAutomorphisms
+IsIsGroupOfAutomorphisms
+IsGroupOfAutomorphismsFiniteGroup
+SetIsGroupOfAutomorphismsFiniteGroup
+IsIsGroupOfAutomorphismsFiniteGroup
+AutomorphismDomain
+SetAutomorphismDomain
+IsAutomorphismDomain
+IsAutomorphismGroup
+SetIsAutomorphismGroup
+IsIsAutomorphismGroup
+InnerAutomorphismsAutomorphismGroup
+SetInnerAutomorphismsAutomorphismGroup
+IsInnerAutomorphismsAutomorphismGroup
+GQuotients
+IsomorphicSubgroups
+DefaultFieldOfMatrixGroup
+SetDefaultFieldOfMatrixGroup
+IsDefaultFieldOfMatrixGroup
+DimensionOfMatrixGroup
+SetDimensionOfMatrixGroup
+IsDimensionOfMatrixGroup
+FieldOfMatrixGroup
+SetFieldOfMatrixGroup
+IsFieldOfMatrixGroup
+TransposedMatrixGroup
+SetTransposedMatrixGroup
+IsTransposedMatrixGroup
+IsGeneralLinearGroup
+SetIsGeneralLinearGroup
+IsIsGeneralLinearGroup
+IsNaturalGL
+SetIsNaturalGL
+IsIsNaturalGL
+IsSpecialLinearGroup
+SetIsSpecialLinearGroup
+IsIsSpecialLinearGroup
+IsNaturalSL
+SetIsNaturalSL
+IsIsNaturalSL
+IsSubgroupSL
+SetIsSubgroupSL
+IsIsSubgroupSL
+InvariantBilinearForm
+SetInvariantBilinearForm
+IsInvariantBilinearForm
+IsFullSubgroupGLorSLRespectingBilinearForm
+SetIsFullSubgroupGLorSLRespectingBilinearForm
+IsIsFullSubgroupGLorSLRespectingBilinearForm
+InvariantSesquilinearForm
+SetInvariantSesquilinearForm
+IsInvariantSesquilinearForm
+IsFullSubgroupGLorSLRespectingSesquilinearForm
+SetIsFullSubgroupGLorSLRespectingSesquilinearForm
+IsIsFullSubgroupGLorSLRespectingSesquilinearForm
+InvariantQuadraticForm
+SetInvariantQuadraticForm
+IsInvariantQuadraticForm
+IsFullSubgroupGLorSLRespectingQuadraticForm
+SetIsFullSubgroupGLorSLRespectingQuadraticForm
+IsIsFullSubgroupGLorSLRespectingQuadraticForm
+FittingFreeLiftSetup
+SetFittingFreeLiftSetup
+IsFittingFreeLiftSetup
+RecogDecompinfoHomomorphism
+SetRecogDecompinfoHomomorphism
+IsRecogDecompinfoHomomorphism
+DirectFactorsFittingFreeSocle
+SetDirectFactorsFittingFreeSocle
+IsDirectFactorsFittingFreeSocle
+ChiefSeriesTF
+SetChiefSeriesTF
+IsChiefSeriesTF
+IsRationalMatrixGroup
+SetIsRationalMatrixGroup
+IsIsRationalMatrixGroup
+IsIntegerMatrixGroup
+SetIsIntegerMatrixGroup
+IsIsIntegerMatrixGroup
+ZClassRepsQClass
+SetZClassRepsQClass
+IsZClassRepsQClass
+NormalizerInGLnZ
+SetNormalizerInGLnZ
+IsNormalizerInGLnZ
+CentralizerInGLnZ
+SetCentralizerInGLnZ
+IsCentralizerInGLnZ
+IsBravaisGroup
+SetIsBravaisGroup
+IsIsBravaisGroup
+BravaisGroup
+SetBravaisGroup
+IsBravaisGroup
+BravaisSubgroups
+SetBravaisSubgroups
+IsBravaisSubgroups
+BravaisSupergroups
+SetBravaisSupergroups
+IsBravaisSupergroups
+NormalizerInGLnZBravaisGroup
+SetNormalizerInGLnZBravaisGroup
+IsNormalizerInGLnZBravaisGroup
+InvariantLattice
+SetInvariantLattice
+IsInvariantLattice
+TrivialGroupCons
+AbelianGroupCons
+AlternatingGroupCons
+CyclicGroupCons
+DihedralGroupCons
+QuaternionGroupCons
+ElementaryAbelianGroupCons
+FreeAbelianGroupCons
+ExtraspecialGroupCons
+MathieuGroupCons
+SymmetricGroupCons
+GeneralLinearGroupCons
+GeneralOrthogonalGroupCons
+GeneralUnitaryGroupCons
+SpecialLinearGroupCons
+SpecialOrthogonalGroupCons
+SpecialUnitaryGroupCons
+SymplecticGroupCons
+OmegaCons
+GeneralSemilinearGroupCons
+SpecialSemilinearGroupCons
+ProjectiveGeneralLinearGroupCons
+ProjectiveSpecialLinearGroupCons
+ProjectiveGeneralUnitaryGroupCons
+ProjectiveSpecialUnitaryGroupCons
+ProjectiveSymplecticGroupCons
+ProjectiveOmegaCons
+PerfGrpConst
+PerfectIdentification
+SetPerfectIdentification
+IsPerfectIdentification
+SuzukiGroupCons
+ReeGroupCons
+DataAboutSimpleGroup
+SetDataAboutSimpleGroup
+IsDataAboutSimpleGroup
+ImfRecord
+SetImfRecord
+IsImfRecord
+OrderingsFamily
+SetOrderingsFamily
+IsOrderingsFamily
+IsWellFoundedOrdering
+SetIsWellFoundedOrdering
+IsIsWellFoundedOrdering
+IsTotalOrdering
+SetIsTotalOrdering
+IsIsTotalOrdering
+FamilyForOrdering
+SetFamilyForOrdering
+IsFamilyForOrdering
+LessThanFunction
+SetLessThanFunction
+IsLessThanFunction
+LessThanOrEqualFunction
+SetLessThanOrEqualFunction
+IsLessThanOrEqualFunction
+IsLessThanUnder
+IsLessThanOrEqualUnder
+IsIncomparableUnder
+OrderingByLessThanFunctionNC
+OrderingByLessThanOrEqualFunctionNC
+IsOrderingOnFamilyOfAssocWords
+SetIsOrderingOnFamilyOfAssocWords
+IsIsOrderingOnFamilyOfAssocWords
+LetterRepWordsLessFunc
+SetLetterRepWordsLessFunc
+IsLetterRepWordsLessFunc
+IsTranslationInvariantOrdering
+SetIsTranslationInvariantOrdering
+IsIsTranslationInvariantOrdering
+OrderingOnGenerators
+SetOrderingOnGenerators
+IsOrderingOnGenerators
+LexicographicOrdering
+ShortLexOrdering
+IsShortLexOrdering
+SetIsShortLexOrdering
+IsIsShortLexOrdering
+WeightLexOrdering
+WeightOfGenerators
+SetWeightOfGenerators
+IsWeightOfGenerators
+IsWeightLexOrdering
+SetIsWeightLexOrdering
+IsIsWeightLexOrdering
+BasicWreathProductOrdering
+IsBasicWreathProductOrdering
+SetIsBasicWreathProductOrdering
+IsIsBasicWreathProductOrdering
+WreathProductOrdering
+IsWreathProductOrdering
+SetIsWreathProductOrdering
+IsIsWreathProductOrdering
+LevelsOfGenerators
+SetLevelsOfGenerators
+IsLevelsOfGenerators
+Transformation
+TransformationListList
+TransformationList
+TransformationByImageAndKernel
+NumberTransformation
+TransformationNumber
+LargestImageOfMovedPoint
+SetLargestImageOfMovedPoint
+IsLargestImageOfMovedPoint
+SmallestImageOfMovedPoint
+SetSmallestImageOfMovedPoint
+IsSmallestImageOfMovedPoint
+RankOfTransformation
+SetRankOfTransformation
+IsRankOfTransformation
+AsBinaryRelation
+AsPermutation
+SetAsPermutation
+IsAsPermutation
+AsTransformation
+SetAsTransformation
+IsAsTransformation
+ConstantTransformation
+DegreeOfTransformationCollection
+SetDegreeOfTransformationCollection
+IsDegreeOfTransformationCollection
+FlatKernelOfTransformation
+SetFlatKernelOfTransformation
+IsFlatKernelOfTransformation
+IsFlatKernelOfTransformation
+SetIsFlatKernelOfTransformation
+IsIsFlatKernelOfTransformation
+ImageListOfTransformation
+ImageSetOfTransformation
+SetImageSetOfTransformation
+IsImageSetOfTransformation
+KernelOfTransformation
+SetKernelOfTransformation
+IsKernelOfTransformation
+PermLeftQuoTransformation
+PreImagesOfTransformation
+RandomTransformation
+SmallestIdempotentPower
+SetSmallestIdempotentPower
+IsSmallestIdempotentPower
+TrimTransformation
+Idempotent
+TransformationOp
+TransformationOpNC
+ComponentRepsOfTransformation
+SetComponentRepsOfTransformation
+IsComponentRepsOfTransformation
+NrComponentsOfTransformation
+SetNrComponentsOfTransformation
+IsNrComponentsOfTransformation
+ComponentsOfTransformation
+SetComponentsOfTransformation
+IsComponentsOfTransformation
+ComponentTransformationInt
+CycleTransformationInt
+CyclesOfTransformation
+SetCyclesOfTransformation
+IsCyclesOfTransformation
+LeftOne
+SetLeftOne
+IsLeftOne
+RightOne
+SetRightOne
+IsRightOne
+OnKernelAntiAction
+DomainOfPartialPerm
+SetDomainOfPartialPerm
+IsDomainOfPartialPerm
+ImageListOfPartialPerm
+SetImageListOfPartialPerm
+IsImageListOfPartialPerm
+ImageSetOfPartialPerm
+SetImageSetOfPartialPerm
+IsImageSetOfPartialPerm
+IndexPeriodOfPartialPerm
+SetIndexPeriodOfPartialPerm
+IsIndexPeriodOfPartialPerm
+ComponentRepsOfPartialPerm
+SetComponentRepsOfPartialPerm
+IsComponentRepsOfPartialPerm
+NrComponentsOfPartialPerm
+SetNrComponentsOfPartialPerm
+IsNrComponentsOfPartialPerm
+ComponentsOfPartialPerm
+SetComponentsOfPartialPerm
+IsComponentsOfPartialPerm
+FixedPointsOfPartialPerm
+SetFixedPointsOfPartialPerm
+IsFixedPointsOfPartialPerm
+NrFixedPoints
+SetNrFixedPoints
+IsNrFixedPoints
+PreImagePartialPerm
+ComponentPartialPermInt
+AsPartialPerm
+RestrictedPartialPerm
+PermLeftQuoPartialPermNC
+PermLeftQuoPartialPerm
+TrimPartialPerm
+PartialPermOp
+PartialPermOpNC
+DegreeOfPartialPermCollection
+SetDegreeOfPartialPermCollection
+IsDegreeOfPartialPermCollection
+CodegreeOfPartialPermCollection
+SetCodegreeOfPartialPermCollection
+IsCodegreeOfPartialPermCollection
+RankOfPartialPermCollection
+SetRankOfPartialPermCollection
+IsRankOfPartialPermCollection
+DomainOfPartialPermCollection
+SetDomainOfPartialPermCollection
+IsDomainOfPartialPermCollection
+ImageOfPartialPermCollection
+SetImageOfPartialPermCollection
+IsImageOfPartialPermCollection
+TransformationRepresentation
+SetTransformationRepresentation
+IsTransformationRepresentation
+FpSemigroupOfElementOfFpSemigroup
+ElementOfFpSemigroup
+FreeGeneratorsOfFpSemigroup
+SetFreeGeneratorsOfFpSemigroup
+IsFreeGeneratorsOfFpSemigroup
+FreeSemigroupOfFpSemigroup
+SetFreeSemigroupOfFpSemigroup
+IsFreeSemigroupOfFpSemigroup
+RelationsOfFpSemigroup
+SetRelationsOfFpSemigroup
+IsRelationsOfFpSemigroup
+IsomorphismFpSemigroup
+SetIsomorphismFpSemigroup
+IsIsomorphismFpSemigroup
+FpGrpMonSmgOfFpGrpMonSmgElement
+ElementOfFpMonoid
+FpMonoidOfElementOfFpMonoid
+FreeGeneratorsOfFpMonoid
+SetFreeGeneratorsOfFpMonoid
+IsFreeGeneratorsOfFpMonoid
+FreeMonoidOfFpMonoid
+SetFreeMonoidOfFpMonoid
+IsFreeMonoidOfFpMonoid
+RelationsOfFpMonoid
+SetRelationsOfFpMonoid
+IsRelationsOfFpMonoid
+IsomorphismFpMonoid
+SetIsomorphismFpMonoid
+IsIsomorphismFpMonoid
+ReducedConfluentRewritingSystem
+SetReducedConfluentRewritingSystem
+IsReducedConfluentRewritingSystem
+FreeMonoidOfRewritingSystem
+SetFreeMonoidOfRewritingSystem
+IsFreeMonoidOfRewritingSystem
+FamilyForRewritingSystem
+SetFamilyForRewritingSystem
+IsFamilyForRewritingSystem
+FreeSemigroupOfRewritingSystem
+SetFreeSemigroupOfRewritingSystem
+IsFreeSemigroupOfRewritingSystem
+KnuthBendixRewritingSystem
+TzRules
+SetTzRules
+IsTzRules
+CosetTableOfFpSemigroup
+SetCosetTableOfFpSemigroup
+IsCosetTableOfFpSemigroup
+AdjoinedIdentityFamily
+SetAdjoinedIdentityFamily
+IsAdjoinedIdentityFamily
+UnderlyingSemigroupFamily
+SetUnderlyingSemigroupFamily
+IsUnderlyingSemigroupFamily
+AdjoinedIdentityDefaultType
+SetAdjoinedIdentityDefaultType
+IsAdjoinedIdentityDefaultType
+MonoidByAdjoiningIdentity
+SetMonoidByAdjoiningIdentity
+IsMonoidByAdjoiningIdentity
+UnderlyingSemigroupOfMonoidByAdjoiningIdentity
+SetUnderlyingSemigroupOfMonoidByAdjoiningIdentity
+IsUnderlyingSemigroupOfMonoidByAdjoiningIdentity
+MonoidByAdjoiningIdentityElt
+SetMonoidByAdjoiningIdentityElt
+IsMonoidByAdjoiningIdentityElt
+UnderlyingSemigroupElementOfMonoidByAdjoiningIdentityElt
+SetUnderlyingSemigroupElementOfMonoidByAdjoiningIdentityElt
+IsUnderlyingSemigroupElementOfMonoidByAdjoiningIdentityElt
+IsFiniteSemigroupGreensRelation
+SetIsFiniteSemigroupGreensRelation
+IsIsFiniteSemigroupGreensRelation
+GreensRRelation
+SetGreensRRelation
+IsGreensRRelation
+GreensLRelation
+SetGreensLRelation
+IsGreensLRelation
+GreensJRelation
+SetGreensJRelation
+IsGreensJRelation
+GreensDRelation
+SetGreensDRelation
+IsGreensDRelation
+GreensHRelation
+SetGreensHRelation
+IsGreensHRelation
+GreensRClassOfElement
+GreensLClassOfElement
+GreensDClassOfElement
+GreensJClassOfElement
+GreensHClassOfElement
+FroidurePinSimpleAlg
+FroidurePinExtendedAlg
+AssociatedConcreteSemigroup
+SetAssociatedConcreteSemigroup
+IsAssociatedConcreteSemigroup
+AssociatedFpSemigroup
+SetAssociatedFpSemigroup
+IsAssociatedFpSemigroup
+GreensRClasses
+SetGreensRClasses
+IsGreensRClasses
+GreensLClasses
+SetGreensLClasses
+IsGreensLClasses
+GreensJClasses
+SetGreensJClasses
+IsGreensJClasses
+GreensDClasses
+SetGreensDClasses
+IsGreensDClasses
+GreensHClasses
+SetGreensHClasses
+IsGreensHClasses
+IsGreensLessThanOrEqual
+RClassOfHClass
+SetRClassOfHClass
+IsRClassOfHClass
+LClassOfHClass
+SetLClassOfHClass
+IsLClassOfHClass
+DClassOfHClass
+SetDClassOfHClass
+IsDClassOfHClass
+DClassOfLClass
+SetDClassOfLClass
+IsDClassOfLClass
+DClassOfRClass
+SetDClassOfRClass
+IsDClassOfRClass
+GroupHClassOfGreensDClass
+SetGroupHClassOfGreensDClass
+IsGroupHClassOfGreensDClass
+IsRegularDClass
+SetIsRegularDClass
+IsIsRegularDClass
+IsGroupHClass
+SetIsGroupHClass
+IsIsGroupHClass
+EggBoxOfDClass
+SetEggBoxOfDClass
+IsEggBoxOfDClass
+InternalRepGreensRelation
+SetInternalRepGreensRelation
+IsInternalRepGreensRelation
+CanonicalGreensClass
+SetCanonicalGreensClass
+IsCanonicalGreensClass
+DisplayEggBoxesOfSemigroup
+SemigroupHomomorphismByImagesNC
+IsFpSemigpReducedElt
+SetIsFpSemigpReducedElt
+IsIsFpSemigpReducedElt
+IsFpMonoidReducedElt
+SetIsFpMonoidReducedElt
+IsIsFpMonoidReducedElt
+IsFullTransformationSemigroup
+SetIsFullTransformationSemigroup
+IsIsFullTransformationSemigroup
+DegreeOfTransformationSemigroup
+SetDegreeOfTransformationSemigroup
+IsDegreeOfTransformationSemigroup
+IsomorphismTransformationSemigroup
+SetIsomorphismTransformationSemigroup
+IsIsomorphismTransformationSemigroup
+IsomorphismTransformationMonoid
+SetIsomorphismTransformationMonoid
+IsIsomorphismTransformationMonoid
+HomomorphismTransformationSemigroup
+AntiIsomorphismTransformationSemigroup
+SetAntiIsomorphismTransformationSemigroup
+IsAntiIsomorphismTransformationSemigroup
+RowOfReesMatrixSemigroupElement
+RowOfReesZeroMatrixSemigroupElement
+ColumnOfReesMatrixSemigroupElement
+ColumnOfReesZeroMatrixSemigroupElement
+UnderlyingElementOfReesMatrixSemigroupElement
+UnderlyingElementOfReesZeroMatrixSemigroupElement
+IsReesMatrixSemigroup
+SetIsReesMatrixSemigroup
+IsIsReesMatrixSemigroup
+IsReesZeroMatrixSemigroup
+SetIsReesZeroMatrixSemigroup
+IsIsReesZeroMatrixSemigroup
+ReesMatrixSemigroup
+ReesZeroMatrixSemigroup
+GeneratorsOfReesMatrixSemigroup
+ReesMatrixSubsemigroup
+GeneratorsOfReesZeroMatrixSemigroup
+ReesZeroMatrixSubsemigroup
+SetMatrix
+IsMatrix
+Rows
+SetRows
+IsRows
+Columns
+SetColumns
+IsColumns
+UnderlyingSemigroup
+SetUnderlyingSemigroup
+IsUnderlyingSemigroup
+AssociatedReesMatrixSemigroupOfDClass
+SetAssociatedReesMatrixSemigroupOfDClass
+IsAssociatedReesMatrixSemigroupOfDClass
+IsomorphismReesMatrixSemigroup
+SetIsomorphismReesMatrixSemigroup
+IsIsomorphismReesMatrixSemigroup
+IsomorphismReesZeroMatrixSemigroup
+SetIsomorphismReesZeroMatrixSemigroup
+IsIsomorphismReesZeroMatrixSemigroup
+ReesMatrixSemigroupOfFamily
+SetReesMatrixSemigroupOfFamily
+IsReesMatrixSemigroupOfFamily
+TypeReesMatrixSemigroupElements
+SetTypeReesMatrixSemigroupElements
+IsTypeReesMatrixSemigroupElements
+QuotientSemigroupPreimage
+SetQuotientSemigroupPreimage
+IsQuotientSemigroupPreimage
+QuotientSemigroupCongruence
+SetQuotientSemigroupCongruence
+IsQuotientSemigroupCongruence
+QuotientSemigroupHomomorphism
+SetQuotientSemigroupHomomorphism
+IsQuotientSemigroupHomomorphism
+DegreeOfPartialPermSemigroup
+SetDegreeOfPartialPermSemigroup
+IsDegreeOfPartialPermSemigroup
+CodegreeOfPartialPermSemigroup
+SetCodegreeOfPartialPermSemigroup
+IsCodegreeOfPartialPermSemigroup
+RankOfPartialPermSemigroup
+SetRankOfPartialPermSemigroup
+IsRankOfPartialPermSemigroup
+IsSymmetricInverseSemigroup
+SetIsSymmetricInverseSemigroup
+IsIsSymmetricInverseSemigroup
+SymmetricInverseSemigroup
+IsomorphismPartialPermSemigroup
+SetIsomorphismPartialPermSemigroup
+IsIsomorphismPartialPermSemigroup
+IsomorphismPartialPermMonoid
+SetIsomorphismPartialPermMonoid
+IsIsomorphismPartialPermMonoid
+UnderlyingGroup
+SetUnderlyingGroup
+IsUnderlyingGroup
+IdentificationOfConjugacyClasses
+SetIdentificationOfConjugacyClasses
+IsIdentificationOfConjugacyClasses
+CompatibleConjugacyClasses
+CharacterDegrees
+SetCharacterDegrees
+IsCharacterDegrees
+Irr
+SetIrr
+IsIrr
+LinearCharacters
+SetLinearCharacters
+IsLinearCharacters
+IBr
+SetIBr
+IsIBr
+OrdinaryCharacterTable
+SetOrdinaryCharacterTable
+IsOrdinaryCharacterTable
+IsAlmostSimpleCharacterTable
+SetIsAlmostSimpleCharacterTable
+IsIsAlmostSimpleCharacterTable
+IsMonomialCharacterTable
+SetIsMonomialCharacterTable
+IsIsMonomialCharacterTable
+IsNilpotentCharacterTable
+SetIsNilpotentCharacterTable
+IsIsNilpotentCharacterTable
+IsPerfectCharacterTable
+SetIsPerfectCharacterTable
+IsIsPerfectCharacterTable
+IsSimpleCharacterTable
+SetIsSimpleCharacterTable
+IsIsSimpleCharacterTable
+IsSolvableCharacterTable
+SetIsSolvableCharacterTable
+IsIsSolvableCharacterTable
+IsSporadicSimpleCharacterTable
+SetIsSporadicSimpleCharacterTable
+IsIsSporadicSimpleCharacterTable
+IsSupersolvableCharacterTable
+SetIsSupersolvableCharacterTable
+IsIsSupersolvableCharacterTable
+OrdersClassRepresentatives
+SetOrdersClassRepresentatives
+IsOrdersClassRepresentatives
+SizesCentralizers
+SetSizesCentralizers
+IsSizesCentralizers
+SizesConjugacyClasses
+SetSizesConjugacyClasses
+IsSizesConjugacyClasses
+AutomorphismsOfTable
+SetAutomorphismsOfTable
+IsAutomorphismsOfTable
+UnderlyingCharacteristic
+SetUnderlyingCharacteristic
+IsUnderlyingCharacteristic
+ClassNames
+SetClassNames
+IsClassNames
+CharacterNames
+SetCharacterNames
+IsCharacterNames
+ClassParameters
+SetClassParameters
+IsClassParameters
+CharacterParameters
+SetCharacterParameters
+IsCharacterParameters
+Identifier
+SetIdentifier
+IsIdentifier
+InverseClasses
+SetInverseClasses
+IsInverseClasses
+RealClasses
+SetRealClasses
+IsRealClasses
+ClassOrbit
+ClassRoots
+SetClassRoots
+IsClassRoots
+ClassPositionsOfNormalSubgroups
+SetClassPositionsOfNormalSubgroups
+IsClassPositionsOfNormalSubgroups
+ClassPositionsOfMaximalNormalSubgroups
+SetClassPositionsOfMaximalNormalSubgroups
+IsClassPositionsOfMaximalNormalSubgroups
+ClassPositionsOfMinimalNormalSubgroups
+SetClassPositionsOfMinimalNormalSubgroups
+IsClassPositionsOfMinimalNormalSubgroups
+ClassPositionsOfAgemo
+ClassPositionsOfCentre
+SetClassPositionsOfCentre
+IsClassPositionsOfCentre
+ClassPositionsOfDirectProductDecompositions
+SetClassPositionsOfDirectProductDecompositions
+IsClassPositionsOfDirectProductDecompositions
+ClassPositionsOfDerivedSubgroup
+SetClassPositionsOfDerivedSubgroup
+IsClassPositionsOfDerivedSubgroup
+ClassPositionsOfElementaryAbelianSeries
+SetClassPositionsOfElementaryAbelianSeries
+IsClassPositionsOfElementaryAbelianSeries
+ClassPositionsOfFittingSubgroup
+SetClassPositionsOfFittingSubgroup
+IsClassPositionsOfFittingSubgroup
+ClassPositionsOfSolvableRadical
+SetClassPositionsOfSolvableRadical
+IsClassPositionsOfSolvableRadical
+ClassPositionsOfLowerCentralSeries
+SetClassPositionsOfLowerCentralSeries
+IsClassPositionsOfLowerCentralSeries
+ClassPositionsOfUpperCentralSeries
+SetClassPositionsOfUpperCentralSeries
+IsClassPositionsOfUpperCentralSeries
+ClassPositionsOfSolvableResiduum
+SetClassPositionsOfSolvableResiduum
+IsClassPositionsOfSolvableResiduum
+ClassPositionsOfSupersolvableResiduum
+SetClassPositionsOfSupersolvableResiduum
+IsClassPositionsOfSupersolvableResiduum
+ClassPositionsOfPCore
+ClassPositionsOfNormalClosure
+PrimeBlocks
+PrimeBlocksOp
+ComputedPrimeBlockss
+SetComputedPrimeBlockss
+IsComputedPrimeBlockss
+BlocksInfo
+SetBlocksInfo
+IsBlocksInfo
+DecompositionMatrix
+SetDecompositionMatrix
+IsDecompositionMatrix
+IsPSolvableCharacterTable
+IsPSolvableCharacterTableOp
+ComputedIsPSolvableCharacterTables
+SetComputedIsPSolvableCharacterTables
+IsComputedIsPSolvableCharacterTables
+Indicator
+IndicatorOp
+ComputedIndicators
+SetComputedIndicators
+IsComputedIndicators
+CharacterTable
+BrauerTable
+BrauerTableOp
+ComputedBrauerTables
+SetComputedBrauerTables
+IsComputedBrauerTables
+DisplayOptions
+SetDisplayOptions
+IsDisplayOptions
+CharacterTableDirectProduct
+FactorsOfDirectProduct
+SetFactorsOfDirectProduct
+IsFactorsOfDirectProduct
+CharacterTableFactorGroup
+CharacterTableIsoclinic
+SetCharacterTableIsoclinic
+IsCharacterTableIsoclinic
+SourceOfIsoclinicTable
+SetSourceOfIsoclinicTable
+IsSourceOfIsoclinicTable
+CharacterTableWithSortedCharacters
+SortedCharacters
+CharacterTableWithSortedClasses
+ClassPermutation
+SetClassPermutation
+IsClassPermutation
+NormalSubgroupClassesInfo
+SetNormalSubgroupClassesInfo
+IsNormalSubgroupClassesInfo
+UnderlyingCharacterTable
+SetUnderlyingCharacterTable
+IsUnderlyingCharacterTable
+ValuesOfClassFunction
+SetValuesOfClassFunction
+IsValuesOfClassFunction
+GlobalPartitionOfClasses
+SetGlobalPartitionOfClasses
+IsGlobalPartitionOfClasses
+CorrespondingPermutations
+ClassFunction
+VirtualCharacter
+Character
+TrivialCharacter
+SetTrivialCharacter
+IsTrivialCharacter
+NaturalCharacter
+SetNaturalCharacter
+IsNaturalCharacter
+PermutationCharacter
+IsCharacter
+SetIsCharacter
+IsIsCharacter
+IsVirtualCharacter
+SetIsVirtualCharacter
+IsIsVirtualCharacter
+IsIrreducibleCharacter
+SetIsIrreducibleCharacter
+IsIsIrreducibleCharacter
+MatScalarProducts
+CentreOfCharacter
+SetCentreOfCharacter
+IsCentreOfCharacter
+ConstituentsOfCharacter
+SetConstituentsOfCharacter
+IsConstituentsOfCharacter
+DegreeOfCharacter
+SetDegreeOfCharacter
+IsDegreeOfCharacter
+InertiaSubgroup
+KernelOfCharacter
+SetKernelOfCharacter
+IsKernelOfCharacter
+ClassPositionsOfKernel
+SetClassPositionsOfKernel
+IsClassPositionsOfKernel
+CycleStructureClass
+CentralCharacter
+SetCentralCharacter
+IsCentralCharacter
+DeterminantOfCharacter
+SetDeterminantOfCharacter
+IsDeterminantOfCharacter
+EigenvaluesChar
+Tensored
+RestrictedClassFunction
+RestrictedClassFunctions
+Restricted
+InducedClassFunction
+InducedClassFunctions
+Induced
+InducedCyclic
+ReducedClassFunctions
+ReducedCharacters
+Symmetrizations
+BrauerCharacterValue
+SetBrauerCharacterValue
+IsBrauerCharacterValue
+PowerMap
+PowerMapOp
+ComputedPowerMaps
+SetComputedPowerMaps
+IsComputedPowerMaps
+PossiblePowerMaps
+FusionConjugacyClasses
+FusionConjugacyClassesOp
+SetFusionConjugacyClassesOp
+IsFusionConjugacyClassesOp
+ComputedClassFusions
+SetComputedClassFusions
+IsComputedClassFusions
+NamesOfFusionSources
+SetNamesOfFusionSources
+IsNamesOfFusionSources
+PossibleClassFusions
+MatrixAutomorphisms
+TableAutomorphisms
+TransformingPermutations
+TransformingPermutationsCharacterTables
+BaumClausenInfo
+SetBaumClausenInfo
+IsBaumClausenInfo
+IrreducibleRepresentations
+SetIrreducibleRepresentations
+IsIrreducibleRepresentations
+IrrBaumClausen
+SetIrrBaumClausen
+IsIrrBaumClausen
+IrrConlon
+SetIrrConlon
+IsIrrConlon
+Inequalities
+MolienSeriesInfo
+SetMolienSeriesInfo
+IsMolienSeriesInfo
+Alpha
+SetAlpha
+IsAlpha
+Delta
+SetDelta
+IsDelta
+IsBergerCondition
+SetIsBergerCondition
+IsIsBergerCondition
+IsPrimitiveCharacter
+SetIsPrimitiveCharacter
+IsIsPrimitiveCharacter
+TestQuasiPrimitive
+SetTestQuasiPrimitive
+IsTestQuasiPrimitive
+IsQuasiPrimitive
+SetIsQuasiPrimitive
+IsIsQuasiPrimitive
+IsInducedFromNormalSubgroup
+SetIsInducedFromNormalSubgroup
+IsIsInducedFromNormalSubgroup
+IsMonomialCharacter
+SetIsMonomialCharacter
+IsIsMonomialCharacter
+IsMonomialNumber
+SetIsMonomialNumber
+IsIsMonomialNumber
+TestMonomialQuick
+SetTestMonomialQuick
+IsTestMonomialQuick
+TestMonomial
+SetTestMonomial
+IsTestMonomial
+TestSubnormallyMonomial
+SetTestSubnormallyMonomial
+IsTestSubnormallyMonomial
+IsSubnormallyMonomial
+SetIsSubnormallyMonomial
+IsIsSubnormallyMonomial
+TestRelativelySM
+SetTestRelativelySM
+IsTestRelativelySM
+IsRelativelySM
+SetIsRelativelySM
+IsIsRelativelySM
+IsMinimalNonmonomial
+SetIsMinimalNonmonomial
+IsIsMinimalNonmonomial
+DixonRecord
+SetDixonRecord
+IsDixonRecord
+DxPreparation
+IrrDixonSchneider
+SetIrrDixonSchneider
+IsIrrDixonSchneider
+TableOfMarks
+SetTableOfMarks
+IsTableOfMarks
+SortedTom
+PermutationTom
+SetPermutationTom
+IsPermutationTom
+MarksTom
+SetMarksTom
+IsMarksTom
+SubsTom
+SetSubsTom
+IsSubsTom
+NrSubsTom
+SetNrSubsTom
+IsNrSubsTom
+OrdersTom
+SetOrdersTom
+IsOrdersTom
+LengthsTom
+SetLengthsTom
+IsLengthsTom
+ClassTypesTom
+SetClassTypesTom
+IsClassTypesTom
+ClassNamesTom
+SetClassNamesTom
+IsClassNamesTom
+FusionsTom
+SetFusionsTom
+IsFusionsTom
+IdempotentsTom
+SetIdempotentsTom
+IsIdempotentsTom
+IdempotentsTomInfo
+SetIdempotentsTomInfo
+IsIdempotentsTomInfo
+MatTom
+SetMatTom
+IsMatTom
+MoebiusTom
+SetMoebiusTom
+IsMoebiusTom
+WeightsTom
+SetWeightsTom
+IsWeightsTom
+IsAbelianTom
+SetIsAbelianTom
+IsIsAbelianTom
+IsCyclicTom
+SetIsCyclicTom
+IsIsCyclicTom
+IsNilpotentTom
+SetIsNilpotentTom
+IsIsNilpotentTom
+IsPerfectTom
+SetIsPerfectTom
+IsIsPerfectTom
+IsSolvableTom
+SetIsSolvableTom
+IsIsSolvableTom
+DerivedSubgroupTom
+DerivedSubgroupsTomPossible
+SetDerivedSubgroupsTomPossible
+IsDerivedSubgroupsTomPossible
+DerivedSubgroupsTomUnique
+SetDerivedSubgroupsTomUnique
+IsDerivedSubgroupsTomUnique
+NormalizerTom
+NormalizersTom
+SetNormalizersTom
+IsNormalizersTom
+ContainedTom
+ContainingTom
+CyclicExtensionsTom
+SetCyclicExtensionsTom
+IsCyclicExtensionsTom
+ComputedCyclicExtensionsTom
+SetComputedCyclicExtensionsTom
+IsComputedCyclicExtensionsTom
+CyclicExtensionsTomOp
+DecomposedFixedPointVector
+EulerianFunctionByTom
+IntersectionsTom
+FactorGroupTom
+MaximalSubgroupsTom
+SetMaximalSubgroupsTom
+IsMaximalSubgroupsTom
+MinimalSupergroupsTom
+GeneratorsSubgroupsTom
+SetGeneratorsSubgroupsTom
+IsGeneratorsSubgroupsTom
+StraightLineProgramsTom
+SetStraightLineProgramsTom
+IsStraightLineProgramsTom
+RepresentativeTom
+RepresentativeTomByGenerators
+RepresentativeTomByGeneratorsNC
+FusionCharTableTom
+PossibleFusionsCharTableTom
+PermCharsTom
+TableOfMarksCyclic
+TableOfMarksDihedral
+TableOfMarksFrobenius
+MagmaInputString
+ShrinkCoeffs
+TeXObj
+LaTeXObj
+PositionFirstComponent
+UChar
+Unicode
+Encode
+ProcessID
+SetProcessID
+IsProcessID
+IO_Pickle
+IO_Unpickle
+BackgroundJobByFork
+IsIdle
+HasTerminated
+WaitUntilIdle
+Kill
+Pickup
+Submit
+ParTakeFirstResultByFork
+ParDoByFork
+ParMapReduceByFork
+ParListByFork
+ParWorkerFarmByFork
+DoQueues
+IOHub
+CloseConnection
+ShutdownServingSocket
+Shutdown
+AttachServingSocket
+NewConnection
+AcceptNewConnection
+GetInput
+SubmitOutput
+OutputQueue
+InputQueue
+DoIO
+NewTCPConnection
+StoreLenIn8Bytes
+GetLenFrom8Bytes
+RootsFloatOp
+ValueInterval
+CoKernel
+Degree
+DerivedSeries
+Determinant
+IsIrreducible
+IsMonomial
+IsNilpotent
+IsSimple
+IsAlmostSimple
+IsSolvable
+IsSporadicSimple
+IsSupersolvable
+IsPerfect
+Kernel
+LowerCentralSeries
+Rank
+UpperCentralSeries
+IdGroup
+SetIdGroup
+IsIdGroup
+Gap3CatalogueIdGroup
+SetGap3CatalogueIdGroup
+IsGap3CatalogueIdGroup
+FrattinifactorSize
+SetFrattinifactorSize
+IsFrattinifactorSize
+FrattinifactorId
+SetFrattinifactorId
+IsFrattinifactorId
+GaloisType
+SetGaloisType
+IsGaloisType
+SimsNo
+SetSimsNo
+IsSimsNo
+MinimalBlockDimension
+SetMinimalBlockDimension
+IsMinimalBlockDimension
+IsPrimitiveMatrixGroup
+SetIsPrimitiveMatrixGroup
+IsIsPrimitiveMatrixGroup
+PGAutomorphism
+PGMult
+PGInverse
+PGPower
+PGMultList
+IrrFacsAlgExtPol
+SetIrrFacsAlgExtPol
+IsIrrFacsAlgExtPol
+ExponentsOfUnits
+IsPrimitiveElementOfNumberField
+RelationLattice
+IsUnitGroup
+SetIsUnitGroup
+IsIsUnitGroup
+IsUnitGroupIsomorphism
+SetIsUnitGroupIsomorphism
+IsIsUnitGroupIsomorphism
+IsNumberFieldByMatrices
+SetIsNumberFieldByMatrices
+IsIsNumberFieldByMatrices
+IsMultGroupByFieldElemsIsomorphism
+SetIsMultGroupByFieldElemsIsomorphism
+IsIsMultGroupByFieldElemsIsomorphism
+IntegerDefiningPolynomial
+SetIntegerDefiningPolynomial
+IsIntegerDefiningPolynomial
+IntegerPrimitiveElement
+SetIntegerPrimitiveElement
+IsIntegerPrimitiveElement
+EquationOrderBasis
+SetEquationOrderBasis
+IsEquationOrderBasis
+MaximalOrderBasis
+SetMaximalOrderBasis
+IsMaximalOrderBasis
+UnitGroup
+SetUnitGroup
+IsUnitGroup
+FieldOfUnitGroup
+SetFieldOfUnitGroup
+IsFieldOfUnitGroup
+IsWeightedCollector
+SetIsWeightedCollector
+IsIsWeightedCollector
+IsPolynomialCollector
+SetIsPolynomialCollector
+IsIsPolynomialCollector
+UseLibraryCollector
+SetUseLibraryCollector
+IsUseLibraryCollector
+FromTheLeftCollector
+ExponentsByObj
+GetPower
+GetConjugate
+IsPolycyclicPresentation
+SetIsPolycyclicPresentation
+IsIsPolycyclicPresentation
+Exponents
+NameTag
+GenExpList
+Depth
+LeadingExponent
+TailOfElm
+SetTailOfElm
+IsTailOfElm
+RelativeOrderPcp
+SetRelativeOrderPcp
+IsRelativeOrderPcp
+RelativeIndex
+SetRelativeIndex
+IsRelativeIndex
+FactorOrder
+SetFactorOrder
+IsFactorOrder
+Igs
+SetIgs
+IsIgs
+Ngs
+SetNgs
+IsNgs
+Cgs
+SetCgs
+IsCgs
+Collector
+EfaSeries
+SetEfaSeries
+IsEfaSeries
+PcpsOfEfaSeries
+SetPcpsOfEfaSeries
+IsPcpsOfEfaSeries
+IsomorphismPcpGroup
+SetIsomorphismPcpGroup
+IsIsomorphismPcpGroup
+PcpGroupByEfaSeries
+SetPcpGroupByEfaSeries
+IsPcpGroupByEfaSeries
+SplitExtensionByAutomorphisms
+UnitriangularMatrixRepresentation
+IsHomomorphismIntoMatrixGroup
+SetIsHomomorphismIntoMatrixGroup
+IsIsHomomorphismIntoMatrixGroup
+SemiSimpleEfaSeries
+SetSemiSimpleEfaSeries
+IsSemiSimpleEfaSeries
+FCCentre
+SetFCCentre
+IsFCCentre
+IsNilpotentByFinite
+SetIsNilpotentByFinite
+IsIsNilpotentByFinite
+MaximalSubgroupClassesByIndexOp
+ComputedMaximalSubgroupClassesByIndexs
+SetComputedMaximalSubgroupClassesByIndexs
+IsComputedMaximalSubgroupClassesByIndexs
+MaximalSubgroupClassesByIndex
+HasMaximalSubgroupClassesByIndex
+SetMaximalSubgroupClassesByIndex
+LowIndexSubgroupClassesOp
+ComputedLowIndexSubgroupClassess
+SetComputedLowIndexSubgroupClassess
+IsComputedLowIndexSubgroupClassess
+LowIndexSubgroupClasses
+HasLowIndexSubgroupClasses
+SetLowIndexSubgroupClasses
+LowIndexNormalSubgroupsOp
+ComputedLowIndexNormalSubgroupss
+SetComputedLowIndexNormalSubgroupss
+IsComputedLowIndexNormalSubgroupss
+LowIndexNormalSubgroups
+HasLowIndexNormalSubgroups
+SetLowIndexNormalSubgroups
+SchurExtension
+SetSchurExtension
+IsSchurExtension
+SchurExtensionEpimorphism
+SetSchurExtensionEpimorphism
+IsSchurExtensionEpimorphism
+NonAbelianTensorSquare
+SetNonAbelianTensorSquare
+IsNonAbelianTensorSquare
+NonAbelianExteriorSquare
+SetNonAbelianExteriorSquare
+IsNonAbelianExteriorSquare
+TorsionSubgroup
+SetTorsionSubgroup
+IsTorsionSubgroup
+NormalTorsionSubgroup
+SetNormalTorsionSubgroup
+IsNormalTorsionSubgroup
+FiniteSubgroupClasses
+SetFiniteSubgroupClasses
+IsFiniteSubgroupClasses
+IsTorsionFree
+SetIsTorsionFree
+IsIsTorsionFree
+IsFreeAbelian
+SetIsFreeAbelian
+IsIsFreeAbelian
+MemberFunction
+SetMemberFunction
+IsMemberFunction
+IsMemberOp
+ComputedIsMembers
+SetComputedIsMembers
+IsComputedIsMembers
+IsMember
+HasIsMember
+SetIsMember
+Class
+Complement
+IsGroupClass
+SetIsGroupClass
+IsIsGroupClass
+GroupClass
+SetGroupClass
+IsGroupClass
+ContainsTrivialGroup
+SetContainsTrivialGroup
+IsContainsTrivialGroup
+IsSubgroupClosed
+SetIsSubgroupClosed
+IsIsSubgroupClosed
+IsNormalSubgroupClosed
+SetIsNormalSubgroupClosed
+IsIsNormalSubgroupClosed
+IsQuotientClosed
+SetIsQuotientClosed
+IsIsQuotientClosed
+IsResiduallyClosed
+SetIsResiduallyClosed
+IsIsResiduallyClosed
+IsNormalProductClosed
+SetIsNormalProductClosed
+IsIsNormalProductClosed
+IsDirectProductClosed
+SetIsDirectProductClosed
+IsIsDirectProductClosed
+IsSchunckClass
+SetIsSchunckClass
+IsIsSchunckClass
+IsSaturated
+SetIsSaturated
+IsIsSaturated
+FittingClass
+SetFittingClass
+IsFittingClass
+FittingProduct
+FittingSet
+IsFittingSet
+ImageFittingSet
+PreImageFittingSet
+InjectorFunction
+SetInjectorFunction
+IsInjectorFunction
+RadicalFunction
+SetRadicalFunction
+IsRadicalFunction
+IsPrimitiveSolubleGroup
+SetIsPrimitiveSolubleGroup
+IsIsPrimitiveSolubleGroup
+SchunckClass
+SetSchunckClass
+IsSchunckClass
+Boundary
+SetBoundary
+IsBoundary
+ProjectorFunction
+SetProjectorFunction
+IsProjectorFunction
+BoundaryFunction
+SetBoundaryFunction
+IsBoundaryFunction
+OrdinaryFormation
+SetOrdinaryFormation
+IsOrdinaryFormation
+FormationProduct
+SaturatedFormation
+SetSaturatedFormation
+IsSaturatedFormation
+FittingFormation
+SetFittingFormation
+IsFittingFormation
+FittingFormationProduct
+SaturatedFittingFormation
+SetSaturatedFittingFormation
+IsSaturatedFittingFormation
+ResidualFunction
+SetResidualFunction
+IsResidualFunction
+LocalDefinitionFunction
+SetLocalDefinitionFunction
+IsLocalDefinitionFunction
+ProjectorOp
+ComputedProjectors
+SetComputedProjectors
+IsComputedProjectors
+Projector
+HasProjector
+SetProjector
+CoveringSubgroupOp
+ComputedCoveringSubgroups
+SetComputedCoveringSubgroups
+IsComputedCoveringSubgroups
+CoveringSubgroup
+HasCoveringSubgroup
+SetCoveringSubgroup
+ProjectorFromExtendedBoundaryFunction
+InjectorOp
+ComputedInjectors
+SetComputedInjectors
+IsComputedInjectors
+Injector
+HasInjector
+SetInjector
+NormalizerOfPronormalSubgroup
+PcgsNormalizerOfPronormalSubgroup
+InvariantComplementsOfElAbSection
+ComplementsOfCentralSectionUnderActionNC
+RadicalOp
+ComputedRadicals
+SetComputedRadicals
+IsComputedRadicals
+Radical
+HasRadical
+SetRadical
+OneInvariantSubgroupMaxWrtNProperty
+AllInvariantSubgroupsWithNProperty
+OneNormalSubgroupMaxWrtNProperty
+AllNormalSubgroupsWithNProperty
+ResidualOp
+ComputedResiduals
+SetComputedResiduals
+IsComputedResiduals
+Residual
+HasResidual
+SetResidual
+CharacteristicSubgroups
+SetCharacteristicSubgroups
+IsCharacteristicSubgroups
+OneInvariantSubgroupMinWrtQProperty
+AllInvariantSubgroupsWithQProperty
+OneNormalSubgroupMinWrtQProperty
+AllNormalSubgroupsWithQProperty
+NormalGeneratorsOfNilpotentResidual
+SetNormalGeneratorsOfNilpotentResidual
+IsNormalGeneratorsOfNilpotentResidual
+CentralizesLayer
+CompositionSeriesUnderAction
+SiftedPcElementWrtPcSequence
+AddPcElementToPcSequence
+PrimePowerGensPcSequence
+SetPrimePowerGensPcSequence
+IsPrimePowerGensPcSequence
+CRISP_SmallGeneratingSet
+SetCRISP_SmallGeneratingSet
+IsCRISP_SmallGeneratingSet
+NilpotentProjector
+SetNilpotentProjector
+IsNilpotentProjector
+SupersolubleProjector
+SetSupersolubleProjector
+IsSupersolubleProjector
+PSocleComponentsOp
+ComputedPSocleComponentss
+SetComputedPSocleComponentss
+IsComputedPSocleComponentss
+PSocleComponents
+HasPSocleComponents
+SetPSocleComponents
+PSocleSeriesOp
+ComputedPSocleSeriess
+SetComputedPSocleSeriess
+IsComputedPSocleSeriess
+PSocleSeries
+HasPSocleSeries
+SetPSocleSeries
+PSocleOp
+ComputedPSocles
+SetComputedPSocles
+IsComputedPSocles
+PSocle
+HasPSocle
+SetPSocle
+SolubleSocle
+SetSolubleSocle
+IsSolubleSocle
+SocleComponents
+SetSocleComponents
+IsSocleComponents
+SolubleSocleComponents
+SetSolubleSocleComponents
+IsSolubleSocleComponents
+MinimalNormalPSubgroupsOp
+ComputedMinimalNormalPSubgroupss
+SetComputedMinimalNormalPSubgroupss
+IsComputedMinimalNormalPSubgroupss
+MinimalNormalPSubgroups
+HasMinimalNormalPSubgroups
+SetMinimalNormalPSubgroups
+AbelianMinimalNormalSubgroups
+SetAbelianMinimalNormalSubgroups
+IsAbelianMinimalNormalSubgroups
+LinesOfStraightLineDecision
+SetLinesOfStraightLineDecision
+IsLinesOfStraightLineDecision
+NrInputsOfStraightLineDecision
+SetNrInputsOfStraightLineDecision
+IsNrInputsOfStraightLineDecision
+ResultOfStraightLineDecision
+StraightLineProgramFromStraightLineDecision
+AsBBoxProgram
+SetAsBBoxProgram
+IsAsBBoxProgram
+AsStraightLineProgram
+SetAsStraightLineProgram
+IsAsStraightLineProgram
+AsStraightLineDecision
+SetAsStraightLineDecision
+IsAsStraightLineDecision
+MeatAxeString
+Maxes
+SetMaxes
+IsMaxes
+AtlasRepInfoRecord
+SetAtlasRepInfoRecord
+IsAtlasRepInfoRecord
+Browse
+CASInfo
+SetCASInfo
+IsCASInfo
+ConstructionInfoCharacterTable
+SetConstructionInfoCharacterTable
+IsConstructionInfoCharacterTable
+FusionToTom
+SetFusionToTom
+IsFusionToTom
+ProjectivesInfo
+SetProjectivesInfo
+IsProjectivesInfo
+ExtensionInfoCharacterTable
+SetExtensionInfoCharacterTable
+IsExtensionInfoCharacterTable
+GroupInfoForCharacterTable
+SetGroupInfoForCharacterTable
+IsGroupInfoForCharacterTable
+KnowsSomeGroupInfo
+SetKnowsSomeGroupInfo
+IsKnowsSomeGroupInfo
+IsNontrivialDirectProduct
+SetIsNontrivialDirectProduct
+IsIsNontrivialDirectProduct
+KnowsDeligneLusztigNames
+SetKnowsDeligneLusztigNames
+IsKnowsDeligneLusztigNames
+IsDuplicateTable
+SetIsDuplicateTable
+IsIsDuplicateTable
+IdentifierOfMainTable
+SetIdentifierOfMainTable
+IsIdentifierOfMainTable
+IdentifiersOfDuplicateTables
+SetIdentifiersOfDuplicateTables
+IsIdentifiersOfDuplicateTables
+DeligneLusztigNames
+SetDeligneLusztigNames
+IsDeligneLusztigNames
+DeligneLusztigName
+SetDeligneLusztigName
+IsDeligneLusztigName
+UnipotentCharacter
+FingerprintOfCharacterTable
+SetFingerprintOfCharacterTable
+IsFingerprintOfCharacterTable
+SpinSymIngredients
+SetSpinSymIngredients
+IsSpinSymIngredients
+NamesLibTom
+SetNamesLibTom
+IsNamesLibTom
+NotifiedFusionsOfLibTom
+SetNotifiedFusionsOfLibTom
+IsNotifiedFusionsOfLibTom
+FusionsOfLibTom
+SetFusionsOfLibTom
+IsFusionsOfLibTom
+NotifiedFusionsToLibTom
+SetNotifiedFusionsToLibTom
+IsNotifiedFusionsToLibTom
+FusionsToLibTom
+SetFusionsToLibTom
+IsFusionsToLibTom
+StandardGeneratorsInfo
+SetStandardGeneratorsInfo
+IsStandardGeneratorsInfo
+IteratedF
+TrivialInvAutomaton
+InvAutomatonInsertGenerator
+FGA_States
+SetFGA_States
+IsFGA_States
+FGA_GeneratorsLetterRep
+SetFGA_GeneratorsLetterRep
+IsFGA_GeneratorsLetterRep
+FreeGeneratorsOfGroup
+SetFreeGeneratorsOfGroup
+IsFreeGeneratorsOfGroup
+RankOfFreeGroup
+SetRankOfFreeGroup
+IsRankOfFreeGroup
+FreeGroupAutomaton
+SetFreeGroupAutomaton
+IsFreeGroupAutomaton
+FreeGroupExtendedAutomaton
+SetFreeGroupExtendedAutomaton
+IsFreeGroupExtendedAutomaton
+AsWordLetterRepInFreeGenerators
+AsWordLetterRepInGenerators
+CyclicallyReducedWord
+FindPowLetterRep
+NormalizerInWholeGroup
+SetNormalizerInWholeGroup
+IsNormalizerInWholeGroup
+FGA_Source
+SetFGA_Source
+IsFGA_Source
+FGA_Image
+SetFGA_Image
+IsFGA_Image
+FGA_WhiteheadParams
+SetFGA_WhiteheadParams
+IsFGA_WhiteheadParams
+FGA_WhiteheadAutomorphisms
+SetFGA_WhiteheadAutomorphisms
+IsFGA_WhiteheadAutomorphisms
+FGA_NielsenAutomorphisms
+SetFGA_NielsenAutomorphisms
+IsFGA_NielsenAutomorphisms
+IsIrreducibleMatrixGroup
+SetIsIrreducibleMatrixGroup
+IsIsIrreducibleMatrixGroup
+IsIrreducibleMatrixGroupOp
+ComputedIsIrreducibleMatrixGroups
+SetComputedIsIrreducibleMatrixGroups
+IsComputedIsIrreducibleMatrixGroups
+IsAbsolutelyIrreducible
+IsAbsolutelyIrreducibleMatrixGroup
+SetIsAbsolutelyIrreducibleMatrixGroup
+IsIsAbsolutelyIrreducibleMatrixGroup
+IsPrimitiveMatrixGroupOp
+ComputedIsPrimitiveMatrixGroups
+SetComputedIsPrimitiveMatrixGroups
+IsComputedIsPrimitiveMatrixGroups
+MinimalBlockDimensionOfMatrixGroup
+SetMinimalBlockDimensionOfMatrixGroup
+IsMinimalBlockDimensionOfMatrixGroup
+MinimalBlockDimensionOfMatrixGroupOp
+ComputedMinimalBlockDimensionOfMatrixGroups
+SetComputedMinimalBlockDimensionOfMatrixGroups
+IsComputedMinimalBlockDimensionOfMatrixGroups
+CharacteristicOfField
+SetCharacteristicOfField
+IsCharacteristicOfField
+RepresentationIsomorphism
+SetRepresentationIsomorphism
+IsRepresentationIsomorphism
+IsMaximalAbsolutelyIrreducibleSolvableMatrixGroup
+SetIsMaximalAbsolutelyIrreducibleSolvableMatrixGroup
+IsIsMaximalAbsolutelyIrreducibleSolvableMatrixGroup
+ImprimitivitySystems
+SetImprimitivitySystems
+IsImprimitivitySystems
+ImprimitivitySystemsOp
+ComputedImprimitivitySystemss
+SetComputedImprimitivitySystemss
+IsComputedImprimitivitySystemss
+TraceField
+SetTraceField
+IsTraceField
+ConjugatingMatTraceField
+SetConjugatingMatTraceField
+IsConjugatingMatTraceField
+FingerprintMatrixGroup
+SetFingerprintMatrixGroup
+IsFingerprintMatrixGroup
+IdIrreducibleSolvableMatrixGroup
+SetIdIrreducibleSolvableMatrixGroup
+IsIdIrreducibleSolvableMatrixGroup
+IdPrimitiveSolvableGroup
+SetIdPrimitiveSolvableGroup
+IsIdPrimitiveSolvableGroup
+IsLieNilpotentOverFp
+SetIsLieNilpotentOverFp
+IsIsLieNilpotentOverFp
+AutomorphismGroupOfNilpotentLieAlgebra
+SetAutomorphismGroupOfNilpotentLieAlgebra
+IsAutomorphismGroupOfNilpotentLieAlgebra
+DescendantsOfStep1OfAbelianLieAlgebra
+Descendants
+MinimalGeneratorNumber
+SetMinimalGeneratorNumber
+IsMinimalGeneratorNumber
+LiftAutorphismToLieCover
+LinearActionOnMultiplicator
+NilpotentLieAutomorphism
+IsLieCover
+SetIsLieCover
+IsIsLieCover
+CoverOf
+SetCoverOf
+IsCoverOf
+CoverHomomorphism
+SetCoverHomomorphism
+IsCoverHomomorphism
+LieCover
+SetLieCover
+IsLieCover
+LieNucleus
+SetLieNucleus
+IsLieNucleus
+LieMultiplicator
+SetLieMultiplicator
+IsLieMultiplicator
+LiftIsomorphismToLieCover
+AreIsomorphicNilpotentLieAlgebras
+IsLieAlgebraWithNB
+SetIsLieAlgebraWithNB
+IsIsLieAlgebraWithNB
+NilpotentBasis
+SetNilpotentBasis
+IsNilpotentBasis
+IsNilpotentBasis
+SetIsNilpotentBasis
+IsIsNilpotentBasis
+LieNBDefinitions
+SetLieNBDefinitions
+IsLieNBDefinitions
+LieNBWeights
+SetLieNBWeights
+IsLieNBWeights
+IsGroupAlgebra
+SetIsGroupAlgebra
+IsIsGroupAlgebra
+IsFModularGroupAlgebra
+SetIsFModularGroupAlgebra
+IsIsFModularGroupAlgebra
+IsPModularGroupAlgebra
+SetIsPModularGroupAlgebra
+IsIsPModularGroupAlgebra
+UnderlyingRing
+SetUnderlyingRing
+IsUnderlyingRing
+UnderlyingField
+SetUnderlyingField
+IsUnderlyingField
+Support
+SetSupport
+IsSupport
+CoefficientsBySupport
+SetCoefficientsBySupport
+IsCoefficientsBySupport
+TraceOfMagmaRingElement
+SetTraceOfMagmaRingElement
+IsTraceOfMagmaRingElement
+Augmentation
+SetAugmentation
+IsAugmentation
+PartialAugmentations
+Involution
+IsSymmetric
+SetIsSymmetric
+IsIsSymmetric
+IsUnitary
+SetIsUnitary
+IsIsUnitary
+LeftIdealBySubgroup
+RightIdealBySubgroup
+TwoSidedIdealBySubgroup
+WeightedBasis
+SetWeightedBasis
+IsWeightedBasis
+AugmentationIdealPowerSeries
+SetAugmentationIdealPowerSeries
+IsAugmentationIdealPowerSeries
+AugmentationIdealNilpotencyIndex
+SetAugmentationIdealNilpotencyIndex
+IsAugmentationIdealNilpotencyIndex
+AugmentationIdealOfDerivedSubgroupNilpotencyIndex
+SetAugmentationIdealOfDerivedSubgroupNilpotencyIndex
+IsAugmentationIdealOfDerivedSubgroupNilpotencyIndex
+IsGroupOfUnitsOfMagmaRing
+SetIsGroupOfUnitsOfMagmaRing
+IsIsGroupOfUnitsOfMagmaRing
+IsUnitGroupOfGroupRing
+SetIsUnitGroupOfGroupRing
+IsIsUnitGroupOfGroupRing
+IsNormalizedUnitGroupOfGroupRing
+SetIsNormalizedUnitGroupOfGroupRing
+IsIsNormalizedUnitGroupOfGroupRing
+UnderlyingGroupRing
+SetUnderlyingGroupRing
+IsUnderlyingGroupRing
+NormalizedUnitCF
+NormalizedUnitCFmod
+NormalizedUnitGroup
+SetNormalizedUnitGroup
+IsNormalizedUnitGroup
+PcNormalizedUnitGroup
+SetPcNormalizedUnitGroup
+IsPcNormalizedUnitGroup
+AugmentationIdealPowerFactorGroupOp
+ComputedAugmentationIdealPowerFactorGroups
+SetComputedAugmentationIdealPowerFactorGroups
+IsComputedAugmentationIdealPowerFactorGroups
+AugmentationIdealPowerFactorGroup
+HasAugmentationIdealPowerFactorGroup
+SetAugmentationIdealPowerFactorGroup
+PcUnits
+SetPcUnits
+IsPcUnits
+NaturalBijectionToPcNormalizedUnitGroup
+SetNaturalBijectionToPcNormalizedUnitGroup
+IsNaturalBijectionToPcNormalizedUnitGroup
+NaturalBijectionToNormalizedUnitGroup
+SetNaturalBijectionToNormalizedUnitGroup
+IsNaturalBijectionToNormalizedUnitGroup
+GroupBases
+SetGroupBases
+IsGroupBases
+BassCyclicUnit
+BicyclicUnitOfType1
+BicyclicUnitOfType2
+BicyclicUnitGroup
+SetBicyclicUnitGroup
+IsBicyclicUnitGroup
+UnitarySubgroup
+SetUnitarySubgroup
+IsUnitarySubgroup
+UnderlyingAssociativeAlgebra
+SetUnderlyingAssociativeAlgebra
+IsUnderlyingAssociativeAlgebra
+IsLieAlgebraOfGroupRing
+SetIsLieAlgebraOfGroupRing
+IsIsLieAlgebraOfGroupRing
+IsBasisOfLieAlgebraOfGroupRing
+SetIsBasisOfLieAlgebraOfGroupRing
+IsIsBasisOfLieAlgebraOfGroupRing
+NaturalBijectionToLieAlgebra
+SetNaturalBijectionToLieAlgebra
+IsNaturalBijectionToLieAlgebra
+NaturalBijectionToAssociativeAlgebra
+SetNaturalBijectionToAssociativeAlgebra
+IsNaturalBijectionToAssociativeAlgebra
+AugmentationHomomorphism
+SetAugmentationHomomorphism
+IsAugmentationHomomorphism
+IsLieMetabelian
+SetIsLieMetabelian
+IsIsLieMetabelian
+IsLieCentreByMetabelian
+SetIsLieCentreByMetabelian
+IsIsLieCentreByMetabelian
+LieUpperNilpotencyIndex
+SetLieUpperNilpotencyIndex
+IsLieUpperNilpotencyIndex
+LieLowerNilpotencyIndex
+SetLieLowerNilpotencyIndex
+IsLieLowerNilpotencyIndex
+LieDerivedLength
+SetLieDerivedLength
+IsLieDerivedLength
+SubgroupsOfIndexTwo
+SetSubgroupsOfIndexTwo
+IsSubgroupsOfIndexTwo
+DihedralDepth
+SetDihedralDepth
+IsDihedralDepth
+DimensionBasis
+SetDimensionBasis
+IsDimensionBasis
+LieDimensionSubgroups
+SetLieDimensionSubgroups
+IsLieDimensionSubgroups
+LieUpperCodimensionSeries
+SetLieUpperCodimensionSeries
+IsLieUpperCodimensionSeries
+RootsAsMatrices
+SetRootsAsMatrices
+IsRootsAsMatrices
+IsSolvablePolynomial
+SetIsSolvablePolynomial
+IsIsSolvablePolynomial
+IsSeparablePolynomial
+SetIsSeparablePolynomial
+IsIsSeparablePolynomial
+IsomorphismMatrixField
+SetIsomorphismMatrixField
+IsIsomorphismMatrixField
+GaloisGroupOnRoots
+SetGaloisGroupOnRoots
+IsGaloisGroupOnRoots
+IsAffineCrystGroupOnRight
+SetIsAffineCrystGroupOnRight
+IsIsAffineCrystGroupOnRight
+IsAffineCrystGroupOnLeft
+SetIsAffineCrystGroupOnLeft
+IsIsAffineCrystGroupOnLeft
+IsAffineCrystGroupOnLeftOrRight
+SetIsAffineCrystGroupOnLeftOrRight
+IsIsAffineCrystGroupOnLeftOrRight
+IsSpaceGroup
+SetIsSpaceGroup
+IsIsSpaceGroup
+IsStandardAffineCrystGroup
+SetIsStandardAffineCrystGroup
+IsIsStandardAffineCrystGroup
+IsSymmorphicSpaceGroup
+SetIsSymmorphicSpaceGroup
+IsIsSymmorphicSpaceGroup
+IsPointGroup
+SetIsPointGroup
+IsIsPointGroup
+NormalizerPointGroupInGLnZ
+SetNormalizerPointGroupInGLnZ
+IsNormalizerPointGroupInGLnZ
+CentralizerPointGroupInGLnZ
+SetCentralizerPointGroupInGLnZ
+IsCentralizerPointGroupInGLnZ
+AffineCrystGroupOfPointGroup
+SetAffineCrystGroupOfPointGroup
+IsAffineCrystGroupOfPointGroup
+PointGroup
+SetPointGroup
+IsPointGroup
+PointHomomorphism
+SetPointHomomorphism
+IsPointHomomorphism
+TranslationBasis
+SetTranslationBasis
+IsTranslationBasis
+InternalBasis
+SetInternalBasis
+IsInternalBasis
+TransParts
+SetTransParts
+IsTransParts
+TranslationNormalizer
+SetTranslationNormalizer
+IsTranslationNormalizer
+AffineNormalizer
+SetAffineNormalizer
+IsAffineNormalizer
+IsPointHomomorphism
+SetIsPointHomomorphism
+IsIsPointHomomorphism
+NiceToCryst
+SetNiceToCryst
+IsNiceToCryst
+IsFromAffineCrystGroupToFpGroup
+SetIsFromAffineCrystGroupToFpGroup
+IsIsFromAffineCrystGroupToFpGroup
+IsFromAffineCrystGroupToPcpGroup
+SetIsFromAffineCrystGroupToPcpGroup
+IsIsFromAffineCrystGroupToPcpGroup
+WyckoffSpaceGroup
+WyckoffTranslation
+WyckoffBasis
+WyckoffStabilizer
+SetWyckoffStabilizer
+IsWyckoffStabilizer
+WyckoffOrbit
+SetWyckoffOrbit
+IsWyckoffOrbit
+WyckoffPositions
+SetWyckoffPositions
+IsWyckoffPositions
+WyckoffGraph
+SpaceGroupsByPointGroupOnRight
+SpaceGroupsByPointGroupOnLeft
+SpaceGroupsByPointGroup
+SpaceGroupTypesByPointGroupOnRight
+SpaceGroupTypesByPointGroupOnLeft
+SpaceGroupTypesByPointGroup
+CocVecs
+SetCocVecs
+IsCocVecs
+IsColorGroup
+SetIsColorGroup
+IsIsColorGroup
+ColorSubgroup
+SetColorSubgroup
+IsColorSubgroup
+ColorCosetList
+SetColorCosetList
+IsColorCosetList
+ColorPermGroup
+SetColorPermGroup
+IsColorPermGroup
+ColorHomomorphism
+SetColorHomomorphism
+IsColorHomomorphism
+ConjugatorSpaceGroups
+CrystCatRecord
+SetCrystCatRecord
+IsCrystCatRecord
+IsAlmostCrystallographic
+SetIsAlmostCrystallographic
+IsIsAlmostCrystallographic
+IsAlmostBieberbachGroup
+SetIsAlmostBieberbachGroup
+IsIsAlmostBieberbachGroup
+AlmostCrystallographicInfo
+SetAlmostCrystallographicInfo
+IsAlmostCrystallographicInfo
+NaturalHomomorphismOnHolonomyGroup
+SetNaturalHomomorphismOnHolonomyGroup
+IsNaturalHomomorphismOnHolonomyGroup
+HolonomyGroup
+SetHolonomyGroup
+IsHolonomyGroup
+OrientationModule
+SetOrientationModule
+IsOrientationModule
+BettiNumber
+BettiNumbers
+SetBettiNumbers
+IsBettiNumbers
+PcpGroupByMatGroup
+IsIsomorphismByFinitePolycyclicMatrixGroup
+SetIsIsomorphismByFinitePolycyclicMatrixGroup
+IsIsIsomorphismByFinitePolycyclicMatrixGroup
+IsIsomorphismByPolycyclicMatrixGroup
+SetIsIsomorphismByPolycyclicMatrixGroup
+IsIsIsomorphismByPolycyclicMatrixGroup
+IsPolycyclicMatGroup
+IsTriangularizableMatGroup
+SetIsTriangularizableMatGroup
+IsIsTriangularizableMatGroup
+RadicalSeriesSolvableMatGroup
+SubgroupsUnipotentByAbelianByFinite
+IsPolyInfiniteCyclicGroup
+DistinctRepresentatives
+CommonRepresentatives
+CommonTransversal
+IsCommonTransversal
+IsCommuting
+UpperFittingSeries
+SetUpperFittingSeries
+IsUpperFittingSeries
+LowerFittingSeries
+SetLowerFittingSeries
+IsLowerFittingSeries
+FittingLength
+SetFittingLength
+IsFittingLength
+GeneratorsAndInverses
+PrintListOneItemPerLine
+RandomCombination
+EpimorphismByGeneratorsNC
+AllProducts
+StringDotSuffix
+PositionsSublist
+AllGraphs
+GraphClasses
+IdGraphNC
+Z_piCons
+IsZ_pi
+SetIsZ_pi
+IsIsZ_pi
+NoninvertiblePrimes
+SetNoninvertiblePrimes
+IsNoninvertiblePrimes
+ClassListRep
+ResidueListRep
+ResidueClassUnionCons
+IsResidueClass
+SetIsResidueClass
+IsIsResidueClass
+Modulus
+Residues
+Residue
+Classes
+IncludedElements
+ExcludedElements
+IncludedLines
+ExcludedLines
+UnderlyingIndeterminate
+SetUnderlyingIndeterminate
+IsUnderlyingIndeterminate
+IsZxZ
+SetIsZxZ
+IsIsZxZ
+AllResidues
+NumberOfResidues
+IsSublattice
+Superlattices
+SizeOfSmallestResidueClassRing
+SetSizeOfSmallestResidueClassRing
+IsSizeOfSmallestResidueClassRing
+AsUnionOfFewClasses
+SplittedClass
+PartitionsIntoResidueClasses
+RandomPartitionIntoResidueClasses
+Density
+SetDensity
+IsDensity
+UnionOfResidueClassesWithFixedRepresentativesCons
+IsResidueClassWithFixedRepresentative
+SetIsResidueClassWithFixedRepresentative
+IsIsResidueClassWithFixedRepresentative
+AsListOfClasses
+Multiplicity
+IsOverlappingFree
+SetIsOverlappingFree
+IsIsOverlappingFree
+AsOrdinaryUnionOfResidueClasses
+RepresentativeStabilizingRefinement
+Rho
+SetRho
+IsRho
+_GapToJsonStreamInternal
diff --git a/gap/sharedNames.txt b/gap/sharedNames.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7308807d4a18c105ff98bc3203051f4fe6010198
--- /dev/null
+++ b/gap/sharedNames.txt
@@ -0,0 +1,1736 @@
+ViewString
+MaximalSubgroupsTom
+ElementOfMagmaRing
+Collected
+SortParallel
+DimensionsLoewyFactors
+IsDisjoint
+IsConjugacyClassSubgroupsRep
+LeftModuleByHomomorphismToMatAlg
+Append
+ExponentSumWord
+LetterRepAssocWord
+PowerMap
+Name
+DirectSumOp
+IsomorphismPartialPermSemigroup
+IsUEALatticeElement
+NegativeRootVectors
+IsCyc
+IsFullSubgroupGLorSLRespectingSesquilinearForm
+InducedPcgsByPcSequenceNC
+AlgebraWithOneGeneralMappingByImages
+IsBLetterWordsFamily
+SemiEchelonBasis
+DimensionOfVectors
+GreensRClasses
+NaturalHomomorphismByNormalSubgroupNC
+DegreeOfTransformationCollection
+Decomposition
+KnownAttributesOfObject
+Rows
+SiftedPcElement
+AsList
+JoinEquivalenceRelations
+StronglyConnectedComponents
+KernelOfMultiplicativeGeneralMapping
+Gap3CatalogueIdGroup
+NilpotencyClassOfGroup
+OrbitLengthsDomain
+GeneralisedEigenvalues
+AsSSortedList
+EuclideanRemainder
+FrobeniusAutomorphism
+InterpolatedPolynomial
+IsPermGroupGeneralMapping
+GeneratorsOfNearAdditiveMagma
+UniversalEnvelopingAlgebra
+BaseOfGroup
+NearAdditiveMagmaWithZeroByGenerators
+IsInducedPcgsWrtSpecialPcgs
+PolynomialRing
+IsLaurentPolynomialDefaultRep
+IsFromFpGroupStdGensGeneralMappingByImages
+IsReesMatrixSemigroupElement
+GroupByGenerators
+PreImagesSet
+InputTextString
+AbelianInvariants
+IsSimpleAlgebra
+LieFamily
+InducedClassFunction
+Log
+WriteLine
+JenningsSeries
+RelativeOrderOfPcElement
+IsQuasiPrimitive
+CallFuncList
+NrConjugacyClasses
+PreImagesElm
+NullspaceIntMat
+ActingDomain
+RightShiftRowVector
+DepthOfPcElement
+ClassPositionsOfUpperCentralSeries
+Trace
+IsTrivial
+UpperSubdiagonal
+DerivedSubgroupTom
+PseudoRandom
+LatticeGeneratorsInUEA
+StabilizerOfExternalSet
+IsPerm
+PermLeftQuoPartialPermNC
+IsLieObject
+SetName
+CharacterParameters
+IsBasisByNiceBasis
+IsSymmetricBinaryRelation
+IsOutputStream
+NormalBase
+IsIdempotent
+ComputedIndicators
+TwoCohomology
+IsRationalMatrixGroup
+PrintObj
+IsEquivalenceRelation
+PositiveRootVectors
+NumeratorOfRationalFunction
+ExponentsOfConjugate
+NormalIntersection
+GeneratorsSubgroupsTom
+AdditiveInverseSameMutability
+End
+ExtensionNC
+TransposedMatMutable
+TransitiveClosureBinaryRelation
+IsMagmaWithZeroAdjoined
+IsSporadicSimple
+CommutatorLength
+ClassNamesTom
+GeneratorsOfRing
+UnderlyingInjectionZeroMagma
+ZippedSum
+InversesOfSemigroupElement
+StoredGroebnerBasis
+TrivialSubnearAdditiveMagmaWithZero
+OrderingsFamily
+RelatorsOfFpGroup
+MakeFloat
+IsTwoSidedIdealInParent
+NaturalHomomorphismByIdeal
+Sigma
+IsList
+IsIrreducibleRingElement
+IsWellFoundedOrdering
+IsUpperTriangularMat
+IsPartialPerm
+TransitiveIdentification
+IsOrdering
+DomainByGenerators
+IsPreimagesByAsGroupGeneralMappingByImages
+Sort
+CoefficientsAndMagmaElements
+IsModuloPcgs
+IsTableOfMarks
+IsSemiEchelonized
+ElementaryAbelianSeries
+FamilyForOrdering
+IsStraightLineProgram
+CharacterTableWithSortedClasses
+LinearCharacters
+ClassTypesTom
+InvariantLattice
+DomainOfPartialPerm
+IsMagmaRingModuloSpanOfZero
+MaximalSubgroupClassReps
+IsPNilpotent
+IsFunction
+LieObject
+AsSubsemigroup
+NormedRowVectors
+IsInnerAutomorphism
+PositionsProperty
+LengthsTom
+IsClosedStream
+ExponentsOfCommutator
+IsElementOfFreeMagmaRing
+Associates
+IsRestrictedJacobianElement
+BaseIntMat
+IsSubsemigroup
+IsSubgroupFpGroup
+Discriminant
+ClassFunction
+IsPosRat
+PadicValuation
+NewInfoClass
+UnderlyingMagma
+LeadingExponentOfPcElement
+IndicesEANormalSteps
+CharacterTableIsoclinic
+IsFiniteOrdersPcgs
+NonNilpotentElement
+LogTo
+OneImmutable
+IsIterator
+IsPurePadicNumber
+GreensHRelation
+ExponentsOfPcElement
+TrimPartialPerm
+Ceil
+EulerianFunctionByTom
+ResultOfStraightLineProgram
+IsTransitiveBinaryRelation
+AsDivisionRing
+GreensDClassOfElement
+MarksTom
+AsTransformation
+DixonRecord
+MatTom
+IsElementOfFpSemigroup
+CanonicalRightCosetElement
+IsGaussianIntegers
+PrimeDivisors
+ExternalSet
+GeneratorsOfNearAdditiveMagmaWithZero
+LeviMalcevDecomposition
+EpimorphismPGroup
+IsUnit
+LeftAlgebraModule
+EqFloat
+IsomorphismFpGroup
+OrderingByLessThanOrEqualFunctionNC
+MonoidByGenerators
+UpperCentralSeriesOfGroup
+BasisVectors
+AddSet
+CanComputeIndex
+IsBlist
+IsFullHomModule
+RightTransversal
+DoubleCosetRepsAndSizes
+OutputTextString
+InverseClasses
+IsInducedPcgs
+WriteByte
+IsCochain
+IsNaN
+TableAutomorphisms
+IsListOrCollection
+OneSameMutability
+IsJacobianElement
+CloseMutableBasis
+NullspaceMatDestructive
+ChevalleyBasis
+SetPower
+IsMatrixModule
+RootSystem
+StandardAssociate
+IsRecord
+ConstantTimeAccessList
+ComponentsOfPartialPerm
+SortBy
+PreImagePartialPerm
+NormalizerInGLnZBravaisGroup
+GroupHomomorphismByImagesNC
+IsDoneIterator
+IsSubsetSet
+IsMutable
+KnownPropertiesOfObject
+ZmodnZObj
+IsSubset
+IsAdditiveElement
+ConfluentRws
+BasicWreathProductOrdering
+PreImageElm
+HeadPcElementByNumber
+MinimalPolynomial
+String
+IsWLetterAssocWordRep
+IsGaussianSpace
+ZeroCoefficientRatFun
+SubtractSet
+LieBracket
+UnderlyingLieAlgebra
+CommutatorFactorGroup
+LcmOp
+IsTotalOrdering
+IsPadicExtensionNumber
+ExtensionRepresentatives
+IsRegularDClass
+IsFullTransformationSemigroup
+Cos
+FieldOfMatrixGroup
+IsGroupGeneralMappingByPcgs
+ElementaryDivisorsTransformationsMat
+IsAbelianNumberFieldPolynomialRing
+IsCentral
+IsDuplicateFree
+IsInfinity
+IsNilpotentTom
+LieLowerCentralSeries
+IsBlistRep
+IsPcgsPCentralSeriesPGroup
+IndeterminateName
+ClassPositionsOfLowerCentralSeries
+SeekPositionStream
+IsPrimitive
+GreensLClasses
+Transitivity
+IsElementaryAbelian
+IsNearAdditiveGroup
+RankOfTransformation
+IsomorphismFpSemigroup
+LeftOne
+ExtRepPolynomialRatFun
+QuotientSemigroupHomomorphism
+IsEquivalenceClass
+Inequalities
+UniteSet
+WeylGroup
+Rat
+IsReesZeroMatrixSemigroupElement
+RelativeDiameter
+Normalizer
+IsEmpty
+TensorProductOfAlgebraModules
+Gamma
+IntFFE
+SymmetricInverseSemigroup
+IsCyclic
+ConjugatorOfConjugatorIsomorphism
+IsCyclotomicField
+RestrictedMapping
+NullspaceMat
+CycleTransformationInt
+InputLogTo
+IsToPermGroupGeneralMappingByImages
+IsMultiplicativeZero
+Units
+IsEndoGeneralMapping
+UnderlyingFamily
+MagmaWithInversesByGenerators
+HallSystem
+ConjugateDominantWeight
+InverseSameMutability
+CanComputeSizeAnySubgroup
+RespectsScalarMultiplication
+ClosureNearAdditiveGroup
+MagmaWithOneByGenerators
+RepresentativesContainedRightCosets
+IsGreensHRelation
+BlowupInterval
+DirectSumDecomposition
+IsSSortedList
+Acosh
+Ideals
+PcgsCentralSeries
+CanonicalPcElement
+InducedPcgsWrtFamilyPcgs
+IsRootSystemFromLieAlgebra
+IsGlobalRandomSource
+OutputTextFile
+IsMultiplicativeElementWithZero
+IsMagmaRingModuloRelations
+InfoText
+NiceMonomorphism
+SemiEchelonMatsDestructive
+DoubleCosetsNC
+ReesMatrixSubsemigroup
+PrimitivePolynomial
+EnumeratorByBasis
+IsReesMatrixSemigroup
+NiceBasis
+AsTwoSidedIdeal
+IsOne
+LeftActingRingOfIdeal
+IsGreensLRelation
+FamilySource
+ConjugateGroup
+IsRationalsPolynomialRing
+CosetTableOfFpSemigroup
+Extension
+IsGeneralizedDomain
+TwoCocycles
+Eigenvalues
+SumFactorizationFunctionPcgs
+Subword
+SetInfoLevel
+LaurentPolynomialByCoefficients
+IndicesNormalSteps
+IsWholeFamily
+InducedCyclic
+NextIterator
+LinearCombination
+IsInverseSemigroup
+IsNonnegativeIntegers
+PcgsPCentralSeriesPGroup
+ImaginaryPart
+IsAbelianTom
+SchurCover
+CategoriesOfObject
+RoundCyc
+IsGreensLClass
+IsPSolvable
+TriangulizedMat
+ReducedForm
+BravaisGroup
+IsPSolvableCharacterTableOp
+IsPcgsElementaryAbelianSeries
+IsDirectory
+PrimeField
+PCore
+IndexPeriodOfPartialPerm
+Permanent
+TracePolynomial
+LieNilRadical
+IsRandomSource
+AlgebraGeneralMappingByImages
+IsNearAdditiveMagmaWithZero
+IsTransformation
+PerfectIdentification
+IsInverseSubsemigroup
+ComplementClassesRepresentatives
+IsCanonicalBasisFullRowModule
+DefaultFieldOfMatrixGroup
+PthPowerImage
+NestingDepthM
+EpimorphismQuotientSystem
+ReducedClassFunctions
+ShiftedPadicNumber
+PcgsByPcSequenceNC
+OrderingOfRewritingSystem
+ImageElm
+RespectsAdditiveInverses
+ReduceCoeffs
+Embedding
+ConjugacyClassSubgroups
+LieDerivedSubalgebra
+Expm1
+IsomorphismPartialPermMonoid
+IsomorphicSubgroups
+PositionNot
+GeneratorsOfMagmaWithInverses
+IsContainedInSpan
+Sinh
+IndicesInvolutaryGenerators
+IsInputOutputStream
+ConjugatorIsomorphism
+IsMultiplicativeElementWithInverse
+SolutionMat
+NormalSubgroupClassesInfo
+ElementOfFpSemigroup
+AsMagma
+AsSortedList
+IsPreOrderBinaryRelation
+CentralCharacter
+VirtualCharacter
+ObjByExtRep
+IsQuaternion
+OrdinaryCharacterTable
+Range
+DegreeFFE
+IsSimpleSemigroup
+ComputedBrauerTables
+PrefrattiniSubgroup
+ActingAlgebra
+Hom
+IsNaturalSL
+Sortex
+AssociatedReesMatrixSemigroupOfDClass
+GroupByRws
+IsCompositionMappingRep
+EulerianFunction
+ConjugateSubgroups
+IsLetterAssocWordRep
+CosetTableInWholeGroup
+IsUnivariateRationalFunction
+CompositionSeries
+PcElementByExponentsNC
+ShallowCopy
+MultRowVector
+IsIntegralBasis
+LeftAlgebraModuleByGenerators
+FreeGroupOfFpGroup
+ComponentRepsOfPartialPerm
+IntersectSet
+AsGroupGeneralMappingByImages
+IsBool
+InnerAutomorphismsAutomorphismGroup
+IsCanonicalNiceMonomorphism
+CharacterTableWithSortedCharacters
+AsSubspace
+IsMagmaWithOne
+IsSubsetLocallyFiniteGroup
+IsLessThanOrEqualUnder
+MonomialExtrepComparisonFun
+LeadCoeffsIGS
+KnowsHowToDecompose
+TransformationByImageAndKernel
+Extensions
+MatrixOfAction
+ReducedInverse
+GeneratorsOfLeftIdeal
+CanEasilyComputeWithIndependentGensAbelianGroup
+CanComputeSize
+IsNaturalGL
+ChiefSeriesThrough
+RingByGenerators
+GreensHClassOfElement
+Intersection2
+EANormalSeriesByPcgs
+StraightLineProgramsTom
+DirectSumOfAlgebraModules
+UnderlyingGeneralMapping
+ClassMultiplicationCoefficient
+RegularActionHomomorphism
+PositionNthOccurrence
+OrderingOnGenerators
+ReducedCharacters
+NumeratorOfModuloPcgs
+EggBoxOfDClass
+IsSymmetricInverseSemigroup
+OrdersTom
+DistanceVecFFE
+SparseIntKey
+IsOutputTextNone
+IsCentralFactor
+ApplySimpleReflection
+TwoSidedIdealByGenerators
+DenominatorOfRationalFunction
+LeftDerivations
+TransformationOp
+AsSemigroup
+NullAlgebra
+NiceObject
+TwoCoboundaries
+ComponentTransformationInt
+TriangulizedNullspaceMat
+FileDescriptorOfStream
+ConstituentsOfCharacter
+IsIntegralRing
+PermLeftQuoTransformation
+IsFFE
+IsSemigroupIdeal
+InducedPcgsByGenerators
+IsAlgebraicElement
+SubnormalSeries
+ModuleOfExtension
+CharacterTable
+NumberSyllables
+TwoClosure
+IsFinite
+NiceVector
+ExtRepDenominatorRatFun
+IndicesCentralNormalSteps
+Exp2
+TransformingPermutationsCharacterTables
+Overlaps
+IsPrimitiveCharacter
+CartanSubalgebra
+MakeConfluent
+OutputLogTo
+BravaisSubgroups
+IsOperation
+CentralizerModulo
+HermiteNormalFormIntegerMat
+IsPolynomialFunction
+CoefficientsOfUnivariatePolynomial
+SymmetricPowerOfAlgebraModule
+RationalClasses
+ScalarProduct
+LeftActingDomain
+Pcgs
+CharacterNames
+GeneratorsOfNearAdditiveGroup
+AsInternalFFE
+ClassPositionsOfKernel
+IsNaturalAlternatingGroup
+IsRelativelySM
+PreImagesRange
+Display
+IsMultiplicativeElementWithOne
+GeneratorsSmallest
+NearAdditiveGroupByGenerators
+Square
+IsStream
+NamesOfFusionSources
+Resultant
+PositionStream
+InverseMatMod
+Indeterminate
+IsQuickPositionList
+ReducedLeftQuotient
+IsNonSPGeneralMapping
+IsMagmaRingObjDefaultRep
+IteratorSorted
+PermCharsTom
+PrintString
+Atan
+IsLinearMapping
+TriangulizedIntegerMatTransform
+IsLieNilpotent
+IsHandledByNiceMonomorphism
+CanonicalBasis
+LongestWeylWordPerm
+ZeroMutable
+IsomorphismTransformationMonoid
+ConjugatorAutomorphismNC
+PrimaryGeneratorWords
+Filename
+InvariantQuadraticForm
+TestSubnormallyMonomial
+ConjugateSubgroup
+IsLeftAlgebraModuleElement
+IsSupersolvableGroup
+IsOrderingOnFamilyOfAssocWords
+ReverseNaturalPartialOrder
+IsGeneralLinearGroup
+IsPseudoCanonicalBasisFullHomModule
+ElementOfFpGroup
+IsTransitive
+ClassPositionsOfMaximalNormalSubgroups
+TriangulizeMat
+SplitExtension
+NormalizerTom
+IsFullSubgroupGLorSLRespectingQuadraticForm
+GeneratorsOfInverseMonoid
+InducedPcgsByPcSequence
+AddRuleReduced
+EpimorphismFromFreeGroup
+UnderlyingRelation
+ClassPositionsOfSupersolvableResiduum
+BiAlgebraModule
+PreImagesRepresentative
+FreeGeneratorsOfWholeGroup
+SpecialPcgs
+GroupGeneralMappingByImagesNC
+ConjugacyClassesPerfectSubgroups
+SortedTom
+InputTextFile
+SemiSimpleType
+CoKernelOfMultiplicativeGeneralMapping
+NegativeRoots
+LGLength
+IsPolycyclicGroup
+ValuesOfClassFunction
+IndicatorOp
+IsRationalFunctionDefaultRep
+SmallGeneratingSet
+MinimumList
+StabChainImmutable
+ConjugacyClassesMaximalSubgroups
+SemiEchelonMatDestructive
+EquivalenceClassOfElement
+GreensRClassOfElement
+PrimeBlocks
+InfoLevel
+PrecisionFloat
+Basis
+IsLexOrderedFFE
+IsConjugate
+IntersectionsTom
+GaloisCyc
+UnderlyingLeftModule
+GQuotients
+DistancesDistributionMatFFEVecFFE
+Valuation
+ComponentsOfTransformation
+Round
+Idempotents
+DegreeIndeterminate
+MolienSeriesInfo
+RewindStream
+GroebnerBasis
+IsRectangularTable
+IrrDixonSchneider
+Floor
+MonomialComparisonFunction
+SymmetricParentGroup
+ExtRepNumeratorRatFun
+Csch
+SylowComplement
+Unknown
+SparseCartanMatrix
+IsCollection
+GaloisMat
+BaseIntersectionIntMats
+DeterminantMatDivFree
+PrimitiveIdentification
+LowIndexSubgroupsFpGroup
+BaseMatDestructive
+GeneratorsOfMagmaWithOne
+IsZeroSquaredRing
+CycleStructurePerm
+ChiefSeriesUnderAction
+UseBasis
+IsAlgebraModuleElement
+ReducedGroebnerBasis
+IsElementOfMagmaRingModuloSpanOfZeroFamily
+IsInt
+ShrinkRowVector
+IsStandardIterator
+IsomorphismReesZeroMatrixSemigroup
+DoubleCoset
+Comm
+OrderingByLessThanFunctionNC
+BisectInterval
+LargestImageOfMovedPoint
+IsPerfectGroup
+EuclideanQuotient
+SocleTypePrimitiveGroup
+RelativeBasisNC
+TestMonomial
+CentralNormalSeriesByPcgs
+IsDictionary
+ExponentSyllable
+Derivative
+CodegreeOfPartialPermSemigroup
+AsSubgroupOfWholeGroupByQuotient
+AutomorphismsOfTable
+CosetLeadersMatFFE
+EpimorphismSchurCover
+NormalizerInGLnZ
+IsAnticommutative
+ChiefSeries
+IsGreensClass
+NrInputsOfStraightLineProgram
+IsIntegralCyclotomic
+IsCyclicTom
+IsTableOfMarksWithGens
+DimensionOfMatrixGroup
+IsFiniteOrderElement
+FlatKernelOfTransformation
+IsCopyable
+IsNilpotentGroup
+Add
+TransposedMatImmutable
+Sqrt
+GeneratorsOfAlgebraModule
+UseIsomorphismRelation
+ShiftedCoeffs
+SylowSubgroup
+UnderlyingExternalSet
+WeightVecFFE
+IsZeroSquaredElement
+RespectsInverses
+RightModuleByHomomorphismToMatAlg
+FreeSemigroupOfRewritingSystem
+MultiplicationTable
+ReducedScalarProduct
+RankOfPartialPermCollection
+IsReduced
+RankOfPartialPermSemigroup
+LieSolvableRadical
+IsPermGroupGeneralMappingByImages
+IndeterminateNumberOfUnivariateRationalFunction
+Irr
+SingleCollector
+IsBravaisGroup
+NormalizersTom
+NameFunction
+RightActingRingOfIdeal
+BravaisSupergroups
+IsSemigroupCongruence
+IsSyllableWordsFamily
+PartialFactorization
+SetIndeterminateName
+StabChainOptions
+MaximalNormalSubgroups
+BlocksInfo
+NrMovedPoints
+FreeMonoidOfRewritingSystem
+Enumerator
+FittingSubgroup
+ZippedProduct
+OrbitLengths
+SiftedVector
+RankPGroup
+IsSortedList
+IsIntegers
+SetConjugate
+IsPcgsCentralSeries
+ReducedConjugate
+StabChainMutable
+GeneratorsOfEquivalenceRelationPartition
+IsCharacter
+GeneratorsOfTwoSidedIdeal
+ImagesRepresentative
+IsNormal
+IrreducibleRepresentations
+MagmaByGenerators
+CoefficientsOfUnivariateRationalFunction
+EpimorphismNonabelianExteriorSquare
+IsRationalFunction
+Coboundaries
+IsConstantRationalFunction
+DefaultFieldOfMatrix
+ImageOfPartialPermCollection
+FrattiniSubgroup
+UnivariateRationalFunctionByCoefficients
+IsMatchingSublist
+AlgebraicExtension
+NestingDepthA
+UnderlyingCharacteristic
+ConjugacyClassesSubgroups
+DomainOfPartialPermCollection
+IsLessThanUnder
+LinearAction
+SolutionMatDestructive
+Atanh
+WreathProductOrdering
+ClassNames
+Frac
+IsRegular
+SubAlgebraModule
+DimensionOfHighestWeightModule
+Centralizer
+IsRDistributive
+AsSubmonoid
+IsTranslationInvariantOrdering
+AClosestVectorCombinationsMatFFEVecFFECoords
+ExponentsConjugateLayer
+GaloisGroup
+JenningsLieAlgebra
+Sin
+IsNearAdditiveMagma
+ClassPositionsOfDerivedSubgroup
+IsNegInfinity
+IsPositiveIntegers
+IsZmodnZObj
+BaseMat
+ReducedConfluentRewritingSystem
+Representative
+WeylOrbitIterator
+RightCosetsNC
+IsPerfect
+IsPolynomial
+IsBasicWreathProductOrdering
+GrowthFunctionOfGroup
+IsAdditivelyCommutativeElement
+GeneratorsOfRingWithOne
+FamilyRange
+Centre
+UseFactorRelation
+CubeRoot
+IsDoubleCoset
+IsZeroGroup
+IsNaturalSymmetricGroup
+SortingPerm
+SchurCoverOfSymmetricGroup
+HighestWeightModule
+GreensDClasses
+HermiteNormalFormIntegerMatTransform
+Mid
+Asinh
+RelativeBasis
+RegularModule
+SmallestGeneratorPerm
+Process
+IndeterminatesOfPolynomialRing
+IsStraightLineProgElm
+RecNames
+CharacterDegrees
+ZClassRepsQClass
+TranslatorSubalgebra
+IsExternalOrbit
+NormalizedElementOfMagmaRingModuloRelations
+Directory
+CoefficientsRing
+ReducedZero
+Indicator
+IsMatrix
+PrimitiveRoot
+Size
+LookupDictionary
+QuotientRemainder
+ClassPositionsOfMinimalNormalSubgroups
+ReducedComm
+AlgebraWithOneHomomorphismByImagesNC
+FieldExtension
+AutomorphismDomain
+RestrictedPermNC
+LogFFE
+IsInternallyConsistent
+AdjointModule
+EnumeratorSorted
+FactorsSquarefree
+TransformationNumber
+Coth
+NaturalHomomorphismOfLieAlgebraFromNilpotentGroup
+NrBasisVectors
+TableOfMarksFrobenius
+IrrBaumClausen
+QuotientSemigroupCongruence
+ReducedQuotient
+IsAlmostSimpleGroup
+IsEqualSet
+IsQuotientSemigroup
+IsSubnormallyMonomial
+FreeSemigroupOfFpSemigroup
+PCentralLieAlgebra
+RelativeOrders
+GreensLClassOfElement
+ComputedPowerMaps
+IsHasseDiagram
+RealClasses
+IsFiniteFieldPolynomialRing
+IsExternalSet
+ExtRepOfObj
+ImageSetOfTransformation
+RightAlgebraModule
+TransformationOpNC
+IsomorphismPermGroup
+GaloisType
+AffineAction
+PrimeBlocksOp
+NiceFreeLeftModuleInfo
+MappedWord
+Remove
+CombinatorialCollector
+ComputedIsPSolvableCharacterTables
+DefaultRingByGenerators
+IsMultiplicativeGeneralizedRowVector
+IsGeneralizedRowVector
+LatticeSubgroups
+CompatibleConjugacyClasses
+IsMonomialOrdering
+IsFreeLeftModule
+ActorOfExternalSet
+TzOptions
+IndependentGeneratorsOfAbelianGroup
+RespectsZero
+IsSurjective
+Eigenspaces
+NearAdditiveMagmaByGenerators
+IsPcGroupGeneralMappingByImages
+IsLeftIdeal
+DegreeOfPartialPermSemigroup
+DenominatorOfModuloPcgs
+IsAssociativeElement
+CanEasilyComputePcgs
+IsSpecialLinearGroup
+AsPermutation
+IsInfBitsFamily
+IsLowerTriangularMat
+RankAction
+PermLeftQuoPartialPerm
+AdditiveInverseMutable
+SemiEchelonBasisNC
+CanEasilyCompareElements
+DegreeOfPartialPermCollection
+ExtendedPcgs
+IsGreensJRelation
+ZeroMapping
+RationalizedMat
+CoefficientsOfLaurentPolynomial
+IsConstantTimeAccessGeneralMapping
+SubstitutedWord
+MappingGeneratorsImages
+CanComputeIsSubset
+MatScalarProducts
+LargestElementGroup
+IsomorphismFpGroupByGeneratorsNC
+RingHomomorphismByImagesNC
+IsGreensRClass
+IsHandledByNiceBasis
+MinimalSupergroupsTom
+Int
+IsGreensDClass
+IsSingleValued
+ContainingTom
+CyclicExtensionsTom
+ClosureLeftModule
+IsMonomialNumber
+ImageSetOfPartialPerm
+Subfields
+AsSubmagma
+Value
+RepresentativeLinearOperation
+AdditiveNeutralElement
+PcGroupWithPcgs
+SplittingField
+KappaPerp
+IsPInfinity
+NrComponentsOfTransformation
+Exponent
+IsConstantTimeAccessList
+ModuloPcgs
+Core
+RepresentativeTomByGeneratorsNC
+ElementsFamily
+IsBuiltFromSemigroup
+GroupGeneralMappingByImages
+Quotient
+ReesZeroMatrixSemigroup
+Is16BitsFamily
+ReduceCoeffsMod
+Earns
+IsPrime
+ZeroImmutable
+TransformingPermutations
+TransformationListList
+IsFinitelyGeneratedGroup
+Columns
+IsToPcGroupGeneralMappingByImages
+ContainedTom
+IsPolynomialFunctionsFamily
+IsNonTrivial
+OrbitStabilizerAlgorithm
+LeftModuleByGenerators
+CharacteristicPolynomial
+BasisNC
+CodegreeOfPartialPermCollection
+IsAntisymmetricBinaryRelation
+CanonicalGenerators
+SolutionNullspaceIntMat
+ReducedAdditiveInverse
+FactorCosetAction
+EigenvaluesChar
+Factors
+Sup
+ClassPositionsOfCentre
+KnowsDictionary
+PadicNumber
+IsCharacterTableInProgress
+ClassRoots
+IsEuclideanRing
+ComplementIntMat
+PossibleClassFusions
+IsSymmetricGroup
+PermutationTom
+AdjointAssociativeAlgebra
+Asin
+ConjugacyClasses
+IsObject
+RightActingAlgebra
+HeuristicCancelPolynomialsExtRep
+IsGroupGeneralMappingByImages
+FusionConjugacyClasses
+SemiEchelonMats
+Delta
+RightCoset
+MeetEquivalenceRelations
+TryCosetTableInWholeGroup
+ClassPermutation
+NaturalHomomorphismBySubAlgebraModule
+IdentityMapping
+GreensJClasses
+WeightOfGenerators
+IsHomogeneousList
+IsomorphismTransformationSemigroup
+RightDerivations
+IdempotentsTomInfo
+SourceOfIsoclinicTable
+IndeterminateOfUnivariateRationalFunction
+IsElementOfMagmaRingModuloRelations
+BilinearFormMat
+Omega
+IsOutputTextStream
+ReadAll
+SetPrintFormattingStatus
+CharacterTableFactorGroup
+FunctionField
+IsPerfectTom
+IsPartialOrderBinaryRelation
+RandomTransformation
+ClassPositionsOfNormalClosure
+AsLeftIdeal
+IsNumberField
+Cosh
+IteratorByBasis
+IsLeftSemigroupIdeal
+AsPolynomial
+StructureDescription
+IsLetterWordsFamily
+IsRightSemigroupIdeal
+PrimitiveElement
+PartialPermOp
+Erf
+GreensDRelation
+IsInputStream
+LieUpperCentralSeries
+LinesOfStraightLineProgram
+Exp
+IsPGroup
+ImagesSmallestGenerators
+TestMonomialQuick
+IsLeftIdealInParent
+IsLinearMappingsModule
+IsInjective
+IsBasis
+Reset
+Log10
+Characteristic
+MaximalSubgroups
+AdjointMatrix
+ComponentRepsOfTransformation
+EquivalenceClasses
+FactorGroupTom
+JordanDecomposition
+WeightsTom
+LeftActingAlgebra
+CoefficientsFamily
+InvariantBilinearForm
+IsFamilyPcgs
+ReducedPower
+LexicographicOrdering
+Character
+RepresentativeTomByGenerators
+InjectionZeroMagma
+GroupByRwsNC
+LieNormalizer
+Dimension
+PowerMod
+DerivedSeriesOfGroup
+ExteriorPowerOfAlgebraModule
+KnownTruePropertiesOfObject
+ReducedDifference
+IsMultiplicativeElement
+IsMagmaWithInverses
+IsRegularSemigroupElement
+Length
+PCentralNormalSeriesByPcgsPGroup
+SplitString
+PermutationCharacter
+ComplementSystem
+Sech
+IsGAPRandomSource
+IsNormalBasis
+FusionCharTableTom
+LeftQuotient
+RadicalOfAlgebra
+IsLDistributive
+IdentificationOfConjugacyClasses
+RightAlgebraModuleByGenerators
+DecompositionMatrix
+MemoryUsage
+ClassPositionsOfElementaryAbelianSeries
+DominantCharacter
+ComplexConjugate
+IsConfluent
+IntermediateSubgroups
+IsFullMatrixModule
+FactorsOfDirectProduct
+CanonicalRepresentativeDeterminatorOfExternalSet
+DiagonalizeMat
+PartialOrderOfHasseDiagram
+IsMonomial
+NaturalHomomorphismBySubspace
+NumberArgumentsFunction
+IsCommutative
+IsomorphismSpecialPcGroup
+AssocWordByLetterRep
+ModuleByRestriction
+IsZero
+IsFiniteDimensional
+IsPSolvableCharacterTable
+OrbitsDomain
+LClassOfHClass
+IsMersenneTwister
+AbsoluteValue
+IsLogOrderedFFE
+IndependentGeneratorExponents
+Index
+Random
+IsIrreducibleCharacter
+CentralizerInGLnZ
+IndicesChiefNormalSteps
+SupersolvableResiduum
+MinimalNormalSubgroups
+LeadingMonomialOfPolynomial
+IsWreathProductOrdering
+IsWLetterWordsFamily
+IsGreensRelation
+IsPcgs
+PositionNonZero
+IsBuiltFromGroup
+IsBrauerTable
+IntVecFFE
+NiceAlgebraMonomorphism
+IsNearAdditiveElement
+TrimTransformation
+UnderlyingCharacterTable
+IsomorphismTypeInfoFiniteSimpleGroup
+HomeEnumerator
+TableOfMarksCyclic
+RestrictedPerm
+GcdRepresentationOp
+IsPrimitivePolynomial
+CochainSpace
+IsDiagonalMat
+Lambda
+SmallestMovedPoint
+UglyVector
+Transformation
+GaloisStabilizer
+LeftShiftRowVector
+DeterminantOfCharacter
+GroupOfPcgs
+IsGreensLessThanOrEqual
+IsCanonicalPcgs
+IsJacobianRing
+SubsTom
+SolutionIntMat
+DecomposedFixedPointVector
+IsSolvableTom
+LowIndexSubgroupsFpGroupIterator
+IsString
+InverseGeneralMapping
+GeneratorsOfInverseSemigroup
+IsMonomialMatrix
+ComplexI
+Epicentre
+CartanMatrix
+RadicalGroup
+IsRewritingSystem
+ElementaryAbelianSeriesLargeSteps
+OneMutable
+CoKernelOfAdditiveGeneralMapping
+DerivedSubgroupsTomPossible
+ConstantTransformation
+ClassOrbit
+NormalSeriesByPcgs
+FamilyPcgs
+TableOfMarksDihedral
+Conductor
+SinCos
+EuclideanDegree
+TriangulizeIntegerMat
+Atan2
+MovedPoints
+KernelOfCharacter
+LeadingTermOfPolynomial
+FusionConjugacyClassesOp
+Iterator
+IsSyllableAssocWordRep
+IsConjugatorIsomorphism
+DegreeOfCharacter
+IndicesOfAdjointBasis
+IsGroupOfAutomorphisms
+KillingMatrix
+AssignGeneratorVariables
+IsIncomparableUnder
+SmallestImageOfMovedPoint
+RepresentativesSimpleSubgroups
+GeneratorsOfMagma
+ImagesSet
+IsGeneralMapping
+SSortedList
+GeneratorsOfRightOperatorAdditiveGroup
+MagmaWithZeroAdjoined
+SubgroupByPcgs
+InverseImmutable
+IsTable
+MoebiusTom
+Permuted
+SlotUsagePattern
+IsCanonicalBasis
+CanonicalRepresentativeOfExternalSet
+AllBlocks
+MinimalGeneratingSet
+IsWeightLexOrdering
+AsLeftModule
+IsSubnormal
+PositionProperty
+MaximumList
+IsRat
+IsExtRElement
+NaturalCharacter
+IsXInfinity
+IsPolynomialDefaultRep
+IsConjugacyClassSubgroupsByStabilizerRep
+IsNegRat
+PowerSubalgebraSeries
+InertiaSubgroup
+RespectsMultiplication
+RespectsOne
+Flat
+InducedPcgs
+IsElementOfFpMonoid
+TriangulizedIntegerMat
+MinimalSupergroupsLattice
+Grading
+WeightLexOrdering
+SortedCharacters
+DepthOfUpperTriangularMatrix
+IsDenseList
+CosetTableBySubgroup
+ElementaryDivisorsMat
+PowerModCoeffs
+StandardAssociateUnit
+KernelOfTransformation
+IsGroupGeneralMappingByAsGroupGeneralMappingByImages
+CoeffsMod
+ReducedSum
+SizesConjugacyClasses
+UnderlyingElement
+Cochain
+GroupWithGenerators
+ReadLine
+SubSyllables
+PositionSublist
+Csc
+IsUnknown
+DivisionRingByGenerators
+PositionsOp
+IsZmodnZObjNonprime
+Socle
+SmithNormalFormIntegerMat
+TransformationList
+InducedPcgsWrtSpecialPcgs
+SmallestIdempotentPower
+CharacterTableDirectProduct
+PcSeries
+TrivialCharacter
+IsGaussianRationals
+IsPcgsChiefSeries
+IsAlmostSimple
+Log1p
+WriteAll
+NiceFreeLeftModule
+Cot
+CanEasilyTestMembership
+IsRegularSemigroup
+IsChar
+CentreOfCharacter
+ClassPositionsOfNormalSubgroups
+IsClassFunction
+SortedList
+DegreeOfTransformationSemigroup
+IsWeightRepElement
+AClosestVectorCombinationsMatFFEVecFFE
+LeadingCoefficientOfPolynomial
+RationalFunctionsFamily
+LieCentralizer
+SquareRoots
+IsCharacterTable
+PcgsChiefSeries
+IsomorphismPcGroup
+Factorization
+RepresentationsOfObject
+LieDerivedSeries
+Determinant
+ReducedPcElement
+CollectionsFamily
+ClosureRing
+DisplayString
+AutomorphismGroup
+IsUniqueFactorizationRing
+DominantWeights
+Matrix
+RestrictedClassFunction
+MutableBasis
+RemoveSet
+CategoryFamily
+DistancesDistributionVecFFEsVecFFE
+IsInputTextNone
+StandardWreathProduct
+RootOfDefiningPolynomial
+Alpha
+IsLieMatrix
+IsMonomialGroup
+IsGroupHClass
+Is32BitsFamily
+GeneratorsOfRws
+IsListDefault
+LargestMovedPoint
+AdjointBasis
+ChiefNormalSeriesByPcgs
+IsMinimalNonmonomial
+PrintFormattingStatus
+SizesCentralizers
+IsSpecialPcgs
+GcdOp
+RelationsOfFpSemigroup
+IsPolynomialRing
+InducedPcgsByPcSequenceAndGenerators
+UseSubsetRelation
+IsRightIdeal
+BaseOrthogonalSpaceMat
+IsSolvableGroup
+IsNilpotentElement
+CategoryCollections
+Rules
+FpElmComparisonMethod
+DuplicateFreeList
+AntiIsomorphismTransformationSemigroup
+IsRationalFunctionsFamily
+IsBergerCondition
+IsAutomorphismGroup
+IsCyclotomic
+IsRightIdealInParent
+IsNearAdditiveElementWithZero
+ImageListOfTransformation
+WreathProduct
+ProductSpace
+Inf
+TestQuasiPrimitive
+DeterminantMatDestructive
+Conjugates
+LGFirst
+IsRightAlgebraModuleElement
+SemigroupOfRewritingSystem
+RepresentativeSmallest
+EquivalenceClassOfElementNC
+AugmentationIdeal
+Successors
+PowerMapOp
+IsPrimeField
+AddRowVector
+IsCharacteristicSubgroup
+SemigroupByGenerators
+IntFFESymm
+SetCommutator
+IsNearlyCharacterTable
+IsBuiltFromMagma
+IsNonassocWord
+Zeta
+PthPowerImages
+UnderlyingGroup
+CanEasilySortElements
+Iterated
+ClassParameters
+IsReesZeroMatrixSemigroup
+IsOrdinaryTable
+LeftIdealByGenerators
+IsMutableBasis
+IsSPGeneralMapping
+FlushCaches
+BrauerTableOp
+SignFloat
+SemidirectProduct
+Tensored
+FaithfulModule
+IsCanonicalBasisFullMatrixModule
+ONanScottType
+DecomposeTensorProduct
+Cocycles
+PossiblePowerMaps
+PRump
+IsWeylGroup
+Acos
+RealPart
+SemiEchelonMat
+LGWeights
+IndicesPCentralNormalStepsPGroup
+LGLayers
+NormalSubgroups
+PcgsElementaryAbelianSeries
+MultiplicativeZero
+IsAdditivelyCommutative
+Subspaces
+Trunc
+ReducedOne
+FreeGeneratorsOfFpGroup
+CyclesOfTransformation
+PossibleFusionsCharTableTom
+LeadingMonomial
+IsGreensJClass
+RestrictedPartialPerm
+DerivedSubgroupsTomUnique
+ClassElementLattice
+FusionsTom
+PositionCanonical
+FactorGroupNC
+IsBuiltFromMagmaWithInverses
+Source
+Coefficients
+KernelOfAdditiveGeneralMapping
+IsBasisOfAlgebraModuleElementSpace
+NumberTransformation
+FreeGeneratorsOfFpSemigroup
+IsTwoSidedIdeal
+NrComponentsOfPartialPerm
+IsInducedFromNormalSubgroup
+PolynomialCoefficientsOfPolynomial
+IsSupersolvable
+RemoveOuterCoeffs
+CompositionMapping2
+ExternalOrbitsStabilizers
+ShortLexOrdering
+HasIndeterminateName
+GreensLRelation
+SymmetricClosureBinaryRelation
+DenseIntKey
+IsExtAElement
+LowerCentralSeriesOfGroup
+IsGroupRing
+ImmutableBasis
+MatrixByBlockMatrix
+IsomorphismSimplifiedFpGroup
+AddDictionary
+IsRightCoset
+AbelianSubfactorAction
+PartialPermOpNC
+IsTotal
+QuotientMod
+IsRowModule
+IsLieAbelian
+TestRelativelySM
+IsGeneratorsOfSemigroup
+IsGreensHClass
+ImagesElm
+StabChainOp
+StructureConstantsTable
+IsUnivariatePolynomialRing
+UnderlyingSemigroup
+DerivedSubgroup
+CanonicalPcgs
+DegreeOfBinaryRelation
+ReadAllLine
+PositionBound
+CleanedTailPcElement
+PositiveRoots
+TraceMat
+LessThanFunction
+PrimePGroup
+GreensRRelation
+ImageListOfPartialPerm
+AbsoluteDiameter
+CanonicalPcgsByGeneratorsWithImages
+IsSubgroupOfWholeGroupByQuotientRep
+RightOne
+ImmutableMatrix
+TrivialSubmagmaWithOne
+IsLaurentPolynomial
+Phi
+IsSubgroupSL
+IsBuiltFromMagmaWithOne
+InnerAutomorphismNC
+ReadAsFunction
+IsShortLexOrdering
+LeftModuleHomomorphismByImagesNC
+RationalClass
+PcgsByPcSequence
+IsAlgebraicExtension
+ReflexiveClosureBinaryRelation
+SignPerm
+DistancePerms
+ValuePol
+DoubleCoverOfAlternatingGroup
+ReadByte
+ConjugacyClass
+GroupHClassOfGreensDClass
+InverseMutable
+HasseDiagramBinaryRelation
+CommutatorSubgroup
+ComputedPrimeBlockss
+PClassPGroup
+Norm
+ParentPcgs
+IsRange
+ClassPositionsOfPCore
+IdGroup
+DirectSumOfAlgebras
+MonoidOfRewritingSystem
+RandomSource
+IsFullRowModule
+LieCentre
+GreensHClasses
+NonabelianExteriorSquare
+IsRootSystem
+SumIntersectionMat
+ComputedClassFusions
+SylowSystem
+ConjugateDominantWeightWithWord
+BiAlgebraModuleByGenerators
+IsAssociated
+ReesMatrixSemigroup
+LeftModuleGeneralMappingByImages
+MultiplicativeZeroOp
+IndexNC
+RestrictedClassFunctions
+SurjectiveActionHomomorphismAttr
+ClassPositionsOfAgemo
+IsZeroSimpleSemigroup
+IsRestrictedLieAlgebra
+RespectsAddition
+RClassOfHClass
+GeneratorsOfRightIdeal
+ExternalOrbits
+Subrings
+CosetTable
+PCentralSeries
+TableOfMarks
+RefinedPcGroup
+DimensionsMat
+IsGreensRRelation
+IsMagmaWithInversesIfNonzero
+Read
+IsInputTextStream
+GeneratorSyllable
+RepresentativeTom
+SemiEchelonMatTransformation
+UnivariatePolynomialByCoefficients
+IdempotentsTom
+IsReesCongruence
+GreensJRelation
+Exp10
+UnivariatePolynomial
+IsReflexiveBinaryRelation
+IsAssociative
+ReduceRules
+ImagesSource
+LeftModuleHomomorphismByMatrix
+IsEndOfStream
+IsParentPcgsFamilyPcgs
+IsSemiRegular
+DisplayOptions
+LeadingCoefficient
+KroneckerProduct
+CoefficientsQadic
+CycleStructureClass
+Tanh
+AsDuplicateFreeList
+KnuthBendixRewritingSystem
+ClosureGroup
+IrrConlon
+IsNilpotent
+IsLieSolvable
+PositionWord
+AlgebraHomomorphismByImagesNC
+IsSubspacesVectorSpace
+AddRule
+PerfectResiduum
+StretchImportantSLPElement
+IsNInfinity
+Hypothenuse
+ZeroCoefficient
+NrSubsTom
+DegreeOverPrimeField
+UnderlyingRingElement
+TransposedMatDestructive
+SimpleSystem
+Tau
+IsAlternatingGroup
+IsomorphismRefinedPcGroup
+Log2
+IncreaseInterval
+OperationAlgebraHomomorphism
+Sec
+IsLookupDictionary
+AsGroup
+FpGrpMonSmgOfFpGrpMonSmgElement
+IsOrdinaryMatrix
+AdditiveInverseImmutable
+GeneratorsOfDomain
+IsomorphismReesMatrixSemigroup
+MinimalStabChain
+AsSubgroup
+ReesCongruenceOfSemigroupIdeal
+AbsolutIrreducibleModules
+OneOfPcgs
+PreImagesOfTransformation
+AsRightIdeal
+DefiningPolynomial
+GeneratorsOfDivisionRing
+SimsNo
+Symmetrizations
+IsFromFpGroupGeneralMappingByImages
+IsAbelianNumberField
+IsGreensDRelation
+TriangulizedNullspaceMatDestructive
+Argument
+Difference
+IndexInWholeGroup
+Projection
+InvariantSesquilinearForm
+DegreeOfLaurentPolynomial
+Orbits
+RingWithOneByGenerators
+AsMonoid
+HallSubgroup
+NumberFFVector
+ProductCoeffs
+GeneralisedEigenspaces
+AddCoeffs
+DeterminantMat
+DerivedLength
+MultiplicativeNeutralElement
+TransposedMatrixGroup
+MaximalAbelianQuotient
+FamiliesOfGeneralMappingsAndRanges
+Position
+OrdersClassRepresentatives
+DirectProductOp
+LessThanOrEqualFunction
+ReducedProduct
+LevelsOfGenerators
+EliminatedWord
+AbelianInvariantsOfList
+RepresentativesPerfectSubgroups
+IsCommutativeElement
+IsNearAdditiveElementWithInverse
+Tan
+IsBLetterAssocWordRep
+InducedPcgsByGeneratorsNC
+IsBuiltFromAdditiveMagmaWithInverses
+NormedRowVector
+ClassPositionsOfDirectProductDecompositions
+IrreducibleModules
+Zuppos
+QuotientSemigroupPreimage
+InducedClassFunctions
+RankMat
+AsPartialPerm
+Idempotent
+IsExternalSubset
+NrFixedPoints
+IsVirtualCharacter
+Union2
+AbelianInvariantsMultiplier
+FixedPointsOfPartialPerm
+BrauerCharacterValue
+EquivalenceRelationPartition
+IsSolvable
+IsReesCongruenceSemigroup
+UnivariatePolynomialRing
+NewFloat
+Identifier
+IsWord
+ExponentOfPcElement
+IsPrimeOrdersPcgs
+IsFunctionField
+Order
+SmithNormalFormIntegerMatTransforms
+NaturalPartialOrder
+FunctionAction
+FieldOverItselfByGenerators
+Shuffle
+IsExtLElement
+State
+RingGeneralMappingByImages
+EquivalenceClassRelation
+Init
+Eigenvectors
+IsFullSubgroupGLorSLRespectingBilinearForm
+CloseStream
+IsFieldHomomorphism
+IsDirectProductElement
+ViewObj
+Compacted
+NaturalHomomorphismByGenerators
+IsMagma
+BrauerTable
+ProjectiveOrder
+ReesZeroMatrixSubsemigroup
+IsSimple
+MatrixAutomorphisms
+MaximalSubgroupsLattice
+GreensJClassOfElement
+ComponentPartialPermInt
+MinimizedBombieriNorm
+ClassPositionsOfFittingSubgroup
+IsFreeMagmaRing
+DefaultFieldByGenerators
+ZeroSameMutability
+RightIdealByGenerators
+GeneratorsOfLeftOperatorAdditiveGroup
+NormalClosure
+IsSimpleGroup
+IsInfiniteAbelianizationGroup
+IsStringRep
+ExponentsOfRelativePower
+IsIntegerMatrixGroup
diff --git a/gap/sysOnlyNames.txt b/gap/sysOnlyNames.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ff37b760ddb17bd17bc9ae929acb0e104227a816
--- /dev/null
+++ b/gap/sysOnlyNames.txt
@@ -0,0 +1,4268 @@
+IsPrimeDivisors
+IsOrdinaryFormation
+IsIsomorphismReesZeroMatrixSemigroup
+IsIsCanonicalNiceMonomorphism
+SetNonAbelianTensorSquare
+SetIsNaturalSL
+LowIndexNormalSubgroups
+IsSocle
+FindPowLetterRep
+IsIsFreeAbelian
+SetContainsTrivialGroup
+IsPcpGroupByEfaSeries
+IsIsPcgsPCentralSeriesPGroup
+IsResidueClass
+IsCONDUCTOR
+SetAutomorphismGroupOfNilpotentLieAlgebra
+IdentityMatrix
+SetCoefficientsAndMagmaElements
+SetCot
+IsIsNilpotentTom
+SetUnderlyingIndeterminate
+PcpsOfEfaSeries
+SetFreeGeneratorsOfFpAlgebra
+IsUnderlyingInjectionZeroMagma
+SetIsReesCongruence
+IsGeneratorsOfInverseMonoid
+SetAllBlocks
+GeneratorsOfLayer
+SetUnderlyingSemigroupElementOfMonoidByAdjoiningIdentityElt
+IsIsomorphismByPolycyclicMatrixGroup
+IsDixonRecord
+SetMonoidOfRewritingSystem
+IsExternalOrbits
+UpperActingDomain
+SetDihedralGenerators
+IsHallSystem
+IsLieCentre
+IsIsUnivariateRationalFunction
+IsSortingPerm
+SetCharacteristicSubgroups
+SetTypeReesMatrixSemigroupElements
+IsInvariantBilinearForm
+IsRefinedPcGroup
+IsIrrFacsPol
+SubnormalSeriesOp
+IsDiscriminant
+IsCyclicExtensionsTom
+IsAdjoinedIdentityDefaultType
+IsIsRegularSemigroup
+IsBaseIntMat
+IsIsLieSolvable
+FingerprintMatrixGroup
+SetTransformsAdditiveInversesIntoInverses
+HasSylowSubgroup
+IsIsAntisymmetricBinaryRelation
+SetIsPrimitive
+ComputedHallSubgroups
+IsSimsNo
+IsInputTextStringRep
+SupersolubleProjector
+IsIndicesCentralNormalSteps
+IsPositiveRootsAsWeights
+IsCanonicalBasisGaussianIntegersRep
+IteratedF
+SetUniversalEnvelopingAlgebra
+IsIrreducible
+SetIndexInWholeGroup
+IsIndeterminateOfUnivariateRationalFunction
+SetRelatorsOfFpGroup
+IsMonoidByAdjoiningIdentityEltRep
+SetAdjointModule
+IsKillingMatrix
+SetFreeGeneratorsOfFpSemigroup
+SetIsWeylGroup
+SetComputedIsPSolvableCharacterTables
+SetIsUnitGroupIsomorphism
+IsDirectoryRep
+IsLieAlgebraWithNB
+SetStandardGeneratorsInfo
+IsRationalClassGroupRep
+PermutationOp
+AffineCrystGroupOfPointGroup
+SetTestSubnormallyMonomial
+Search
+IsIsXInfinity
+IsIdPrimitiveSolvableGroup
+IsIsCanonicalPcgsWrtSpecialPcgs
+SetInvariantSesquilinearForm
+SetExtRepDenominatorRatFun
+IsIsRightZeroSemigroup
+IsRootsAsMatrices
+GeneratorsOfReesMatrixSemigroup
+IsIsBuiltFromMonoid
+IsSCRingObj
+SetGeneratorsOfNearAdditiveGroup
+IsCanonicalBasisFreeMagmaRingRep
+IsGenericFiniteSpace
+PowerMapOfGroup
+AugmentedCosetTableNormalClosureInWholeGroup
+SetDeterminantOfCharacter
+SetFamilyPcgs
+SetIsFullSubgroupGLorSLRespectingQuadraticForm
+SetIsAbelianTom
+IsBrauerCharacterValue
+IsUnits
+SetElementaryAbelianSeries
+UnderlyingElementOfReesMatrixSemigroupElement
+SetIsGroupOfAutomorphismsFiniteGroup
+SpecialLinearGroupCons
+SetLeftDerivations
+SetColorPermGroup
+IsomorphismFpGroupBySubnormalSeries
+IsNiceToCryst
+SetNameFunction
+IsOrdersClassRepresentatives
+SetDefectApproximation
+IsDistributiveROpEProd
+GeneratorsOfReesZeroMatrixSemigroup
+DisplaySemigroup
+IsIsSemiEchelonized
+IsIsTrivial
+IsFreeAlgebraOfFpAlgebra
+IsAsList
+SetAugmentationHomomorphism
+IsGaloisStabilizer
+IndexInParent
+SetRows
+IsGroupClassByListRep
+IsIsSymmetricGroup
+IsResidueClassUnionOfZ
+IsTrace
+IsMultiplicativeNeutralElement
+SetIsSubgroupClosed
+IsBlocksAttr
+SetSchurCover
+IsFGA_States
+SetMaximalSubgroupClassesByIndex
+SetSortingPerm
+IsIdentifiersOfDuplicateTables
+IsDirectProductInfo
+SetCosetTableFpHom
+IsReesCongruenceOfSemigroupIdeal
+IsPcp
+SetOneImmutable
+DifferenceLists
+IsIsSurjective
+FpMonoidOfElementOfFpMonoid
+IsFpSemigpReducedElt
+IsEnumeratorByNiceomorphismRep
+SetInducedPcgsWrtSpecialPcgs
+IsProjectionDirectProductMatrixGroup
+IsFusionsTom
+SetIsShortLexOrdering
+ZeroVector
+SetIsWholeFamily
+SetTzRules
+SetImagesSmallestGenerators
+IsomorphismFpGroupByChiefSeries
+PointGroup
+IsSubgroupsOfIndexTwo
+SetNullAlgebra
+PGMult
+SetMolienSeriesInfo
+SubmitOutput
+IsIsTotalOrdering
+SetIsSolvableGroup
+SetNiceMonomorphism
+SetIsTrivial
+IsTrivialUOpEZero
+IsGeneralPcgs
+IsIndicesEANormalSteps
+IsProjectionDirectProductPermGroup
+SetColorCosetList
+SetIsNormalizedUnitGroupOfGroupRing
+OutdatePolycyclicCollector
+SetComputedLowIndexSubgroupClassess
+IsAdditiveElementAsMultiplicativeElementRep
+IsNumberGeneratorsOfRws
+SetIsCommutativeFamily
+SetIsColorGroup
+SetAtanh
+IsTriangulizedNullspaceMat
+IsReducedForm
+SetOrderingOfRewritingSystem
+SetFieldOfMatrixGroup
+SetPrimePowerGensPcSequence
+SetIsGeneratorsOfInverseSemigroup
+SetEggBoxOfDClass
+IsUnknownDefaultRep
+IsSCRingGeneralMappingByImagesDefaultRep
+IsColorGroup
+IsIsMonomialCharacterTable
+ValueInterval
+SetZClassRepsQClass
+CharacteristicPolynomialMatrixNC
+SetLatticeSubgroups
+IsFpMonoidReducedElt
+SetComputedRadicals
+StraightLineProgramElmRankFilter
+AlternatingSubgroup
+IsContainsTrivialGroup
+SetIsCharacter
+IsWeightedBasis
+LieNBWeights
+RelationLattice
+SetCsc
+IsRegularActionHomomorphism
+IsBasisOfSparseRowSpaceRep
+IsUnivariatePolynomialsFamily
+SetIsInjective
+IsRightMagmaCongruence
+SetLGHeads
+WeightOfVector
+InvariantComplementsOfElAbSection
+IsLatticeSubgroups
+IsUnsortedPcgsRep
+SetAlternatingSubgroup
+IsLeftMagmaCongruence
+PseudoRandomSeed
+IsGroupClass
+SetExtRepNumeratorRatFun
+AsStraightLineDecision
+IsAffineCrystGroupOnRight
+UnipotentCharacter
+SetKillingMatrix
+IsIsLieCover
+IsLockedRepresentationVector
+DirectProductElementsFamily
+SetIsDuplicateFree
+SetMaximalSubgroupClassReps
+SetKnowsSomeGroupInfo
+SetDenominatorOfModuloPcgs
+SetNaturalPartialOrder
+IsLieEmbeddingRep
+SetIsReduced
+IsFGA_NielsenAutomorphisms
+AdditiveCoset
+IsIsNilpQuotientSystem
+JoinMagmaCongruences
+SetMultiplicativeNeutralElement
+IsFFEVector
+IsDimensionOfMatrixGroup
+IsIsInducedFromNormalSubgroup
+SetFreeSemigroupOfFpSemigroup
+IsDefaultDirectProductElementRep
+IsCayleyGraphDualSemigroup
+CosetTableNormalClosureInWholeGroup
+SetOrdersClassRepresentatives
+IsBinaryRelationOnPointsRep
+SetLessThanOrEqualFunction
+ComputedMinimalBlockDimensionOfMatrixGroups
+IsUnderlyingLieAlgebra
+FromTheLeftCollector
+SetExternalSet
+IsIsJacobianRing
+SetAugmentationIdealPowerSeries
+IsSmallIntRep
+TableHasIntKeyFun
+IsCanonicalRepresentativeOfExternalSet
+IsGreensDClasses
+IsGroupHClassOfGreensDClass
+IsIsBuiltFromSemigroup
+SetNormalizersTom
+SetGeneratorsOfSemiringWithZero
+IsSpaceOfRationalFunctions
+RandomHashKey
+SetIsAlmostSimpleCharacterTable
+SetIsRightSemigroupIdeal
+SetUnderlyingRelation
+IsUnderlyingGroup
+FittingFormation
+ProductTransposedMatMat
+IsRationalFunctionsFamilyElement
+IsIsPModularGroupAlgebra
+IsCompletelySimpleSemigroup
+IsIsTwoSidedIdealInParent
+IsActionKernelExternalSet
+IsIsGroupHClass
+IsNormalizedUnitGroup
+CharacteristicOfField
+SetSlotUsagePattern
+SetString
+SetIsDirectProductClosed
+SetAsinh
+IsVectorSearchTable
+SetAbelianInvariantsMultiplier
+SetCRISP_SmallGeneratingSet
+SetRankOfFreeGroup
+IsSec
+CentralizerPointGroupInGLnZ
+SetInverseClasses
+DomainForAction
+SetComputedPSocles
+IsFieldOfUnitGroup
+IsActionHomomorphism
+IsInputTextNoneRep
+SetIsEmpty
+IsMonomialComparisonFunction
+IsUnitGroupIsomorphism
+SetConjugacyClassesMaximalSubgroups
+SetSchunckClass
+IsUnivariatePolynomialsFamilyElement
+SetClassPositionsOfKernel
+SetIsResidueClassWithFixedRepresentative
+SetComputedCoveringSubgroups
+IsFusionsToLibTom
+IsIsOne
+IsQuaternionGenerators
+SetComputedIsIrreducibleMatrixGroups
+IsSurjectiveActionHomomorphismAttr
+IsInvariantLattice
+IsUnderlyingSemigroupOfMonoidByAdjoiningIdentity
+ComputedImprimitivitySystemss
+ForAnyOp
+SetUnderlyingFamily
+FullSparseRowSpace
+SetTransposedMatrixGroup
+IsIsomorphismFpSemigroup
+IsFittingFreeLiftSetup
+IsDecomposedRationalClass
+IsDerivedSubgroup
+IsPrimePowerGensPcSequence
+IsIsomorphismRefinedPcGroup
+IsClassByIntersectionRep
+SetDeligneLusztigName
+IsJenningsSeries
+Maxes
+SetIsIntegralCyclotomic
+IsAsInternalFFE
+SetIsomorphismReesZeroMatrixSemigroup
+IsFactoredTransversalRep
+IsSCAlgebraObj
+IsComputedLowIndexSubgroupClassess
+ParentAttr
+SetPrecisionFloat
+IsDistributiveUOpEProd
+SymmetricDegree
+AugmentedCosetTableMtcInWholeGroup
+IsFptoSCAMorphism
+LowerCentralSeries
+SetAtan
+IsClassPositionsOfDerivedSubgroup
+SetIsOrderingOnFamilyOfAssocWords
+SetHashEntry
+IsConjugatorOfConjugatorIsomorphism
+IsSlicedPermInv
+IsWeakPointerObject
+SetIndicesChiefNormalSteps
+IsRightActedOnByRing
+IsSubspaces
+IsWreathProductElementDefaultRep
+IsIrreducibleRepresentations
+SetAsInverseSemigroup
+SpaceGroupTypesByPointGroup
+SetTransformsMultiplicationIntoAddition
+PrintHashWithNames
+IsBasisOfWeightRepElementSpace
+IsLieNucleus
+IsFamilyDefaultRep
+IsAlgebraicExtensionDefaultRep
+IsKnuthBendixRewritingSystem
+IsRespectsInverses
+SetOrderingOnGenerators
+IsMaximalAbsolutelyIrreducibleSolvableMatrixGroup
+IsQuotientSystem
+SetNormedRowVector
+IsIsRestrictedLieAlgebra
+SetProjectivesInfo
+SetCodegreeOfPartialPermSemigroup
+AugmentationIdealNilpotencyIndex
+IsCASInfo
+SetIndexInParent
+SetGlobalPartitionOfClasses
+SetIrrConlon
+SetTypeOfObjWithMemory
+IsMarksTom
+SetANonReesCongruenceOfSemigroup
+IsIdentificationOfConjugacyClasses
+Ngs
+FactorSemigroupByClosure
+SetKnowsDeligneLusztigNames
+Residue
+IsInverseImmutable
+SetPthPowerImages
+IsSemigroupHomomorphismByImagesRep
+IsComputedIsPSolvableCharacterTables
+PartitionsIntoResidueClasses
+SetIsNInfinity
+GeneratorsOfMagmaIdeal
+IsSizesConjugacyClasses
+IsCommuting
+SetDegreeOfTransformationCollection
+DirectProductInfo
+InternalRepGreensRelation
+IsIsGroupClass
+GraphClasses
+IsDeepThoughtCollectorRep
+IsChiefNormalSeriesByPcgs
+IsObjMap
+IsSinh
+IsActionHomomorphismAutomGroup
+IsSeedFaithfulAction
+SetRespectsInverses
+LinesOfStraightLineDecision
+IsIsCanonicalBasisFullMatrixModule
+NotifiedFusionsToLibTom
+AllInvariantSubgroupsWithNProperty
+Cyc
+SetComputedIsPSolvables
+IsTypeOfObjWithMemory
+SetCyclotomic
+IsZClassRepsQClass
+SetUnderlyingRingElement
+SetGaloisGroup
+SetLatticeGeneratorsInUEA
+HasPSocleSeries
+IsGeneratorsOfSemiringWithOneAndZero
+IsGamma
+IsFreeGeneratorsOfFpAlgebra
+HomomorphismTransformationSemigroup
+SetCoverOf
+IsFCCentre
+SetSignFloat
+IsDirectSumInfo
+IsInvariantForm
+IsOneImmutable
+SetIsSortedList
+IsComputedMaximalSubgroupClassesByIndexs
+LeftMagmaCongruenceByGeneratingPairs
+Collector
+IsMinimalSupergroupsLattice
+HasPSocle
+IsNormalizedUnitGroupOfGroupRing
+SetLeftActingAlgebra
+SetIsPreOrderBinaryRelation
+IsIsInjective
+SetIsPerfectGroup
+IsEnumeratorByBasis
+IsFromAffineCrystGroupToFpGroup
+SetFGA_WhiteheadAutomorphisms
+IsIsIsomorphismByFinitePolycyclicMatrixGroup
+RightActingGroup
+IsIsBergerCondition
+IsIsSporadicSimpleCharacterTable
+SetTranslationNormalizer
+IsAssociativeLOpDProd
+SetRespectsAdditiveInverses
+IsSchurCover
+ComputedOmegas
+FroidurePinExtendedAlg
+IsMinimalNormalSubgroups
+SetOrdinaryCharacterTable
+IsRankOfPartialPermSemigroup
+IsDeterminantMat
+InducedPcgsByGeneratorsWithImages
+GeneralOrthogonalGroupCons
+IsIsCharacter
+SetMagmaWithZeroAdjoined
+SetLeadCoeffsIGS
+IsIOHub
+IsComputedIsPNilpotents
+SetClassParameters
+GetConjugate
+SetSubfields
+SetLieNilRadical
+IsQuotientSemigroupCongruence
+StraightLineProgElmType
+SetIsomorphismRefinedPcGroup
+IsComputedOmegas
+SetFunctionAction
+IsIntVector
+SetGeneratorsOfLeftOperatorRing
+SetAdditiveInverseImmutable
+IsAllBlocks
+SetDimensionsMat
+IsUnitGroup
+SetOrbits
+SetExp10
+SiftedPcElementWrtPcSequence
+SetSizesCentralizers
+SetRadical
+IsCosetTableOfFpSemigroup
+IsCosetTableInWholeGroup
+IsNaturalBijectionToLieAlgebra
+SetIsFullSCAlgebra
+IsSupport
+IsCartanMatrix
+AbelianGroupCons
+IdPrimitiveSolvableGroup
+IsIdempotents
+Classes
+SetExternalOrbits
+IsNumeratorOfRationalFunction
+IsANFAutomorphismRep
+CompositionSeriesUnderAction
+SetIsSpecialPcgs
+IsLargestElementGroup
+IsCanonicalRepresentativeDeterminatorOfExternalSet
+IsClassPositionsOfSolvableRadical
+IsProcessID
+IsIsBasisOfLieAlgebraOfGroupRing
+SetGreensRClasses
+IsTraceOfMagmaRingElement
+Support
+SetParentPcgs
+SetIsZeroSquaredRing
+Is16BitsAssocWord
+SetIsRegularDClass
+GetPower
+SetIsZeroSemigroup
+SetPowerSubalgebraSeries
+SetLieCover
+SetPcNormalizedUnitGroup
+IsElementTestFunction
+IsPNilpotentOp
+IsIsEndoGeneralMapping
+SetIsCanonicalPcgs
+IsNaturalHomomorphismOnHolonomyGroup
+IsAlternatingSubgroup
+SetCoverHomomorphism
+NaturalHomomorphismsPool
+NamesLibTom
+NumberOfResidues
+IsAlmostCrystallographicInfo
+FittingSet
+TraceOfMagmaRingElement
+IrrFacsPol
+AssociatedFpSemigroup
+IsUnderlyingIndeterminate
+IsBuiltFromMonoid
+SetIsPointHomomorphism
+SplitWordTail
+IsPartialClosureOfCongruence
+IsCharacterParameters
+SetSuccessors
+IsLibTomRep
+SetProcessID
+SetGeneratorsSubgroupsTom
+InternalBasis
+IsPSolvableOp
+SetComplexI
+SetLocalDefinitionFunction
+IsBaseMat
+QuotRemCoeffs
+SetIsomorphismTransformationMonoid
+IsFpAlgebraElementsSpace
+SetIS_SSORT_LIST
+SetIndexPeriodOfPartialPerm
+IsTransformationRepOfEndo
+SetSocle
+IsPcgsByPcgsRep
+[]
+SetFusionToTom
+SetModuleOfExtension
+IsActionHomomorphismByActors
+IsUnionOfResidueClassesWithFixedRepsStandardRep
+IsIsPolynomialCollector
+PositiveRootsAsWeights
+IsLieAlgebraByAssociativeAlgebra
+IsGeneratorsOfRws
+IsIsSemiband
+SetSupersolvableResiduum
+DirectFactorsFittingFreeSocle
+IsKroneckerConstRep
+IsImfMatrixGroup
+IsAtlasRepInfoRecord
+SetSinh
+IsNaturalBijectionToPcNormalizedUnitGroup
+SetIsMonomialMatrix
+CycleIndexOp
+SetIsSubsetLocallyFiniteGroup
+SubgroupsUnipotentByAbelianByFinite
+SetMaximalBlocksAttr
+SetIsBuiltFromGroup
+IsRowListMatrix
+IsIsWordDecompHomomorphism
+SetRadicalGroup
+Augmentation
+Restricted
+SetIsNonTrivial
+NilpotentLieAutomorphism
+NormalIntersectionPcgs
+IsDensity
+IsParametersOfGroupViewedAsGL
+IsDirectSumElementsSpace
+SetRecogDecompinfoHomomorphism
+FreeGroupAutomaton
+GetInput
+SetComputedHallSubgroups
+IsMultGroupByFieldElemsIsomorphism
+IsGeneratorsOfExtASet
+SetComputedMinimalNormalPSubgroupss
+SetIsTotalOrdering
+SetCanonicalBasis
+IsRationalizedMat
+SetTestMonomialQuick
+InverseMonoidByGenerators
+SetNaturalHomomorphismByNormalSubgroupNCInParent
+IsIsReflexiveBinaryRelation
+SocleComponents
+IsZeroMultiplicationRing
+IsEANormalSeriesByPcgs
+SetImaginaryPart
+IsNaturalBijectionToNormalizedUnitGroup
+IsIsRingOfIntegralCyclotomics
+IsTestQuasiPrimitive
+SetKnowsHowToDecompose
+IsOrderingsFamily
+IsToFpGroupGeneralMappingByImages
+SetTanh
+SetComputedInjectors
+IsStabChainOptions
+SetClassPositionsOfLowerCentralSeries
+SetFamilyForOrdering
+SetAdjoinedIdentityDefaultType
+IsWyckoffStabilizer
+MappingOfWhichItIsAsGGMBI
+IsIsRegularDClass
+IsIsPrimitiveCharacter
+IsWreathProductElement
+SetRealClasses
+AugmentationIdealPowerFactorGroupOp
+IsPrimitiveRoot
+SetQuotientSemigroupPreimage
+SetStandardGeneratorsSubringSCRing
+SetPrefrattiniSubgroup
+SetActionHomomorphismAttr
+IsIsSpecialLinearGroup
+SetPrimeField
+IsDomainOfPartialPermCollection
+IsIsLieCentreByMetabelian
+IsOrderingOfRewritingSystem
+SetIntFFESymm
+SetBettiNumbers
+AllNormalSubgroupsWithQProperty
+TranformsOneIntoZero
+IsAbsolutelyIrreducibleMatrixGroup
+IsRightTransversalPcGroupRep
+DataAboutSimpleGroup
+IsDeligneLusztigNames
+SetRightActingDomain
+IsIsSolvableTom
+IsCharacterDegrees
+HasIsPNilpotent
+PROD_FFE_LARGE
+EvaluateOverlapBNA
+AsInverseSubmonoid
+IsSemidirectProductInfo
+SetNrInputsOfStraightLineDecision
+HasPRump
+IsRingGeneralMappingByImagesDefaultRep
+ComputeTails
+PolycyclicFactorGroup
+PSocleOp
+IsAlmostBieberbachGroup
+SetCoefficientsFamily
+IsIEEE754FloatRep
+IsGeneratorsOfTwoSidedIdeal
+IsGeneratorsOfRightIdeal
+IsTrivialSubmagmaWithOne
+PClosureSubalgebra
+IsFGA_Source
+IsExtRepPolynomialRatFun
+SetIsAntisymmetricBinaryRelation
+IncludedElements
+SetAtlasRepInfoRecord
+SetNormalHallSubgroups
+IsPositiveRootVectors
+CompanionMatrix
+HasMaximalSubgroupClassesByIndex
+SetIsSemiband
+SetDerivedLength
+SetNormalClosureInParent
+IsIsNonTrivial
+SetSmallestImageOfMovedPoint
+SetTrivialCharacter
+IsUnderlyingRelation
+SetTransformsZeroIntoOne
+IsBlocksInfo
+IsIsInducedPcgsWrtSpecialPcgs
+IsAssociatedReesMatrixSemigroupOfDClass
+SpecialUnitaryGroupCons
+IsTypeDefaultRep
+ComputedLowIndexSubgroupClassess
+MagmaGeneratorsOfFamily
+PerfGrpConst
+RenumberHighestWeightGenerators
+LGTails
+PositionsSublist
+IsLieNilpotentOverFp
+IsTransformationRepresentation
+SetIsMonomialCharacter
+IsUnionOfResidueClassesOfZorZ_piWithFixedRepresentatives
+IsComponentsOfPartialPerm
+SetRankMat
+SetIsUnitGroup
+IsNormalizerInWholeGroup
+IsNaturalHomomorphismByNormalSubgroupNCInParent
+SetIsRationalMatrixGroup
+SetIsCanonicalBasisFullMatrixModule
+IsIsAutomorphismGroup
+IsIsWeylGroup
+ExponentsByObj
+SetUnderlyingField
+IsIsAlmostSimpleGroup
+SetDegreeFFE
+IsAsinh
+SetIsomorphismPartialPermMonoid
+SetCentralizerInParent
+IsCyclesOfTransformation
+IsAbsoluteValue
+IsStraightLineProgElmType
+IsFingerprintMatrixGroup
+IsMinimalBlockDimensionOfMatrixGroup
+AsSemiring
+NiceToCryst
+IsAsMonoid
+IsStructureConstantsTable
+OmegaOp
+IsIndependentGeneratorsOfAbelianGroup
+ExcludedLines
+IsIsSymmetricBinaryRelation
+Is32BitsAssocWord
+IsIsReesMatrixSemigroup
+IsUnderlyingRing
+SetIsConjugatorIsomorphism
+ParTakeFirstResultByFork
+Vector
+<
+IsComputedBrauerTables
+LinearActionBasis
+IsCommutatorFactorGroup
+FrExp
+IsBackgroundJob
+SetGeneratorsOfSemiring
+SetIsBuiltFromMonoid
+SaturatedFittingFormation
+SetGap3CatalogueIdGroup
+IsUseLibraryCollector
+SetIsResiduallyClosed
+IsSourceOfIsoclinicTable
+IsDoubleCosetDefaultRep
+IsLengthsTom
+IsPositiveRoots
+SetClassPositionsOfSolvableRadical
+SetNumeratorOfRationalFunction
+IsImagesSource
+IsMaxes
+SetPositiveRoots
+SetIsIdempotent
+EvaluateOverlapBAN
+SetAbelianMinimalNormalSubgroups
+IsAlgebraicElementsFamilies
+IsIsNilpotentBasis
+PrimePowerComponents
+BlocksOp
+SetIsLieAlgebraWithNB
+SetSaturatedFormation
+IsIsLieAlgebraOfGroupRing
+SetIsFullHomModule
+DirectFactorsOfGroup
+Projector
+SetAsLeftModuleGeneralMappingByImages
+FactorSemigroup
+IsCommonTransversal
+IsFPFaithHom
+CoefficientsBySupport
+SetIsomorphismTransformationSemigroup
+SetLieDimensionSubgroups
+IsSimpleCharacterTable
+IsSpaceOfUEAElements
+IsInducedPcgsRep
+IsInverseClasses
+NormalClosureInParent
+SetIdempotentsTomInfo
+IsWeightedCollector
+IsIsTriangularizableMatGroup
+IsLeadCoeffsIGS
+IsIsNilpotentByFinite
+SetDegreeOverPrimeField
+IsIrrDixonSchneider
+IsMultiplicativeElementWithInverseByRws
+RenumberedWord
+IsIdentifierOfMainTable
+MonoidByAdjoiningIdentityElt
+IsIsomorphismPartialPermSemigroup
+SetIsCanonicalBasis
+BackgroundJobByFork
+SetIsZ_pi
+IsAugmentationIdeal
+IsIsSubgroupSL
+IsPCentralNormalSeriesByPcgsPGroup
+IsTrivialAOpEZero
+IsLessThanFunction
+ComputedCoveringSubgroups
+HasIsMember
+SetDerivedSeriesOfGroup
+SetSubsTom
+IsIsHasseDiagram
+TransformsZeroIntoOne
+IsGaloisGroupOnRoots
+SetSource
+SetDisplayOptions
+IsIsSporadicSimpleGroup
+IsNontrivialDirectProduct
+SetRho
+BicyclicUnitOfType1
+IsBound[]
+IsWorkerFarm
+IsAtanh
+SetNormalizerInGLnZBravaisGroup
+SetSimsNo
+IsIsNaturalGL
+Encode
+SetIS_POSS_LIST
+IsMatrixByBlockMatrix
+IsFreeSemigroup
+SetIsPrimitiveSolubleGroup
+IsLGTails
+IsToBeDefinedObj
+CycleOp
+IsConjugatingMatTraceField
+AsBBoxProgram
+SetMovedPoints
+IsNaturalHomomorphismsPool
+SetIsUnitary
+IsRightActingGroup
+SetNumberGeneratorsOfRws
+IsFiniteSubgroupClasses
+SetElementsFamily
+SetIndependentGeneratorsOfAbelianGroup
+ForgetMemory
+HirschLength
+IsClassFunctionsSpace
+IsDimension
+SetCoefficientsRing
+IsPClassPGroup
+IsSemiEchelonBasisOfGaussianMatrixSpaceRep
+DefaultScalarDomainOfMatrixList
+IsSemilattice
+IsTrivialCharacter
+ExponentOfPowering
+IsPrimitiveMatrixGroupOp
+IsIsAlmostSimpleCharacterTable
+IsRankPGroup
+SetFrobeniusAutomorphism
+IsRationalClassPermGroupRep
+IsNonAbelianTensorSquare
+PSocle
+SetAsRing
+SetOrbitStabilizingParentGroup
+IsIsomorphismSimplifiedFpGroup
+IsSemiSimpleEfaSeries
+IsIsIdempotent
+IsIsZeroSemigroup
+SetFreeGroupAutomaton
+IsProjectivesInfo
+SetNumberSyllables
+AugmentedCosetTableRrsInWholeGroup
+IsDefectApproximation
+SetIsWeightLexOrdering
+SetFrattinifactorSize
+IsBound.
+SetTransParts
+SetFittingSubgroup
+UnitarySubgroup
+IsFreeAbelian
+SetSpecialPcgs
+IsClassTypesTom
+SetCanonicalGreensClass
+SetZeroCoefficient
+SetAugmentationIdealOfDerivedSubgroupNilpotencyIndex
+IsIsSolvableCharacterTable
+SetComponentsOfDirectProductElementsFamily
+IsTestMonomial
+CheckConsistencyOfDefinitions
+SetCoKernelOfAdditiveGeneralMapping
+SetRepresentativesSimpleSubgroups
+IsIsMonogenicSemigroup
+IsRationalClasses
+SetFreeGeneratorsOfFpMonoid
+IsLatticeOrderBinaryRelation
+MultCoeffs
+IsNrFixedPoints
+SetComputedAugmentationIdealPowerFactorGroups
+IsIsomorphismTransformationSemigroup
+IsIsomorphismFpGroup
+SetIsNilpotentGroup
+SetIsPSolvable
+RightTransversalOp
+SetFusionsToLibTom
+IsIsPolycyclicGroup
+IsTietzeOrigin
+SetIsOverlappingFree
+IsRelatorsOfFpGroup
+SetIsMonoidAsSemigroup
+IsIS_NSORT_LIST
+IsSocleComponents
+IsExternalOrbitsStabilizers
+IsMaximalSubgroupClassReps
+ModulusOfZmodnZObj
+CayleyGraphSemigroup
+IsLaurentPolynomialsFamilyElement
+IsIsPInfinity
+SetIsRightZeroSemigroup
+IsListLookupDictionary
+IsMonoidAsSemigroup
+IsIsEmpty
+RandomCombination
+SetBravaisGroup
+SetDirectSumInfo
+IsClassParameters
+IsConstituentHomomorphism
+SetGeneratorsOfExtASet
+IsRandomizerAttr
+TailsInverses
+IsDClassOfRClass
+SetComputedAscendingChains
+IsIsFrattiniFree
+SetTailOfElm
+TraceDefinition
+SetComponentRepsOfTransformation
+SetIsPerfectCharacterTable
+SetIsNumberField
+SetHallSystem
+SetIsSubgroupSL
+NonAbelianTensorSquare
+IsIsGroupAlgebra
+FLMLORByGenerators
+ComputedMaximalSubgroupClassesByIndexs
+IsNilpotentCharacterTable
+AugmentedCosetTableNormalClosure
+ClassPositionsOfSolvableRadical
+SingleCollectorByGenerators
+IsClassPositionsOfElementaryAbelianSeries
+CRISP_SmallGeneratingSet
+SetInjectionZeroMagma
+RootsFloatOp
+SetDerivedSubgroupsTomPossible
+IsMultiplicationTable
+SetSizeOfSmallestResidueClassRing
+CompatibleVector
+SetGrowthFunctionOfGroup
+SetNonNilpotentElement
+IsClassPositionsOfFittingSubgroup
+SetSurjectiveActionHomomorphismAttr
+IsWyckoffPosition
+MagmaInputString
+ComputedInjectors
+SetAffineNormalizer
+IsAssociatedConcreteSemigroup
+IsGeneratorsOfAlgebraModule
+IntegerDefiningPolynomial
+IsUnderlyingLeftModule
+SetDixonRecord
+IsFromAffineCrystGroupToPcpGroup
+IsNormedRowVector
+IsComputedRadicals
+IsTransformsMultiplicationIntoAddition
+IsEquivalenceClassDefaultRep
+SLUnderlyingField
+IsNrInputsOfStraightLineDecision
+IsLeftActedOnBySuperset
+SetIsAlgebraModule
+IsProjectiveOrder
+SetIsBuiltFromMagmaWithOne
+=
+IsPSLDegree
+PolycyclicFactorGroupByRelators
+NoninvertiblePrimes
+Unfold
+SetLieSolvableRadical
+IsIsCompletelySimpleSemigroup
+SetIsXInfinity
+SetIsBuiltFromMagmaWithInverses
+BicyclicUnitGroup
+IsIsLeftSemigroupCongruence
+SemigroupViewStringSuffix
+IsPresentation
+SetIsMaximalAbsolutelyIrreducibleSolvableMatrixGroup
+GetCommutatorNC
+AttachServingSocket
+ComputedInducedPcgses
+IsLargestMovedPoint
+AscendingChainOp
+HallSubgroupOp
+EquationOrderBasis
+SetPowerNC
+FreeGeneratorsOfFpMonoid
+Is8BitsPcWordRep
+SetIsGroupOfUnitsOfMagmaRing
+SetDerivedSubgroupsTomUnique
+IsSolvablePolynomial
+SetIsTransitive
+IsUnionOfResidueClassesWithFixedRepresentatives
+AsInverseMonoid
+SetTietzeOrigin
+SetIsGroupRing
+GeneratorsOfSemiringWithOne
+ParDoByFork
+SetIsMinimalNonmonomial
+SetDataAboutSimpleGroup
+RelatorsOfFpAlgebra
+IsBaseDomain
+IsTrivialSubnearAdditiveMagmaWithZero
+IsCommutatorLength
+SetClassPositionsOfFittingSubgroup
+SetSemiEchelonBasis
+SetIndicesOfAdjointBasis
+LieUpperCodimensionSeries
+SetDirectProductInfo
+EvaluateOverlapCBA
+CheapRandomizer
+SetRat
+SemigroupViewStringPrefix
+SetErf
+Submit
+IsPositionalObjectRep
+IsResidueClassUnionOfZ_pi
+IsNilpQuotientSystem
+IsBasisWithReplacedLeftModuleRep
+IsGeneratorsSubgroupsTom
+RightTransversalInParent
+IsPowerCommutatorCollector
+IsMaximalBlocksAttr
+PcUnits
+IsIsBuiltFromMagmaWithOne
+IsIsMonomialGroup
+IsIsSchunckClass
+IsNullAlgebra
+SumOp
+IsMemberOp
+NewRowVector
+IsIsNaN
+IsFloatPseudoField
+SetMonomialComparisonFunction
+ComputedIsMembers
+ClosureLeftOperatorRing
+SetExp
+SetFittingFreeLiftSetup
+IsSemidirectFactorsOfGroup
+SetLieDerivedLength
+IsMagmaCongruence
+FusionToTom
+SetConstructionInfoCharacterTable
+IsDirectProductClosed
+MeatAxeString
+IsCeil
+IsIsFullSCAlgebra
+CanonicalPcgsWrtSpecialPcgs
+IsAcosh
+NewZeroMatrix
+LaTeXObj
+SetIrrFacsPol
+SetIsIrreducibleCharacter
+SetIsIsomorphismByPolycyclicMatrixGroup
+SetIsInfiniteAbelianizationGroup
+SetAsPolynomial
+SetIsFinite
+IsIsPrimitiveAffine
+IsPPerm2Rep
+EvaluateConsistency
+SetIsomorphismSCFLMLOR
+IsPerm4Rep
+IsAugmentationIdealPowerSeries
+SetNaturalHomomorphismOnHolonomyGroup
+NiceBasisNC
+OrthogonalSpaceInFullRowSpace
+IsIsSubsetLocallyFiniteGroup
+IsNaturalHomomorphismPcGroupRep
+IsDistributiveROpESum
+NilpotencyDegree
+in
+IsComputedProjectors
+SetOccuringVariableIndices
+LowIndexSubgroups
+SetIsomorphismPermGroup
+SetClassNamesTom
+AsSSortedListNonstored
+IsAssociativeLOpEProd
+SumPcgs
+IsLClassOfHClass
+IsMagmaGeneratorsOfFamily
+IsLinearActionBasis
+IsPrimitiveSolubleGroup
+OrdinaryFormation
+Is32BitsSingleCollectorRep
+SetDirectFactorsOfGroup
+SetIsBand
+IsIsFinite
+IsIdGroup
+IsIsSemilattice
+IsDegreeOverPrimeField
+SetAbsoluteValue
+IsInnerAutomorphismsAutomorphismGroup
+IsRightDerivations
+IsSingleCollectorRep
+SetNormalGeneratorsOfNilpotentResidual
+IsBand
+IsFlatKernelOfTransformation
+SetIsLieCentreByMetabelian
+SetDefiningPcgs
+IsAsTransformation
+SetFpElmComparisonMethod
+SetTan
+IsIsSmallList
+SetIsCyclotomicField
+IsPointGroup
+Insert
+IsImageOfPartialPermCollection
+SetPartialOrderOfHasseDiagram
+SetBaseOfGroup
+IsIsFullSubgroupGLorSLRespectingBilinearForm
+SetIsAlmostSimpleGroup
+SetIsGeneratorsOfMagmaWithInverses
+SetExp2
+LengthOfDescendingSeries
+IsNumberFieldByMatrices
+GroupByNiceMonomorphism
+TomDataAlmostSimpleRecognition
+IsGeneratorsOfSemiringWithOne
+IsUnderlyingCharacteristic
+IsGeneratorsOfSemiring
+SetIndicesCentralNormalSteps
+IsIrr
+IsConjugacyClasses
+IsIsAbelianNumberField
+IsPModularGroupAlgebra
+ZOp
+SetIsReesZeroMatrixSemigroup
+SetFPFaithHom
+BaseDomain
+IsNorm
+SetMinimalStabChain
+SUM_FFE_LARGE
+IsFamilyOfTypes
+SetIsFullSubgroupGLorSLRespectingBilinearForm
+IsUFDFamily
+CyclicExtensionsTomOp
+ExtendedIntersectionSumPcgs
+IsRowLength
+DerivedSeries
+RemoveDictionary
+IsIBr
+IsomorphismPcpGroup
+IsFGA_WhiteheadParams
+IsPrecisionFloat
+SetAcosh
+IsResidueClassUnion
+IsLargestNrSlots
+SetStructureConstantsTable
+SetGeneratorsOfLeftOperatorAdditiveGroup
+IsCoefficientsOfLaurentPolynomial
+IsIsSemigroupIdeal
+SetActionKernelExternalSet
+IsCentralizerPointGroupInGLnZ
+SetIsomorphismFpSemigroup
+SetOrbitLengthsDomain
+IsIsAlternatingGroup
+SetLieObject
+IsFrobeniusAutomorphism
+IsMoebiusTom
+GeneratorsOfSemiringWithZero
+SetIsAffineCrystGroupOnLeft
+IsLeftActingRingOfIdeal
++
+TranslationNormalizer
+Nucleus
+IsIsCyclic
+IsRelativeOrderPcp
+IsOrbitsDomain
+SubnormalSeriesInParent
+TailOfElm
+IsAssociativeROpEProd
+IsIsPartialOrderBinaryRelation
+IsDerivedSubgroupsTomUnique
+IsBaumClausenInfo
+SetRespectsZero
+InputQueue
+SetAugmentedCosetTableMtcInWholeGroup
+IsAugmentationHomomorphism
+IsTestMonomialQuick
+SetIsAbsolutelyIrreducibleMatrixGroup
+IsWeightOfGenerators
+IsIsOrthodoxSemigroup
+GroupClass
+IsExponentOfPowering
+DClassOfHClass
+DoIO
+IsIsRDistributive
+IsComputedIsPrimitiveMatrixGroups
+IsIsLaurentPolynomial
+ExtractSubMatrix
+SetNoninvertiblePrimes
+IsTransParts
+FpElmEqualityMethod
+IsUpperActedOnBySuperset
+IsIsSimpleCharacterTable
+PrimePowerGensPcSequence
+IsLeftDerivations
+SetIsRightAlgebraModule
+IsNumeratorParentForExponentsRep
+SetIsLeftAlgebraModule
+SetLinesOfStraightLineDecision
+IsIOHubCat
+IsSubgroupClosed
+SymmetricPower
+IsIndeterminatesOfPolynomialRing
+GeneratingPairsOfRightMagmaCongruence
+IsEquationOrderBasis
+IsIsBasicWreathProductOrdering
+StableSortParallel
+IsEnumeratorByFunctionsRep
+SetAsSemiring
+ParMapReduceByFork
+CloseConnection
+FindActionKernel
+UnderlyingElementOfReesZeroMatrixSemigroupElement
+IsIsPcgsChiefSeries
+IsSpinSymIngredients
+IsFieldControlledByGaloisGroup
+SetImfRecord
+IsPolycyclicMatGroup
+PostMakeImmutable
+IsMaximalSubgroups
+SetLargestElementGroup
+IsPCentralLieAlgebra
+IsRightActedOnByDivisionRing
+ExtraspecialGroupCons
+FreeAlgebraOfFpAlgebra
+SetRightDerivations
+SetIsHomomorphismIntoMatrixGroup
+SetIBr
+SetAsGroupGeneralMappingByImages
+IsMonomialElement
+IsLieDimensionSubgroups
+IsClassPositionsOfNormalSubgroups
+IsPcSeries
+SetIsGeneratorsOfSemigroup
+SetGroupOfPcgs
+CheapRandomizerAttr
+SetNiceObject
+SetGreensLRelation
+SetRepresentationIsomorphism
+SetPrimaryGeneratorWords
+IsIsDirectProductClosed
+SetTraceField
+IsOmegaAndLowerPCentralSeries
+SetNormalizerInWholeGroup
+IsComputedMinimalNormalPSubgroupss
+IsPcpElementRep
+IsComputedAgemos
+IsExternalSetDefaultRep
+SetRepresentativesContainedRightCosets
+SetFreeMonoidOfRewritingSystem
+AllInvariantSubgroupsWithQProperty
+MaximalSubgroupClassesByIndex
+WreathProductInfo
+PSocleComponentsOp
+IsStoredGroebnerBasis
+ANonReesCongruenceOfSemigroup
+SetPRump
+IsComputedPCentralSeriess
+MagmaCongruenceByGeneratingPairs
+SetIsUnivariateRationalFunction
+SetComputedOmegas
+IsMatTom
+SylowSubgroupOp
+SetIsAlmostCrystallographic
+IsFrac
+SetFpElmEqualityMethod
+SetBaseMat
+SetDensity
+IsResidueClassUnionOfZxZ
+SetInducedPcgsWrtHomePcgs
+IsCanonicalGenerators
+IsIsParentPcgsFamilyPcgs
+SetAugmentationIdealPowerFactorGroup
+IsCanonicalBasisRationals
+SetRelativeOrders
+SetLowIndexSubgroupClasses
+SetWreathProductInfo
+IsANonReesCongruenceOfSemigroup
+IsUnderlyingCollection
+SetValuesOfClassFunction
+SetFingerprintOfCharacterTable
+IsIsConjugatorIsomorphism
+SetIsMonomialNumber
+IsExp
+SetDefaultFieldOfMatrixGroup
+IsPositionLookupDictionary
+IsIsPointHomomorphism
+IsAlternatingDegree
+SetFreeGeneratorsOfFpGroup
+IsNormedRowVectors
+IsCentralCharacter
+SetIsAlmostBieberbachGroup
+IsSpinSymTable
+SetIsRectangularTable
+DecomposedRationalClass
+ComponentsOfDirectProductElementsFamily
+AddGenerators
+IsObjSet
+IsAsStraightLineDecision
+ClearDefinitionNC
+IsNormalTorsionSubgroup
+IsDimensionsLoewyFactors
+AsListOfClasses
+IsComputedHallSubgroups
+SetSinCos
+SplitExtensionByAutomorphisms
+IsIsomorphismFpMonoid
+PGMultList
+NormalizerInWholeGroup
+IsEquivalenceClasses
+CentralizerInParent
+SetLieUpperNilpotencyIndex
+IsGeneralizedCartanMatrix
+UpperFittingSeries
+IsRowVectorObj
+SetBaseDomain
+IsElementsFamilyByRws
+IsAdditiveElementAsMultiplicativeElement
+SemiringWithOneByGenerators
+IsGroupOfFamily
+IsComputedPowerMaps
+IsCosh
+GeneratorsOfExtRSet
+RowOfReesZeroMatrixSemigroupElement
+IsMonomialOrderingDefaultRep
+IsBicyclicUnitGroup
+SetExtRepPolynomialRatFun
+CanonicalNiceMonomorphism
+IsIsPcgsCentralSeries
+ElementOfFpMonoid
+IsLieNBWeights
+SetColumns
+IsVectorSearchTableDefaultRep
+IsDeligneLusztigName
+HasPCore
+SetComputedPSocleComponentss
+IsIsSemigroupCongruence
+SpaceGroupTypesByPointGroupOnRight
+SetDepthOfUpperTriangularMatrix
+IsTrivialNormalIntersection
+IsGrading
+SetCanonicalPcgsWrtHomePcgs
+IsAbelianMinimalNormalSubgroups
+LieDimensionSubgroups
+CombinatorialCollectorByGenerators
+IsNormalOp
+SetBaseIntMat
+IsUnitarySubgroup
+IsRightTransversalRep
+AutomorphismGroupOfNilpotentLieAlgebra
+IsFamiliesOfGeneralMappingsAndRanges
+SetComputedIsMembers
+DeepThoughtCollector
+FittingFormationProduct
+Modulus
+SetIntFFE
+IsTrans2Rep
+IsDistributiveLOpESum
+SetAlgebraicElementsFamilies
+HomePcgs
+QuotientSystem
+SetNormalizerInGLnZ
+GeneratorsOfSemiring
+IsOrbits
+IsImageSetOfPartialPerm
+SetPrimitiveElement
+SetAssociatedReesMatrixSemigroupOfDClass
+IsImfRecord
+AddToListEntries
+IsIsCanonicalBasisFullRowModule
+IsIsNumberField
+IsIsLeftIdealInParent
+SetGeneratorsOfRightIdeal
+SetInjector
+SetIsLieCover
+RandomPartitionIntoResidueClasses
+InverseSubsemigroup
+EmptyRowVector
+RankMatDestructive
+SetIsCyclic
+PGInverse
+IsMaximalSubgroupsTom
+IsGeneratorsOfLeftIdeal
+IsFiniteSemigroupGreensRelation
+AsLieAlgebra
+IsIsReesZeroMatrixSemigroup
+IsIsCyclotomicField
+IsIsomorphismMatrixField
+IsAutomorphismGroupOfNilpotentLieAlgebra
+SetCyclesOfTransformation
+NonTrivialRightHandSides
+SetUnderlyingCharacterTable
+SetIsNumeratorParentPcgsFamilyPcgs
+SetIsNumberFieldByMatrices
+IsLieNBDefinitions
+SetIsFreeSemigroup
+SetIsIntegralBasis
+SetGeneratorsSmallest
+IsSaturatedFormation
+IsPcpElement
+IsIsFullHomModule
+IsPcgsDefaultRep
+UnderlyingAssociativeAlgebra
+IsRightTransversal
+IsIsSaturated
+SetUnderlyingGroupRing
+IsRightActedOnBySuperset
+SetRightActingAlgebra
+NormalizedUnitCF
+IsOperationAlgebraHomomorphismDefaultRep
+SetGroupHClassOfGreensDClass
+SetTransformsAdditionIntoMultiplication
+IsNormalSeriesByPcgs
+IsInternalRep
+IsExternalSetByActorsRep
+ChiefSeriesTF
+CommonRepresentatives
+IsNotifiedFusionsToLibTom
+IsIsAnticommutative
+IsNonSPMappingByFunctionWithInverseRep
+QuaternionGroupCons
+FilteredOp
+IsPerfectCharacterTable
+SpaceGroupTypesByPointGroupOnLeft
+SetFGA_GeneratorsLetterRep
+IsSemiEchelonMatTransformation
+IsIsomorphismTypeInfoFiniteSimpleGroup
+IsModuloTailPcgsByListRep
+IsIsReduced
+IsIsMinimalNonmonomial
+ExternalSubsetOp
+InverseSemigroupByGenerators
+ElementaryAbelianGroupCons
+SetIntegerDefiningPolynomial
+SetFusionsOfLibTom
+NewConnection
+InvariantForm
+IsFamilyRange
+AsPlist
+IsNormalGeneratorsOfNilpotentResidual
+SetConjugateANC
+IsUnionOfResidueClassesOfZWithFixedRepresentatives
+IsIsMonomialMatrix
+IsIdempotentsTomInfo
+MinimalBlockDimensionOfMatrixGroup
+CrystCatRecord
+IsTranformsOneIntoZero
+IsFamilyElementOfFreeLieAlgebra
+IsIsUnitary
+IsIsSolvablePolynomial
+SetAsInternalFFE
+SetIsGroupClass
+SetGLDegree
+LiftIsomorphismToLieCover
+IsSubspacesFullRowSpaceDefaultRep
+SetPcgsElementaryAbelianSeries
+IsNumeratorParentLayersForExponentsRep
+SetRightActingRingOfIdeal
+RepresentativesMinimalBlocksAttr
+SetProjector
+IsBasisVectors
+SetFieldOfUnitGroup
+IsPerfectIdentification
+SetIsSymmetricInverseSemigroup
+SetPseudoRandomSeed
+SetRefinedPcGroup
+CycleLengthOp
+IsLongestWeylWordPerm
+SetAdjoinedIdentityFamily
+SetSolubleSocleComponents
+SetGroupBases
+IsElementsFamily
+IsOrbitLengthsDomain
+SetIsAbelianNumberField
+IsIsElementaryAbelian
+SemidirectProductInfo
+SetIsCyclicTom
+IsStabilizerOfExternalSet
+SetSolubleSocle
+LiftEpimorphism
+LeadingUEALatticeMonomial
+SetIsStandardAffineCrystGroup
+SetPcgsChiefSeries
+IsPcNormalizedUnitGroup
+IsIsStandardAffineCrystGroup
+IsRightZeroSemigroup
+IsDisplayOptions
+IsWorkerFarmByFork
+SetIsLaurentPolynomial
+SetUpperCentralSeriesOfGroup
+IsAssociativeAOpESum
+IsSparseCartanMatrix
+IsDenseHashRep
+ConvertToNormalFormMonomialElement
+IsDataObjectRep
+IsEmbeddingWreathProductPermGroup
+DefiningPcgs
+ProjectiveGeneralLinearGroupCons
+IsElementFinitePolycyclicGroup
+IsBravaisSubgroups
+SetInvariantLattice
+AsSubFLMLORWithOne
+AlmostCrystallographicInfo
+IsIsSymmetric
+Shutdown
+IsMultiplicativeElementWithInverseByPolycyclicCollector
+IsNestingDepthM
+MaximalOrderBasis
+SetWeightOfGenerators
+SetSemigroupOfRewritingSystem
+Rank
+IsKnowsSomeGroupInfo
+PointHomomorphism
+SetReesCongruenceOfSemigroupIdeal
+NiceNormalFormByExtRepFunction
+CyclicGroupCons
+FreeGeneratorsOfGroup
+IsBrandtSemigroup
+SetDeligneLusztigNames
+SetBlocksInfo
+SetOrbitsDomain
+GetDefinitionNC
+ComplementClassesRepresentativesSolvableNC
+FactorOrder
+RankOfFreeGroup
+SetIsSemigroupIdeal
+SpaceGroupsByPointGroup
+IsCharacteristicSubgroups
+IsSubrings
+SetIsAlternatingGroup
+IsGeneralRestrictedMappingRep
+SetNilpotencyClassOfGroup
+SetGeneratorsOfDivisionRing
+IsPolycyclicPresentation
+IsMagmaByMultiplicationTableObj
+IsStabChainImmutable
+SetIsPrimitiveMatrixGroup
+IsIsFinitelyGeneratedGroup
+IsPermutationTom
+IsIsSortedList
+SetRelativeIndex
+CentralizerOp
+WyckoffTranslation
+IsNiceNormalFormByExtRepFunction
+IsEmptyRowVector
+IsTransformsAdditiveInversesIntoInverses
+NormalizedUnitCFmod
+IsPrimitiveIdentification
+IsSocleComplement
+IsUniversalEnvelopingAlgebra
+IsSimpleInvAutomatonRep
+IsMolienSeriesInfo
+SetClassPositionsOfNormalSubgroups
+SocleDimensions
+CocVecs
+LieDerivedLength
+SetGeneratorsOfMagmaWithInverses
+IsGlobalPartitionOfClasses
+ResidualOp
+IsMutableBasisViaUnderlyingMutableBasisRep
+SetNullspaceIntMat
+SetIsInducedPcgsWrtSpecialPcgs
+SetIsPNilpotent
+IsIsomorphismPartialPermMonoid
+IsComputedClassFusions
+ComputedMinimalNormalPSubgroupss
+IsExtLSet
+AddPcElementToPcSequence
+*
+IsAssociativeUOpDProd
+TypeReesMatrixSemigroupElements
+IsNamesOfFusionSources
+IsCayleyGraphSemigroup
+SetSaturatedFittingFormation
+IsGeneratorsOfMagmaIdeal
+IsComponentObjectRep
+IsLieLowerNilpotencyIndex
+IsQuotientClosed
+IsRankOfFreeGroup
+IsFormationProductRep
+IsIsBravaisGroup
+SetInverseImmutable
+IsMemberPcSeriesPermGroup
+IsSPMappingByFunctionWithInverseRep
+IsTan
+SetIsRDistributive
+SetLieLowerCentralSeries
+IsIsTranslationInvariantOrdering
+SetStabChainOptions
+IsModulusOfZmodnZObj
+IsSolvableCharacterTable
+RelativeIndex
+StableSortBy
+IsIsBuiltFromGroup
+IsIsFamilyPcgs
+IsUnivariateRationalFunctionDefaultRep
+-
+IsClassNamesTom
+IsIsPerfectGroup
+PowerS
+IsRound
+SetIsNaturalSymmetricGroup
+SetSubspaces
+IsSizeOfSmallestResidueClassRing
+SetIsomorphismFpFLMLOR
+IsAtan
+SetGeneratingPairsOfRightMagmaCongruence
+IsIsFullTransformationSemigroup
+IsIsWeightLexOrdering
+IsPrimitiveMatrixGroup
+WaitUntilIdle
+IsCanonicalBasisAlgebraicExtension
+ClosureDivisionRing
+HasMinimalNormalPSubgroups
+IsLGWeights
+SetInt
+IsLieLowerCentralSeries
+IsIteratorByFunctionsRep
+IsSimpleSystem
+IsNSortedList
+IsIsRelativelySM
+HasAugmentationIdealPowerFactorGroup
+IsNormalHallSubgroups
+SetParametersOfGroupViewedAsPSL
+Browse
+IsGreensLClasses
+IsComputedImprimitivitySystemss
+IsDistributiveROpDProd
+IsDefaultGeneralMappingRep
+LieCentralizerInParent
+SetDihedralDepth
+Igs
+IsIsCompletelyRegularSemigroup
+SetIsBergerCondition
+IsIsRectangularTable
+SetIsRegular
+IsMonomialCharacterTable
+IsFloatInterval
+SetIsLeftZeroSemigroup
+SetOneOfPcgs
+FGA_Source
+SetNormalSeriesByPcgs
+UChar
+SetClassRoots
+SetLowerCentralSeriesOfGroup
+SetDefinitionNC
+InjectorFunction
+IsCoefficientsRing
+SetRepresentativesMinimalBlocksAttr
+IsNumeratorParentPcgsFamilyPcgs
+ComputedPSocleComponentss
+IsUnderlyingSemigroupElementOfMonoidByAdjoiningIdentityElt
+SetUnits
+SetLetterRepWordsLessFunc
+IsFreeGeneratorsOfFpSemigroup
+IsFromFpGroupGeneralMapping
+SetNotifiedFusionsToLibTom
+IsIsRightIdealInParent
+LowIndexSubgroupClasses
+IsClassPositionsOfUpperCentralSeries
+SetOrdersTom
+IsMutableBasisOfGaussianMatrixSpaceRep
+SetPCentralNormalSeriesByPcgsPGroup
+SetNormalMaximalSubgroups
+IsComplexConjugate
+IsRespectsZero
+SetAugmentationIdeal
+SetImageSetOfPartialPerm
+SetIsLieMetabelian
+SetCentreOfCharacter
+SetMaximalAbelianQuotient
+IsQuasiDihedralGroup
+IsIndicesOfAdjointBasis
+SetLeviMalcevDecomposition
+InverseSubmonoid
+SetEfaSeries
+Unbind[]
+IsDimensionOfVectors
+SumOfPcElement
+SetIsPGroup
+SetIdempotentsTom
+IsNBitsPcWordRep
+TransformsAdditionIntoMultiplication
+IsExponent
+NaturalHomomorphismByNormalSubgroupNCInParent
+SetMinimalBlockDimensionOfMatrixGroup
+SetMatElm
+IsIsomorphismFpFLMLOR
+SetIsomorphismFpMonoid
+SetEquationOrderBasis
+IsLatticeGeneratorsInUEA
+IsParentPcgs
+IsLinearActionHomomorphism
+FiniteSubgroupClasses
+GroupBases
+SetIntegerPrimitiveElement
+IsomorphismSCFLMLOR
+IsAugmentedCosetTableNormalClosureInWholeGroup
+ComputedLowIndexNormalSubgroupss
+IsTailOfElm
+SpinSymIngredients
+SetIdIrreducibleSolvableMatrixGroup
+DistanceOfVectors
+SetConjugacyClasses
+IsIsZero
+IsIsUnitGroup
+SetFpElementNFFunction
+SetEnumeratorByBasis
+SetInverseGeneralMapping
+IsIsPcgsElementaryAbelianSeries
+IsIsFieldHomomorphism
+IsModuleOfExtension
+IsRespectsOne
+SparseActionHomomorphismOp
+IsBlocksOfActionHomomorphism
+ElementaryAbelianSubseries
+OrbitStabilizerOp
+IsSporadicSimpleCharacterTable
+ProjectiveOmegaCons
+IsClassRoots
+SetIsLieNilpotentOverFp
+SeedFaithfulAction
+IsPlistVectorRep
+HasProjector
+IsComputedPCores
+SetIsConstantTimeAccessGeneralMapping
+SetAsSemiringWithZero
+SetIsIntegerMatrixGroup
+SetIsPolycyclicPresentation
+IsSin
+SetComponentsOfPartialPerm
+IsCanonicalBasisAbelianNumberFieldRep
+IsPositionDictionary
+UnitriangularMatrixRepresentation
+SetRankAction
+SetCoKernelOfMultiplicativeGeneralMapping
+ExponentsOfUnits
+IsPlistRep
+IsUpperCentralSeriesOfGroup
+IsStabChainMutable
+ReesMatrixSemigroupOfFamily
+IsColorSubgroup
+LieLowerNilpotencyIndex
+SetNaturalHomomorphismOfLieAlgebraFromNilpotentGroup
+PcpGroupByEfaSeries
+SetAsStraightLineProgram
+DIFF_FFE_LARGE
+EfaSeries
+SetUnderlyingMagma
+HashKeyEnumerator
+SetCharacteristicPolynomial
+IsFittingSet
+TransformsMultiplicationIntoAddition
+MinimalBlockDimension
+IsIsAlmostCrystallographic
+IsSupersolubleProjector
+SetRightOne
+IsFromPcpGHBI
+IsMutableBasisViaNiceMutableBasisRep
+SetNaturalHomomorphismsPool
+PositionSortedOp
+SetIsBravaisGroup
+IBr
+IsCentreOfCharacter
+IsONanScottType
+SetCos
+SetCanEasilyCompareElements
+IsLeftActedOnByRing
+SetIdGroup
+IsDihedralDepth
+SetSmallestIdempotentPower
+SetActorOfExternalSet
+SetBoundary
+IsRepresentativesMinimalBlocksAttr
+SetAsTransformation
+IsAsMagma
+MappedExpression
+IsChevalleyBasis
+SetFreeAlgebraOfFpAlgebra
+MaximalBlocksAttr
+SetComputedBrauerTables
+AsLeftModuleGeneralMappingByImages
+SetMaximalSubgroupsLattice
+IsNormalizerPointGroupInGLnZ
+SetIsCommutative
+IsEnumerator
+IsLowerFittingSeries
+SetFreeProductInfo
+SetFreeGeneratorsOfGroup
+IsMonomialExtrepComparisonFun
+IsElementsFamilyBy32BitsSingleCollector
+SetOmegaAndLowerPCentralSeries
+SetRationalClasses
+IsModuloPcgsRep
+IsFlatMatrix
+IsIsRectangularBand
+AlgebraicElementsFamilies
+SemiringWithZeroByGenerators
+IsWyckoffPositions
+SetSchurExtension
+ProjectorFunction
+SetTestRelativelySM
+SetIsNontrivialDirectProduct
+Is8BitsFamily
+IsPcgsToPcgsGeneralMappingByImages
+IsRelativeBasisDefaultRep
+ComplementsOfCentralSectionUnderActionNC
+SetComputedPowerMaps
+FpSemigroupOfElementOfFpSemigroup
+IsLeftActingGroup
+IsNaturalPartialOrder
+IsIsNilpotentGroup
+RadicalOp
+AugmentationHomomorphism
+SetMarksTom
+SetIndicesInvolutaryGenerators
+SetIsVectorSpaceHomomorphism
+IsGenericCharacterTableRep
+IsEpicentre
+SetAugmentation
+ProjectorOp
+IsNilpotentProjector
+StandardGeneratorsSubringSCRing
+IsCharacterTableIsoclinic
+IsColorPermGroup
+IsConjugacyClassesPerfectSubgroups
+RowOfReesMatrixSemigroupElement
+ColumnOfReesZeroMatrixSemigroupElement
+OneNormalSubgroupMinWrtQProperty
+IsRepresentativesPerfectSubgroups
+SetStabilizerOfExternalSet
+IsIsZeroGroup
+IsDictionaryDefaultRep
+IsAdditiveCoset
+IsFrExp
+DeligneLusztigNames
+IsSech
+IsExtRepDenominatorRatFun
+IsReducedConfluentRewritingSystem
+SetIsFullMatrixModule
+DifferenceOfPcElement
+IsTraceField
+SetIsSporadicSimpleCharacterTable
+IsGeneratorsOfNearAdditiveMagmaWithZero
+SetRecNames
+IsIsZxZ
+IsFusionToTom
+IsAdditiveInverseImmutable
+GeneralizedPcgs
+Complement
+Cgs
+SetGroupClass
+DefectApproximation
+SetIsConstantRationalFunction
+GeneratingPairsOfMagmaCongruence
+SetRationalFunctionsFamily
+SetQuasiDihedralGenerators
+IsLeftActingDomain
+SetIsReflexiveBinaryRelation
+IsClassByComplementRep
+SchurExtensionEpimorphism
+IsExp2
+SetCosh
+SetCentralizerPointGroupInGLnZ
+IsSeparablePolynomial
+IsRows
+SetImprimitivitySystems
+SetCommutatorNC
+SetFGA_WhiteheadParams
+SetSylowSystem
+SetIsSupersolvableGroup
+SetIsFrattiniFree
+CyclesOp
+Elm0List
+IsIsLieAbelian
+IsFreeMonoidOfRewritingSystem
+SetIsSchunckClass
+NrConjugacyClassesInSupergroup
+SetCocVecs
+SetQuaternionGenerators
+LowIndexNormalSubgroupsOp
+FreeGeneratorsOfFpAlgebra
+SetFrExp
+SetEnumeratorSorted
+IsMonomialCharacter
+NumberGeneratorsOfRws
+SetRankOfPartialPermSemigroup
+IsClassPositionsOfMinimalNormalSubgroups
+IsDegreeFFE
+Extrarankfilter
+IsKnuthBendixRewritingSystemRep
+IsDistributiveUOpDProd
+SetIsPQuotientSystem
+IsTypeReesMatrixSemigroupElements
+HasIsPSolvable
+SetGeneratorsOfSemiringWithOneAndZero
+CoveringSubgroup
+SetHirschLength
+SetBasis
+IsNilpotentBasis
+AdditiveElementsAsMultiplicativeElementsFamily
+SetGaloisMat
+IsIsEquivalenceRelation
+SetTrunc
+SetIsNormalSubgroupClosed
+IsBoundary
+IsDistributiveUOpDSum
+SetMatrix
+IsDuplicateTable
+SetChiefSeriesTF
+IsIsFpMonoidReducedElt
+SetCubeRoot
+SetIsLieAbelian
+IsNrInputsOfStraightLineProgram
+EvaluateRelators
+SetAsList
+SetIsIsomorphismByFinitePolycyclicMatrixGroup
+IsFullSCAlgebra
+SolubleSocle
+SLDegree
+IsIsRightSemigroupIdeal
+IsGeneratorsSmallest
+IsIsPolycyclicPresentation
+HolonomyGroup
+IsRightSemigroupCongruence
+PolycyclicFactorGroupByRelatorsNC
+IsActionHomomorphismByBase
+SetBravaisSupergroups
+IsRelativeOrders
+IsBravaisSupergroups
+IsOddAdditiveNestingDepthObject
+SetFreeSemigroupOfRewritingSystem
+SetGeneratorsOfRws
+SetDirectFactorsFittingFreeSocle
+InverseSubsemigroupNC
+IsPolycyclicCollector
+SetIsWreathProductOrdering
+mod
+SetPCore
+IsTransposedMatrixGroup
+IsMovedPoints
+IsIsBand
+FreeProductOp
+IsAffineCrystGroupOnLeftOrRight
+IsComputedCoveringSubgroups
+IsOrderingOnGenerators
+IsProjectorFunction
+PSLUnderlyingField
+CoreOp
+OrientationModule
+IsGeneratorsOfInverseSemigroup
+PCoreOp
+SetIsZeroGroup
+IsElementOfFpGroup
+SetMaximalSubgroups
+IsAsInverseMonoid
+IsIsSubnormallyMonomial
+IsIsBrandtSemigroup
+SetSemiEchelonMat
+SetUnderlyingInjectionZeroMagma
+IsHolonomyGroup
+IsTrans4Rep
+SetIsPcgsCentralSeries
+IsRelatorsOfFpAlgebra
+IsCliffordSemigroup
+IsMinimizedBombieriNorm
+IsFamilyOfFamilies
+IsIsFreeMonoid
+IsGeneratingPairsOfRightMagmaCongruence
+IsCheapRandomizerAttr
+IsDegreeOfPartialPermSemigroup
+LetterRepWordsLessFunc
+SetGreensJRelation
+SetCeil
+SetCollectionsFamily
+RowLength
+IsIsMatrixModule
+IsMappingByFunctionRep
+IsPrimGrpIterRep
+SetImageOfPartialPermCollection
+SetIsLieSolvable
+SetUnderlyingLieAlgebra
+NormalizerOp
+IsIsPerfectCharacterTable
+SetPcgsPCentralSeriesPGroup
+SetLieDerivedSubalgebra
+SetIdPrimitiveSolvableGroup
+IsElementsFamilyBy8BitsSingleCollector
+IsOrthodoxSemigroup
+HasLowIndexNormalSubgroups
+CoverOf
+SetLGWeights
+IsWeightsTom
+IsUpToDatePolycyclicCollector
+IsComponentRepsOfTransformation
+IsNormalizerInParent
+SetNilpotencyDegree
+IsIsIntegralBasis
+IsGreensRClasses
+IsDegreeOfBinaryRelation
+SetIsRightIdealInParent
+IsComputedIsPSolvables
+RightSemigroupCongruenceByGeneratingPairs
+IsRelativeIndex
+SetStoredGroebnerBasis
+IsAlgebraHomomorphismFromFpRep
+SetMinimalNormalSubgroups
+SetIsNilpotentTom
+IsMappingGeneratorsImages
+SetOrdinaryFormation
+GLDegree
+CopySubVector
+MaximalBlocksOp
+SetIsInducedFromNormalSubgroup
+IsIsRegular
+ExtRepByTailVector
+SetCanEasilySortElements
+IsEquivalenceClassRelation
+SetIsMultGroupByFieldElemsIsomorphism
+Cyclotomic
+IsFamilyForOrdering
+HasPCentralSeries
+IsRightTransversalPermGroupRep
+PlainListCopyOp
+IsSchurExtension
+ExternalOrbitOp
+IsRankOfTransformation
+SetUnderlyingSemigroup
+IsIsomorphismSpecialPcGroup
+IsIsNormalProductClosed
+IsPcpRep
+SetFittingClass
+SetCharacterNames
+SetAdditiveElementAsMultiplicativeElement
+CommonTransversal
+IsIsTransitiveBinaryRelation
+IsIsNaturalAlternatingGroup
+SetDegreeOfPartialPermSemigroup
+IsTwoSidedIdealOp
+SetExponentOfPowering
+SetLGLength
+AugmentationIdealPowerFactorGroup
+SetIsEquivalenceRelation
+IsEmptyRowVectorRep
+IsTrivialLOpEOne
+SetRootsAsMatrices
+IsIsGroupOfAutomorphismsFiniteGroup
+IsWordDecompHomomorphism
+SetIdeals
+IsPcGroupWithPcgs
+/
+LieNBDefinitions
+SetMonoidByAdjoiningIdentity
+IsFreeSemigroupOfFpSemigroup
+SetLog10
+IsMinimalBlockDimension
+SetIsReesMatrixSemigroup
+Randomize
+SetSubgroupsOfIndexTwo
+SetAsSortedList
+IsPrimePowerComponents
+IsEfaSeries
+SetGeneratorsOfAlgebraModule
+IsInvAutomatonCategory
+IsTransformsInversesIntoAdditiveInverses
+ComputedRadicals
+DecompositionTypesOfGroup
+IsZmodnZepsObj
+IsImpossible
+IsNormalSubgroups
+SetPowerS
+IsIsPreOrderBinaryRelation
+SetFrattinifactorId
+IsTrivialLOpEZero
+StoredPermliftSeries
+PermutationCycleOp
+SetUnitarySubgroup
+SetFamilySource
+SetBicyclicUnitGroup
+IsPolynomialRingDefaultGeneratorMapping
+SetIrreducibleRepresentations
+SetCoreInParent
+IsFromTheLeftCollectorRep
+IsIdle
+IsPrimaryGeneratorWords
+SetEmptyRowVector
+IsDomainOfPartialPerm
+SetEANormalSeriesByPcgs
+IsIsQuasiDihedralGroup
+IsFloat
+IsIsPrimeField
+MultiplicativeElementsWithInversesFamilyByRws
+IsIsFullSubgroupGLorSLRespectingSesquilinearForm
+SetPermanent
+OCAddBigMatrices
+SetCodegreeOfPartialPermCollection
+AsSemiringWithOneAndZero
+FittingLength
+PadCoeffs
+ChangedBaseDomain
+SetGeneratorsOfRingWithOne
+SetAbsoluteDiameter
+IsLeftZeroSemigroup
+SetIsNilpotentCharacterTable
+IdIrreducibleSolvableMatrixGroup
+SetIsNaturalGL
+SetComputedPrimeBlockss
+IsPermOnEnumerator
+IsInputTextFileRep
+SetIdentityMapping
+SetAsSemiringWithOne
+SetCheapRandomizerAttr
+AlternatingGroupCons
+SetCoefficientsOfUnivariatePolynomial
+IsExternalOrbitByStabilizerRep
+SetNrMovedPoints
+IsFieldOfMatrixGroup
+IsIsLatticeOrderBinaryRelation
+IsomorphismFpMonoid
+HasPSocleComponents
+IsNilpotentSemigroup
+SetIsParentPcgsFamilyPcgs
+IsGeneratorsOfNearAdditiveGroup
+IsZeroImmutable
+SetNormalizedUnitGroup
+IsFixedPointsOfPartialPerm
+SetLeftOne
+IsAcos
+SetAugmentationIdealNilpotencyIndex
+IsOrthogonalSpaceInFullRowSpace
+CycleLengthsOp
+FreeGroupExtendedAutomaton
+SetIsCompletelyRegularSemigroup
+GeneralLinearGroupCons
+IsInfiniteListOfGeneratorsRep
+SetFamiliesOfGeneralMappingsAndRanges
+IsSupersolvableResiduum
+SetTwoClosure
+SetIsomorphismPartialPermSemigroup
+MembershipTestKnownBase
+ResidueClassUnionCons
+SetIsHandledByNiceMonomorphism
+IsIsPSL
+SetJenningsSeries
+SetGeneratorsOfLeftIdeal
+IsTransformsZeroIntoOne
+SetMinimalNormalPSubgroups
+SetEnumerator
+ReeGroupCons
+IsFusionConjugacyClassesOp
+SetNegativeRoots
+IsComputedInducedPcgses
+IsPadicNumber
+IsGF2MatrixRep
+IsNoninvertiblePrimes
+IsEmbeddingImprimitiveWreathProductPermGroup
+FingerprintOfCharacterTable
+IsCoverOf
+SetIndeterminatesOfPolynomialRing
+SetComputedIsPNilpotents
+SetLieLowerNilpotencyIndex
+IsPowerConjugateCollector
+IsNullMapMatrix
+SetIgs
+DihedralGroupCons
+IsTailInducedPcgsRep
+SetLGLayers
+IsKernelPcWord
+SetPartialClosureOfCongruence
+SetIsSupersolvableCharacterTable
+NormalGeneratorsOfNilpotentResidual
+SetLinesOfStraightLineProgram
+IsRightTransversalFpGroupRep
+SetSupersolubleProjector
+IsAlpha
+NewZeroVector
+IsIsLeftAlgebraModule
+SetDefiningPolynomial
+SetCoefficientsBySupport
+SetTranformsOneIntoZero
+InjectorOp
+LeftSemigroupCongruenceByGeneratingPairs
+IsIsTotal
+SetParametersOfGroupViewedAsGL
+SetIsIrreducibleMatrixGroup
+IsInfiniteListOfNamesRep
+IsPSL
+MaximalSubgroupClassesByIndexOp
+IsTanh
+SemigroupCongruenceByGeneratingPairs
+SetOrthogonalSpaceInFullRowSpace
+IsIsPerfectTom
+CyclicTopExtensions
+IsIsOrderingOnFamilyOfAssocWords
+IsIndicesPCentralNormalStepsPGroup
+IsReesMatrixSemigroupOfFamily
+RoundCycDown
+SetEquivalenceClassRelation
+SetTransposedMatImmutable
+IsInternalRepGreensRelation
+IsBettiNumbers
+IsSignPerm
+IsIsSimpleAlgebra
+ComputedCyclicExtensionsTom
+SetIsAutomorphismGroup
+AsInverseSubsemigroup
+SetComputedPSocleSeriess
+OCAddRelations
+IsAsPolynomial
+IsSize
+SetBilinearFormMat
+SetAsInverseMonoid
+IsBasisOfMatrixField
+StraightLineProgramFromStraightLineDecision
+CharacteristicSubgroups
+OneInvariantSubgroupMaxWrtNProperty
+IsDClassOfLClass
+IsInfoText
+CanEasilyDetermineCanonicalRepresentativeExternalSet
+SetRowLength
+AdjoinedIdentityFamily
+IsRadicalFunction
+IsKnowsHowToDecompose
+IsMutableBasisByImmutableBasisRep
+SetNrInputsOfStraightLineProgram
+CoKernel
+SetSubdirectProductInfo
+IsLieDerivedSubalgebra
+IsIsAssociative
+TraceField
+IsGeneratorsOfNearAdditiveMagma
+SetPcpGroupByEfaSeries
+SetIsZxZ
+IsIsGroupOfAutomorphisms
+IsSporadicSimpleGroup
+GeneratorsOfExtASet
+IsIS_POSS_LIST
+GlobalPartitionOfClasses
+IsAsSemiring
+PartialClosureOfCongruence
+SetPointGroup
+IsSemiEchelonMat
+SetIsElementaryAbelian
+SolubleSocleComponents
+SetIsCanonicalNiceMonomorphism
+IsLeftSemigroupCongruence
+SetPSocle
+IsIndexInParent
+IsIsFullMatrixModule
+IsIsQuasiPrimitive
+IsCoKernelOfAdditiveGeneralMapping
+NormalTorsionSubgroup
+IntegerPrimitiveElement
+SetIsFullTransformationSemigroup
+Unpack
+AsNearRing
+SetQuotientSemigroupCongruence
+IsNrSubsTom
+SetIsSemiRegular
+SetIsEndoGeneralMapping
+IsRangeRep
+IsNilpotencyClassOfGroup
+FusionsToLibTom
+IsOrdinaryCharacterTable
+SymplecticGroupCons
+SetIsRightSemigroupCongruence
+SetIdentifiersOfDuplicateTables
+IsDenominatorOfRationalFunction
+IsChiefSeriesTF
+IsIsAbelianTom
+IsRankOfPartialPermCollection
+SetSylowComplement
+IsFittingSetRep
+IsAttributeStoringRep
+ContainsTrivialGroup
+IsMonogenicSemigroup
+IsExternalSetByPcgs
+IsIntegerDefiningPolynomial
+IsCharacterNames
+IsPartialOrderOfHasseDiagram
+SetIsRingOfIntegralCyclotomics
+IsNormalBase
+SetIsomorphismMatrixFLMLOR
+IsFGA_WhiteheadAutomorphisms
+IsGeneratorsOfRightOperatorAdditiveGroup
+SetComputedCyclicExtensionsTom
+IsNrComponentsOfPartialPerm
+IsRankMat
+SetProjectiveOrder
+IsCongruenceClass
+SetIsFiniteSemigroupGreensRelation
+IsModuloPcgsFpGroupRep
+IsLieMultiplicator
+IsTzOptions
+IsSymmetricPowerElement
+IsOneOfPcgs
+IsComplexFloat
+SetCentralizerInGLnZ
+SetRationalizedMat
+IsSchurExtensionEpimorphism
+IsClassPositionsOfKernel
+IsConjugacyClassesSubgroups
+SetIsSpecialLinearGroup
+IsGap3CatalogueIdGroup
+NormalHallSubgroups
+SetStoredPermliftSeries
+SetAutomorphismDomain
+SetIsPcgsPCentralSeriesPGroup
+FrattinifactorSize
+SetComputedMaximalSubgroupClassesByIndexs
+EvaluateOverlapANA
+SetAsMagma
+SetCanEasilyDetermineCanonicalRepresentativeExternalSet
+FPFaithHom
+SetLENGTH
+IsElementaryAbelianSeriesLargeSteps
+IsNormalizersTom
+IsBaseOrthogonalSpaceMat
+IsKernelOfTransformation
+SetWeylGroup
+SetNormalizerInParent
+IsNaturalHomomorphismOfLieAlgebraFromNilpotentGroup
+IsAugmentedCosetTableMtcInWholeGroup
+IsZeroSemigroup
+IsGroupOfUnitsOfMagmaRing
+NormalMaximalSubgroups
+SetGeneratingPairsOfLeftMagmaCongruence
+SetConfluentRws
+IsIsPQuotientSystem
+IsSubspacesVectorSpaceDefaultRep
+CollectWordOrFail
+RightMagmaCongruenceByGeneratingPairs
+IsObjWithMemoryRankFilter
+SetAlternatingDegree
+SetGeneratingPairsOfMagmaCongruence
+TensorProductOp
+SetIdentifier
+SetClassPositionsOfElementaryAbelianSeries
+IsPerfectLibraryGroup
+SetRadicalOfAlgebra
+IsSPMappingByFunctionRep
+HasSylowComplement
+IsImageListOfPartialPerm
+IsMonoidByAdjoiningIdentity
+SetIsLatticeOrderBinaryRelation
+AsWordLetterRepInFreeGenerators
+IsOddAdditiveNestingDepthFamily
+IsCoefficientsAndMagmaElements
+SetMaxes
+IsCosetTableNormalClosureInWholeGroup
+SubdirectProductOp
+SetStraightLineProgramsTom
+IsIsGeneratorsOfInverseSemigroup
+SetMoebiusTom
+IsIsPrimitiveSolubleGroup
+IsIsIrreducibleCharacter
+IsLinesOfStraightLineProgram
+SetElementaryAbelianSubseries
+SemidirectFactorsOfGroup
+SetIsSmallList
+IsRightTransversalViaCosetsRep
+IsGroupOfPcgs
+IsIsFullRowModule
+IsAlgebraGeneralMappingByImagesDefaultRep
+IsGF2VectorRep
+SetInducedPcgsWrtFamilyPcgs
+SetExtensionInfoCharacterTable
+SetReesMatrixSemigroupOfFamily
+SetIsConfluent
+Is8BitsAssocWord
+IsFamilyOverFullCoefficientsFamily
+IsKernelOfAdditiveGeneralMapping
+AsSubFLMLOR
+IsAsSSortedList
+IsIsCyclicTom
+SetUpperFittingSeries
+SetIsFreeAbelian
+IsCsc
+SetInnerAutomorphismsAutomorphismGroup
+SetIsOrthodoxSemigroup
+IsCentralIdempotentsOfSemiring
+IsCanEasilyCompareElements
+SetPrimePowerComponents
+LGHeads
+IsOutputTextNoneRep
+IsSubfields
+ComputedAugmentationIdealPowerFactorGroups
+InverseSubmonoidNC
+IsPackedElementDefaultRep
+SetCoveringSubgroup
+IsIndicesNormalSteps
+NaturalBijectionToAssociativeAlgebra
+IsAssociativeUOpEProd
+IsFrattiniSubgroup
+OCAddSumMatrices
+SetIsWellFoundedOrdering
+IsLieUpperNilpotencyIndex
+IsDefaultRhsTypeSingleCollector
+SetMonomialExtrepComparisonFun
+GeneratingPairsOfLeftMagmaCongruence
+Density
+MeetMagmaCongruences
+SetIsPerfectTom
+IsAssociativeAOpDSum
+SetComputedSylowSubgroups
+IsPGAutomorphismRep
+IsMid
+SetGeneratorsOfMagmaWithOne
+PositionFirstComponent
+IsIsBuiltFromAdditiveMagmaWithInverses
+SetCanonicalGenerators
+IsCanonicalBasisFullSCAlgebra
+SetSemiSimpleEfaSeries
+SetDimensionBasis
+SetLieMultiplicator
+SetIsomorphismPcpGroup
+IsPolyInfiniteCyclicGroup
+SetTableOfMarks
+IsIsFiniteSemigroupGreensRelation
+SetNormalBase
+SetIsFullSubgroupGLorSLRespectingSesquilinearForm
+IsModuloPcgsPermGroupRep
+SetLieCentre
+IsSubsetInducedPcgsRep
+IsEnumeratorByPcgsRep
+SetAcos
+IsPcpsOfEfaSeries
+IsArgument
+SetAsNearRing
+SetNestingDepthM
+IsInverseGeneralMappingRep
+IsIsSimpleGroup
+SetAsSemigroup
+IsTorsionSubgroup
+SetGaloisStabilizer
+SetIsAffineCrystGroupOnLeftOrRight
+SetNilpotentBasis
+IsPointHomomorphism
+SetConjugacyClassesPerfectSubgroups
+SetNrConjugacyClasses
+IsFactorOrder
+SetComputedProjectors
+SetRelativeOrderNC
+SetStraightLineProgElmType
+IsIsVirtualCharacter
+LowerFittingSeries
+SetFittingLength
+SetIsBuiltFromAdditiveMagmaWithInverses
+IsLENGTH
+ConjugatingMatTraceField
+TransParts
+IsTestSubnormallyMonomial
+.
+IsFittingFormation
+IsDirectSumElement
+SetTestMonomial
+SetDiscriminant
+IsCoefficientsBySupport
+WeightedBasis
+SetIsInnerAutomorphism
+IsRightAlgebraModule
+IsFrattiniFree
+SetRankOfPartialPermCollection
+{}
+CoveringSubgroupOp
+FreeMonoidOfFpMonoid
+IsRelationsOfFpSemigroup
+IsCoth
+IsIdentifier
+SetRelativeOrderPcp
+SetIsSporadicSimpleGroup
+IsCot
+SetIsBuiltFromSemigroup
+IsRealPart
+IsIsLieMetabelian
+IsIsAdditivelyCommutative
+SetIsPolynomial
+SetIsBasicWreathProductOrdering
+IsFpElementNFFunction
+IsImprimitivitySystems
+ElementByRws
+CanonicalPcgsWrtHomePcgs
+SetIsCanonicalBasisFullRowModule
+SetLessThanFunction
+IsNiceFreeLeftModuleInfo
+SetLGTails
+SetAdjointBasis
+ClassPositionsOfSolvableResiduum
+Is8BitMatrixRep
+OCCoprimeComplement
+UseLibraryCollector
+SetBlocksAttr
+ComputedPCentralSeriess
+SetLowIndexNormalSubgroups
+SetEquivalenceClasses
+IsReverseNaturalPartialOrder
+SetGreensHClasses
+SetGreensJClasses
+IsIrreducibleMatrixGroupOp
+IsPSLUnderlyingField
+IsIEEE754PseudoField
+QuasiDihedralGenerators
+IsNegativeRootVectors
+SetIsFreeMonoid
+IsMaximalNormalSubgroups
+SetSemidirectProductInfo
+SetClassPositionsOfUpperCentralSeries
+IsAsPermutation
+SetDimensionsLoewyFactors
+IsIdIrreducibleSolvableMatrixGroup
+IsMonoidOfRewritingSystem
+IsLieDerivedSeries
+IsClassNames
+IsFittingProductRep
+SetIsMonomialGroup
+IsSemigroupGeneralMappingRep
+SetIsQuasiDihedralGroup
+IsClassPositionsOfSupersolvableResiduum
+SpecialOrthogonalGroupCons
+IsSaturated
+IsCoeffsModConwayPolRep
+ProjectiveGeneralUnitaryGroupCons
+IsIsColorGroup
+SetSLUnderlyingField
+IsCheckingMatrix
+FieldOfUnitGroup
+SetAutomorphismsOfTable
+ColorPermGroup
+GetConjugateNC
+IsIsCliffordSemigroup
+IsEmbeddingDirectProductPermGroup
+IsZ_pi
+DxPreparation
+IncludedLines
+AdditivelyActingDomain
+IsAdditivelyActingDomain
+IsNonSPMappingByFunctionRep
+IsCoverHomomorphism
+QuaternionGenerators
+SetAsPermutation
+IsTrunc
+SetRightTransversalInParent
+DirectProductElement
+IsStoredExcludedOrders
+SetIsPolycyclicGroup
+SetEquivalenceRelationPartition
+IsIsGeneratorsOfSemigroup
+IsAtomicPositionalObjectRep
+SetIsResidueClass
+IsNegativeRoots
+SetRespectsScalarMultiplication
+SetKernelOfMultiplicativeGeneralMapping
+SetRepresentativeSmallest
+IsomorphismFpGroupByCompositionSeries
+IsSubsetInducedNumeratorModuloTailPcgsRep
+IsIrrConlon
+SetDerivative
+IdGraphNC
+SetLieCentralizerInParent
+SetNiceFreeLeftModule
+HasCoveringSubgroup
+IsGreensHClasses
+SetLargestMovedPoint
+FittingFreeLiftSetup
+SetIsNormalBasis
+SetIsPartialOrderBinaryRelation
+IsDistributiveLOpDProd
+IsTriangularizableMatGroup
+SetFixedPointsOfPartialPerm
+IsDepthOfUpperTriangularMatrix
+SetAsDuplicateFreeList
+IsNrMovedPoints
+SetPowerANC
+IsPositionsList
+IsIsNontrivialDirectProduct
+RepresentativeStabilizingRefinement
+SetGeneratorsOfNearAdditiveMagmaWithZero
+IsImagesSmallestGenerators
+BassCyclicUnit
+UnitGroup
+IsSubdirectProductInfo
+IsCanonicalBasisIntegersRep
+IsGeneratorsOfDomain
+GetLenFrom8Bytes
+SetIndeterminateOfUnivariateRationalFunction
+IsInternalBasis
+IsLVarsBag
+SetDegreeOfPartialPermCollection
+IsLieNormalizerInParent
+DimensionBasis
+IsLog2
+IsCartanSubalgebra
+IsCentralizerInParent
+IsInfBitsAssocWord
+SetLog1p
+MathieuGroupCons
+SetExternalOrbitsStabilizers
+SetComputedAgemos
+SetIsPSL
+IsDistributiveLOpDSum
+SetRules
+SetSocleDimensions
+SetRealPart
+IsTestRelativelySM
+SetDimensionOfMatrixGroup
+SetIsZeroMultiplicationRing
+SetCommutatorANC
+IsLieMetabelian
+SetIsVirtualCharacter
+SetConstantTimeAccessList
+IsRectangularBand
+IsLeviMalcevDecomposition
+IsIsWholeFamily
+IsIsLeftActedOnByDivisionRing
+IsIndexInWholeGroup
+Radical
+IsGeneratorsOfMagmaWithInverses
+SetRandomizerAttr
+IsSmallestGeneratorPerm
+IsBlowUpIsomorphism
+SetGeneratorsOfMagmaIdeal
+IsUnicodeString
+IsIsSingleValued
+IsFloatRationalFunction
+SetSubnormalSeriesInParent
+SetIrrFacsAlgExtPol
+AdditiveElementAsMultiplicativeElement
+{}:=
+NilpotentBasis
+SetWyckoffOrbit
+SetConstituentsOfCharacter
+IsSchunckClass
+SetIsIntegralRing
+IsComputedLowIndexNormalSubgroupss
+SetUnderlyingGeneralMapping
+SetComputedIndicators
+IsSlicedPerm
+IsPolynomialCollector
+IsCocVecs
+LeadingExponent
+IsMagmaWithZeroAdjoinedElementRep
+SubdirectProductInfo
+AsWordLetterRepInGenerators
+IsIsConfluent
+IsMinimalStabChain
+AsSemiringWithOne
+IsIrrFacsAlgExtPol
+PSocleComponents
+IsTransitivity
+SetInf
+Multiplicity
+IsAdjointModule
+IsInjectorFunction
+IsChiefSeries
+SemiringByGenerators
+GeneralSemilinearGroupCons
+SetSourceOfIsoclinicTable
+SetConjugateNC
+SetIsRelativelySM
+IsInf
+GLUnderlyingField
+IsIsomorphismPcpGroup
+Induced
+SetElementaryAbelianSeriesLargeSteps
+IsLieSolvableRadical
+ResidualFunction
+IsIsGroupRing
+SetClassPermutation
+IsRespectsAdditiveInverses
+IsSolubleSocleComponents
+BaseField
+SetFGA_Source
+SetIsNaturalAlternatingGroup
+FCCentre
+TzRules
+IsUnitGroupOfGroupRing
+SetSylowSubgroup
+SetDirectSumDecomposition
+SetAdditiveNeutralElement
+SetGreensRRelation
+IsIsAffineCrystGroupOnRight
+IsPPerm4Rep
+IsAsin
+IsLieFamily
+IsIsImpossible
+IsIsSubgroupClosed
+SetInternalRepGreensRelation
+IsConjugates
+SetIsomorphismTypeInfoFiniteSimpleGroup
+IsRightCosetDefaultRep
+HasResidual
+IsLaurentPolynomialsFamily
+ClosureSemiring
+SetHomeEnumerator
+OmegaSeries
+SetUnderlyingGroup
+SetDerivedSubgroup
+IsAsStraightLineProgram
+BlocksAttr
+CASInfo
+IsSymmorphicSpaceGroup
+IsResidueClassUnionClassListRep
+OCAddToFunctions2
+IsAutomorphismsOfTable
+RightActingDomain
+IsSmallestMovedPoint
+IsNormalizerInGLnZBravaisGroup
+IsIsSolvableGroup
+IsZeroCyc
+SetAdditiveElementsAsMultiplicativeElementsFamily
+IsCompletelyRegularSemigroup
+SetRelativeOrder
+WyckoffGraph
+IsIsVectorSpaceHomomorphism
+SetDimension
+IsIS_SSORT_LIST
+NormalComplementNC
+IsFreeMonoidOfFpMonoid
+IsAugmentation
+IsCochainsSpace
+IsCodegreeOfPartialPermCollection
+IsFModularGroupAlgebra
+IsGeneratorsOfEquivalenceRelationPartition
+IsIdeals
+SetSech
+ComputedPCores
+IsIsWreathProductOrdering
+IsIsCommutativeSemigroup
+PreImageFittingSet
+IsFile
+SetKernelOfCharacter
+ComputedProjectors
+FormationProduct
+SetGaloisType
+HasHallSubgroup
+ForAllOp
+ListOp
+GaloisGroupOnRoots
+SetLargestNrSlots
+IsRelationsOfFpMonoid
+IsCentre
+Residual
+SetIsPInfinity
+SetLClassOfHClass
+IsIsResidueClassWithFixedRepresentative
+IsRingOfIntegralCyclotomics
+SetComponentRepsOfPartialPerm
+IsAutomorphismGroupOfFreeGroup
+IsDenseCoeffVectorRep
+IsTzRules
+AdjoinedIdentityDefaultType
+IsSortDictionary
+SetTzOptions
+SetIsPolynomialCollector
+IsAsGroupGeneralMappingByImages
+SetNiceNormalFormByExtRepFunction
+SetBrauerCharacterValue
+IsComputedAscendingChains
+SetWyckoffPositions
+SetIsQuasiPrimitive
+IsKernelOfMultiplicativeGeneralMapping
+SetFiniteSubgroupClasses
+SetComponentsOfTransformation
+SetIsTranslationInvariantOrdering
+LocalDefinitionFunction
+GetHashEntryAtLastIndex
+IsSpaceGroup
+IsRepresentativesContainedRightCosets
+IsIsomorphismByFinitePolycyclicMatrixGroup
+RepresentationIsomorphism
+SetResidual
+IsUnderlyingSemigroupFamily
+IsNiceMonomorphism
+IsNiceBasis
+Injector
+SetRespectsMultiplication
+OccuringVariableIndices
+AlternatingDegree
+SetFGA_NielsenAutomorphisms
+IsIsHomomorphismIntoMatrixGroup
+IsIsomorphismPcGroup
+SetDomainOfPartialPermCollection
+IsResidueClassUnionOfZorZ_pi
+Descendants
+SetFrattiniSubgroup
+IsDerivedSeriesOfGroup
+IsIsCanonicalBasis
+IsWyckoffGraph
+SetDClassOfRClass
+SetSmallestGeneratorPerm
+StringDotSuffix
+SetRootOfDefiningPolynomial
+MultMatrix
+SetIsFpSemigpReducedElt
+SetComputedInducedPcgses
+SetGreensLClasses
+IsLessThanOrEqualFunction
+IsRepresentativeSmallest
+SetIsSymmetricBinaryRelation
+SetPrimeDivisors
+IsCentralizerInGLnZ
+SetNonAbelianExteriorSquare
+SetIsTotal
+IsIsNormalSubgroupClosed
+IsPrimitiveElement
+IsFreeGroupOfFpGroup
+SetTransitiveIdentification
+ImprimitivitySystemsOp
+SetRootSystem
+_GapToJsonStreamInternal
+IsComplexFloatInterval
+SetSocleComponents
+SetPCentralLieAlgebra
+IsGeneratingPairsOfLeftMagmaCongruence
+IsSocleTypePrimitiveGroup
+SetIsLeftActedOnByDivisionRing
+SetSec
+SetTrace
+ReversedOp
+Class
+SetStoredExcludedOrders
+IsDistributiveLOpEProd
+IsIsFromAffineCrystGroupToPcpGroup
+IsMutableBasisOfGaussianRowSpaceRep
+IsIsShortLexOrdering
+IsAffineNormalizer
+IsAsNearRing
+SetIsLieNilpotent
+WyckoffOrbit
+IsIdempotentsTom
+SetMinimizedBombieriNorm
+FreeProductInfo
+FieldOfMatrixList
+SetDeterminantMat
+BettiNumbers
+IsEarns
+FittingProduct
+SetIsHasseDiagram
+SetCayleyGraphDualSemigroup
+IsModuloTailPcgsRep
+SetComputedLowIndexNormalSubgroupss
+IsValuesOfClassFunction
+SetActingDomain
+InducedPcgsOp
+IsElementaryAbelianSeries
+SetRankOfTransformation
+IsCanonicalBasisCyclotomicFieldRep
+NewCompanionMatrix
+SetCentre
+SetIsAssociative
+Is32BitsPcWordRep
+IsCentralNormalSeriesByPcgs
+DihedralDepth
+SetZeroImmutable
+SetIsSeparablePolynomial
+SetIsGeneralizedCartanMatrix
+SetMinimalSupergroupsLattice
+RanksOfDescendingSeries
+IsGeneratorsOfSemiringWithZero
+SetGeneratorsOfExtLSet
+IsRealClasses
+IsConjugacyClassPermGroupRep
+IsFreeGroupAutomaton
+Root
+IsDenominatorOfModuloPcgs
+SetQuotientSemigroupHomomorphism
+GeneratorsAndInverses
+NaturalHomomorphismByNormalSubgroupNCOp
+IsAffineCrystGroupOfPointGroup
+IsIsFreeSemigroup
+IsDClassOfHClass
+IsOrientationModule
+MinimalBlockDimensionOfMatrixGroupOp
+SetAbelianInvariantsOfList
+IsCombinatorialCollectorRep
+AtlasRepInfoRecord
+SetSubrings
+IsNormalProductClosed
+IsMappingByFunctionWithInverseRep
+GeneralUnitaryGroupCons
+SetDefaultFieldOfMatrix
+IsJenningsLieAlgebra
+SetComputedPCores
+Unbind.
+IsNilpotencyDegree
+SetGamma
+SetDimensionOfVectors
+IsAssociatedFpSemigroup
+ConstructingFilter
+Involution
+IsFittingSubgroup
+NormalizerInParent
+IsLowerCentralSeriesOfGroup
+IsIsFiniteDimensional
+IsActionHomomorphismSubset
+SetClassPositionsOfSupersolvableResiduum
+CopySubMatrix
+ActionHomomorphismAttr
+IsComputedPSocleSeriess
+ProcessID
+IsIsMonoidAsSemigroup
+IsLieDerivedLength
+FGA_NielsenAutomorphisms
+CosetTableNormalClosure
+SetNgs
+IsCanonicalPcgsWrtFamilyPcgs
+ResultOfStraightLineDecision
+ComputedAscendingChains
+IsClassByUnionRep
+NameTag
+IsFullFpAlgebra
+FusionsOfLibTom
+IsMatrixObj
+SetUnderlyingExternalSet
+SplittedClass
+IsIsLieNilpotentOverFp
+IsGeneratorsOfRing
+TransformsAdditiveInversesIntoInverses
+SetNestingDepthA
+IsProjectionSubdirectProductPermGroup
+SemiSimpleEfaSeries
+SetCgs
+SetInternalBasis
+SetIsFromAffineCrystGroupToFpGroup
+IsCoefficientsFamily
+ExtensionInfoCharacterTable
+IsIndeterminateNumberOfUnivariateRationalFunction
+IsKernelOfCharacter
+StabilizerFuncOp
+SetMultiplicativeZero
+SetIsFpMonoidReducedElt
+FrattinifactorId
+IsIsZeroMultiplicationRing
+SetIsAffineCrystGroupOnRight
+HasInjector
+IsSymmetricDegree
+LieUpperNilpotencyIndex
+Superlattices
+SetCommutatorFactorGroup
+IsCanEasilySortElements
+IsIsSupersolvableGroup
+SetImagesSource
+SetClassPositionsOfMinimalNormalSubgroups
+IsCubeRoot
+IsOrder
+SetPositiveRootsAsWeights
+IsGaloisGroup
+IsUnicodeCharacter
+SetIsLeftSemigroupIdeal
+SetConjugatorOfConjugatorIsomorphism
+SetClassNames
+SetIsCentralFactor
+SetParametersOfGroupViewedAsSL
+MinimalPolynomialMatrixNC
+IsNiceFreeLeftModule
+IsBoundaryFunction
+SetSemiEchelonMatTransformation
+ExtractSubVector
+IsDimensionsMat
+SetMatTom
+AsSemiringWithZero
+IsStoredPermliftSeries
+IsIsZeroSimpleSemigroup
+SetReverseNaturalPartialOrder
+IsIsLDistributive
+ComputedSylowSubgroups
+SetLongestWeylWordPerm
+IsFittingClass
+IsSmallList
+SetIsFullRowModule
+IsNullspaceIntMat
+IsInducedPcgsWrtHomePcgs
+SetCycleStructurePerm
+IsUnionOfResidueClassesOfGFqxWithFixedRepresentatives
+SetComputedMinimalBlockDimensionOfMatrixGroups
+IsAsGroup
+IsUnderlyingField
+IsFreeMonoid
+SetClassPositionsOfDerivedSubgroup
+IsObjToBePrinted
+IsNrComponentsOfTransformation
+ParListByFork
+SetIsLDistributive
+IsCharacteristicOfField
+SetFamilyRange
+SetNormalSubgroupClassesInfo
+IsCollectionsFamily
+SetAlmostCrystallographicInfo
+IsNormalForm
+IsRadicalOfAlgebra
+IsSpaceOfElementsOfMagmaRing
+SchunckClass
+IsAlgebraicExtensionPolynomialRing
+IsConfluentRws
+SetConjugatingMatTraceField
+TrivialGroupCons
+IsGroupBases
+IsNrConjugacyClasses
+SetIsMonogenicSemigroup
+IsIsSeparablePolynomial
+IsInverseGeneralMapping
+IsFusionsOfLibTom
+SetAssociatedConcreteSemigroup
+SetIsSkewFieldFamily
+IsCgs
+LargestNrSlots
+IsComputedPRumps
+SetRelationsOfFpMonoid
+IsTensorElement
+IsKnowsDeligneLusztigNames
+SetComplementSystem
+IsMonomialElementRep
+IrrFacsAlgExtPol
+NumberOp
+SetAntiIsomorphismTransformationSemigroup
+UnionOfResidueClassesWithFixedRepresentativesCons
+SetIsWordDecompHomomorphism
+IsDefiningPolynomial
+SolutionMatNoCo
+FamilyForRewritingSystem
+IsRightActingRingOfIdeal
+IsEpimorphismSchurCover
+IsCanonicalPcgsWrtHomePcgs
+SetTestQuasiPrimitive
+IsIsTransitive
+SetCayleyGraphSemigroup
+SetIsSurjective
+ProjectivesInfo
+ConstructionInfoCharacterTable
+IsomorphismFpFLMLOR
+SetLieAlgebraByDomain
+Rho
+SetZuppos
+IsExtUSet
+OrbitLengthOp
+OCAddComplement
+Degree
+IsIsNormalForm
+WyckoffStabilizer
+IsNonAbelianExteriorSquare
+SetIsNormalProductClosed
+LdExp
+SetMid
+SetIsPrimitiveAffine
+SetSizesConjugacyClasses
+IsIrreducibleMatrixGroup
+CentralizesLayer
+SetNrComponentsOfPartialPerm
+IsComplexI
+IsBasisFiniteFieldRep
+IsIsResiduallyClosed
+RepresentativeActionOp
+IsIsConstantRationalFunction
+IsZeroCoefficient
+InvAutomatonInsertGenerator
+SetSin
+ImprimitivitySystems
+IsDirectFactorsFittingFreeSocle
+IsAsSemigroup
+IsColorHomomorphism
+IsGeneratorsOfRingWithOne
+IsStraightLineDecision
+IsLeftAlgebraModule
+FpElementNFFunction
+SetPcpsOfEfaSeries
+IsIdempotentGenerated
+IsIsRightAlgebraModule
+Is8BitsSingleCollectorRep
+SetIsMember
+ResidueListRep
+IsTomDataAlmostSimpleRecognition
+IsConstructionInfoCharacterTable
+RepresentativesMinimalBlocksOp
+IsGeneratorsOfMagmaWithOne
+SetCsch
+SetHolonomyGroup
+SetGeneratorsOfEquivalenceRelationPartition
+IsPcUnits
+ColorHomomorphism
+SetCosetTableOfFpSemigroup
+SetIsPModularGroupAlgebra
+SetIsFlatKernelOfTransformation
+SetAssociatedFpSemigroup
+UpperCentralSeries
+SetOrientationModule
+SetIndicesEANormalSteps
+IsInvariantSesquilinearForm
+SemigroupHomomorphismByImagesNC
+IsIsNormalBasis
+IsIsFpSemigpReducedElt
+IsTwoClosure
+ExcludedElements
+IsNonGaussianRowSpace
+SetIndicesPCentralNormalStepsPGroup
+IsDataAboutSimpleGroup
+SetIsMatrixModule
+IsQuotientSemigroupPreimage
+IsAntiIsomorphismTransformationSemigroup
+SetPreImagesRange
+IsIsIntegralCyclotomic
+IsErf
+NormalComplement
+IsOrbitStabilizingParentGroup
+IsGroupAsSemigroup
+SetComputedImprimitivitySystemss
+IsDefaultFieldOfMatrixGroup
+IndexOp
+ProjectiveSpecialUnitaryGroupCons
+IsFrattinifactorId
+SetCompositionSeries
+IsFreeGroupExtendedAutomaton
+SetIsTriangularizableMatGroup
+SetIsBrandtSemigroup
+MinimalNormalPSubgroups
+IsLeftOne
+GroupByQuotientSystem
+IsLGFirst
+IsComputedPSocleComponentss
+SetDegreeOfLaurentPolynomial
+IsUnderlyingCharacterTable
+IsIsomorphismMatrixFLMLOR
+SetCoefficientsOfUnivariateRationalFunction
+SetIsPcgsElementaryAbelianSeries
+CayleyGraphDualSemigroup
+IsIsSupersolvableCharacterTable
+CorrespondingPermutations
+IsIsSimpleSemigroup
+LowIndexSubgroupClassesOp
+BicyclicUnitOfType2
+SetSchurExtensionEpimorphism
+CyclicallyReducedWord
+IsNormalizerInHomePcgs
+LieAlgebraByDomain
+AsOrdinaryUnionOfResidueClasses
+SetIsPseudoCanonicalBasisFullHomModule
+IsComputedSylowSubgroups
+IsClassByPropertyRep
+IsDecompositionMatrix
+SetClassPositionsOfSolvableResiduum
+SetLowerFittingSeries
+IsFreeProductInfo
+IsInfoClassListRep
+SetGeneratorsOfDomain
+IsSupersolvableCharacterTable
+FroidurePinSimpleAlg
+CanComputeFittingFree
+Boundary
+SetGeneratorsOfNearAdditiveMagma
+IsCanonicalPcgsWrtSpecialPcgs
+IsBasisOfLieAlgebraOfGroupRing
+IsIsRowModule
+SetExpm1
+FGA_States
+IsPcgsPermGroupRep
+AugmentationIdealOfDerivedSubgroupNilpotencyIndex
+SetColorSubgroup
+IsUnderlyingExternalSet
+IsCanonicalGreensClass
+SetElementTestFunction
+SetKernelOfTransformation
+SetNorm
+NotifiedFusionsOfLibTom
+IsClassPositionsOfSolvableResiduum
+SetMaximalSubgroupsTom
+SetConjugates
+ProjectiveSpecialLinearGroupCons
+IsTransformsAdditionIntoMultiplication
+CanonicalGreensClass
+ComputedIsPSolvables
+SetIsFamilyPcgs
+PositionLastNonZero
+IsNormalSubgroupClosed
+SetClassTypesTom
+IsUnderlyingRingElement
+IsIsNumeratorParentPcgsFamilyPcgs
+AsInducedPcgs
+IsAssociativeROpDProd
+IsIsSpecialPcgs
+SetIsTwoSidedIdealInParent
+SchurExtension
+SetInvariantForm
+IsHomomorphismIntoMatrixGroup
+IsLinearCharacters
+IsIsAlgebraModule
+IsSylowSystem
+IsLieUpperCodimensionSeries
+IsLeftActingAlgebra
+IsAsSubgroupOfWholeGroupByQuotient
+IsGLDegree
+IsDerivative
+IsIsLieAlgebraWithNB
+IsIsFiniteOrdersPcgs
+SetCharacterTableIsoclinic
+IsQuaternionGroup
+SetRightActingGroup
+IsSmallestImageOfMovedPoint
+IsIntFFE
+IsGroupAlgebra
+IsFamilyForRewritingSystem
+SetLeftActingDomain
+SetAbelianInvariants
+IsComputedIsIrreducibleMatrixGroups
+IsExtRepNumeratorRatFun
+IsFamilySource
+SetModulusOfZmodnZObj
+IsNumeratorOfModuloPcgs
+SetIsomorphismSpecialPcGroup
+IsSuccessors
+SetCharacterDegrees
+SetIsomorphismMatrixField
+IsIsSymmetricInverseSemigroup
+ParametersOfGroupViewedAsGL
+SyllableRepAssocWord
+EpimorphismNilpotentQuotientOp
+SetEarns
+SylowComplementOp
+IsCycleStructurePerm
+IsIsDuplicateFree
+SetNaturalBijectionToPcNormalizedUnitGroup
+SetCONDUCTOR
+IsNotifiedFusionsOfLibTom
+IsSmallGeneratingSet
+IsParametersOfGroupViewedAsSL
+SetNamesLibTom
+IsCoefficientsOfUnivariatePolynomial
+SetIsPcgsChiefSeries
+SetDomainOfPartialPerm
+SetIsomorphismSimplifiedFpGroup
+SetDelta
+ParametersOfGroupViewedAsPSL
+IsIsomorphismReesMatrixSemigroup
+SetConjugacyClassesSubgroups
+IsGreensJClasses
+IsIsZ_pi
+DihedralGenerators
+IsOverlappingFree
+SetDenominatorOfRationalFunction
+SetClassPositionsOfMaximalNormalSubgroups
+NormalizedUnitGroup
+SetEpimorphismFromFreeGroup
+SetWyckoffStabilizer
+SetJenningsLieAlgebra
+IsLevelsOfGenerators
+IsIsLeftZeroSemigroup
+ActionKernelExternalSet
+ExponentSums
+SetMaximalOrderBasis
+SetProjectorFunction
+IsLGLayers
+SetRelationsOfFpSemigroup
+SymmetricGroupCons
+ZeroMatrix
+IOHub
+SetMappingGeneratorsImages
+SetMaximalNormalSubgroups
+IsExtASet
+PcNormalizedUnitGroup
+SetTorsionSubgroup
+IsIsCanonicalPcgs
+IsRepresentative
+IsIsGroupAsSemigroup
+SetIsGroupAsSemigroup
+SetCartanSubalgebra
+SetGaloisGroupOnRoots
+SetComputedResiduals
+IsUnderlyingAssociativeAlgebra
+IsomorphismMatrixFLMLOR
+IsImageSetOfTransformation
+IsSemiSimpleType
+IsSearchTable
+FGA_WhiteheadParams
+SetUnderlyingCharacteristic
+IsPowerS
+SetRespectsAddition
+[]:=
+SetIsWeightedCollector
+IsLargestImageOfMovedPoint
+SetIsOne
+IsPowerSubalgebraSeries
+SetHallSubgroup
+SetSocleComplement
+TeXObj
+SetIrr
+SetIsGroupHClass
+SetHashEntryAtLastIndex
+IsFieldElementsSpace
+IsClassPositionsOfMaximalNormalSubgroups
+IsIsGroupOfUnitsOfMagmaRing
+IsGeneratorsOfLeftOperatorAdditiveGroup
+IsEmbeddingProductActionWreathProductPermGroup
+IsIsIsomorphismByPolycyclicMatrixGroup
+SetLieNBDefinitions
+IsIsFullFpAlgebra
+SetPositiveRootVectors
+IsSkewFieldFamily
+IsFreeGeneratorsOfFpGroup
+SetIsFromAffineCrystGroupToPcpGroup
+SetFactorOrder
+IsDihedralGenerators
+ComputedSylowComplements
+DeligneLusztigName
+AugmentationIdealPowerSeries
+SetPrimitiveRoot
+SetCanonicalPcgs
+RelativeOrderPcp
+IsSup
+IsIsCommutativeFamily
+IsIsPrimitiveMatrixGroup
+IsEpimorphismFromFreeGroup
+IsSubsTom
+SetUnitGroup
+RootsAsMatrices
+SetSquare
+IsProjectiveActionHomomorphism
+SetIsSingleValued
+AllResidues
+IsIsQuaternionGroup
+IsRightOne
+LeftIdealBySubgroup
+IsBlocksHomomorphism
+SetDecompositionTypesOfGroup
+IsResidualFunction
+SetReducedConfluentRewritingSystem
+SetDClassOfHClass
+IsCharacteristicPolynomial
+IsRightActingDomain
+SetCosetTableNormalClosureInWholeGroup
+IsBilinearFormMat
+OmegaCons
+ClassListRep
+SetGreensDClasses
+IsComputedMinimalBlockDimensionOfMatrixGroups
+IsZDFRE
+SetInfoText
+IsIsCanonicalBasisFullSCAlgebra
+IsIsNormalInParent
+Unicode
+SetPcgs
+IsUnderlyingMagma
+IsParentAttr
+IsIsNumberFieldByMatrices
+ConjugatorSpaceGroups
+IsNiceAlgebraMonomorphism
+IsSemiEchelonBasis
+SetFreeGroupOfFpGroup
+MemberFunction
+SetIsSemiEchelonized
+IsLog1p
+IsGaloisType
+SetONanScottType
+IsAbsolutelyIrreducible
+SetAutomorphismGroup
+RandomizerAttr
+SetRange
+IsAlmostSimpleCharacterTable
+SetUseLibraryCollector
+SetIrrBaumClausen
+IsLieAlgebraOfGroupRing
+SetSocleTypePrimitiveGroup
+SetIrrDixonSchneider
+IsNaturalCharacter
+SetLieUpperCentralSeries
+SetGLUnderlyingField
+IsTransitiveIdentification
+IsPcgsDirectProductRep
+PolycyclicFactorGroupNC
+Is16BitsPcWordRep
+SetComputedPCentralSeriess
+IsCoKernelOfMultiplicativeGeneralMapping
+IsRationalFunctionOverField
+ListKeyEnumerator
+IsDegreeOfCharacter
+AsRing
+ElementOfFpAlgebra
+IsCheckingVector
+QUO_FFE_LARGE
+SetIsGroupAlgebra
+MatElm
+SetIndeterminateNumberOfUnivariateRationalFunction
+SetDecomposedRationalClass
+IsIgs
+SetSeedFaithfulAction
+SetParentAttr
+IsZxZ
+IsIsWeightedCollector
+NormalizerInHomePcgs
+SetPSLUnderlyingField
+SetCentralCharacter
+AsBinaryRelation
+BaumClausenInfo
+IsEmbeddingImprimitiveWreathProductMatrixGroup
+IsTranslationBasis
+IsMinimalGeneratingSet
+IsInputOutputStreamByPtyRep
+IsNumberSyllables
+ShutdownServingSocket
+IsLieUpperCentralSeries
+UnderlyingCollection
+ComputedPRumps
+IsComplementSystem
+IsAsSemiringWithZero
+GeneratorNumberOfQuotient
+SetInjectorFunction
+AreIsomorphicNilpotentLieAlgebras
+TwoSidedIdealBySubgroup
+SetLieNBWeights
+SetEpicentre
+SetLieDerivedSeries
+SetMinimalGeneratorNumber
+MaxNumeratorCoeffAlgElm
+IsNormalMaximalSubgroups
+IsComputedCyclicExtensionsTom
+MonoidByAdjoiningIdentity
+PSocleSeries
+IsNonAtomicComponentObjectRep
+SetIsSaturated
+AcceptNewConnection
+SetClassPositionsOfDirectProductDecompositions
+IsIsSymmorphicSpaceGroup
+IsAugmentedCosetTableRrsInWholeGroup
+SetIsFModularGroupAlgebra
+IsElementOfFpAlgebra
+SetAsSubgroupOfWholeGroupByQuotient
+SetIsSolvableTom
+SetHomePcgs
+SetIsLeftIdealInParent
+SetIsBasisOfLieAlgebraOfGroupRing
+SetIsDihedralGroup
+SetFCCentre
+IsGeneratorsOfExtUSet
+IsQuotientSemigroupHomomorphism
+IsFunctionAction
+SetCosetTableInWholeGroup
+IsRankAction
+IsTrivialROpEOne
+ModuloPcgsByPcSequence
+SetCASInfo
+IsUnderlyingFamily
+RootFFE
+UnderlyingSemigroupElementOfMonoidByAdjoiningIdentityElt
+IsNestingDepthA
+IsIsAbsolutelyIrreducibleMatrixGroup
+SetSignPerm
+SubgroupsOfIndexTwo
+IsHomePcgs
+CollectWord
+RestrictedExternalSet
+OnKernelAntiAction
+ComputedIsPrimitiveMatrixGroups
+SetIsPrimeField
+SetIdempotents
+StandardGeneratorsInfo
+IO_Result
+IsLieCentralizerInParent
+SetIsNilpotentByFinite
+SetUnderlyingLeftModule
+SetNullspaceMat
+AsLeftMagmaIdeal
+IO_Unpickle
+DirectSumInfo
+NaturalIsomorphismByPcgs
+IsAlgBFRep
+IsPrimitiveElementOfNumberField
+KnowsDeligneLusztigNames
+IsRadicalGroup
+SetChiefSeries
+IsSparseHashRep
+IsIsFlatKernelOfTransformation
+IsPrefrattiniSubgroup
+IsRightActingAlgebra
+SetLGFirst
+IsClassPermutation
+IsName
+SetNaturalCharacter
+IsCoreInParent
+IsHirschLength
+IsRelativeDiameter
+SetIsCanonicalBasisFullSCAlgebra
+IsGeneralizedPcgs
+IsComponentRepsOfPartialPerm
+IsHomeEnumerator
+SetPSocleSeries
+SetIsSymmetricGroup
+ObjByExponents
+SetCentralNormalSeriesByPcgs
+SetLeftActingRingOfIdeal
+IsLocalDefinitionFunction
+PSLDegree
+SetInvariantQuadraticForm
+IsIsIntegralRing
+IsIsAffineCrystGroupOnLeftOrRight
+IsPermanent
+IsomorphismMatrixField
+PcgsByPcSequenceCons
+IsIsGeneralizedCartanMatrix
+IsDeterminantOfCharacter
+IsInjectionZeroMagma
+IsIsDuplicateTable
+SetIsReesCongruenceSemigroup
+IsNonNilpotentElement
+IsStructureDescription
+IsSortLookupDictionary
+SetNotifiedFusionsOfLibTom
+SetMultiplicationTable
+OrbitOp
+IsExpm1
+IsDefiningPcgs
+IsLeftActedOnByDivisionRing
+IsRootOfDefiningPolynomial
+SetIsSimpleAlgebra
+SetRepresentativesPerfectSubgroups
+IsCoefficientsOfUnivariateRationalFunction
+LieCover
+IsOutputTextStringRep
+IsNormalInParent
+SetSimpleSystem
+IsColorCosetList
+SetIsAnticommutative
+SetPcUnits
+SetNormedRowVectors
+ComputedIsIrreducibleMatrixGroups
+UpdatePolycyclicCollector
+SetLeftActingGroup
+IsIsomorphismSCFLMLOR
+IsSublattice
+IsIsPseudoCanonicalBasisFullHomModule
+SetSparseCartanMatrix
+IsSortedPcgsRep
+SetCartanMatrix
+IsAbsoluteDiameter
+IsGLUnderlyingField
+SetLinearCharacters
+LieMultiplicator
+LucasMod
+IsBracketRep
+IsHash
+SetComplexConjugate
+IsSLDegree
+SetIsFinitelyGeneratedGroup
+IsJordanDecomposition
+IsColumns
+DClassOfLClass
+AgemoOp
+IsSplittingField
+IsIsReesCongruenceSemigroup
+SetStructureDescription
+LeftMagmaIdealByGenerators
+OneNormalSubgroupMaxWrtNProperty
+IsResidueClassUnionsIteratorRep
+IsIsUnitGroupOfGroupRing
+NilpotentProjector
+IsIsPrimitive
+IsSymmetric
+SetNormalizerInHomePcgs
+SetIsBuiltFromMagma
+StoreLenIn8Bytes
+SetUpperActingDomain
+UnderlyingGroupRing
+IsNullspaceMat
+IsBinaryRelationDefaultRep
+IsFittingLength
+SetJordanDecomposition
+TopExtensionsByAutomorphism
+SetNaturalBijectionToAssociativeAlgebra
+TriangulizedNullspaceMatNT
+ProjectorFromExtendedBoundaryFunction
+PGPower
+IsParametersOfGroupViewedAsPSL
+IsPseudoRandomSeed
+IsInfoClass
+IsIsIrreducibleMatrixGroup
+SetCanonicalRepresentativeOfExternalSet
+SetCoefficientsOfLaurentPolynomial
+UnderlyingSemigroupFamily
+UnderlyingField
+SetSup
+SetSize
+IsMappingOfWhichItIsAsGGMBI
+NormalizerPointGroupInGLnZ
+IsAsSortedList
+SetSupport
+SetRepresentative
+SetNegativeRootVectors
+SetIsSymmorphicSpaceGroup
+IsUpperFittingSeries
+ProductOp
+BoundaryFunction
+NaturalBijectionToNormalizedUnitGroup
+SetTomDataAlmostSimpleRecognition
+SetIsFieldHomomorphism
+IsLieCover
+SetIsSubnormallyMonomial
+UnderlyingSemigroupOfMonoidByAdjoiningIdentity
+IsIsRightSemigroupCongruence
+IsAsBBoxProgram
+IsIsBuiltFromMagmaWithInverses
+SetNaturalBijectionToNormalizedUnitGroup
+IsSignFloat
+SetIsPrimitiveCharacter
+IsGeneratorsOfExtLSet
+SetLieNucleus
+Is16BitsSingleCollectorRep
+SetLieUpperCodimensionSeries
+IsSocleDimensions
+IsOccuringVariableIndices
+IsDegreeOfLaurentPolynomial
+SaturatedFormation
+NormalClosureOp
+IsInvariantQuadraticForm
+IsAdditiveElementsAsMultiplicativeElementsFamily
+IsIsIdempotentGenerated
+BettiNumber
+IsConstituentsOfCharacter
+IsIsConstantTimeAccessGeneralMapping
+SetPointHomomorphism
+SuzukiGroupCons
+IsCosetTableFpHom
+IntersectionSumPcgs
+ModuloPcgsByPcSequenceNC
+SetGeneratorsOfTwoSidedIdeal
+SetIsNormalInParent
+SetCoth
+SetFreeGroupExtendedAutomaton
+SetRankPGroup
+IsZmodnZepsRep
+IsGeneratingPairsOfMagmaCongruence
+SetIsSimpleCharacterTable
+IsDirectSumDecomposition
+SetPrimePGroup
+NewTCPConnection
+IsEquivalenceRelationDefaultRep
+ElementTestFunction
+OutputQueue
+SetIsTransitiveBinaryRelation
+IsConjugacyClassesMaximalSubgroups
+IsPerm2Rep
+IsIsomorphismPermGroup
+Kill
+SetComputedSylowComplements
+IsIsQuotientClosed
+IncorporateCentralRelations
+IsZeta
+SetAugmentedCosetTableRrsInWholeGroup
+TransformationRepresentation
+IsIsMonomialNumber
+IsDefaultFieldOfMatrix
+SetChiefNormalSeriesByPcgs
+HasRadical
+SetAsin
+SetIsZero
+IsZeroCochainRep
+AbelianMinimalNormalSubgroups
+SetExponent
+StoredExcludedOrders
+ParWorkerFarmByFork
+GetPowerNC
+SetDegreeOfTransformationSemigroup
+SetGeneratorsOfMagma
+IsClassPositionsOfLowerCentralSeries
+SetClassPositionsOfCentre
+IdentifierOfMainTable
+SetMagmaGeneratorsOfFamily
+IsIsZeroSquaredRing
+SetIsPrimeOrdersPcgs
+IsIsSpaceGroup
+IsElementaryAbelianSubseries
+IsEmbeddingDirectProductMatrixGroup
+IsTransposedMatImmutable
+IsIsSkewFieldFamily
+SetGeneratorsOfExtRSet
+IsClassPositionsOfDirectProductDecompositions
+SetImageSetOfTransformation
+IsFingerprintOfCharacterTable
+IsCompositionSeries
+HasTerminated
+IsIsNaturalSymmetricGroup
+IsWyckoffOrbit
+AddMatrix
+SetArgument
+IsStandardGeneratorsInfo
+IsRespectsAddition
+IsIsGeneratorsOfMagmaWithInverses
+SetGrading
+IsComputedPSocles
+SetFloor
+SetOrder
+IsBackgroundJobByFork
+SetIsMonomialCharacterTable
+IsDerivedSubgroupsTomPossible
+IsAdjointBasis
+SetGeneratorsOfSemiringWithOne
+SetIsDuplicateTable
+GroupInfoForCharacterTable
+AsStraightLineProgram
+IsIsPolynomial
+NaturalBijectionToLieAlgebra
+SetIsLieAlgebraOfGroupRing
+IsZuppos
+SetIsAdditivelyCommutative
+CompatibleMatrix
+IsIsAlmostBieberbachGroup
+SetIsLeftSemigroupCongruence
+IsSemigroupOfRewritingSystem
+IsMaximalAbelianQuotient
+SetRegularActionHomomorphism
+WyckoffSpaceGroup
+IsModulusRep
+IsPolynomialFunctionsFamilyElement
+IsNamesLibTom
+IsAdjoinedIdentityFamily
+SetIsCommutativeSemigroup
+AlgebraicElementsFamily
+SetIsCanonicalPcgsWrtSpecialPcgs
+IsNilpotentLieAutomorphismRep
+IsObjWithMemory
+IsComputedSylowComplements
+SetCharacteristic
+SetNormalTorsionSubgroup
+IsLinearMappingByMatrixDefaultRep
+IsLibraryCharacterTableRep
+IsAsLeftModuleGeneralMappingByImages
+IsReadOnlyPositionalObjectRep
+IsSubnormalSeriesInParent
+SetDegreeOfBinaryRelation
+SetPCentralSeries
+IsRespectsScalarMultiplication
+IsAlmostCrystallographic
+ImfRecord
+MakePreImagesInfoOperationAlgebraHomomorphism
+SetBasisVectors
+SocleComplement
+IsNaturalBijectionToAssociativeAlgebra
+IsOutputTextFileRep
+IsBlockMatrixRep
+EnumeratorByPcgs
+IsIsPointGroup
+AsUnionOfFewClasses
+GroupString
+SetUnderlyingCollection
+SetRadicalFunction
+IsIsTorsionFree
+SetPSLDegree
+SetMinimalBlockDimension
+SetNiceAlgebraMonomorphism
+Randomizer
+IsFGA_GeneratorsLetterRep
+SetNiceFreeLeftModuleInfo
+IsAbelianInvariantsMultiplier
+SetLieNormalizerInParent
+InducedPcgsWrtHomePcgs
+SetIsQuotientClosed
+IsSquare
+SetTriangulizedNullspaceMat
+PRumpOp
+IsRespectsMultiplication
+SetPcGroupWithPcgs
+IsPthPowerImages
+SetIsCliffordSemigroup
+Residues
+SetNormalizerPointGroupInGLnZ
+SetLengthsTom
+IsUpperActingDomain
+IsAdditiveCosetDefaultRep
+SetCanonicalNiceMonomorphism
+IsAsInverseSemigroup
+TrivialInvAutomaton
+IsPreImagesRange
+MutableTransposedMatDestructive
+IsPcgsFamily
+IsAugmentationIdealNilpotencyIndex
+IsIsResidueClass
+IsComponentsOfDirectProductElementsFamily
+GenExpList
+IsSizesCentralizers
+SetAsSSortedList
+SetCanonicalPcgsWrtFamilyPcgs
+MagmaIdealByGenerators
+KnowsSomeGroupInfo
+SetMinimalGeneratingSet
+IsQuasiDihedralGenerators
+IsRClassOfHClass
+SetGeneratorsOfInverseSemigroup
+IsExtRSet
+HasLowIndexSubgroupClasses
+GeneratorsOfLeftOperatorRingWithOne
+IsLieObjectsModule
+SetBravaisSubgroups
+IO_Pickle
+IsTrivialUOpEOne
+ImageFittingSet
+IsLGHeads
+TransformsInversesIntoAdditiveInverses
+SetIsomorphismPcGroup
+IsNonGaussianMatrixSpace
+NthRoot
+IsIsPrimeOrdersPcgs
+NaturalHomomorphism
+IsAlgebraModule
+DoQueues
+ComputedPSocles
+PrimePowerComponent
+MinimalNormalPSubgroupsOp
+SetIsGeneralLinearGroup
+SetMappingOfWhichItIsAsGGMBI
+SetIsInverseSemigroup
+IsAutomorphismDomain
+ShrinkCoeffs
+IsUpperActedOnByGroup
+IsSCAlgebraObjSpace
+SetLargestImageOfMovedPoint
+IsLieNilRadical
+SetIsPointGroup
+IsTranslationNormalizer
+GeneratorsOfExtUSet
+ColorSubgroup
+Kernel
+SetIsFiniteOrdersPcgs
+IsExp10
+IsSmallestIdempotentPower
+SetStabChainImmutable
+NewMatrix
+SetIdentifierOfMainTable
+PGAutomorphism
+IsOrbitLengths
+Is8BitVectorRep
+IsIsNilpotentCharacterTable
+IsFactorsOfDirectProduct
+IsCharacteristic
+IsMonoidByAdjoiningIdentityElt
+SetResidualFunction
+SetCharacterParameters
+SetGreensHRelation
+IsRightIdealOp
+IsEmbeddingMagmaMagmaRing
+IsActorOfExternalSet
+SetIsUnitGroupOfGroupRing
+IsWedgeElement
+IsEnumeratorSorted
+IsPlistMatrixRep
+LeftActingGroup
+SetFaithfulModule
+IsStraightLineProgramsTom
+IsIntegerPrimitiveElement
+IsIsOverlappingFree
+IsNiceObject
+SetSmallestMovedPoint
+IsIsNilpotentSemigroup
+SetPerfectIdentification
+IsIsFromAffineCrystGroupToFpGroup
+SetAsSemiringWithOneAndZero
+IsEquivalenceRelationPartition
+IsIsInnerAutomorphism
+SetCyclicExtensionsTom
+DepthAndLeadingExponentOfPcElement
+IsIsNaturalSL
+IsSubalgebraFpAlgebra
+IsBaseOfGroup
+SetFittingFormation
+EpimorphismByGeneratorsNC
+IsIsNormalizedUnitGroupOfGroupRing
+SetGeneratorsOfRing
+SetUnderlyingAssociativeAlgebra
+SetSLDegree
+SetAugmentedCosetTableNormalClosureInWholeGroup
+FirstOp
+IsSemiband
+IsAffineCrystGroupOnLeft
+IsIndicesChiefNormalSteps
+SetIsSemilattice
+SetComputedPRumps
+IsDelta
+IsAbelianInvariantsOfList
+PermOnEnumerator
+IsRepresentativesSimpleSubgroups
+SetWeightsTom
+NaturalBijectionToPcNormalizedUnitGroup
+FGA_GeneratorsLetterRep
+SetNiceToCryst
+IsGeneratorsOfExtRSet
+RightMagmaIdealByGenerators
+AsFLMLOR
+PcpGroupByMatGroup
+NrInputsOfStraightLineDecision
+SetMonoidByAdjoiningIdentityElt
+SetTransformsInversesIntoAdditiveInverses
+IsGeneratorsOfDivisionRing
+FGA_WhiteheadAutomorphisms
+GeneratorsOfSemiringWithOneAndZero
+SetNaturalBijectionToLieAlgebra
+SetNrComponentsOfTransformation
+LinearActionOnMultiplicator
+SetRClassOfHClass
+IsActingDomain
+Pickup
+IsSaturatedFittingFormation
+IsUnitary
+SetAsStraightLineDecision
+AsFLMLORWithOne
+IsStandardAffineCrystGroup
+SetUnderlyingSemigroupOfMonoidByAdjoiningIdentity
+IsStandardGeneratorsSubringSCRing
+SetIsRegularSemigroup
+SetPcSeries
+ColumnOfReesMatrixSemigroupElement
+IsSubgroupFgGroup
+CosetTableFpHom
+RelationsOfFpMonoid
+IsComputedResiduals
+IsCsch
+IsFloor
+NonAbelianExteriorSquare
+IsSLUnderlyingField
+IsCodegreeOfPartialPermSemigroup
+TietzeOrigin
+UnderlyingIndeterminate
+IsDecompositionTypesOfGroup
+IsResidueClassUnionOfGFqx
+IsLieAlgebraByDomain
+IsNgs
+MinimalGeneratorNumber
+IsIsFModularGroupAlgebra
+DClassOfRClass
+IsAsSemiringWithOne
+IsIsReesCongruence
+ExteriorPower
+IsWreathProductInfo
+ComputedPSocleSeriess
+IsDegreeOfTransformationSemigroup
+SetNrFixedPoints
+SetStabChainMutable
+SetOrderingsFamily
+SetOrbitLengths
+IsDegreeOfTransformationCollection
+IsResidueClassWithFixedRepresentative
+IsSolubleSocle
+IsLog10
+IsLeftIdealOp
+SetIsNaN
+SetOmegaSeries
+SetSymmetricParentGroup
+SetFrac
+SetIsNilpQuotientSystem
+SemiringWithOneAndZeroByGenerators
+DoCheapActionImages
+CoverHomomorphism
+SetPSocleComponents
+IsDihedralGroup
+IsSymmetricParentGroup
+IsIsGeneralLinearGroup
+IsUnderlyingGroupRing
+SetIsRestrictedLieAlgebra
+RadicalFunction
+SetIsFullFpAlgebra
+StableSort
+SpaceGroupsByPointGroupOnLeft
+GeneratorsOfExtLSet
+IsLieCentreByMetabelian
+AsInverseSemigroup
+WyckoffPositions
+CanonicalPcgsWrtFamilyPcgs
+OCNormalRelations
+IsSource
+FreeAbelianGroupCons
+SetTrivialSubmagmaWithOne
+IsIsUFDFamily
+IsIntFFESymm
+OneInvariantSubgroupMinWrtQProperty
+SetIsRectangularBand
+IsIndicesInvolutaryGenerators
+SubgroupsOrbitsAndNormalizers
+SetAdditivelyActingDomain
+RightIdealBySubgroup
+IsMember
+SetPermutationTom
+IsAsDuplicateFreeList
+IsComputedIsMembers
+SetSemiSimpleType
+SetCentralIdempotentsOfSemiring
+SetKernelOfAdditiveGeneralMapping
+StripMemory
+IsMinimalGeneratorNumber
+SetGeneratorsOfLeftOperatorRingWithOne
+IsSlotUsagePattern
+MutableCopyMat
+IsIsFullSubgroupGLorSLRespectingQuadraticForm
+AsRightMagmaIdeal
+IsIsDihedralGroup
+DeepThoughtCollectorByGenerators
+SetAsMonoid
+SetLieFamily
+SetCommutatorLength
+SetColorHomomorphism
+SetSplittingField
+IsPrimitiveAffine
+PCentralSeriesOp
+IsComponentsOfTransformation
+IsComputedInjectors
+IsMemberFunction
+IsOmegaSeries
+ColorCosetList
+SetIsFiniteDimensional
+FittingClass
+SetGeneratorsOfInverseMonoid
+IsRho
+Fold
+SetNrSubsTom
+IsType
+SetEpimorphismSchurCover
+SetFactorsOfDirectProduct
+SetNumeratorOfModuloPcgs
+TypeOfObjWithMemory
+SetTranslationBasis
+SetLog2
+IsMaximalSubgroupsLattice
+SetBaseOrthogonalSpaceMat
+SetIsomorphismFpGroup
+OmegaAndLowerPCentralSeries
+FLMLORWithOneByGenerators
+IsAugmentationIdealOfDerivedSubgroupNilpotencyIndex
+IsFpElmEqualityMethod
+IsGeneratorsOfLeftOperatorRing
+LieNucleus
+ComputedAgemos
+IsCommutativeFamily
+SetAlpha
+SetNamesOfFusionSources
+SetDecompositionMatrix
+AssociatedConcreteSemigroup
+IsComputedAugmentationIdealPowerFactorGroups
+SetCharacteristicOfField
+HomomorphismFactorSemigroup
+SetNormalSubgroups
+IsComputedIndicators
+IsIsCentralFactor
+SetPerfectResiduum
+SetIsNilpotentSemigroup
+SetCanonicalRepresentativeDeterminatorOfExternalSet
+IsSparseRowSpaceElement
+IsCanEasilyDetermineCanonicalRepresentativeExternalSet
+IsPQuotientSystem
+SetIsZeroSimpleSemigroup
+SetLinearActionBasis
+IsUnderlyingSemigroup
+SetMatrixByBlockMatrix
+IsCommutativeSemigroup
+SetPcgsCentralSeries
+SetIsImpossible
+IsLinesOfStraightLineDecision
+SetAffineCrystGroupOfPointGroup
+HomomorphicInducedPcgs
+IsFpElmComparisonMethod
+TorsionSubgroup
+IsFrattinifactorSize
+IsFreeGeneratorsOfFpMonoid
+SetIsJacobianRing
+IsActionHomomorphismAttr
+IsFGA_Image
+IsIsPGroup
+SetFreeMonoidOfFpMonoid
+IsElementsFamilyBy16BitsSingleCollector
+SetAsBBoxProgram
+DirectProductElementNC
+SetImageListOfPartialPerm
+SetIsSemigroupCongruence
+SetIsSpaceGroup
+WyckoffBasis
+DescendantsOfStep1OfAbelianLieAlgebra
+SetIsNormalForm
+SetComputedClassFusions
+IsIsNInfinity
+SetTrivialSubnearAdditiveMagmaWithZero
+ParametersOfGroupViewedAsSL
+.:=
+AffineNormalizer
+LiftAutorphismToLieCover
+IsCRISP_SmallGeneratingSet
+SetIsGroupOfAutomorphisms
+SetUnderlyingSemigroupFamily
+SetSmallGeneratingSet
+IsIrrBaumClausen
+SetChevalleyBasis
+ProjectiveSymplecticGroupCons
+IsIsCommutative
+SetGreensDRelation
+SetFingerprintMatrixGroup
+SetRelativeDiameter
+SetIsSimpleSemigroup
+IsDirectFactorsOfGroup
+SetGeneratorsOfRightOperatorAdditiveGroup
+AsMagmaIdeal
+LargeGaloisField
+SetSymmetricDegree
+IsBBoxProgram
+RecogDecompinfoHomomorphism
+AllNormalSubgroupsWithNProperty
+SetGeneralizedPcgs
+IsCrystCatRecord
+IsGroupOfAutomorphismsFiniteGroup
+IsGeneratorsOfLeftOperatorRingWithOne
+IsIdentityMapping
+NewIdentityMatrix
+IsResidueClassUnionResidueListRep
+ComputedIsPNilpotents
+IsLinearGeneralMappingByImagesDefaultRep
+IsEggBoxOfDClass
+RadicalSeriesSolvableMatGroup
+IsRealRandomSource
+SetDegreeOfCharacter
+PSocleSeriesOp
+SetTransformationRepresentation
+IsGeneratorsOfMagma
+SetWeightedBasis
+SetSemidirectFactorsOfGroup
+SetNilpotentProjector
+IsGrowthFunctionOfGroup
+HomomorphismFactorSemigroupByClosure
+^
+SetIsSolvablePolynomial
+IsIsLeftSemigroupIdeal
+SetFamilyForRewritingSystem
+SetFlatKernelOfTransformation
+Depth
+SetGroupInfoForCharacterTable
+SetCrystCatRecord
+SetCanonicalPcgsWrtSpecialPcgs
+IsNormalizerInGLnZ
+SetFusionsTom
+SetLevelsOfGenerators
+IsGaloisMat
+SetBaumClausenInfo
+IsPresentationDefaultRep
+IsUnderlyingGeneralMapping
+IsOrdersTom
+IsPrimePGroup
+IsComputedPrimeBlockss
+IsIsBuiltFromMagma
+SemiEchelonMatTransformationDestructive
+IsLetterRepWordsLessFunc
+SetFGA_States
+SetIsIdempotentGenerated
+IsInducedPcgsWrtFamilyPcgs
+NormalizerOfPronormalSubgroup
+IsImaginaryPart
+IsRecNames
+FGA_Image
+SetPrimitiveIdentification
+IsFamily
+SetRound
+IsLatticeSubgroupsRep
+SetIsRowModule
+SortedSparseActionHomomorphismOp
+IsIsHandledByNiceMonomorphism
+IsIsUnitGroupIsomorphism
+CoreInParent
+SetIsQuaternionGroup
+IsNormalClosureInParent
+SetIsTorsionFree
+SetFusionConjugacyClassesOp
+SetIsSimpleGroup
+IsIsSemiRegular
+IsRepresentationIsomorphism
+SetIsSolvableCharacterTable
+IdentifiersOfDuplicateTables
+SetDClassOfLClass
+IsPerfectResiduum
+SetIsSymmetric
+DefineNewGenerators
+IsTrivialROpEZero
+SetIdentificationOfConjugacyClasses
+SetIsomorphismReesMatrixSemigroup
+IsTorsionFree
+OrbitStabilizingParentGroup
+IsFreeSemigroupOfRewritingSystem
+IsVectorSpaceHomomorphism
+IsLGLength
+CentralIdempotentsOfSemiring
+LieNormalizerInParent
+TranslationBasis
+IsIsIntegerMatrixGroup
+IsBasisOfMonomialSpaceRep
+SpaceGroupsByPointGroupOnRight
+IsDistributiveROpDSum
+IsAsSemiringWithOneAndZero
+IsNilpotentByFinite
+SetTransitivity
+SetGeneratorsOfExtUSet
+SetZeta
+SetIS_NSORT_LIST
+IsIsMaximalAbsolutelyIrreducibleSolvableMatrixGroup
+SetIndicesNormalSteps
+SetAsGroup
+IsIsMonomialCharacter
+IsRecogDecompinfoHomomorphism
+PrintListOneItemPerLine
+DisplayEggBoxesOfSemigroup
+UnderlyingRing
+SetRespectsOne
+SetBoundaryFunction
+IsClassPositionsOfCentre
+SetFGA_Image
+IsUnionOfResidueClassesOfZ_piWithFixedRepresentatives
+SpecialSemilinearGroupCons
+IsClass
+SetComputedIsPrimitiveMatrixGroups
+IsMaximalOrderBasis
+IsIsRationalMatrixGroup
+SizeOfSmallestResidueClassRing
+NaturalHomomorphismOnHolonomyGroup
+SetInvariantBilinearForm
+GeneratorsOfLeftOperatorRing
+IsExtensionInfoCharacterTable
+SetSpinSymIngredients
+IsDegreeOfPartialPermCollection
+DistinctRepresentatives
+IsDimensionBasis
+SetMemberFunction
+IsListDictionary
+ExternalFilename
+IsIsomorphismTransformationMonoid
+SetPClassPGroup
+IsIsLieNilpotent
+IsResiduallyClosed
+SetIsNilpotentBasis
+SetNiceBasis
+IsIsWellFoundedOrdering
+IsToPcpGHBI
+SetUnderlyingRing
+IsGroupInfoForCharacterTable
+PcgsNormalizerOfPronormalSubgroup
+AllProducts
+FreeStructureOfRewritingSystem
+AllGraphs
+PartialAugmentations
+IsIsInverseSemigroup
+IsRightTransversalInParent
+SetIsUFDFamily
+SetRelatorsOfFpAlgebra
+Exponents
+IsIsMultGroupByFieldElemsIsomorphism
+IsDistributiveUOpESum
+ComputedResiduals
+IsRules
+IsEmbeddingRingMagmaRing
+IsFreeGeneratorsOfGroup
+IsSinCos
+IsCos
+SetIsCompletelySimpleSemigroup
+IsIsAffineCrystGroupOnLeft
+IsSemiEchelonBasisOfGaussianRowSpaceRep
+IsFaithfulModule
+IsNormalSubgroupClassesInfo
+IsNoImmediateMethodsObject
+IsIndexPeriodOfPartialPerm
+PreOrbishProcessing
+Z_piCons
+IsIsInfiniteAbelianizationGroup
+IsDerivedLength
+IsAsRing
+HomomorphicCanonicalPcgs
+IsAdditiveNeutralElement
+IsAbelianInvariants
+SetTraceOfMagmaRingElement
+IsConjugacyClassGroupRep