Update math/cloog to version 0.18.3
[dports.git] / math / PDL / pkg-descr
1 PDL (``Perl Data Language'') gives standard perl the ability to
2 COMPACTLY store and SPEEDILY manipulate the large N-dimensional data
3 arrays which are the bread and butter of scientific computing.
4
5 The idea is to turn perl in to a free, array-oriented, numerical
6 language in the same sense as commerical packages like IDL and
7 MatLab. One can write simple perl expressions to manipulate entire
8 numerical arrays all at once. For example, using PDL the perl variable
9 $a can hold a 1024x1024 floating point image, it only takes 4Mb of
10 memory to store it and expressions like $a=sqrt($a)+2 would manipulate
11 the whole image in a few seconds.
12
13 A simple interactive shell (perldl) is provided for command line use
14 together with a module (PDL) for use in perl scripts.
15
16 WWW: http://search.cpan.org/dist/PDL/
17 WWW: http://pdl.perl.org/