Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563501 views
#############################################################################
##
##  HomalgToCAS.gd           HomalgToCAS package             Mohamed Barakat
##
##  Copyright 2007-2008 Lehrstuhl B für Mathematik, RWTH Aachen
##
##  Declaration stuff for HomalgToCAS.
##
#############################################################################


# our info class:
DeclareInfoClass( "InfoHomalgToCAS" );
SetInfoLevel( InfoHomalgToCAS, 1 );

# a central place for configurations:
DeclareGlobalVariable( "HOMALG_IO" );

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

DeclareGlobalFunction( "FigureOutAnAlternativeDirectoryForTemporaryFiles" );

DeclareGlobalFunction( "homalgTime" );

DeclareGlobalFunction( "homalgMemoryUsage" );

DeclareGlobalFunction( "homalgIOMode" );

DeclareGlobalFunction( "ApplyCommandToString" );

DeclareOperation( "ShaSum",
        [ IsString ] );

DeclareGlobalFunction( "GetTimeOfDay" );

DeclareGlobalFunction( "FingerprintOfGapProcess" );