Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Path: gap4r8 / src / costab.h
Views: 415066
1
/****************************************************************************
2
**
3
*W costab.h GAP source Frank Celler
4
*W & Volkmar Felsch
5
*W & Martin Schönert
6
**
7
**
8
*Y Copyright (C) 1996, Lehrstuhl D für Mathematik, RWTH Aachen, Germany
9
*Y (C) 1998 School Math and Comp. Sci., University of St Andrews, Scotland
10
*Y Copyright (C) 2002 The GAP Group
11
**
12
** This file contains the functions for coset tables.
13
*/
14
15
#ifndef GAP_COSTAB_H
16
#define GAP_COSTAB_H
17
18
19
/****************************************************************************
20
**
21
22
*F * * * * * * * * * * * * * initialize package * * * * * * * * * * * * * * *
23
*/
24
25
/****************************************************************************
26
**
27
28
*F InitInfoCosetTable() . . . . . . . . . . . . . . table of init functions
29
*/
30
StructInitInfo * InitInfoCosetTable ( void );
31
32
33
34
#endif // GAP_COSTAB_H
35
36
/****************************************************************************
37
**
38
39
*E costab.h . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
40
*/
41
42