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

Quelle  obsolete.gi   Sprache: unbekannt

 
#############################################################################
##
#W  obsolete.gi          GAP 4 package AtlasRep                 Thomas Breuer
##
##  This file contains implementations of global variables
##  that had been documented in earlier versions of the AtlasRep package.
##


#############################################################################
##
#F  AtlasOfGroupRepresentationsTestClassScripts( ... )
#F  AtlasOfGroupRepresentationsTestCompatibleMaxes( ... )
#F  AtlasOfGroupRepresentationsTestFileHeaders( ... )
#F  AtlasOfGroupRepresentationsTestFiles( ... )
#F  AtlasOfGroupRepresentationsTestGroupOrders( ... )
#F  AtlasOfGroupRepresentationsTestStdCompatibility( ... )
#F  AtlasOfGroupRepresentationsTestSubgroupOrders( ... )
#F  AtlasOfGroupRepresentationsTestWords( ... )
##
##  These functions are deprecated since version 1.5 of the package.
##
InstallGlobalFunction( AtlasOfGroupRepresentationsTestClassScripts,
    AGR.Test.ClassScripts );
InstallGlobalFunction( AtlasOfGroupRepresentationsTestCompatibleMaxes,
    AGR.Test.CompatibleMaxes );
InstallGlobalFunction( AtlasOfGroupRepresentationsTestFileHeaders,
    AGR.Test.FileHeaders );
InstallGlobalFunction( AtlasOfGroupRepresentationsTestFiles,
    AGR.Test.Files );
InstallGlobalFunction( AtlasOfGroupRepresentationsTestGroupOrders,
    AGR.Test.GroupOrders );
InstallGlobalFunction( AtlasOfGroupRepresentationsTestStdCompatibility,
    AGR.Test.StdCompatibility );
InstallGlobalFunction( AtlasOfGroupRepresentationsTestSubgroupOrders,
    AGR.Test.MaxesOrders );
InstallGlobalFunction( AtlasOfGroupRepresentationsTestWords,
    AGR.Test.Words );


#############################################################################
##
#E


[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]