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

Quelle  LIGrMOD.gd   Sprache: unbekannt

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

##         LIGrMOD = Logical Implications for Graded MODules

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

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

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

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

# basic operations:

DeclareOperation( "HilbertPoincareSeries",
        [ IsBettiTable, IsInt, IsRingElement ] );

DeclareOperation( "HilbertPoincareSeries",
        [ IsBettiTable, IsHomalgElement, IsRingElement ] );

DeclareOperation( "HilbertPoincareSeries",
        [ IsBettiTable, IsInt ] );

DeclareOperation( "HilbertPoincareSeries",
        [ IsBettiTable, IsHomalgElement ] );

DeclareOperation( "HilbertPolynomial",
        [ IsBettiTable, IsInt, IsRingElement ] );

DeclareOperation( "HilbertPolynomial",
        [ IsBettiTable, IsHomalgElement, IsRingElement ] );

DeclareOperation( "HilbertPolynomial",
        [ IsBettiTable, IsInt ] );

DeclareOperation( "HilbertPolynomial",
        [ IsBettiTable, IsHomalgElement ] );

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]