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 1 kB image not shown  

Quelle  homalgExternalObject.gd   Sprache: unbekannt

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

##  Declaration stuff for homalg's external objects.

####################################
#
# categories:
#
####################################

# a new GAP-category:

DeclareCategory( "IshomalgExternalObject",
        IsAttributeStoringRep );

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

# basic operations:

DeclareOperation( "homalgPointer",
        [ IshomalgExternalObject ] );

DeclareOperation( "homalgPointer",
        [ IsString ] );

DeclareOperation( "homalgPointer",
        [ IsBool ] );

DeclareOperation( "homalgExternalCASystem",
        [ IshomalgExternalObject ] );

DeclareOperation( "homalgExternalCASystemVersion",
        [ IshomalgExternalObject ] );

DeclareOperation( "homalgStream",
        [ IshomalgExternalObject ] );

DeclareOperation( "homalgExternalCASystemPID",
        [ IshomalgExternalObject ] );

DeclareOperation( "homalgLastWarning",
        [ IshomalgExternalObject ] );

DeclareOperation( "homalgNrOfWarnings",
        [ IshomalgExternalObject ] );

# constructors:

DeclareGlobalFunction( "homalgExternalObject" );


[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]