Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/float/tst/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 26.7.2025 mit Größe 666 B image not shown  

Quelle  fplll.tst   Sprache: unbekannt

 
#############################################################################
##
#W  fplll.tst                 Float Package                 Laurent Bartholdi
##
#Y  Copyright (C) 2016,  Laurent Bartholdi
##
#############################################################################
##
##  This file tests the fplll library
##
#############################################################################

gap> START_TEST("fplll");
gap> FPLLLReducedBasis([[100,0,0],[0,100,0],[1,2,3]]);
[ [ 1, 2, 3 ], [ -14, 72, -42 ], [ 93, -14, -21 ] ]
gap> STOP_TEST( "fplll.tst", 3*10^8 );
fplll

#E fplll.tst . . . . . . . . . . . . . . . . . . . . . . . . . . . .ends here

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]