-
-
03 May 2022 03:31:09 UTC
- Distribution: PDL
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (242 / 73 / 2)
- Kwalitee
Bus factor: 4- % Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (2.92MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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::Lvalue;
Module Install Instructions
To install PDL, copy and paste the appropriate command in to your terminal.
cpanm PDL
perl -MCPAN -e shell install PDL
For more information on module installation, please visit the detailed CPAN module installation guide.