https://github.com/homalg-project/homalg_project
Raw File
Tip revision: 66b4f1557a4c5d52f43b48dc8b1f79b8dbd355ce authored by Mohamed Barakat on 21 February 2021, 15:07:55 UTC
Merge pull request #403 from mohamed-barakat/devel
Tip revision: 66b4f15
init.g
#############################################################################
##
##  init.g                    GaussForHomalg package          Simon Goertzen
##
##  Copyright 2007-2008 Lehrstuhl B für Mathematik, RWTH Aachen
##
##  Reading the declaration part of the GaussForHomalg package.
##
#############################################################################

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

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

ReadPackage( "GaussForHomalg", "gap/GaussRationals.gd" );

back to top