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 CHM"

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

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

PDL::Graphics - Introduction to the PDL::Graphics modules River stage three • 94 direct dependents • 102 total dependents

PDL has full-featured plotting abilities. Unlike MATLAB, PDL relies more on third-party libraries for its plotting features: Prima, Gnuplot, OpenGL, PLplot and PGplot. PDL has several plotting modules that you can choose from, each of them with their...

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

PDL::Constants - basic compile time constants for PDL River stage three • 94 direct dependents • 102 total dependents

This module is used to define compile time constant values for PDL. It uses Perl's constant pragma for simplicity and availability....

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

PDL::Perldl2::Profile::Perldl2 - profile for Perldl2 shell River stage three • 94 direct dependents • 102 total dependents

This profile is for development of the new PDL shell (version 2). The preferred method to start the new shell is via the "pdl2" command. This documentation is provided for "Devel::REPL" coders that may wish to use this profile directly for their deve...

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

PDL::Perldl2::Plugin::NiceSlice - enable PDL NiceSlice syntax River stage three • 94 direct dependents • 102 total dependents

This plugin enables one to use the PDL::NiceSlice syntax in an instance of "Devel::REPL" such as the new Perldl2 shell, "pdl2". Without the plugin, array slicing looks like this: pdl> use PDL; pdl> $x = sequence(10); $PDL1 = [0 1 2 3 4 5 6 7 8 9]; pd...

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

PDL::Perldl2::Plugin::PDLCommands - implement perldl aliases/escapes River stage three • 94 direct dependents • 102 total dependents

This plugin implements the various convenience features of the perldl shell which correspond, roughly, to aliases and some structured pre-processing of the command line entered: q|x|exit|quit as shortcuts to quit the shell ?? as an alias for apropos ...

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

PDL::Perldl2::Plugin::CleanErrors - filter out Moose cruft River stage three • 94 direct dependents • 102 total dependents

Runtime errors in pdl2 are extremely verbose since they include the entire call chain from the start of the interactive Devel::REPL shell, through the Moose and Class::MOP stuff and including Lexical::Persistence as well. This plugin, which is loaded...

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

PDL::Perldl2::Plugin::PrintControl - disable default print output River stage three • 94 direct dependents • 102 total dependents

By default the Devel::REPL always prints the results of its evaluation. This is fine for small objects but for things like large data objects (e.g. a 100x100 matrix in PDL) the result can be hundreds of lines of output for each command. This plugin d...

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

PDL::Graphics::OpenGL::Perl::OpenGL - PDL TriD OpenGL interface using POGL River stage three • 94 direct dependents • 102 total dependents

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