Scroll to navigation

MODULES(1p) User Contributed Perl Documentation MODULES(1p)

NAME

PDL::Modules - A guide to PDL's module reference.

DESCRIPTION

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 a comprehensive list of all documentation, please see the PDL::Index page.

LOOKING FOR A FUNCTION?

If you want to search for a function name, you should use the PDL shell along with the "help" or "apropos" command (to do a fuzzy search). For example:

 pdl> apropos xval
 xlinvals        X axis values between endpoints (see xvals).
 xlogvals        X axis values logarithmicly spaced...
 xvals           Fills an ndarray with X index values...
 yvals           Fills an ndarray with Y index values. See the CAVEAT for xvals.
 zvals           Fills an ndarray with Z index values. See the CAVEAT for xvals.

To learn more about the PDL shell, see perldl or pdl2.

FOUNDATION

Learn about the PDL shell.

Functions

Core module (e.g. creating ndarrays).
Simplified interface to the more general PDL::Primitive.
Basic operators (e.g. arithmetic, comparisons, etc.).
Functions that accumulate along a dimension (e.g. sum, max).

Other Features

MATLAB-style function autoloader.
Indexing and slices. How to access a subset of an ndarray.
Nicer syntax for slices.

MISCELLANEOUS

Fundamental operations on ndarrays.
Bad value support.
A 'reduce' function for PDL.
Minimum PDL module OO loader.
Minimum PDL module function loader.
Extended Mathematical Operators.
Interpolation-related functions.

GRAPHICS

PGPLOT library.
PLplot library.

3D Graphics

3D graphics core module.
Helper routines for 3D graphics.
3D surface contours.

Helper Modules

Look-up tables.
Display images on IIS devices.
Derive data limits for display purposes.

IMAGE PROCESSING

Compression utilities.
2-dimensional image processing.
N-dimensional image processing.
RGB image data handling.

NUMERICAL METHODS

Fast Fourier Transform (native implementation).
PDL interface to the FFTW library.
Linear predictive filtering.
Linear filtering.
Simplex optimization routines.
PDL interface to the Minuit library.
PDL interface to the Slatec library.

COORDINATE TRANSFORMATIONS

Coordinate transforms, image warping, and N-D functions.
Cartographic projections.
PDL interface to the Proj4 projection library.

IO FUNCTIONS

Overview of IO functions.
Data dumper.
Fast storage format (outdated).
Flexible storage format.
Misc IO routines.
Support for Perl's 'Storable' module.

Image Formats

PDL support for FITS images.
PDL support for PNM images.
PDL interface to the GD image library.
PDL interface to the HDH4 image library.
PDL interface to the NetPBM image library.
PDL interface to the Starlink image library. Available as a separate CPAN download.

2D MATRICES

Convenience class for 2D matrix work.
Additional matrix operators.

GNU SCIENTIFIC LIBRARY

Numerical differentiation.
Numerical integration.
Interpolation.
Multidimensional root-finding.
RNG and randist.

Special Functions

FITTING FUNCTIONS

Fit gaussian curves.
Fit polynomials.
Fit linear combinations of functions.
Fit functions using the Levenberg-Marquardt algorithm.

ADVANCED

PDL debugger.
Manage many ndarrays through a disk cache.
Call external functions.
If you want to sub-class from PDL (note: incomplete).

COPYRIGHT

Copyright 2010 Daniel Carrera (dcarrera@gmail.com). You can distribute and/or modify this document under the same terms as the current Perl license.

See: http://dev.perl.org/licenses/

2022-07-03 perl v5.34.0