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

Quelle  IO_ForHomalg.gd   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-or-later
# IO_ForHomalg: IO capabilities for the homalg project
#
# Declarations
#

##  Declaration stuff to use the GAP4 I/O package of Max Neunhoeffer.

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

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

DeclareGlobalFunction( "SendForkingToCAS" );

DeclareGlobalFunction( "SendToCAS" );

DeclareGlobalFunction( "CheckOutputOfCAS" );

DeclareGlobalFunction( "SendBlockingToCAS" );

DeclareGlobalFunction( "TryLaunchCAS_IO_ForHomalg" );

#! @ChapterInfo Tools, Functions
#! @Arguments function, args
#! @Returns list
#! @Description
#!   Returns real time seconds of the call function( args ) as first entry of list, result of call as second.
DeclareGlobalFunction( "TOOLS_FOR_HOMALG_GET_REAL_TIME_OF_FUNCTION_CALL" );

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]