pdl 1:2.072-1build1 source package in Ubuntu

Changelog

pdl (1:2.072-1build1) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Mon, 07 Feb 2022 07:53:07 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pdl_2.072.orig.tar.gz 2.8 MiB 4fc39dad8c4f2abbdf52745666f5fb3ac5826bd64bc019437755d3d5986b11ca
pdl_2.072-1build1.debian.tar.xz 29.1 KiB 3aa7d11aca56d619f4862ed6cb196e45deffc550eb35dadf341e5b5f6eb21273
pdl_2.072-1build1.dsc 2.4 KiB 174e3b2d1fc55aab36d7f41f370b83e1d61e970c707e5482ac58ca77a123fa5a

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.

pdl-dbgsym: debug symbols for pdl