pdl 1:2.007-4ubuntu3 source package in Ubuntu
Changelog
pdl (1:2.007-4ubuntu3) xenial; urgency=medium * No-change rebuild for perl 5.22.1. -- Mathieu Trudel-Lapierre <email address hidden> Fri, 18 Dec 2015 14:16:19 -0500
Upload details
- Uploaded by:
- Mathieu Trudel-Lapierre
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- math
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pdl_2.007.orig.tar.gz | 2.8 MiB | 609f6661061e444f2b5de845b2ab927adb9007b6511cf2f08aa0d6df0c62500c |
pdl_2.007-4ubuntu3.debian.tar.xz | 27.0 KiB | de04af8464b63f4b63018e4413d30f94aafe768bfa2ef0c224870235f980ed25 |
pdl_2.007-4ubuntu3.dsc | 2.1 KiB | 0db8a2d488af4141556fcc857f47b72d42ad6a7bd0177169b86a3e2626fabc79 |
Available diffs
- diff from 1:2.007-4ubuntu2 to 1:2.007-4ubuntu3 (326 bytes)
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.
- pdl-dbgsym: debug symbols for package pdl
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.