Revision 00a058c7607aa33a8db24bd30d1332343033e798 authored by Mohamed Barakat on 20 March 2018, 12:47:44 UTC, committed by Mohamed Barakat on 20 March 2018, 12:47:44 UTC
1 parent a9c0162
Raw File
read.g
#############################################################################
##
##  read.g                    GaussForHomalg package          Simon Goertzen
##
##  Copyright 2007-2008 Lehrstuhl B für Mathematik, RWTH Aachen
##
##  Reading the implementation part of the GaussForHomalg package.
##
#############################################################################

ReadPackage( "GaussForHomalg", "gap/GaussForHomalg.gi" );

ReadPackage( "GaussForHomalg", "gap/GaussTools.gi" );

ReadPackage( "GaussForHomalg", "gap/GaussBasic.gi" );

ReadPackage( "GaussForHomalg", "gap/GaussFQI.gi" );

ReadPackage( "GaussForHomalg", "gap/GaussRationals.gi" );
back to top