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 635 B image not shown  

Quelle  genTimingWithPackage.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
LoadPackage("WPE");;
G := WreathProduct(groups.K, groups.H);;
iso := IsomorphismWreathProduct(G);;
W := Range(iso);;
fileOut := Concatenation("./out_timingsWithPackage/", ID, ".csv");;
w := g ^ iso;;
ProfileFunctions(WPE_Centraliser);;
WPE_Centraliser(W, w);;
prof := ProfileInfo([WPE_Centraliser], 1, 0);;
UnprofileFunctions(WPE_Centraliser);;
ClearProfile();;
AppendTo(fileOut, prof.ttim, "\n");;

[ Dauer der Verarbeitung: 0.30 Sekunden  ]