File: grppcrep.gd

package info (click to toggle)
gap 4r4p12-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 29,584 kB
  • ctags: 7,113
  • sloc: ansic: 98,786; sh: 3,299; perl: 2,263; makefile: 498; asm: 63; awk: 6
file content (33 lines) | stat: -rw-r--r-- 1,358 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
#############################################################################
##
#W  grppcrep.gd                 GAP library                      Bettina Eick
##
#Y  Copyright (C)  1997,  Lehrstuhl D fuer Mathematik,  RWTH Aachen, Germany
#Y  (C) 1998 School Math and Comp. Sci., University of St.  Andrews, Scotland
#Y  Copyright (C) 2002 The GAP Group
##
Revision.grppcrep_gd :=
    "@(#)$Id: grppcrep.gd,v 4.5 2002/04/15 10:04:52 sal Exp $";

#############################################################################
## some module stuff
DeclareGlobalFunction( "BlownUpModule" );
DeclareGlobalFunction( "ConjugatedModule" );
DeclareGlobalFunction( "GaloisConjugates" );
DeclareGlobalFunction( "TrivialModule" );
DeclareGlobalFunction( "InducedModule" );
DeclareGlobalFunction( "InducedModuleByFieldReduction");
DeclareGlobalFunction( "ExtensionsOfModule" );

#############################################################################
## equivalence test
DeclareGlobalFunction( "FpOfModules" );
DeclareGlobalFunction( "EquivalenceType" );
DeclareGlobalFunction( "IsEquivalentByFp" );

#############################################################################
## computation of abs/irred modules
DeclareGlobalFunction( "InitAbsAndIrredModules" );
DeclareGlobalFunction( "LiftAbsAndIrredModules" );
DeclareGlobalFunction( "AbsAndIrredModules" );