pdl 1:2.4.11-4ubuntu4 source package in Ubuntu

Changelog

pdl (1:2.4.11-4ubuntu4) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Wed, 23 Oct 2013 12:21:29 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
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-4ubuntu4.debian.tar.gz 23.1 KiB cba0187b65252c48ed879900f5b4e6982cee379f3bc391b6447279b9b0f5b69e
pdl_2.4.11-4ubuntu4.dsc 2.2 KiB 9d243ebea087393ebe835f890cafc4979a6450507acc46a81bf79c4859122788

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.