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

Quelle  nq.gd   Sprache: unbekannt

 
##############################################################################
##
#A  nq.gd                   Oktober 2002                         Werner Nickel
##
##  This file contains the declaration part of the interface to my NQ program.
##

DeclareGlobalFunction( "NqReadOutput" );
DeclareGlobalFunction( "NqStringFpGroup" );
DeclareGlobalFunction( "NqStringExpTrees" );
DeclareGlobalFunction( "NqInitFromTheLeftCollector" );
DeclareGlobalFunction( "NqPcpGroupByCollector" );
DeclareGlobalFunction( "NqPcpGroupByNqOutput" );
DeclareGlobalFunction( "NqPcpElementByWord" );
DeclareGlobalFunction( "NqElementaryDivisors" );
DeclareGlobalFunction( "NqEpimorphismByNqOutput" );

DeclareGlobalFunction( "NilpotentEngelQuotient" );
DeclareGlobalFunction( "LowerCentralFactors" );


DeclareOperation( "NilpotentQuotient", 
        [ IsObject, IsPosInt ] );

DeclareOperation( "NilpotentQuotientIdentical", 
        [ IsObject, IsObject, IsPosInt ] );

DeclareOperation( "NqEpimorphismNilpotentQuotient", 
        [ IsObject, IsPosInt ] );

DeclareInfoClass( "InfoNQ" );

[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]