Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/bidi/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 445 B image not shown  

Quelle  pcp.g   Sprache: unbekannt

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


DTPolynomialsByPcpGroup := function( G )
    local   coll;

    coll := Collector( G );

    if not IsBound( coll![PC_DEEP_THOUGHT_POLS] ) or 
       coll![PC_DEEP_THOUGHT_POLS] =[] then

        # Compute the deep thought polynomials
        coll![PC_DEEP_THOUGHT_POLS] := calcreps2(coll![PC_CONJUGATES], 8, 1);

        # Compute the orders of the genrators of dtrws
        CompleteOrdersOfRws(coll);

        # reduce the coefficients of the deep thought polynomials
        ReduceCoefficientsOfRws(coll);
    fi;

    return PolynomialsDTCollector( coll );

end;

[Dauer der Verarbeitung: 0.18 Sekunden, vorverarbeitet 2026-05-01]