blob: c20ad45836505c730254cc26fe635ddc713ebca8 (
plain) (
blame)
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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
|
include/NTL/ALL_FEATURES.h
include/NTL/BasicThreadPool.h
include/NTL/ConfigLog.h
include/NTL/FFT.h
include/NTL/FFT_impl.h
include/NTL/FacVec.h
include/NTL/GF2.h
include/NTL/GF2E.h
include/NTL/GF2EX.h
include/NTL/GF2EXFactoring.h
include/NTL/GF2X.h
include/NTL/GF2XFactoring.h
include/NTL/GF2XVec.h
include/NTL/HAVE_AES_NI.h
include/NTL/HAVE_ALIGNED_ARRAY.h
include/NTL/HAVE_AVX.h
include/NTL/HAVE_AVX2.h
include/NTL/HAVE_AVX512F.h
include/NTL/HAVE_BUILTIN_CLZL.h
include/NTL/HAVE_CHRONO_TIME.h
include/NTL/HAVE_COPY_TRAITS1.h
include/NTL/HAVE_COPY_TRAITS2.h
include/NTL/HAVE_FMA.h
include/NTL/HAVE_KMA.h
include/NTL/HAVE_LL_TYPE.h
include/NTL/HAVE_MACOS_TIME.h
include/NTL/HAVE_PCLMUL.h
include/NTL/HAVE_POSIX_TIME.h
include/NTL/HAVE_SSSE3.h
include/NTL/HNF.h
include/NTL/LLL.h
include/NTL/Lazy.h
include/NTL/LazyTable.h
include/NTL/MatPrime.h
include/NTL/PD.h
include/NTL/PackageInfo.h
include/NTL/REPORT_ALL_FEATURES.h
include/NTL/RR.h
include/NTL/SmartPtr.h
include/NTL/WordVector.h
include/NTL/ZZ.h
include/NTL/ZZVec.h
include/NTL/ZZX.h
include/NTL/ZZXFactoring.h
include/NTL/ZZ_limbs.h
include/NTL/ZZ_p.h
include/NTL/ZZ_pE.h
include/NTL/ZZ_pEX.h
include/NTL/ZZ_pEXFactoring.h
include/NTL/ZZ_pX.h
include/NTL/ZZ_pXFactoring.h
include/NTL/config.h
include/NTL/ctools.h
include/NTL/fileio.h
include/NTL/gmp_aux.h
include/NTL/linux_s390x.h
include/NTL/lip.h
include/NTL/lzz_p.h
include/NTL/lzz_pE.h
include/NTL/lzz_pEX.h
include/NTL/lzz_pEXFactoring.h
include/NTL/lzz_pX.h
include/NTL/lzz_pXFactoring.h
include/NTL/mach_desc.h
include/NTL/mat_GF2.h
include/NTL/mat_GF2E.h
include/NTL/mat_RR.h
include/NTL/mat_ZZ.h
include/NTL/mat_ZZ_p.h
include/NTL/mat_ZZ_pE.h
include/NTL/mat_lzz_p.h
include/NTL/mat_lzz_pE.h
include/NTL/mat_poly_ZZ.h
include/NTL/mat_poly_ZZ_p.h
include/NTL/mat_poly_lzz_p.h
include/NTL/matrix.h
include/NTL/new.h
include/NTL/pair.h
include/NTL/pair_GF2EX_long.h
include/NTL/pair_GF2X_long.h
include/NTL/pair_ZZX_long.h
include/NTL/pair_ZZ_pEX_long.h
include/NTL/pair_ZZ_pX_long.h
include/NTL/pair_lzz_pEX_long.h
include/NTL/pair_lzz_pX_long.h
include/NTL/pd_FFT.h
include/NTL/quad_float.h
include/NTL/sp_arith.h
include/NTL/thread.h
include/NTL/tools.h
include/NTL/vec_GF2.h
include/NTL/vec_GF2E.h
include/NTL/vec_GF2XVec.h
include/NTL/vec_RR.h
include/NTL/vec_ZZ.h
include/NTL/vec_ZZVec.h
include/NTL/vec_ZZ_p.h
include/NTL/vec_ZZ_pE.h
include/NTL/vec_double.h
include/NTL/vec_long.h
include/NTL/vec_lzz_p.h
include/NTL/vec_lzz_pE.h
include/NTL/vec_quad_float.h
include/NTL/vec_ulong.h
include/NTL/vec_vec_GF2.h
include/NTL/vec_vec_GF2E.h
include/NTL/vec_vec_RR.h
include/NTL/vec_vec_ZZ.h
include/NTL/vec_vec_ZZ_p.h
include/NTL/vec_vec_ZZ_pE.h
include/NTL/vec_vec_long.h
include/NTL/vec_vec_lzz_p.h
include/NTL/vec_vec_lzz_pE.h
include/NTL/vec_vec_ulong.h
include/NTL/vec_xdouble.h
include/NTL/vector.h
include/NTL/version.h
include/NTL/xdouble.h
lib/libntl.a
lib/libntl.so
lib/libntl.so.44
lib/libntl.so.44.0.1
%%NTLDOCS%%/BasicThreadPool.cpp.html
%%NTLDOCS%%/BasicThreadPool.txt
%%NTLDOCS%%/GF2.cpp.html
%%NTLDOCS%%/GF2.txt
%%NTLDOCS%%/GF2E.cpp.html
%%NTLDOCS%%/GF2E.txt
%%NTLDOCS%%/GF2EX.cpp.html
%%NTLDOCS%%/GF2EX.txt
%%NTLDOCS%%/GF2EXFactoring.cpp.html
%%NTLDOCS%%/GF2EXFactoring.txt
%%NTLDOCS%%/GF2X.cpp.html
%%NTLDOCS%%/GF2X.txt
%%NTLDOCS%%/GF2XFactoring.cpp.html
%%NTLDOCS%%/GF2XFactoring.txt
%%NTLDOCS%%/GF2XVec.cpp.html
%%NTLDOCS%%/GF2XVec.txt
%%NTLDOCS%%/HNF.cpp.html
%%NTLDOCS%%/HNF.txt
%%NTLDOCS%%/LLL.cpp.html
%%NTLDOCS%%/LLL.txt
%%NTLDOCS%%/Lazy.cpp.html
%%NTLDOCS%%/Lazy.txt
%%NTLDOCS%%/LazyTable.cpp.html
%%NTLDOCS%%/LazyTable.txt
%%NTLDOCS%%/RR.cpp.html
%%NTLDOCS%%/RR.txt
%%NTLDOCS%%/SmartPtr.cpp.html
%%NTLDOCS%%/SmartPtr.txt
%%NTLDOCS%%/ZZ.cpp.html
%%NTLDOCS%%/ZZ.txt
%%NTLDOCS%%/ZZVec.cpp.html
%%NTLDOCS%%/ZZVec.txt
%%NTLDOCS%%/ZZX.cpp.html
%%NTLDOCS%%/ZZX.txt
%%NTLDOCS%%/ZZXFactoring.cpp.html
%%NTLDOCS%%/ZZXFactoring.txt
%%NTLDOCS%%/ZZ_limbs.cpp.html
%%NTLDOCS%%/ZZ_limbs.txt
%%NTLDOCS%%/ZZ_p.cpp.html
%%NTLDOCS%%/ZZ_p.txt
%%NTLDOCS%%/ZZ_pE.cpp.html
%%NTLDOCS%%/ZZ_pE.txt
%%NTLDOCS%%/ZZ_pEX.cpp.html
%%NTLDOCS%%/ZZ_pEX.txt
%%NTLDOCS%%/ZZ_pEXFactoring.cpp.html
%%NTLDOCS%%/ZZ_pEXFactoring.txt
%%NTLDOCS%%/ZZ_pX.cpp.html
%%NTLDOCS%%/ZZ_pX.txt
%%NTLDOCS%%/ZZ_pXFactoring.cpp.html
%%NTLDOCS%%/ZZ_pXFactoring.txt
%%NTLDOCS%%/arrow1.gif
%%NTLDOCS%%/arrow2.gif
%%NTLDOCS%%/arrow3.gif
%%NTLDOCS%%/config.txt
%%NTLDOCS%%/conversions.txt
%%NTLDOCS%%/copying.txt
%%NTLDOCS%%/flags.txt
%%NTLDOCS%%/lzz_p.cpp.html
%%NTLDOCS%%/lzz_p.txt
%%NTLDOCS%%/lzz_pE.cpp.html
%%NTLDOCS%%/lzz_pE.txt
%%NTLDOCS%%/lzz_pEX.cpp.html
%%NTLDOCS%%/lzz_pEX.txt
%%NTLDOCS%%/lzz_pEXFactoring.cpp.html
%%NTLDOCS%%/lzz_pEXFactoring.txt
%%NTLDOCS%%/lzz_pX.cpp.html
%%NTLDOCS%%/lzz_pX.txt
%%NTLDOCS%%/lzz_pXFactoring.cpp.html
%%NTLDOCS%%/lzz_pXFactoring.txt
%%NTLDOCS%%/mat_GF2.cpp.html
%%NTLDOCS%%/mat_GF2.txt
%%NTLDOCS%%/mat_GF2E.cpp.html
%%NTLDOCS%%/mat_GF2E.txt
%%NTLDOCS%%/mat_RR.cpp.html
%%NTLDOCS%%/mat_RR.txt
%%NTLDOCS%%/mat_ZZ.cpp.html
%%NTLDOCS%%/mat_ZZ.txt
%%NTLDOCS%%/mat_ZZ_p.cpp.html
%%NTLDOCS%%/mat_ZZ_p.txt
%%NTLDOCS%%/mat_ZZ_pE.cpp.html
%%NTLDOCS%%/mat_ZZ_pE.txt
%%NTLDOCS%%/mat_lzz_p.cpp.html
%%NTLDOCS%%/mat_lzz_p.txt
%%NTLDOCS%%/mat_lzz_pE.cpp.html
%%NTLDOCS%%/mat_lzz_pE.txt
%%NTLDOCS%%/mat_poly_ZZ.cpp.html
%%NTLDOCS%%/mat_poly_ZZ.txt
%%NTLDOCS%%/mat_poly_ZZ_p.cpp.html
%%NTLDOCS%%/mat_poly_ZZ_p.txt
%%NTLDOCS%%/mat_poly_lzz_p.cpp.html
%%NTLDOCS%%/mat_poly_lzz_p.txt
%%NTLDOCS%%/matrix.cpp.html
%%NTLDOCS%%/matrix.txt
%%NTLDOCS%%/names.txt
%%NTLDOCS%%/pair.cpp.html
%%NTLDOCS%%/pair.txt
%%NTLDOCS%%/quad_float.cpp.html
%%NTLDOCS%%/quad_float.txt
%%NTLDOCS%%/sedscript.txt
%%NTLDOCS%%/tools.cpp.html
%%NTLDOCS%%/tools.txt
%%NTLDOCS%%/tour-ack.html
%%NTLDOCS%%/tour-changes.html
%%NTLDOCS%%/tour-ex1.html
%%NTLDOCS%%/tour-ex2.html
%%NTLDOCS%%/tour-ex3.html
%%NTLDOCS%%/tour-ex4.html
%%NTLDOCS%%/tour-ex5.html
%%NTLDOCS%%/tour-ex6.html
%%NTLDOCS%%/tour-ex7.html
%%NTLDOCS%%/tour-examples.html
%%NTLDOCS%%/tour-gf2x.html
%%NTLDOCS%%/tour-gmp.html
%%NTLDOCS%%/tour-impl.html
%%NTLDOCS%%/tour-intro.html
%%NTLDOCS%%/tour-modules.html
%%NTLDOCS%%/tour-roadmap.html
%%NTLDOCS%%/tour-struct.html
%%NTLDOCS%%/tour-time.html
%%NTLDOCS%%/tour-tips.html
%%NTLDOCS%%/tour-unix.html
%%NTLDOCS%%/tour-win.html
%%NTLDOCS%%/tour.html
%%NTLDOCS%%/vec_GF2.cpp.html
%%NTLDOCS%%/vec_GF2.txt
%%NTLDOCS%%/vec_GF2E.cpp.html
%%NTLDOCS%%/vec_GF2E.txt
%%NTLDOCS%%/vec_RR.cpp.html
%%NTLDOCS%%/vec_RR.txt
%%NTLDOCS%%/vec_ZZ.cpp.html
%%NTLDOCS%%/vec_ZZ.txt
%%NTLDOCS%%/vec_ZZ_p.cpp.html
%%NTLDOCS%%/vec_ZZ_p.txt
%%NTLDOCS%%/vec_ZZ_pE.cpp.html
%%NTLDOCS%%/vec_ZZ_pE.txt
%%NTLDOCS%%/vec_lzz_p.cpp.html
%%NTLDOCS%%/vec_lzz_p.txt
%%NTLDOCS%%/vec_lzz_pE.cpp.html
%%NTLDOCS%%/vec_lzz_pE.txt
%%NTLDOCS%%/vector.cpp.html
%%NTLDOCS%%/vector.txt
%%NTLDOCS%%/version.cpp.html
%%NTLDOCS%%/version.txt
%%NTLDOCS%%/xdouble.cpp.html
%%NTLDOCS%%/xdouble.txt
%%PORTDOCS%%%%DOCSDIR%%/BasicThreadPool.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/BasicThreadPool.txt
%%PORTDOCS%%%%DOCSDIR%%/GF2.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/GF2.txt
%%PORTDOCS%%%%DOCSDIR%%/GF2E.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/GF2E.txt
%%PORTDOCS%%%%DOCSDIR%%/GF2EX.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/GF2EX.txt
%%PORTDOCS%%%%DOCSDIR%%/GF2EXFactoring.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/GF2EXFactoring.txt
%%PORTDOCS%%%%DOCSDIR%%/GF2X.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/GF2X.txt
%%PORTDOCS%%%%DOCSDIR%%/GF2XFactoring.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/GF2XFactoring.txt
%%PORTDOCS%%%%DOCSDIR%%/GF2XVec.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/GF2XVec.txt
%%PORTDOCS%%%%DOCSDIR%%/HNF.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/HNF.txt
%%PORTDOCS%%%%DOCSDIR%%/LLL.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/LLL.txt
%%PORTDOCS%%%%DOCSDIR%%/Lazy.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/Lazy.txt
%%PORTDOCS%%%%DOCSDIR%%/LazyTable.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/LazyTable.txt
%%PORTDOCS%%%%DOCSDIR%%/RR.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/RR.txt
%%PORTDOCS%%%%DOCSDIR%%/SmartPtr.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/SmartPtr.txt
%%PORTDOCS%%%%DOCSDIR%%/TFT-time.jpg
%%PORTDOCS%%%%DOCSDIR%%/ZZ.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/ZZ.txt
%%PORTDOCS%%%%DOCSDIR%%/ZZVec.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/ZZVec.txt
%%PORTDOCS%%%%DOCSDIR%%/ZZX.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/ZZX.txt
%%PORTDOCS%%%%DOCSDIR%%/ZZXFactoring.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/ZZXFactoring.txt
%%PORTDOCS%%%%DOCSDIR%%/ZZ_limbs.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/ZZ_limbs.txt
%%PORTDOCS%%%%DOCSDIR%%/ZZ_p.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/ZZ_p.txt
%%PORTDOCS%%%%DOCSDIR%%/ZZ_pE.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/ZZ_pE.txt
%%PORTDOCS%%%%DOCSDIR%%/ZZ_pEX.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/ZZ_pEX.txt
%%PORTDOCS%%%%DOCSDIR%%/ZZ_pEXFactoring.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/ZZ_pEXFactoring.txt
%%PORTDOCS%%%%DOCSDIR%%/ZZ_pX.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/ZZ_pX.txt
%%PORTDOCS%%%%DOCSDIR%%/ZZ_pXFactoring.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/ZZ_pXFactoring.txt
%%PORTDOCS%%%%DOCSDIR%%/arrow1.gif
%%PORTDOCS%%%%DOCSDIR%%/arrow2.gif
%%PORTDOCS%%%%DOCSDIR%%/arrow3.gif
%%PORTDOCS%%%%DOCSDIR%%/config.txt
%%PORTDOCS%%%%DOCSDIR%%/conversions.txt
%%PORTDOCS%%%%DOCSDIR%%/copying.txt
%%PORTDOCS%%%%DOCSDIR%%/flags.txt
%%PORTDOCS%%%%DOCSDIR%%/flintrat.jpg
%%PORTDOCS%%%%DOCSDIR%%/lzz_p.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/lzz_p.txt
%%PORTDOCS%%%%DOCSDIR%%/lzz_pE.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/lzz_pE.txt
%%PORTDOCS%%%%DOCSDIR%%/lzz_pEX.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/lzz_pEX.txt
%%PORTDOCS%%%%DOCSDIR%%/lzz_pEXFactoring.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/lzz_pEXFactoring.txt
%%PORTDOCS%%%%DOCSDIR%%/lzz_pX.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/lzz_pX.txt
%%PORTDOCS%%%%DOCSDIR%%/lzz_pXFactoring.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/lzz_pXFactoring.txt
%%PORTDOCS%%%%DOCSDIR%%/mat_GF2.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/mat_GF2.txt
%%PORTDOCS%%%%DOCSDIR%%/mat_GF2E.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/mat_GF2E.txt
%%PORTDOCS%%%%DOCSDIR%%/mat_RR.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/mat_RR.txt
%%PORTDOCS%%%%DOCSDIR%%/mat_ZZ.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/mat_ZZ.txt
%%PORTDOCS%%%%DOCSDIR%%/mat_ZZ_p.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/mat_ZZ_p.txt
%%PORTDOCS%%%%DOCSDIR%%/mat_ZZ_pE.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/mat_ZZ_pE.txt
%%PORTDOCS%%%%DOCSDIR%%/mat_lzz_p.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/mat_lzz_p.txt
%%PORTDOCS%%%%DOCSDIR%%/mat_lzz_pE.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/mat_lzz_pE.txt
%%PORTDOCS%%%%DOCSDIR%%/mat_poly_ZZ.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/mat_poly_ZZ.txt
%%PORTDOCS%%%%DOCSDIR%%/mat_poly_ZZ_p.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/mat_poly_ZZ_p.txt
%%PORTDOCS%%%%DOCSDIR%%/mat_poly_lzz_p.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/mat_poly_lzz_p.txt
%%PORTDOCS%%%%DOCSDIR%%/matrix.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/matrix.txt
%%PORTDOCS%%%%DOCSDIR%%/names.txt
%%PORTDOCS%%%%DOCSDIR%%/pair.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/pair.txt
%%PORTDOCS%%%%DOCSDIR%%/quad_float.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/quad_float.txt
%%PORTDOCS%%%%DOCSDIR%%/sedscript.txt
%%PORTDOCS%%%%DOCSDIR%%/tools.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/tools.txt
%%PORTDOCS%%%%DOCSDIR%%/tour-ack.html
%%PORTDOCS%%%%DOCSDIR%%/tour-changes.html
%%PORTDOCS%%%%DOCSDIR%%/tour-ex1.html
%%PORTDOCS%%%%DOCSDIR%%/tour-ex2.html
%%PORTDOCS%%%%DOCSDIR%%/tour-ex3.html
%%PORTDOCS%%%%DOCSDIR%%/tour-ex4.html
%%PORTDOCS%%%%DOCSDIR%%/tour-ex5.html
%%PORTDOCS%%%%DOCSDIR%%/tour-ex6.html
%%PORTDOCS%%%%DOCSDIR%%/tour-ex7.html
%%PORTDOCS%%%%DOCSDIR%%/tour-examples.html
%%PORTDOCS%%%%DOCSDIR%%/tour-gf2x.html
%%PORTDOCS%%%%DOCSDIR%%/tour-gmp.html
%%PORTDOCS%%%%DOCSDIR%%/tour-impl.html
%%PORTDOCS%%%%DOCSDIR%%/tour-intro.html
%%PORTDOCS%%%%DOCSDIR%%/tour-modules.html
%%PORTDOCS%%%%DOCSDIR%%/tour-roadmap.html
%%PORTDOCS%%%%DOCSDIR%%/tour-struct.html
%%PORTDOCS%%%%DOCSDIR%%/tour-time.html
%%PORTDOCS%%%%DOCSDIR%%/tour-tips.html
%%PORTDOCS%%%%DOCSDIR%%/tour-unix.html
%%PORTDOCS%%%%DOCSDIR%%/tour-win.html
%%PORTDOCS%%%%DOCSDIR%%/tour.html
%%PORTDOCS%%%%DOCSDIR%%/vec_GF2.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/vec_GF2.txt
%%PORTDOCS%%%%DOCSDIR%%/vec_GF2E.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/vec_GF2E.txt
%%PORTDOCS%%%%DOCSDIR%%/vec_RR.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/vec_RR.txt
%%PORTDOCS%%%%DOCSDIR%%/vec_ZZ.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/vec_ZZ.txt
%%PORTDOCS%%%%DOCSDIR%%/vec_ZZ_p.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/vec_ZZ_p.txt
%%PORTDOCS%%%%DOCSDIR%%/vec_ZZ_pE.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/vec_ZZ_pE.txt
%%PORTDOCS%%%%DOCSDIR%%/vec_lzz_p.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/vec_lzz_p.txt
%%PORTDOCS%%%%DOCSDIR%%/vec_lzz_pE.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/vec_lzz_pE.txt
%%PORTDOCS%%%%DOCSDIR%%/vector.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/vector.txt
%%PORTDOCS%%%%DOCSDIR%%/version.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/version.txt
%%PORTDOCS%%%%DOCSDIR%%/xdouble.cpp.html
%%PORTDOCS%%%%DOCSDIR%%/xdouble.txt
%%PORTDOCS%%%%DOCSDIR%%/zmulrat.jpg
|