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 core.pm"

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

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

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

PDL::Core::Dev - PDL development module River stage three • 94 direct dependents • 102 total dependents

This module encapsulates most of the stuff useful for PDL development and is often used from within Makefile.PL's....

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

PDL - the Perl Data Language River stage three • 94 direct dependents • 102 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.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::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::API - making ndarrays from Perl and C/XS code River stage three • 94 direct dependents • 102 total dependents

A simple cookbook how to create ndarrays manually. It covers both the Perl and the C/XS level. Additionally, it describes the PDL core routines that can be accessed from other modules. These routines basically define the PDL API. If you need to acces...

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::Lite - minimum PDL module OO loader River stage three • 94 direct dependents • 102 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.089 - 11 May 2024 23:59:45 UTC

PDL::Tips - Small tidbits of useful arcana. Programming tidbits and such. River stage three • 94 direct dependents • 102 total dependents

This page documents useful idioms, helpful hints and tips for using Perl Data Language v2.0. Help Use "help help" within *perldl* or *pdl2* or use the "pdldoc" program from the command line for access to the PerlDL documentation. HTML versions of the...

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

PDL::LiteF - minimum PDL module function loader River stage three • 94 direct dependents • 102 total dependents

Loads the smallest possible set of modules for PDL to work, making the functions available in the current namespace. If you want something even smaller see the PDL::Lite module....

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::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::Slices - Indexing, slicing, and dicing River stage three • 94 direct dependents • 102 total dependents

This package provides many of the powerful PerlDL core index manipulation routines. These routines mostly allow two-way data flow, so you can modify your data in the most convenient representation. For example, you can make a 1000x1000 unit matrix wi...

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

PDL::Types - define fundamental PDL Datatypes River stage three • 94 direct dependents • 102 total dependents

Internal module - holds all the PDL Type info. The type info can be accessed easily using the "PDL::Type" object returned by the type method as shown in the synopsis. Skip to the end of this document to find out how to change the set of types support...

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

PDL::Modules - A guide to PDL's module reference. River stage three • 94 direct dependents • 102 total dependents

This page serves as a table of contents for PDL's module documentation. This page does not list every single PDL module. It only shows the ones intended for PDL users, while omitting those which are deemed "for internal use only". If you wish to see ...

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::Complex - handle complex numbers (DEPRECATED - use native complex) River stage three • 94 direct dependents • 102 total dependents

This module is deprecated in favour of using "native complex" data types, e.g.: use PDL; my $complex_pdl = cdouble('[1+3i]'); print $complex_pdl * pdl('i'); # [-3+i] This module features a growing number of functions manipulating complex numbers. The...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC
31 results (0.061 seconds)