Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/sgpviz/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 30.7.2024 mit Größe 504 B image not shown  

Quelle  sv_utils.gi   Sprache: unbekannt

 
Spracherkennung für: .gi vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#######################################################################
InstallGlobalFunction(SgpVizTest,
        function()
  Test(Concatenation(PackageInfo("sgpviz")[1]!.
          InstallationPath, "/tst/testall.tst"), rec( compareFunction := "uptowhitespace" ));
end);
#######################################################################
InstallGlobalFunction(SgpVizInfo,
        function(n)
     SetInfoLevel(InfoSgpViz, n);
     
    Print("Info Level for InfoSgpViz is set to ",n, "\n");
end);

[ Dauer der Verarbeitung: 0.35 Sekunden  ]