Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/tst/testbugfix/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 392 B image not shown  

Quelle  2022-10-07-DefaultMatrixRepForBaseDomain.tst   Sprache: unbekannt

 
# Make sure that 'DefaultMatrixRepForBaseDomain' works for
# the fields provided by the StandardFF package.
gap> if TestPackageAvailability( "StandardFF" ) <> fail and
>       LoadPackage( "StandardFF", false ) <> fail then
>      if DefaultMatrixRepForBaseDomain( FF( 3, 2 ) ) = Is8BitMatrixRep then
>        Error( "wrong DefaultMatrixRepForBaseDomain( FF( 3, 2 ) )" );
>      fi;
>    fi;

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]