The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "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.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

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 - Search in distribution

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

MOOCOW/PDL-GA-0.08 - 06 Jun 2017 08:56:19 UTC - Search in distribution
  • PDL::GA - Genetic algorithm utilities for PDLs

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 - Search in distribution

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 - Search in distribution
  • PDL::HMM - Hidden Markov Model utilities in PDL

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

PDL::Apply - Apply a given function in "rolling" / "moving" / "over" manners River stage zero No dependents

This module allows you to: * compute "rolling" functions (like "Moving Average") with given sliding window * compute "over" like functions (like "sumover") with arbitrary function applied But keep in mind that the speed is far far beyond the function...

KMX/PDL-Apply-0.002 - 16 Oct 2015 20:49:35 UTC - Search in distribution

PDL::FFTW3 - PDL interface to the Fastest Fourier Transform in the West v3 River stage zero No dependents

This is a PDL binding to version 3 of the FFTW library. Supported are complex <-> complex and real <-> complex FFTs. NB to install wget http://www.fftw.org/fftw-3.3.4.tar.gz tar xvf fftw-3.3.4.tar.gz cd fftw-3.3.4/ ./configure --prefix=/usr --enable-...

ETJ/PDL-FFTW3-0.19 - 24 Feb 2024 18:49:52 UTC - Search in distribution

PDL::NDBin - Multidimensional binning & histogramming River stage zero No dependents

In scientific (and other) applications, it is frequently necessary to classify a series of values in a number of bins. For instance, particles may be classified according to particle size in a number of bins of, say, 0.01 mm wide, yielding a histogra...

ETJ/PDL-NDBin-0.028 - 27 Mar 2024 15:56:39 UTC - Search in distribution

PDL::Stats - a collection of statistics modules in Perl Data Language, with a quick-start guide for non-PDL people. River stage one • 3 direct dependents • 4 total dependents

Loads modules named below, making the functions available in the current namespace. Properly formatted documentations online at http://pdl-stats.sf.net...

ETJ/PDL-Stats-0.83 - 01 Apr 2023 04:16:47 UTC - Search in distribution

Types::PDL - PDL types using Type::Tiny River stage one • 4 direct dependents • 6 total dependents

This module provides Type::Tiny compatible types for PDL. Types Types which accept parameters (see "Parameters") will list them. "NDArray" | "Piddle" (*deprecated*) Allows an object blessed into the class "PDL", e.g. validate( [pdl], NDarray ); It ac...

DJERIUS/Types-PDL-0.04 - 22 Oct 2021 02:46:37 UTC - Search in distribution

ORLite::PDL - PDL integration for ORLite River stage zero No dependents

Note: This is a very simple initial implementation, more functionality to come in the future. Compressed SQLite database files are a handy format for the distribution of bulk data, including statistical data. The ORLite Object-Relational Model provid...

ADAMK/ORLite-PDL-0.02 - 10 Jan 2010 06:36:46 UTC - Search in distribution

PDL::FuncND - N dimensional version of functions River stage zero No dependents

This module provides multi-dimensional implementations of common functions....

DJERIUS/PDL-FuncND-0.11 - 23 Oct 2014 21:52:04 UTC - Search in distribution

PDL::NetCDF - Object-oriented interface between NetCDF files and PDL objects. River stage zero No dependents

This is the PDL interface to the Unidata NetCDF library. It uses the netCDF version 3 library to make a subset of netCDF functionality available to PDL users in a clean, object-oriented interface. Another NetCDF perl interface, which allows access to...

ETJ/PDL-NetCDF-4.24 - 26 Apr 2022 23:27:10 UTC - Search in distribution

PDL::Ngrams - N-Gram utilities for PDL River stage zero No dependents

PDL::Ngrams provides basic utilities for tracking N-grams over PDL vectors....

MOOCOW/PDL-Ngrams-0.12 - 17 May 2022 19:52:01 UTC - Search in distribution

PDL::OpenCV - PDL interface to OpenCV River stage zero No dependents

Use PDL::OpenCV to call OpenCV functions on your data using Perl/PDL. As can be seen above, this distribution is structured to very closely match the structure of OpenCV v4 itself. That means the submodules match the "classes" and/or "modules" in Ope...

ETJ/PDL-OpenCV-0.001 - 26 Mar 2023 06:02:44 UTC - Search in distribution

PDL::Cluster - PDL interface to the C Clustering Library River stage zero No dependents

MOOCOW/PDL-Cluster-1.54.002 - 29 May 2021 09:31:32 UTC - Search in distribution

PDL::SVDLIBC - PDL interface to Doug Rohde's SVD C Library River stage zero No dependents

PDL::SVDLIBC provides a PDL interface to the SVDLIBC routines for singular value decomposition of large sparse matrices. SVDLIBC is available from http://tedlab.mit.edu/~dr/SVDLIBC/...

MOOCOW/PDL-SVDLIBC-0.19 - 15 Jan 2018 14:03:22 UTC - Search in distribution
207 results (0.117 seconds)