Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/wpe/dev/timings/centraliser/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 21.9.2024 mit Größe 531 B image not shown  

Quelle  genTimingWithoutPackage.g   Sprache: unbekannt

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

# Global variables are defined outside of this file
# str           ID                      : identifier of this example
# rec(K, H)     groups                  : groups K and H
# elm           g, h                    : random elements
G := WreathProduct(groups.K, groups.H);;
fileOut := Concatenation("./out_timingsWithoutPackage/", ID, ".csv");;
ProfileFunctions(Centraliser);;
Centraliser(G, g);;
prof := ProfileInfo([Centraliser], 1, 0);;
UnprofileFunctions(Centraliser);;
ClearProfile();;
AppendTo(fileOut, prof.ttim, "\n");;

[ Dauer der Verarbeitung: 0.30 Sekunden  ]