(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...
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMTAn implementation of online docs for PDL....
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMTThese 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....
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMTMethods and functions for type conversions, PDL creation, type conversion, threading etc....
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMTDeclares a subset of PDL functions so that they can be used as lvalue subs. In particular, this allows simpler constructs such as $a->slice(',(0)') .= 1; instead of the clumsy (my $tmp = $a->slice(',(0)')) .= 1; This will only work if your perl suppo...
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMTThis module features a growing number of functions manipulating complex numbers. These are usually represented as a pair "[ real imag ]" or "[ angle phase ]". If not explicitly mentioned, the functions can work inplace (not yet implemented!!!) and re...
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMT!!!!!!!!!!!!!!!!!!!!!!!!!!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!!!...
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMTPDL::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.12 - 28 Aug 2018 07:29:19 GMTThis 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...
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMTPDL 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...
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMTThis 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 GMTThis 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 GMTLoads the smallest possible set of modules for PDL to work, importing only those functions always defined by PDL::Core) into the current namespace ("pdl", "piddle", "barf" and "null"). This is the absolute minimum set for PDL. Access to other functio...
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMTThis 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...
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMTThis 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...
CHM/PDL-2.019 - 05 May 2018 21:04:58 GMT