pdl 1:2.4.11-4ubuntu3 source package in Ubuntu

Changelog

pdl (1:2.4.11-4ubuntu3) saucy; urgency=low

  * Rebuild for libgd3.
 -- Colin Watson <email address hidden>   Thu, 30 May 2013 16:39:07 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Saucy
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.11.orig.tar.gz 2.7 MiB c777ed2519d73ebde0d870e94931a2d2c57865abcee27dfec53f4412a2cac662
pdl_2.4.11-4ubuntu3.debian.tar.gz 23.0 KiB 3741285897e9b529f3c76ec619b727be83f698fb280bbf52d0ab229f8d1e8294
pdl_2.4.11-4ubuntu3.dsc 2.2 KiB 0daec2e5cc489a3f1d51abd03be85bd64f4184e9017af3394826f16fad78c4ea

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.