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

Quelle  GradedRingMap.gd   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-or-later
# GradedRingForHomalg: Endow Commutative Rings with an Abelian Grading
#
# Declarations
#

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

# two new GAP-categories:

##  <#GAPDoc Label="IsHomalgGradedRingMap">
##  <ManSection>
##    <Filt Type="Category" Arg="phi" Name="IsHomalgGradedRingMap"/>
##    <Returns><C>true</C> or <C>false</C></Returns>
##    <Description>
##      The &GAP; category of ring maps.
##    <Listing Type="Code"><![CDATA[
DeclareCategory( "IsHomalgGradedRingMap",
        IsHomalgRingMap );
##  ]]></Listing>
##    </Description>
##  </ManSection>
##  <#/GAPDoc>
##

##  <#GAPDoc Label="IsHomalgGradedRingSelfMap">
##  <ManSection>
##    <Filt Type="Category" Arg="phi" Name="IsHomalgGradedRingSelfMap"/>
##    <Returns><C>true</C> or <C>false</C></Returns>
##    <Description>
##      The &GAP; category of ring self-maps.
##    <Listing Type="Code"><![CDATA[
DeclareCategory( "IsHomalgGradedRingSelfMap",
        IsHomalgRingSelfMap and
        IsHomalgGradedRingMap );
##  ]]></Listing>
##    </Description>
##  </ManSection>
##  <#/GAPDoc>
##


[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]