Paketname | pdl |
Beschreibung | perl data language: Perl extensions for numerics |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1:2.4.7+dfsg-2 |
Sektion | math |
Priorität | optional |
Installierte Größe | 16872 Byte |
Hängt ab von | perl (>= 5.10.1-14), perlapi-5.10.1, libterm-readkey-perl, fftw2, freeglut3, libc6 (>= 2.4), libgd2- |
Empfohlene Pakete | libterm-readline-gnu-perl | libterm-readline-perl-perl |
Paketbetreuer | Henning Glawe |
Quelle | |
Paketgröße | 5131854 Byte |
Prüfsumme MD5 | 11e5cbad75666b8b27179d1820c732f4 |
Prüfsumme SHA1 | aa15bb3b8619d43f6b36cf7dcf9e7efc575cf000 |
Prüfsumme SHA256 | 3e6a2bb08723b409bc0be08c3bcfcfb45e84203ef23d9c7a1d7c0bf3b2c902f3 |
Link zum Herunterladen | pdl_2.4.7+dfsg-2_i386.deb |
Ausführliche Beschreibung | PDL 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.
|