Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/homalgtocas/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 6.8.2025 mit Größe 870 B image not shown  

Quelle  StatisticsObject.gd   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-or-later
# HomalgToCAS: A window to the outer world
#
# Declarations
#

##  Declaration for statistics objects.

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

##  <#GAPDoc Label="IsStatisticsObject">
##  <ManSection>
##    <Filt Type="Category" Arg="filt" Name="IsStatisticsObject"/>
##    <Returns><C>true</C> or <C>false</C></Returns>
##    <Description>
##      The &GAP; category of &homalg; diagrams.
##    <Listing Type="Code"><![CDATA[
DeclareCategory( "IsStatisticsObject",
        IsComponentObjectRep );
##  ]]></Listing>
##    </Description>
##  </ManSection>
##  <#/GAPDoc>

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

# constructors:

DeclareGlobalFunction( "NewStatisticsObject" );

# basic operations:


[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]