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

Quelle  browse_only.g   Sprache: unbekannt

 
# Notify Browse overviews of tables, irrationalities, and differences of data.
ReadPackage( "ctbllib", "gap4/brirrat.g" );

# Postpone some work until the functions are really needed.
DeclareAutoreadableVariables( "ctbllib", "gap4/ctbltocb.g",
    [ "BrowseCTblLibInfo", "BrowseCTblLibInfo_GroupInfoTable" ] );
DeclareAutoreadableVariables( "ctbllib", "gap4/brctdiff.g",
    [ "BrowseCTblLibDifferences" ] );

# Add the Browse applications to the list shown by `BrowseGapData'.
BrowseGapDataAdd( "Overview of GAP's Library of Character Tables",
    function() BrowseCTblLibInfo(); end, false, "\
an overview of the GAP library of character tables, \
details about individual tables are shown on click. \
Try ?BrowseCTblLibInfo for details" );

BrowseGapDataAdd( "Differences in GAP's Library of Character Tables",
    function() BrowseCTblLibDifferences(); end, false, "\
an overview of the differences between the versions of \
GAP's library of character tables, since version 1.1.3. \
Try ?BrowseCTblLibDifferences for details" );

# Notify ATLAS related stuff.
ReadPackage( "ctbllib", "gap4/atlasimp.g" );
ReadPackage( "ctbllib", "gap4/atlasbro.g" );


[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]