-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathListOfDocFiles.g
More file actions
36 lines (36 loc) · 1.3 KB
/
ListOfDocFiles.g
File metadata and controls
36 lines (36 loc) · 1.3 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
list := [
"../gap/HomalgRingMap.gd",
"../gap/HomalgRingMap.gi",
"../gap/HomalgRelations.gd",
"../gap/HomalgRelations.gi",
"../gap/HomalgGenerators.gd",
"../gap/HomalgGenerators.gi",
"../gap/HomalgModule.gd",
"../gap/HomalgModule.gi",
"../gap/HomalgSubmodule.gd",
"../gap/HomalgSubmodule.gi",
"../gap/HomalgMap.gd",
"../gap/HomalgMap.gi",
"../gap/HomalgModuleElement.gd",
"../gap/HomalgModuleElement.gi",
"../gap/Modules.gi",
"../gap/ExteriorAlgebra.gi",
"../gap/ExteriorAlgebra.gd",
"../gap/LIMAP.gi",
"../gap/BasicFunctors.gi",
"../gap/Tools.gi",
"../gap/GrothendieckGroup.gd",
"../gap/GrothendieckGroup.gi",
"../examples/RHom_Z.g",
"../examples/LTensorProduct_Z.g",
"../examples/ExtExt.g",
"../examples/Purity.g",
"../examples/TorExt_Grothendieck.g",
"../examples/TorExt.g",
"../examples/Hom(Hom(-,Z128),Z16)_On_Seq.g",
"../examples/Saturate.g",
"../examples/doc/IsElementOfIntegers.g",
"../examples/doc/HomalgRing_module.g",
"../examples/doc/HomalgRing_module_element.g",
"../examples/doc/LT_module_element.g",
];