pdl 1:2.063-2 source package in Ubuntu

Changelog

pdl (1:2.063-2) unstable; urgency=medium

  * Team upload.
  * Build-depend on libpgplot-perl to re-enable PDL::Graphics::PGPLOT.

 -- Roland Mas <email address hidden>  Fri, 03 Dec 2021 00:07:48 +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

Downloads

File Size SHA-256 Checksum
pdl_2.063-2.dsc 2.4 KiB c15b81f3159920bd1580e98932440508967cecff67bae394b0fbf85a3d3882a2
pdl_2.063.orig.tar.gz 2.7 MiB b4a0ccaec8442b5f2853cd882c612a9477be038c65281cf4f0bbfd335b2f7a4f
pdl_2.063-2.debian.tar.xz 27.0 KiB 05bcd11058753ebb355db3b587fee51308f1893af1d2a92a736f9725264b9622

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