-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathread.g
More file actions
18 lines (17 loc) · 762 Bytes
/
read.g
File metadata and controls
18 lines (17 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#####################################################################################
#
# read.g
#
#
# The package CoReLG is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software Foundation;
# either version 2 of the License, or (at your option) any later version.
ReadPackage( "corelg", "gap/sqrt.gi");
ReadPackage( "corelg", "gap/carrierrtsys.gi");
ReadPackage( "corelg", "gap/forms.gi" );
ReadPackage( "corelg", "gap/realforms.gi" );
ReadPackage( "corelg", "gap/nilpotentOrbits.gi" );
ReadPackage( "corelg", "gap/cartandecomp.gi" );
ReadPackage( "corelg", "gap/realtheta.gi" );
ReadPackage( "corelg", "gap/realweyl.gi" );
ReadPackage( "corelg", "gap/realmax.g" );