pdl 1:2.007-5 source package in Ubuntu
Changelog
pdl (1:2.007-5) unstable; urgency=medium * Team upload. [ Andreas Tille ] * Package migrated to Debian Science team Git as Uploader Henning Glawe agreed * Add watch file [ Sebastiaan Couwenberg ] * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev. * Add patch to fix FTBFS with GSL 2.x. Closes: #805824 -- Andreas Tille <email address hidden> Fri, 15 Jan 2016 13:47:31 +0100
Upload details
- Uploaded by:
- Debian Science Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Science Team
- Architectures:
- any
- Section:
- math
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pdl_2.007-5.dsc | 2.2 KiB | b7ac36283886e3b9303376f054892705ae7ad96fa3449eadf1bef26816e4f697 |
pdl_2.007.orig.tar.gz | 2.8 MiB | 609f6661061e444f2b5de845b2ab927adb9007b6511cf2f08aa0d6df0c62500c |
pdl_2.007-5.debian.tar.xz | 27.3 KiB | f768bc889923d3007ea82bdf05dec1ecb4f8fcde60adf4508efed01f098874a9 |
Available diffs
No changes file available.
Binary packages built by this source
- pdl: No summary available for pdl in ubuntu yakkety.
No description available for pdl in ubuntu yakkety.
- 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.