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

Changelog

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

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Wed, 16 Nov 2011 10:00:10 +0000

Upload details

Uploaded by:
Colin Watson
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-2ubuntu3.diff.gz 18.0 KiB c07a65fc4b768e76e6aa083b24fc2c0cf3a3b7184fd34fbf18b806959ee1b539
pdl_2.4.7+dfsg-2ubuntu3.dsc 2.2 KiB 00ef42138ca82cd0122137bdc3d072c612ecd024f2918bf33b78d79df45e6114

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.