pdl 1:2.007-4ubuntu1 source package in Ubuntu

Changelog

pdl (1:2.007-4ubuntu1) xenial; urgency=medium

  * Update new gsl_sf_ellint_D_e type

 -- Iain Lane <email address hidden>  Wed, 11 Nov 2015 15:48:51 +0000

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Xenial
Original maintainer:
Henning Glawe
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.007.orig.tar.gz 2.8 MiB 609f6661061e444f2b5de845b2ab927adb9007b6511cf2f08aa0d6df0c62500c
pdl_2.007-4ubuntu1.debian.tar.xz 26.9 KiB 0a52f208ffc197c96b5db9b48b3b19b3c319642f6c00ed060824f0f17d971c94
pdl_2.007-4ubuntu1.dsc 2.0 KiB 7fced6e740373524e2663c4b02d26f9cf8c3f5b6f7ea6e57f1adc2baaf5cad48

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 package pdl

 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.