Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/alnuth/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 5.3.2022 mit Größe 1 kB image not shown  

Quelle  setup.gd   Sprache: unbekannt

 
#############################################################################
##
#W setup.gd         Alnuth - ALgebraic NUmber THeory        Andreas Distler
##

#############################################################################
##
#F ChangeGlobalVariable(name, path)
##
DeclareGlobalFunction("ChangeGlobalVariable");

#############################################################################
##
#F SetPariStackSize(size)
##
DeclareGlobalFunction("SetPariStackSize");

#############################################################################
##
#F SetAlnuthExternalExecutable(path)
##
DeclareGlobalFunction("SetAlnuthExternalExecutable");

#############################################################################
##
#F SuitablePariExecutable(path)
##
DeclareGlobalFunction("SuitablePariExecutable");

#############################################################################
##
#F PariVersion(path)
##
DeclareGlobalFunction("PariVersion");

#############################################################################
##
#F SetAlnuthExternalExecutablePermanently(path)
##
## Changes the file defs.g to set a new default value for AL_EXECUTABLE
##
DeclareGlobalFunction("SetAlnuthExternalExecutablePermanently");

#############################################################################
##
#F RestoreAlnuthExternalExecutablePermanently(path)
##
## restores the original content of the file defs.g
##
DeclareGlobalFunction("RestoreAlnuthExternalExecutablePermanently");

#############################################################################
##
#E

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]