Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/repndecomp/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 12.8.2025 mit Größe 378 B image not shown  

Quelle  methsel.gi   Sprache: unbekannt

 
# selects method based on what's in the options stack and fills out
# the corresponding attribute of rho
ComputeUsingMethod@ := function(rho)
    local method;
    method := ValueOption("decomp_method");

    # the default is serre
    if method = "alternate" then
        return REPN_ComputeUsingMyMethod(rho);
    else
        return REPN_ComputeUsingSerre(rho);
    fi;
end;

[ Dauer der Verarbeitung: 0.29 Sekunden  (vorverarbeitet)  ]