File: read3.g

package info (click to toggle)
gap 4r7p5-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 29,272 kB
  • ctags: 7,129
  • sloc: ansic: 107,802; xml: 46,868; sh: 3,548; perl: 2,329; makefile: 740; python: 94; asm: 62; awk: 6
file content (265 lines) | stat: -rw-r--r-- 5,977 bytes parent folder | download
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
#############################################################################
##
#X  now read all the definition parts
##
ReadLib( "tuples.gd"   );
ReadLib( "rvecempt.gd" );

ReadLib( "extaset.gd"  );
ReadLib( "extlset.gd"  );
ReadLib( "extrset.gd"  );
ReadLib( "extuset.gd"  );

ReadLib( "dict.gd"     );

ReadLib( "mapping.gd"  );
ReadLib( "mapphomo.gd" );
ReadLib( "relation.gd");

ReadLib( "magma.gd"    );
ReadLib( "mgmideal.gd" );
ReadLib( "mgmhom.gd"   );
ReadLib( "mgmadj.gd"   );
ReadLib( "mgmcong.gd"  );
ReadLib( "semicong.gd" );
ReadLib( "semigrp.gd"  );
ReadLib( "smgideal.gd" );
ReadLib( "monoid.gd"   );
ReadLib( "grp.gd"      );
ReadLib( "invsgp.gd"   );

ReadLib( "addmagma.gd" );
ReadLib( "addcoset.gd" );
ReadLib( "semiring.gd" );
ReadLib( "ring.gd"     );
ReadLib( "matrix.gd"   );
ReadLib( "matint.gd"   );
ReadLib( "matblock.gd" );
ReadLib( "ideal.gd"    );
ReadLib( "module.gd"   );
ReadLib( "basis.gd"    );
ReadLib( "basismut.gd" );
ReadLib( "vspc.gd"     );
ReadLib( "vspchom.gd"  );
ReadLib( "zlattice.gd" );
ReadLib( "algebra.gd"  );
ReadLib( "mgmring.gd"  );
ReadLib( "algfp.gd"    );
ReadLib( "alglie.gd"   );
ReadLib( "algsc.gd"    );
ReadLib( "alghom.gd"   );
ReadLib( "liefam.gd"   );
ReadLib( "algrep.gd"   );
ReadLib( "lierep.gd"   );
ReadLib( "integer.gd"  );
ReadLib( "numtheor.gd" );
ReadLib( "primality.gd");
ReadLib( "contfrac.gd" );
ReadLib( "ringsc.gd"   );
ReadLib( "ringhom.gd"  );

ReadLib( "combinat.gd" );

ReadLib( "ratfun.gd"   );

ReadLib( "field.gd"    );
ReadLib( "zmodnz.gd"   );
ReadLib( "zmodnze.gd"  );
ReadLib( "cyclotom.gd" );
ReadLib( "fldabnum.gd" );
ReadLib( "padics.gd"   );
ReadLib( "ringpoly.gd" );
ReadLib( "upoly.gd"    );
ReadLib( "polyfinf.gd" );
ReadLib( "polyrat.gd"  );
ReadLib( "polyconw.gd" );
ReadLib( "algfld.gd"   );
ReadLib( "meataxe.gd"  );

ReadLib( "unknown.gd"  );

ReadLib( "word.gd"     );
ReadLib( "wordass.gd"  );

ReadLib( "matobj2.gd"  );
ReadLib( "matobjplist.gd" );

# files dealing with rewriting systems
ReadLib( "rws.gd"      );
ReadLib( "rwspcclt.gd" );
ReadLib( "rwsgrp.gd"   );
ReadLib( "rwspcgrp.gd" );
ReadLib( "groebner.gd" );


# files dealing with polycyclic generating systems
ReadLib( "pcgs.gd"     );
ReadLib( "pcgsind.gd"  );
ReadLib( "pcgspcg.gd"  );
ReadLib( "pcgsmodu.gd" );
ReadLib( "pcgsperm.gd" );
ReadLib( "pcgsspec.gd" );


# files dealing with finite polycyclic groups
ReadLib( "grppc.gd"    );
ReadLib( "grppcnrm.gd" );

ReadLib( "grptbl.gd"   );

ReadLib( "grpperm.gd"  );
ReadLib( "grpprmcs.gd" );
ReadLib( "stbcbckt.gd" );
ReadLib( "ghom.gd"     );
ReadLib( "ghompcgs.gd" );
ReadLib( "gprd.gd"     );
ReadLib( "ghomperm.gd" );
ReadLib( "gpprmsya.gd" );

ReadLib( "addgphom.gd" );

ReadLib( "grpnames.g"  );
ReadLib( "grpnames.gd" );

# files dealing with quotient computations
ReadLib( "quotsys.gd" );
ReadLib( "pquot.gd" );

# family predicates (needed for all 'InstallMethod' and oprt.gd)
ReadLib( "fampred.g"   );

ReadLib( "oprt.gd"     );
ReadLib( "partitio.gd" );
ReadLib( "stbc.gd"     );
ReadLib( "clas.gd"     );
ReadLib( "clashom.gd"  );
ReadLib( "permdeco.gd"  );
ReadLib( "csetgrp.gd"  );
ReadLib( "factgrp.gd"  );
ReadLib( "grpreps.gd" );
ReadLib( "grppcrep.gd" );

ReadLib( "onecohom.gd" );
ReadLib( "grppccom.gd" );

ReadLib( "twocohom.gd" );
ReadLib( "grppcext.gd" );
ReadLib( "grppcfp.gd" );
ReadLib( "randiso.gd" );

ReadLib( "schur.gd" );
ReadLib( "schursym.gd" );

ReadLib( "grplatt.gd"  );
ReadLib( "oprtglat.gd" );
ReadLib( "grppclat.gd" );

ReadLib( "grppcaut.gd" );

ReadLib( "straight.gd" );
ReadLib( "memory.gd"  );

# files dealing with fp groups
ReadLib( "grpfp.gd"    );
ReadLib( "grpfree.gd"  );
ReadLib( "sgpres.gd" );
ReadLib( "tietze.gd" );
ReadLib( "ghomfp.gd" );

# files dealing with trees and hash tables
ReadLib( "hash.gd"     );


# files needed for deep thought
ReadLib( "dt.g" );

ReadLib( "integer.gi"  ); # needed for CoefficientsQadic
ReadLib( "list.gi"     ); # was too early
ReadLib( "set.gi"      );
ReadLib( "wpobj.gi"    );
##  ReadLib( "random.gd"   );
##  ReadLib( "random.gi"   );
##  ReadLib( "random.g"    );

# files dealing with nice monomorphism
# grpnice uses some family predicates, so fampred.g must be known
ReadLib( "grpnice.gd"  );
ReadLib( "morpheus.gd" );


# files dealing with matrix groups (grpffmat.gd needs grpnice.gd)
ReadLib( "grpmat.gd"   );
ReadLib( "fitfree.gd"  );
ReadLib( "grpffmat.gd" );
ReadLib( "grpramat.gd" );

# group library
ReadGrp( "basic.gd"    );
ReadGrp( "classic.gd"  );
ReadGrp( "perf.gd"     );
ReadGrp( "suzuki.gd"   );
ReadGrp( "ree.gd"   );
ReadGrp( "simple.gd"   );
ReadGrp( "imf.gd"      );
ReadGrp( "glzmodmz.gd" );

ReadLib( "orders.gd"  );

# files dealing with semigroups - second layer
ReadLib( "trans.gd");
ReadLib("pperm.gd");
ReadLib( "fastendo.gd");
ReadLib( "fpsemi.gd");
ReadLib( "fpmon.gd");
ReadLib( "rwssmg.gd");
ReadLib( "kbsemi.gd");
ReadLib( "tcsemi.gd");
ReadLib( "adjoin.gd");
ReadLib( "semirel.gd");
ReadLib( "semitran.gd");
ReadLib( "reesmat.gd");
ReadLib( "semiquo.gd");
ReadLib( "semipperm.gd");

# the help system
ReadLib( "pager.gd"    );
ReadLib( "helpbase.gd" );
ReadLib( "helpview.gd" );
ReadLib( "helpt2t.gd" );
ReadLib( "helpdef.gd" );

# files dealing with character tables, class functions, tables of marks
ReadLib( "ctbl.gd" );
ReadLib( "ctblfuns.gd" );
ReadLib( "ctblmaps.gd" );
ReadLib( "ctblauto.gd" );
ReadLib( "ctbllatt.gd" );
ReadLib( "ctblsymm.gd" );
ReadLib( "ctblsolv.gd" );
ReadLib( "ctblpope.gd" );
ReadLib( "ctblmoli.gd" );
ReadLib( "ctblmono.gd" );
ReadLib( "ctblgrp.gd" );
ReadLib( "tom.gd" );

# prototyping utilities
ReadLib("proto.gd");

ReadLib("other.gd");

ReadLib("gasman.gd");

# random sources
ReadLib("random.gi");

#############################################################################
##
#X  files dealing with subgroup chains
##
#ReadLib("utils.gd");
#ReadLib("quogphom.gd");
#ReadLib("gptransv.gd");
#ReadLib("grpchain.gd");
#ReadLib("rss.gd");
#ReadLib("basicim.gd");
#ReadLib("solmxgrp.gd");