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. Web page: http://pdl.perl.org/
|
|
|
| Architecture | Version | Package Size | Installed Size | Files |
|---|---|---|---|---|
| amd64 | 1:2.4.3-8+b1 | 4,899.6 kB | 15760 kB | [list of files] |
| armel | 1:2.4.3-8+b2 | 4,758.9 kB | 14892 kB | [list of files] |
| hppa | 1:2.4.3-8+b1 | 5,050.0 kB | 17520 kB | [list of files] |
| i386 | 1:2.4.3-8+b1 | 4,795.6 kB | 15512 kB | [list of files] |
| ia64 | 1:2.4.3-8+b2 | 5,307.0 kB | 27672 kB | [list of files] |
| mips | 1:2.4.3-8+b1 | 4,106.8 kB | 19128 kB | [list of files] |
| mipsel | 1:2.4.3-8+b1 | 4,099.1 kB | 19128 kB | [list of files] |
| powerpc | 1:2.4.3-8+b1 | 4,746.9 kB | 15444 kB | [list of files] |
| s390 | 1:2.4.3-8+b1 | 4,401.9 kB | 15292 kB | [list of files] |
| sparc | 1:2.4.3-8+b1 | 4,589.5 kB | 15284 kB | [list of files] |