DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepdl
Beschreibungperl data language: Perl extensions for numerics
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1:2.4.7+dfsg-2
Sektionmath
Prioritätoptional
Installierte Größe16872 Byte
Hängt ab vonperl (>= 5.10.1-14), perlapi-5.10.1, libterm-readkey-perl, fftw2, freeglut3, libc6 (>= 2.4), libgd2-
Empfohlene Paketelibterm-readline-gnu-perl | libterm-readline-perl-perl
PaketbetreuerHenning Glawe
Quelle
Paketgröße5131854 Byte
Prüfsumme MD511e5cbad75666b8b27179d1820c732f4
Prüfsumme SHA1aa15bb3b8619d43f6b36cf7dcf9e7efc575cf000
Prüfsumme SHA2563e6a2bb08723b409bc0be08c3bcfcfb45e84203ef23d9c7a1d7c0bf3b2c902f3
Link zum Herunterladenpdl_2.4.7+dfsg-2_i386.deb
Ausführliche BeschreibungPDL gives standard perl the ability to COMPACTLY store and SPEEDILY manipulate the large N-dimensional data arrays which are the bread and butter of scientific computing. The idea is to turn perl in to a free, array-oriented, numerical language in the same sense as commercial packages like IDL and MatLab. One can write simple perl expressions to manipulate entire numerical arrays all at once. For example, using PDL the perl variable $a can hold a 1024x1024 floating point image, it only takes 4Mb of memory to store it and expressions like $a=sqrt($a)+2 would manipulate the whole image in a few seconds. . A simple interactive shell (perldl) is provided for command line use together with a module (PDL) for use in perl scripts.


Impressum
Linux is a registered trademark of Linus Torvalds