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 766 B image not shown  

Quelle  homalgSendBlocking.gd   Sprache: unbekannt

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

##  Declaration stuff to manage the communication.

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

DeclareGlobalFunction( "homalgFlush" );

DeclareGlobalFunction( "TerminateAllCAS" );

DeclareGlobalFunction( "_SetElmWPObj_ForHomalg" );

DeclareGlobalFunction( "homalgCreateStringForExternalCASystem" );

DeclareGlobalFunction( "homalgSendBlocking" ); ## this name was implicitly suggested by Max Neunhöffer ;)

DeclareGlobalFunction( "homalgDisplay" );

DeclareGlobalFunction( "StringToInt" );

DeclareGlobalFunction( "StringToIntList" );

DeclareGlobalFunction( "StringToDoubleIntList" );


[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]