pdl 1:2.089-1build1 source package in Ubuntu

Changelog

pdl (1:2.089-1build1) oracular; urgency=medium

  * Rebuild against new libgsl28.

 -- Gianfranco Costamagna <email address hidden>  Tue, 30 Jul 2024 08:51:35 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Oracular
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe math

Downloads

File Size SHA-256 Checksum
pdl_2.089.orig.tar.gz 2.9 MiB 9e408e4f06685de911697e12eaa5c8538e8521cbb80b876eda4bbcc7f98f196f
pdl_2.089-1build1.debian.tar.xz 29.0 KiB f2d8853c982744c674097859c8f7d7373d4da3a9820b3f1d8953aa00221b2a01
pdl_2.089-1build1.dsc 2.4 KiB 17158ecc4b5762ce33ff108f0da906f064db22d7f975a9c36e17993f05b962c3

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