-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinit.g
More file actions
20 lines (17 loc) · 709 Bytes
/
init.g
File metadata and controls
20 lines (17 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#############################################################################
##
## init.g matgrp package Alexander Hulpke
##
## Copyright 2014 by the author.
## Licensed under GPL v2 or v3
##
#############################################################################
#I introducing globally the NC versions of PreImages...
if not IsBound( PreImagesSetNC ) then
BindGlobal( "PreImagesSetNC", PreImagesSet );
fi;
if not IsBound( PreImagesRepresentativeNC ) then
BindGlobal( "PreImagesRepresentativeNC", PreImagesRepresentative );
fi;
#############################################################################
ReadPackage("matgrp","lib/recograt.gd");