(For the exported PDL constructor, pdl(), see PDL::Core) PDL is the Perl Data Language, a perl extension that is designed for scientific and bulk numeric data processing and display. It extends perl's syntax and includes fully vectorized, multidimens...
ETJ/PDL-2.026 - 13 Feb 2021 19:00:07 UTCThese packages implements a couple of functions that should come in handy when debugging your PDL scripts. They make a lot of sense while you're doing rapid prototyping of new PDL code, let's say inside the perldl or pdl2 shell....
ETJ/PDL-2.026 - 13 Feb 2021 19:00:07 UTCAn implementation of online docs for PDL....
ETJ/PDL-2.026 - 13 Feb 2021 19:00:07 UTCMethods and functions for type conversions, PDL creation, type conversion, threading etc....
ETJ/PDL-2.026 - 13 Feb 2021 19:00:07 UTCDeclares a subset of PDL functions so that they can be used as lvalue subs. In particular, this allows simpler constructs such as $x->slice(',(0)') .= 1; instead of the clumsy (my $tmp = $x->slice(',(0)')) .= 1; This will only work if your perl suppo...
ETJ/PDL-2.026 - 13 Feb 2021 19:00:07 UTCThis module features a growing number of functions manipulating complex numbers. These are usually represented as a pair "[ real imag ]" or "[ magnitude phase ]". If not explicitly mentioned, the functions can work inplace (not yet implemented!!!) an...
ETJ/PDL-2.026 - 13 Feb 2021 19:00:07 UTCPDL has been compiled with WITH_BADVAL set to 1. Therefore, you can enter the wonderful world of bad value support in PDL. This module is loaded when you do "use PDL", "Use PDL::Lite" or "PDL::LiteF". Implementation details are given in PDL::BadValue...
ETJ/PDL-2.026 - 13 Feb 2021 19:00:07 UTCPDL::CCS is now just a wrapper package which pulls in a number of submodules. See the documentation of the respective modules for details....
MOOCOW/PDL-CCS-1.23.13 - 19 Nov 2020 06:00:18 UTCThis module provides the functions used by PDL to overload the basic mathematical operators ("+ - / *" etc.) and functions ("sin sqrt" etc.) It also includes the function "log10", which should be a perl function so that we can overload it! Matrix mul...
ETJ/PDL-2.026 - 13 Feb 2021 19:00:07 UTC!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! As of PDL-2.006_04, the direction of the FFT/IFFT has been reversed to match the usage in the FFTW library and the convention in use generally. !!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!...
ETJ/PDL-2.026 - 13 Feb 2021 19:00:07 UTCThis module no longer exists on CPAN and is completely unsupported because the underlying fftw-2.x library is obsolete. Please use PDL::FFTW3 instead. The previous releases of PDL::FFTW are all available on BackPAN at <http://backpan.perl.org/authors...
CHM/PDL-FFTW-2.024 - 15 Jun 2015 21:55:21 UTCThis module is an extension to PDL by giving the dimensions a meaningful name, values or ranges. The module also provides wrappers to perform most PDL operations based on named dimensions. Each dimension is supposed to have a unique name. If you pref...
FANTASMA/PDL-Dims-0.013 - 01 Oct 2015 13:11:14 UTCWith Test::PDL, you can compare two piddles for equality. The comparison is performed as thoroughly as possible, comparing types, dimensions, bad value patterns, and finally the values themselves. The exact behaviour can be configured by setting cert...
EBAUDREZ/Test-PDL-0.14 - 26 Apr 2019 09:53:03 UTCConvenient utility functions/methods for use with PDL....
JBERGER/PDL-Util-0.010 - 22 Sep 2011 16:51:27 UTCThis module aims to contain useful functions. Honest....
ETJ/PDL-2.026 - 13 Feb 2021 19:00:07 UTC