The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PDLA::LiteF - minimum PDLA module function loader

DESCRIPTION

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

SYNOPSIS

 use PDLA::LiteF; # Is equivalent to the following:

   use PDLA::Core;
   use PDLA::Ops;
   use PDLA::Primitive;
   use PDLA::Ufunc;
   use PDLA::Basic;
   use PDLA::Slices;
   use PDLA::Bad;
   use PDLA::Version;
   use PDLA::Lvalue;