pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/p5-PDL



Module name:    pkgsrc-wip
Committed by:   apost
Date:           Wed Jun  1 04:31:09 UTC 2005

Import into wip/p5-PDL

Log Message:
Initial import of PDL, the "Perl Data Language".  The package currently supports
the builtin 3D graphing routines, but not the PLplot or PGPLOT bindings.  I hope
to soon package up PLplot so that PDL can use it.  I do not plan to do so for
PGPLOT, as it its license would be problematic for many people.

Fuller description of PDL follows:

=======

PDL ("Perl Data Language") 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.

PDL turns perl in to a free, array-oriented, numerical language similar to (but,
we believe, better than) such commerical packages as 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 manipulate the whole image in a few milliseconds.

A simple interactive shell (perldl) is provided for use from the command line
and a module (PDL) for use in perl scripts.

Status:

Vendor Tag:     APOST
Release Tags:   APOST_20050601
                
N wip/p5-PDL/Makefile
N wip/p5-PDL/PLIST
N wip/p5-PDL/distinfo
N wip/p5-PDL/DESCR
N wip/p5-PDL/patches/patch-aa

No conflicts created by this import


To generate a diff of this commit:

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index