pdl 1:2.084-1 source package in Ubuntu

Changelog

pdl (1:2.084-1) unstable; urgency=medium

  * Team upload.
  * Move from experimental to unstable.

 -- Bas Couwenberg <email address hidden>  Sat, 17 Jun 2023 12:33:46 +0200

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
Mantic release universe math

Downloads

File Size SHA-256 Checksum
pdl_2.084-1.dsc 2.4 KiB d9699ab145fb22a25bedf523b9259cbb3af6e3b0d52d37bfe4bcc0d4c46643ed
pdl_2.084.orig.tar.gz 2.9 MiB 96256439f3a2501ffa93b3cc7c8cadbf91aabf6cb5f874624917833656006468
pdl_2.084-1.debian.tar.xz 29.1 KiB 9099726dba99c551866d71527c9bb63dd3387ab500325b9053df2b00c7b15f2b

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