File: grpprmcs.gd

package info (click to toggle)
gap 4.14.0-3
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 109,836 kB
  • sloc: ansic: 97,167; xml: 48,195; cpp: 13,955; sh: 4,438; perl: 1,652; javascript: 255; makefile: 252; ruby: 9
file content (43 lines) | stat: -rw-r--r-- 1,656 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#############################################################################
##
##  This file is part of GAP, a system for computational discrete algebra.
##  This file's authors include Ákos Seress.
##
##  Copyright of GAP belongs to its developers, whose names are too numerous
##  to list here. Please refer to the COPYRIGHT file for details.
##
##  SPDX-License-Identifier: GPL-2.0-or-later
##
##

DeclareGlobalFunction( "NonPerfectCSPG" );
DeclareGlobalFunction( "PerfectCSPG" );
DeclareGlobalFunction( "CasesCSPG" );
DeclareGlobalFunction( "FindNormalCSPG" );
DeclareGlobalFunction( "FindRegularNormalCSPG" );
DeclareGlobalFunction( "NinKernelCSPG" );
DeclareGlobalFunction( "RegularNinKernelCSPG" );
DeclareGlobalFunction( "NormalizerStabCSPG" );
DeclareGlobalFunction( "TransStabCSPG" );
DeclareGlobalFunction( "PullbackKernelCSPG" );
DeclareGlobalFunction( "PullbackCSPG" );
DeclareGlobalFunction( "CosetRepAsWord" );
DeclareGlobalFunction( "ImageInWord" );
DeclareGlobalFunction( "SiftAsWord" );
DeclareGlobalFunction( "InverseAsWord" );
DeclareGlobalFunction( "RandomElmAsWord" );
DeclareGlobalFunction( "CentralizerNormalCSPG" );
DeclareGlobalFunction( "CentralizerNormalTransCSPG" );
DeclareGlobalFunction( "CentralizerTransSymmCSPG" );
DeclareGlobalFunction( "IntersectionNormalClosurePermGroup" );
DeclareGlobalFunction( "ActionAbelianCSPG" );
DeclareGlobalFunction( "ImageOnAbelianCSPG" );


#############################################################################
##
#F  ChiefSeriesOfGroup( [<H>, ]<G>[, <through>] )
##
#T  Eventually this function should be moved to another file.
##
DeclareGlobalFunction( "ChiefSeriesOfGroup" );