pdl 1:2.007-4build1 source package in Ubuntu

Changelog

pdl (1:2.007-4build1) wily; urgency=medium

  * No change rebuild to drop libproj0 dependency

 -- Micah Gersten <email address hidden>  Sun, 14 Jun 2015 15:36:26 -0500

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Wily
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-4build1.debian.tar.gz 29.6 KiB b4e83b106601acb03f814022fdf33b10a4d73cb1af7c276c6844850c597e9704
pdl_2.007-4build1.dsc 2.0 KiB 903440940d4acbd944e8ea671950826924c089b1d82ec0a6b4d5eb362ebca377

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.