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

Quelle  abelaut.gd   Sprache: unbekannt

 
#############################################################################
##
#W   abelaut.gd                  Polycyc                         Bettina Eick
##

# APEndos form a ring. In order to allow the operations One and Inverse,
# we make them Scalars.
DeclareCategory( "IsAPEndo", IsScalar );
#            IsMultiplicativeElement and IsAdditiveElementWithInverse );
DeclareCategoryFamily( "IsAPEndo" );
DeclareCategoryCollections( "IsAPEndo" );
BindGlobal("APEndoFamily", NewFamily( "APEndoFam", IsAPEndo, IsAPEndo ));
DeclareRepresentation( "IsAPEndoRep", IsComponentObjectRep,
            ["mat", "dim", "exp", "prime"] );

DeclareGlobalFunction( "APEndoNC" );
DeclareGlobalFunction( "APEndo" );



[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]