-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathListOfDocFiles.g
More file actions
38 lines (37 loc) · 1.39 KB
/
Copy pathListOfDocFiles.g
File metadata and controls
38 lines (37 loc) · 1.39 KB
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
list := [
"../gap/RingMaps.gd",
"../gap/RingMaps.gi",
"../gap/GradedModule.gd",
"../gap/GradedModule.gi",
"../gap/GradedSubmodule.gd",
"../gap/GradedSubmodule.gi",
"../gap/Koszul.gd",
"../gap/Koszul.gi",
"../gap/OtherFunctors.gd",
"../gap/OtherFunctors.gi",
"../gap/Tate.gd",
"../gap/Tate.gi",
"../gap/Relative.gd",
"../gap/Relative.gi",
"../gap/GradedStructureFunctors.gd",
"../gap/GradedStructureFunctors.gi",
"../examples/DE-2.2.g",
"../examples/DE-Code.g",
"../examples/Schenck-3.2.g",
"../examples/Schenck-8.3.g",
"../examples/Schenck-8.3.3.g",
"../examples/Saturate.g",
"../examples/HorrocksMumford.g",
"../examples/doc/MonomialMap.g",
"../examples/doc/RandomMatrix.g",
"../examples/GlobalSections.g",
##
"../examples/doc/SubmoduleGeneratedByHomogeneousPart.g",
"../examples/doc/BasisOfHomogeneousPart.g",
"../examples/doc/RepresentationMapOfRingElement.g",
"../examples/doc/HomogeneousPartOverCoefficientsRing.g",
"../examples/doc/RepresentationMatrixOfKoszulId.g",
"../examples/doc/RepresentationMapOfKoszulId.g",
"../examples/doc/KoszulRightAdjoint.g",
"../examples/doc/TateResolution.g",
];