Revision 3a654fb6556f8b24081daeae9249680d8ff68214 authored by Sebastian Gutsche on 06 October 2016, 15:26:25 UTC, committed by Sebastian Gutsche on 06 October 2016, 15:26:25 UTC
1 parent 8ba25ff
Raw File
read.g
#############################################################################
##
##  read.g                    IO_ForHomalg package            Thomas Bächler
##                                                           Mohamed Barakat
##                                                           Max Neunhoeffer
##                                                            Daniel Robertz
##
##  Copyright 2007-2009 Lehrstuhl B für Mathematik, RWTH Aachen
##
##  Reading the implementation part of the IO_ForHomalg package.
##
#############################################################################

## wrappers to some functionality of the IO package of Max
ReadPackage( "IO_ForHomalg", "gap/IO_ForHomalg.gi" );
back to top