PDL::Options - simplifies option passing by hash in PerlDL River stage two • 92 direct dependents • 96 total dependents

Object to simplify option passing for PerlDL subroutines. Allows you to merge a user defined options with defaults. A simplified (non-OO) interface is provided....

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTC

PDL::Graphics::PGPLOTOptions - Setting PGPLOT options River stage two • 92 direct dependents • 96 total dependents

This package contains one function (at present) which returns PDL::Option objects for default settings for plot windows and plot commands. This should be complemented by functions that could affect this such as file reading commands etc....

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTC

PDL::Doc - support for PDL online documentation River stage two • 92 direct dependents • 96 total dependents

An implementation of online docs for PDL....

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 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::GA - Genetic algorithm utilities for PDLs River stage zero No dependents

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

PDL::Core - fundamental PDL functionality and vectorization/threading River stage two • 92 direct dependents • 96 total dependents

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

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTC

Test::PDL - Test Perl Data Language arrays (a.k.a. piddles) for equality River stage one • 2 direct dependents • 2 total dependents

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

PDL::Func - interpolation, integration, & gradient estimation (differentiation) of functions River stage two • 92 direct dependents • 96 total dependents

This module aims to contain useful functions. Honest....

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTC

PDL::Basic - Basic utility functions for PDL River stage two • 92 direct dependents • 96 total dependents

This module contains basic utility functions for creating and manipulating piddles. Most of these functions are simplified interfaces to the more flexible functions in the modules PDL::Primitive and PDL::Slices....

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTC

PDL::Slatec - PDL interface to the slatec numerical programming library River stage two • 92 direct dependents • 96 total dependents

This module serves the dual purpose of providing an interface to parts of the slatec library and showing how to interface PDL to an external library. Using this library requires a fortran compiler; the source for the routines is provided for convenie...

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTC

PDL::ImageND - useful image processing in N dimensions River stage two • 92 direct dependents • 96 total dependents

These routines act on PDLs as N-dimensional objects, not as threaded sets of 0-D or 1-D objects. The file is sort of a catch-all for broadly functional routines, most of which could legitimately be filed elsewhere (and probably will, one day). ImageN...

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTC

PDL::Image2D - Miscellaneous 2D image processing functions River stage two • 92 direct dependents • 96 total dependents

Miscellaneous 2D image processing functions - for want of anywhere else to put them....

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTC

PDL::CallExt - call functions in external shared libraries River stage two • 92 direct dependents • 96 total dependents

callext() loads in a shareable object (i.e. compiled code) using Perl's dynamic loader, calls the named function and passes a list of piddle arguments to it. It provides a reasonably portable way of doing this, including compiling the code with the r...

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTC

PDL::IO::NDF - PDL Module for reading and writing Starlink N-dimensional data structures as PDLs. River stage zero No dependents

This module adds the ability to read and write Starlink N-dimensional data files as N-dimensional PDLs. You must have the Starlink NDF library installed to use it. The library is distributed under the GPL and is available from "http://www.starlink.ac...

GSB/PDL-IO-NDF-1.06 - 23 Aug 2019 20:57:51 UTC

PDL::IO::CSV - Load/save PDL from/to CSV file (optimized for speed and large data) River stage zero No dependents

The traditional way of creating PDL piddle from CSV data is via rcols function. my $pdl = rcols("data.csv", [1..4], { DEFTYPE=>double, COLSEP=>"," }); This module provides alternative implementation based on Text::CSV_XS which should be significantly...

KMX/PDL-IO-CSV-0.011 - 04 Dec 2019 21:07:07 UTC

PDL::IO::Dcm - Reads dicom files, sorts them and stores the result into piddles with headers River stage zero No dependents

FANTASMA/PDL-IO-Dcm-1.003 - 09 Feb 2017 15:02:30 UTC

PDL::IO::Pic - image I/O for PDL River stage two • 92 direct dependents • 96 total dependents

Image I/O for PDL based on the netpbm package. This package implements I/O for a number of popular image formats by exploiting the xxxtopnm and pnmtoxxx converters from the netpbm package (which is based on the original pbmplus by Jef Poskanzer). Net...

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTC

PDL::IO::DBI - Create PDL from database (optimized for speed and large data) River stage zero No dependents

For creating a piddle from database data one can use the following simple approach: use PDL; use DBI; my $dbh = DBI->connect($dsn); my $pdl = pdl($dbh->selectall_arrayref($sql_query)); However this approach does not scale well for large data (e.g. SQ...

KMX/PDL-IO-DBI-0.012 - 19 Dec 2016 15:42:58 UTC

PDL::CCS::Nd - N-dimensional sparse pseudo-PDLs River stage one • 1 direct dependent • 3 total dependents

PDL::CCS::Nd provides an object-oriented implementation of sparse N-dimensional vectors & matrices using a set of low-level PDLs to encode non-missing values. Currently, only a portion of the PDL API is implemented....

MOOCOW/PDL-CCS-1.23.13 - 19 Nov 2020 06:00:18 UTC

PDL::Fit::LM - Levenberg-Marquardt fitting routine for PDL River stage two • 92 direct dependents • 96 total dependents

This module provides fitting functions for PDL. Currently, only Levenberg-Marquardt fitting is implemented. Other procedures should be added as required. For a fairly concise overview on fitting see Numerical Recipes, chapter 15 "Modeling of data"....

ETJ/PDL-2.025 - 19 Nov 2020 13:17:38 UTC

78 results (0.048 seconds)