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

Search results for "module:PDL::Func"

PDL::Func - interpolation, integration, & gradient estimation (differentiation) of functions River stage three • 93 direct dependents • 101 total dependents

This module aims to provide a uniform interface to the various interpolation methods available to PDL. The idea is that a different interpolation scheme can be used just by changing an attribute of a "PDL::Func" object. Some interpolation schemes (as...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Fit::Levmar::Func - Create model functions for Levenberg-Marquardt fit routines River stage zero No dependents

This module creates and manages functions for use with the Levmar fitting module. The functions are created with a very simple description language (that is mostly C), or are pure C, or are perl code. For many applications, the present document is no...

ETJ/PDL-Fit-Levmar-0.0106 - 23 Feb 2022 01:04:19 UTC

lib/PDL/FuncND.pm River stage zero No dependents

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

Libtmp/Func_demo.pm River stage three • 93 direct dependents • 101 total dependents

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Graphics::Prima::DataSet - the way we think about data River stage zero No dependents

"PDL::Graphics::Prima" fundamentally conceives of two different kinds of data representations. There are pairwise representations, such as line plot used to visualize a time series, and there are gridded representations, such as raster images used to...

ETJ/PDL-Graphics-Prima-0.21 - 21 Apr 2024 23:46:01 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.088 - 21 Apr 2024 23:58:19 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.088 - 21 Apr 2024 23:58:19 UTC

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

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.088 - 21 Apr 2024 23:58:19 UTC

PDL::Options - simplifies option passing by hash in PerlDL River stage three • 93 direct dependents • 101 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.088 - 21 Apr 2024 23:58:19 UTC

PDL::Exporter - PDL export control River stage three • 93 direct dependents • 101 total dependents

Implements the standard conventions for import of PDL modules in to the namespace Hopefully will be extended to allow fine control of which namespace is used....

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::DiskCache - Non-memory-resident array object River stage three • 93 direct dependents • 101 total dependents

A PDL::DiskCache object is a perl "tied array" that is useful for operations where you have to look at a large collection of PDLs one or a few at a time (such as tracking features through an image sequence). You can write prototype code that uses a p...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Transform - Coordinate transforms, image warping, and N-D functions River stage three • 93 direct dependents • 101 total dependents

PDL::Transform is a convenient way to represent coordinate transformations and resample images. It embodies functions mapping R^N -> R^M, both with and without inverses. Provision exists for parametrizing functions, and for composing them. You can us...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Doc::Perldl - commands for accessing PDL doc database from 'perldl' shell River stage three • 93 direct dependents • 101 total dependents

This module provides a set of functions to access the PDL documentation database, for use from the *perldl* or *pdl2* shells as well as the *pdldoc* command-line program. Autoload files are also matched, via a search of the PDLLIB autoloader tree. Th...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC

PDL::Fit::Levmar - Levenberg-Marquardt fit/optimization routines River stage zero No dependents

Levenberg-Marquardt routines for least-squares fit to functions non-linear in fit parameters. This module provides a PDL ( PDL::PDL ) interface to the non-linear fitting library levmar 2.5 (written in C). Levmar is thread aware (in the PDL sense), pr...

ETJ/PDL-Fit-Levmar-0.0106 - 23 Feb 2022 01:04:19 UTC

PDL::Demos::Prima - PDL demo for PDL::Graphics::Prima River stage zero No dependents

The documentation in this module is meant to give a short, hands-on introduction to PDL::Graphics::Prima, a plotting library written on top of the Prima GUI toolkit....

ETJ/PDL-Graphics-Prima-0.21 - 21 Apr 2024 23:46:01 UTC

PDL::VectorValued - Utilities for vector-valued PDLs River stage one • 2 direct dependents • 5 total dependents

PDL::VectorValued provides generalizations of some elementary PDL functions to higher-order PDLs which treat vectors as "data values"....

MOOCOW/PDL-VectorValued-1.0.22 - 08 Apr 2023 09:58:08 UTC

PDL::Opt::NonLinear - Non Linear optimization routines River stage zero No dependents

This module provides routine that solves optimization problem: minimize f(x) x Some routines can handle bounds, so: minimize f(x) x subject to low <= x <= up...

ETJ/PDL-Opt-NonLinear-0.08 - 21 Feb 2022 08:00:16 UTC

PDL::Graphics::Prima - an interactive plotting widget and library for PDL and Prima River stage zero No dependents

PDL::Graphics::Prima is a plotting library for 2D data visualization. The core of this library is a Plot widget that can be incorporated into Prima applications. The library produces publication quality static figures, but its true potential lies in ...

ETJ/PDL-Graphics-Prima-0.21 - 21 Apr 2024 23:46:01 UTC

PDL::Graphics::PLplot - Object-oriented interface from perl/PDL to the PLPLOT plotting library River stage zero No dependents

This is the PDL interface to the PLplot graphics library. It provides a familiar 'perlish' Object Oriented interface as well as access to the low-level PLplot commands from the C-API....

ETJ/PDL-Graphics-PLplot-0.84 - 21 Apr 2024 23:43:12 UTC
25 results (0.045 seconds)