pdl 1:2.4.7+dfsg-2ubuntu4 source package in Ubuntu

Changelog

pdl (1:2.4.7+dfsg-2ubuntu4) precise; urgency=low

  * Rebuild for libplplot11
 -- Angel Abad <email address hidden>   Fri, 17 Feb 2012 18:43:10 +0100

Upload details

Uploaded by:
Angel Abad
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
math
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pdl_2.4.7+dfsg.orig.tar.gz 2.5 MiB 54da13e2e76b4653f33dd7a064d6e25c3d86f75fe7db16674a699620d9b91098
pdl_2.4.7+dfsg-2ubuntu4.diff.gz 18.1 KiB 5e32b8fb981517c1c11c00bd175536c91ec1244597e0b48ea2739183db1f9407
pdl_2.4.7+dfsg-2ubuntu4.dsc 1.5 KiB e3c61b4ed056d58cc8d22e72ad573e3ea85205acb60552abd1969663e251490c

View changes file

Binary packages built by this source

pdl: perl data language: Perl extensions for numerics

 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.