Manpages

Manpage of PDL

PDL

Section: User Contributed Perl Documentation (3)
Updated: 2001-12-19
Index
Return to Main Contents
 

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.  

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::Version;
   use PDL::IO::Misc;
   use PDL::Lvalue;



 

Index

NAME
DESCRIPTION
SYNOPSIS

This document was created by man2html, using the manual pages.
Time: 07:37:20 GMT, April 26, 2024