Revision 202f7130dde41cf4260970c8b3e8efb24cf27619 authored by Mohamed Barakat on 11 February 2022, 23:34:22 UTC, committed by GitHub on 11 February 2022, 23:34:22 UTC
bumped versions to trigger releases
2 parent s 26a82de + 416b60d
Raw File
Macaulay2.gd
#############################################################################
##
##  Macaulay2.gd              RingsForHomalg package          Daniel Robertz
##
##  Copyright 2007-2008 Lehrstuhl B für Mathematik, RWTH Aachen
##
##  Declaration stuff for the external computer algebra system Macaulay2.
##
#############################################################################

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

DeclareGlobalVariable( "HOMALG_IO_Macaulay2" );

DeclareGlobalVariable( "Macaulay2Macros" );

####################################
#
# global functions and operations:
#
####################################

DeclareGlobalFunction( "_Macaulay2_SetRing" );

DeclareGlobalFunction( "_Macaulay2_SetInvolution" );

DeclareGlobalFunction( "_Macaulay2_multiple_delete" );

DeclareGlobalFunction( "InitializeMacaulay2Macros" );

# constructor methods:

DeclareGlobalFunction( "RingForHomalgInMacaulay2" );

DeclareGlobalFunction( "HomalgRingOfIntegersInMacaulay2" );

DeclareGlobalFunction( "HomalgFieldOfRationalsInMacaulay2" );

# basic operations:

back to top