Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/homalgtocas/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 6.8.2025 mit Größe 613 B image not shown  

Quelle  HomalgToCAS.gd   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-or-later
# HomalgToCAS: A window to the outer world
#
# Declarations
#

##  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( "homalgTime" );

DeclareGlobalFunction( "homalgMemoryUsage" );

DeclareGlobalFunction( "homalgIOMode" );

DeclareGlobalFunction( "FingerprintOfGapProcess" );

[ Dauer der Verarbeitung: 0.22 Sekunden  (vorverarbeitet)  ]