Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/modules/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 22.11.2024 mit Größe 779 B image not shown  

Quelle  SetsOfRelations.gd   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-or-later
# Modules: A homalg based package for the Abelian category of finitely presented modules over computable rings
#
# Declarations
#

##  Declaration stuff for sets of relations.

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

# A new GAP-category:

DeclareCategory( "IsSetsOfRelations",
        IsComponentObjectRep );

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

# constructors:

DeclareGlobalFunction( "CreateSetsOfRelationsForLeftModule" );

DeclareGlobalFunction( "CreateSetsOfRelationsForRightModule" );

# basic operations:

DeclareOperation( "PositionOfLastStoredSetOfRelations",
        [ IsSetsOfRelations ] );


[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]