Manpages

Manpage of LiteF

LiteF

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

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;



 

Index

NAME
DESCRIPTION
SYNOPSIS

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