1LiteF(3)              User Contributed Perl Documentation             LiteF(3)
2
3
4

NAME

6       PDL::LiteF - minimum PDL module function loader
7

DESCRIPTION

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

SYNOPSIS

14        use PDL::LiteF; # Is equivalent to the following:
15
16          use PDL::Core;
17          use PDL::Ops;
18          use PDL::Primitive;
19          use PDL::Ufunc;
20          use PDL::Basic;
21          use PDL::Slices;
22          use PDL::Bad;
23          use PDL::Version;
24          use PDL::Lvalue;
25
26
27
28perl v5.32.0                      2020-09-17                          LiteF(3)
Impressum