|
NAMEPDL::LiteF - minimum PDL module function loaderDESCRIPTIONLoads 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.SYNOPSISuse 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;
Visit the GSP FreeBSD Man Page Interface. |