-
Notifications
You must be signed in to change notification settings - Fork 19
/
init.g
49 lines (39 loc) · 1.64 KB
/
init.g
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
# SPDX-License-Identifier: GPL-2.0-or-later
# MatricesForHomalg: Matrices for the homalg project
#
# Reading the declaration part of the package.
#
##
## Reading the declaration part of the MatricesForHomalg package.
##
#############################################################################
## init
ReadPackage( "MatricesForHomalg", "gap/MatricesForHomalg.gd" );
## rings
ReadPackage( "MatricesForHomalg", "gap/homalgTable.gd" );
ReadPackage( "MatricesForHomalg", "gap/HomalgRing.gd" );
## matrices
ReadPackage( "MatricesForHomalg", "gap/HomalgMatrix.gd" );
## ring maps
ReadPackage( "MatricesForHomalg", "gap/HomalgRingMap.gd" );
## ring relations
ReadPackage( "MatricesForHomalg", "gap/HomalgRingRelations.gd" );
## tools/service/basic
ReadPackage( "MatricesForHomalg", "gap/Tools.gd" );
ReadPackage( "MatricesForHomalg", "gap/Service.gd" );
ReadPackage( "MatricesForHomalg", "gap/Basic.gd" );
## LogicForHomalg subpackages
ReadPackage( "MatricesForHomalg", "gap/LIRNG.gd" );
ReadPackage( "MatricesForHomalg", "gap/LIMAP.gd" );
ReadPackage( "MatricesForHomalg", "gap/COLEM.gd" );
ReadPackage( "MatricesForHomalg", "gap/LIMAT.gd" );
## specific GAP4 internal rings
ReadPackage( "MatricesForHomalg", "gap/Euclidean.gd" );
## the subpackage ResidueClassRingForHomalg
ReadPackage( "MatricesForHomalg", "gap/ResidueClassRingForHomalg.gd" );
ReadPackage( "MatricesForHomalg", "gap/ResidueClassRing.gd" );
ReadPackage( "MatricesForHomalg", "gap/ResidueClassRingBasic.gd" );
ReadPackage( "MatricesForHomalg", "gap/ResidueClassRingTools.gd" );
if IsPackageMarkedForLoading( "JuliaInterface", ">= 0.2" ) then
ReadPackage( "MatricesForHomalg", "gap/Julia.gd" );
fi;