Search results for "module:PDL"

PDL - the Perl Data Language River stage three • 93 direct dependents • 101 total dependents

(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.085 - 30 Jan 2024 04:23:50 UTC

PDL::Ops - Fundamental mathematical operators River stage three • 93 direct dependents • 101 total dependents

This 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.085 - 30 Jan 2024 04:23:50 UTC

PDL::Doc - support for PDL online documentation River stage three • 93 direct dependents • 101 total dependents

An implementation of online docs for PDL....

ETJ/PDL-2.085 - 30 Jan 2024 04:23:50 UTC

PDL::Dbg - functions to support debugging of PDL scripts River stage three • 93 direct dependents • 101 total dependents

These 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.085 - 30 Jan 2024 04:23:50 UTC

PDL::Core - fundamental PDL functionality and vectorization/broadcasting River stage three • 93 direct dependents • 101 total dependents

Methods and functions for type conversions, PDL creation, type conversion, broadcasting etc....

ETJ/PDL-2.085 - 30 Jan 2024 04:23:50 UTC

PDL::Lvalue - declare PDL lvalue subs River stage three • 93 direct dependents • 101 total dependents

Declares 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.085 - 30 Jan 2024 04:23:50 UTC

PDL::GA - Genetic algorithm utilities for PDLs River stage zero No dependents

MOOCOW/PDL-GA-0.08 - 06 Jun 2017 08:56:19 UTC

PDL::SV - PDL subclass for keeping scalar data (like strings) River stage one • 3 direct dependents • 3 total dependents

This PDL::SV class stores array of scalar values. It can be used for vectors of strings. While this class is a subclass of PDL, its internals are quite different from other normal PDL types. So basically what's not documented are not guarenteed to wo...

ZMUGHAL/Data-Frame-0.006002 - 03 Jan 2022 19:34:29 UTC

PDL::GA - Genetic algorithm utilities for PDLs River stage zero No dependents

MOOCOW/PDL-GA-0.08 - 06 Jun 2017 08:56:19 UTC

PDL::CCS - Sparse N-dimensional PDLs with compressed column storage River stage one • 1 direct dependent • 3 total dependents

PDL::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.22 - 14 Apr 2023 12:19:06 UTC

PDL::FFT - FFTs for PDL River stage three • 93 direct dependents • 101 total dependents

!!!!!!!!!!!!!!!!!!!!!!!!!!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.085 - 30 Jan 2024 04:23:50 UTC

PDL::Bad - PDL always processes bad values River stage three • 93 direct dependents • 101 total dependents

This module is loaded when you do "use PDL", "use PDL::Lite" or "use PDL::LiteF". Implementation details are given in PDL::BadValues....

ETJ/PDL-2.085 - 30 Jan 2024 04:23:50 UTC

PDL::HMM - Hidden Markov Model utilities in PDL River stage zero No dependents

MOOCOW/PDL-HMM-0.06008 - 14 Apr 2023 21:18:20 UTC

PDL::HMM - Hidden Markov Model utilities in PDL River stage zero No dependents

MOOCOW/PDL-HMM-0.06008 - 14 Apr 2023 21:18:20 UTC

PDL::FFTW - PDL interface to the obsolete FFTW API v2.x River stage zero No dependents

This 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 UTC

PDL::Lite - minimum PDL module OO loader River stage three • 93 direct dependents • 101 total dependents

Loads the smallest possible set of modules for PDL to work, importing only those functions always defined by PDL::Core) into the current namespace ("pdl", "ndarray", "barf" and "null"). This is the absolute minimum set for PDL. Access to other functi...

ETJ/PDL-2.085 - 30 Jan 2024 04:23:50 UTC

PDL::Char - PDL subclass which allows reading and writing of fixed-length character strings as byte PDLs River stage three • 93 direct dependents • 101 total dependents

This 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 character grids. The indexing is done on a string level and n...

ETJ/PDL-2.085 - 30 Jan 2024 04:23:50 UTC

Test::PDL - Test Perl Data Language arrays (a.k.a. ndarrays) for equality River stage one • 1 direct dependent • 1 total dependent

With Test::PDL, you can compare two ndarrays 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 cer...

ETJ/Test-PDL-0.20 - 26 Feb 2022 21:27:36 UTC

PDL::Util River stage zero No dependents

Convenient utility functions/methods for use with PDL....

JBERGER/PDL-Util-0.010 - 22 Sep 2011 16:51:27 UTC

PDL::Math - extended mathematical operations and special functions River stage three • 93 direct dependents • 101 total dependents

This 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.085 - 30 Jan 2024 04:23:50 UTC
338 results (0.025 seconds)