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

Quelle  ChainMorphisms.gd   Sprache: unbekannt

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

##  Declarations of homalg procedures for chain morphisms.

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

# basic operations:

DeclareOperation( "DefectOfExactness",
        [ IsHomalgChainMorphism, IsInt ] );

DeclareOperation( "Homology",
        [ IsHomalgChainMorphism, IsInt ] );

DeclareOperation( "Cohomology",
        [ IsHomalgChainMorphism, IsInt ] );

DeclareOperation( "DefectOfExactness",
        [ IsHomalgChainMorphism ] );

DeclareOperation( "Homology",
        [ IsHomalgChainMorphism ] );

DeclareOperation( "Cohomology",
        [ IsHomalgChainMorphism ] );

DeclareOperation( "CompleteChainMorphism",
        [ IsHomalgChainMorphism, IsInt ] );

DeclareOperation( "CompleteChainMorphism",
        [ IsHomalgChainMorphism ] );

[ Dauer der Verarbeitung: 0.5 Sekunden  (vorverarbeitet)  ]