pdl 1:2.020-3 source package in Ubuntu

Changelog

pdl (1:2.020-3) unstable; urgency=medium

  * Team upload.
  * Add patch to fix pdlpp_postamble oneliner.
    (closes: #949157)

 -- Bas Couwenberg <email address hidden>  Sat, 18 Jan 2020 13:19:04 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe math

Downloads

File Size SHA-256 Checksum
pdl_2.020-3.dsc 2.3 KiB 596d0d27bea080714905ec90be2888ad582eb93cb693d31ae0b0d124421eb3d5
pdl_2.020.orig.tar.gz 2.8 MiB 8aa2e8742cbec19aaded5457b3c7e9662bad0ddc263e52dd9e957389e002e7cd
pdl_2.020-3.debian.tar.xz 30.4 KiB 0fc56e6c6fc8ba7aa60c09ca3fcf9ee76723b2c397e43f4e4abcced7ea42cf5c

Available diffs

No changes file available.

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 pdl