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
GaussTools.gd
#############################################################################
##
##  GaussTools.gd         GaussForHomalg package          Simon Goertzen
##
##  Copyright 2007-2008 Lehrstuhl B für Mathematik, RWTH Aachen
##
##  Declarations for the rings (fields) provided by GaussForHomalg
##
#############################################################################

DeclareOperation( "Nrows",
        [ IsList ] );

####################################
#
# global variables:
#
####################################

DeclareGlobalVariable( "CommonHomalgTableForGaussTools" );

back to top