(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.025 - 19 Nov 2020 13:17:38 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.025 - 19 Nov 2020 13:17:38 UTCAn implementation of online docs for PDL....
ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTCMethods and functions for type conversions, PDL creation, type conversion, threading etc....
ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 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.025 - 19 Nov 2020 13:17:38 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.025 - 19 Nov 2020 13:17:38 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.025 - 19 Nov 2020 13:17:38 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.025 - 19 Nov 2020 13:17:38 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.025 - 19 Nov 2020 13:17:38 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 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 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 extends PDL with more advanced mathematical functions than provided by standard Perl. All the functions have one input pdl, and one output, unless otherwise stated. Many of the functions are linked from the system maths library or the Cep...
ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTCThis subclass of PDL allows one to manipulate PDLs of 'byte' type as if they were made of fixed length strings, not just numbers. This type of behavior is useful when you want to work with charactar grids. The indexing is done on a string level and n...
ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTCConvenient utility functions/methods for use with PDL....
JBERGER/PDL-Util-0.010 - 22 Sep 2011 16:51:27 UTC