redhat man page for pdl

Query: pdl

OS: redhat

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PDL(3)							User Contributed Perl Documentation						    PDL(3)

NAME
PDL - Main loader of PDL default modules
DESCRIPTION
Loads the default set of modules associated with PDL, making the functions available in the current namespace. See also PDL::Lite or PDL::LiteF if start-up time becomes an issue. The PDL::Math module has been added to the list of modules for versions later than 2.3.1. Note that PDL::Math is still not included in the Lite and LiteF start-up modules. If you are looking for general documentation on PDL the PDL::Index manpage is a good starting point.
SYNOPSIS
use PDL; # Is equivalent to the following: use PDL::Core; use PDL::Ops; use PDL::Primitive; use PDL::Ufunc; use PDL::Basic; use PDL::Slices; use PDL::Bad; use PDL::Math; use PDL::Version; use PDL::IO::Misc; use PDL::Lvalue; perl v5.8.0 2002-09-11 PDL(3)
Related Man Pages
pptemplate(1) - redhat
pdl(3pm) - debian
pptemplate(1) - suse
pdl::pptemplate(3) - suse
padre::plugin::pdl(3pm) - debian
Similar Topics in the Unix Linux Community
WfXML XPDL Workflow for JBoss 2.1-1 (Default branch)
network driver not detecting in solaris 10 X86 on HPDL380G5 Server
Creating a printer emulator to capture PDL/PCL data coming in on port 9100.
JS_HCPDL.A
Matrix addition - Perl - PDL