The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:PDL options()"

PDL::Options - simplifies option passing by hash in PerlDL River stage three • 94 direct dependents • 102 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.089 - 11 May 2024 23:59:45 UTC

PDL::IO - An overview of the modules in the PDL::IO namespace. River stage three • 94 direct dependents • 102 total dependents

PDL contains many modules for displaying, loading, and saving data. * Perlish or Text-Based A few IO modules provide Perl-inspired capabilities. These are PDL::IO::Dumper and PDL::IO::Storable. PDL::IO::Misc provides simpler routines for dealing with...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::PP - Generate PDL routines from concise descriptions River stage three • 94 direct dependents • 102 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Doc - support for PDL online documentation River stage three • 94 direct dependents • 102 total dependents

An implementation of online docs for PDL....

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::FAQ - Frequently asked questions about PDL River stage three • 94 direct dependents • 102 total dependents

This is version 1.008 of the PDL FAQ, a collection of frequently asked questions about PDL - the Perl Data Language....

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Func - interpolation, integration, & gradient estimation (differentiation) of functions River stage three • 94 direct dependents • 102 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.089 - 11 May 2024 23:59:45 UTC

pdldoc - shell interface to PDL documentation River stage three • 94 direct dependents • 102 total dependents

The aim of pdldoc is to provide the same functionality as the "apropos", "help", "sig", "badinfo", and "usage" commands available in the perldl and pdl2 shells. Think of it as the PDL equivalent of "perldoc -f"....

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

perldl - Simple shell for PDL (see also pdl2) River stage three • 94 direct dependents • 102 total dependents

The program perldl is a simple shell (written in perl) for interactive use of PDL. It consists of a command-line interface that supports immediate interpretation of perl commands and expressions. Perl expressions, including PDL constructs, can be ent...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Basic - Basic utility functions for PDL River stage three • 94 direct dependents • 102 total dependents

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

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Index - an index of PDL documentation River stage three • 94 direct dependents • 102 total dependents

A meta document listing the documented PDL modules and the PDL manual documents...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDLdb.pl - the perl debugger with PDL support River stage three • 94 direct dependents • 102 total dependents

"PDLdb.pl" is an enhanced version of the perl debugger which supports PDL::NiceSlice constructs. Set the PERL5DB environment variable as shown above and it will be loaded automatically by Perl when you invoke a script with "perl -d". This documentati...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Course - A journey through PDL's documentation, from beginner to advanced. River stage three • 94 direct dependents • 102 total dependents

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Slatec - PDL interface to the slatec numerical programming library River stage three • 94 direct dependents • 102 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.089 - 11 May 2024 23:59:45 UTC

pptemplate - script to generate Makefile.PL and PP file skeleton River stage three • 94 direct dependents • 102 total dependents

The pptemplate script is the easiest way to start a new module for PDL that contains PP code (see also PDL::PP). The usage is simply pptemplate modulename; As a result pptemplate will generate a perl Makefile for the new module (Makefile.PL) that con...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::STL - read/write 3D stereolithography files River stage three • 94 direct dependents • 102 total dependents

Normal-vector information is currently ignored. The "attribute byte count", used sometimes to store colour information, is currently ignored. This module is based on CAD::Format::STL, but with "binmode" on opened filehandles and little-endian (i.e. n...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::IO::Pic - image I/O for PDL River stage three • 94 direct dependents • 102 total dependents

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). Netpbm is available at ftp://wuarchive.wustl.edu/g...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Image2D - Miscellaneous 2D image processing functions River stage three • 94 direct dependents • 102 total dependents

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

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::ImageND - useful image processing in N dimensions River stage three • 94 direct dependents • 102 total dependents

These routines act on PDLs as N-dimensional objects, not as broadcasted 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). Ima...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::CallExt - call functions in external shared libraries River stage three • 94 direct dependents • 102 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 ndarray arguments to it. It provides a reasonably portable way of doing this, including compiling the code with the ...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

PDL::Fit::LM - Levenberg-Marquardt fitting routine for PDL River stage three • 94 direct dependents • 102 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.089 - 11 May 2024 23:59:45 UTC
44 results (0.386 seconds)