debian man page for pdl::litef

Query: pdl::litef

OS: debian

Section: 3pm

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

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.14.2 2011-03-30 LiteF(3pm)
Related Man Pages
pdl::doc::perldl(3) - redhat
pdl(3) - suse
pdl::exporter(3) - suse
pdl::exporter(3pm) - debian
pdl::graphics::trid::vrml(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?