|
# 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 the package Modules.
# our info classes:
DeclareInfoClass( "InfoModulesForHomalg" );
SetInfoLevel( InfoModulesForHomalg, 1 );
# a central place for configurations:
DeclareGlobalVariable( "HOMALG_MODULES" );
####################################
#
# global functions and operations:
#
####################################
# basic operations:
DeclareOperation( "HomalgRing",
[ IsHomalgObjectOrMorphism ] );
DeclareOperation( "BasisOfModule",
[ IsHomalgObjectOrMorphism ] );
DeclareOperation( "OnBasisOfPresentation",
[ IsHomalgObjectOrMorphism ] );
DeclareOperation( "OnLessGenerators",
[ IsHomalgObjectOrMorphism ] );
[ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet)
]
|