English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : Data Type Utilities
 PDL CPAN (Perl) Module 

Search

 

Categories

PDL::Audio   PDL::IO  
PDL::Basic   PDL::Lvalue  
PDL::Bench   PDL::Matrix  
PDL::CallExt   PDL::Meschach  
PDL::Char   PDL::MyInlineMod  
PDL::Core   PDL::NamedArgs  
PDL::Dbg   PDL::NetCDF  
PDL::Demos   PDL::NiceSlice  
PDL::Doc   PDL::Opt  
PDL::Exporter   PDL::Options  
PDL::Filter   PDL::Parallel  
PDL::Fit   PDL::Pod  
PDL::Func   PDL::PP  
PDL::Gaussian   PDL::Reduce  
PDL::Graphics   PDL::RungeKutta  
PDL::Graphics2D   PDL::Transform  
PDL::Interpolate   PDL::Version  

Documents

PDL - Main loader of PDL default modules (Displayed)
PDL::API.pod (PDL::API - making piddles from Perl and C/XS code) 
PDL::BadValues.pod (PDL::BadValues - Discussion of bad value support in PDL) 
PDL::Dataflow.pod (PDL::Dataflow -- description of the dataflow philosophy) 
PDL::Delta.pod (PDL::Delta - PDL changes between V1.0 and V2.0) 
PDL::FAQ.pod (PDL::FAQ - Frequently asked questions about PDL) 
PDL::Impatient.pod (PDL::Impatient - PDL for the impatient) 
PDL::Indexing.pod (PDL::Indexing - how to index piddles.) 
PDL::Internals.pod (PDL::Internals - description of the current internals) 
PDL::Intro.pod (PDL::Intro - Introduction to the Perl Data Language) 
PDL::Objects.pod (PDL::Objects -- Object-Orientation, what is it how to exploit it) 
PDL::Philosophy.pod (PDL::Philosophy -- what's behind PDL?) 
PDL::PP.pod (PDL::PP - Generate PDL routines from concise descriptions) 
PDL::Tips.pod (PDL::Tips - Small tidbits of useful arcana. Programming tidbits and such.) 
README 

PDL - Main loader of PDL default modules


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;

Information

This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here.
   

©Copyright Nicholas Reynolds 2004