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

Quelle  LIMOR.gd   Sprache: unbekannt

 
Spracherkennung für: .gd vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# SPDX-License-Identifier: GPL-2.0-or-later
# homalg: A homological algebra meta-package for computable Abelian categories
#
# Declarations
#

##         LIMOR = Logical Implications for homalg MORphisms

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

# a central place for configurations:
DeclareGlobalVariable( "LIMOR" );

####################################
#
# global variables:
#
####################################

DeclareGlobalVariable( "LogicalImplicationsForHomalgMorphisms" );

DeclareGlobalVariable( "LogicalImplicationsForHomalgEndomorphisms" );

####################################
#
# operations:
#
####################################

DeclareOperation( "SetPropertiesOfAdditiveInverse",
        [ IsHomalgMorphism, IsHomalgMorphism ] );

[ Dauer der Verarbeitung: 0.28 Sekunden  ]