Comrite Unix Man page/Perldoc/Info page, English-Chinese Dictionary, Chinese-English Dictionary

PDL::LiteF

Command: man perldoc info search(apropos)  


 
LiteF(3pm)            User Contributed Perl Documentation           LiteF(3pm)



NAME
       PDL::LiteF - minimum PDL module function loader

DESCRIPTION
       Loads the smallest possible set of modules for PDL to work, making the
       functions available in the current namespace. If you want something
       even smaller see the PDL::Lite module.

SYNOPSIS
        use PDL::LiteF; # 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::Lvalue;



perl v5.8.8                       2004-09-07                        LiteF(3pm)
 

©2005 Comrite