Revision 773df8186a94e46442e739a8cf8a5aac859b955a authored by Mohamed Barakat on 02 April 2015, 14:33:15 UTC, committed by Mohamed Barakat on 02 April 2015, 14:42:59 UTC
1 parent 3e67939
Raw File
init.g
#############################################################################
##
##  init.g                    Gauss package                   Simon Goertzen
##
##  Copyright 2007-2008 Lehrstuhl B für Mathematik, RWTH Aachen
##
##  Reading the declaration part of the Gauss package.
##
#############################################################################

ReadPackage( "Gauss", "gap/GaussDense.gd" );

##

ReadPackage( "Gauss", "gap/SparseMatrix.gd" );

##

ReadPackage( "Gauss", "gap/Sparse.gd" );

ReadPackage( "Gauss", "gap/GaussSparse.gd" );

ReadPackage( "Gauss", "gap/HermiteSparse.gd" );
back to top