Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/hap/tst/testslow/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 19.6.2025 mit Größe 493 B image not shown  

Quelle  1.4.1.tst   Sprache: unbekannt

 
#E
gap> START_TEST("HAP library");
gap> dir:=Filename(DirectoriesPackageLibrary("HAP","tst/examples"),"image1.3.2.png");;
gap> t:=ReadImageAsPureCubicalComplex(dir,"matrix");;
gap> t:=Int((3/10)*Maximum(Flat(t)));;
gap> M:=ReadImageAsPureCubicalComplex(dir,t);;
gap> Y:=RegularCWComplex(M);
Regular CW-complex of dimension 2

gap> W:=ContractedComplex(Y);
Regular CW-complex of dimension 1

gap> V:=SimplifiedComplex(W);
Regular CW-complex of dimension 1

gap> STOP_TEST( "tst.tst", 1000 );



[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]