Search
Categories
Documents
PDL - Main loader of PDL default modules
PDL - Main loader of PDL default modules
Loads the default set of modules associated
with PDL, making the functions available in
the current namespace. See also
PDL::Lite or PDL::LiteF
if start-up time becomes an issue.
use PDL; # 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::IO::Misc;
use PDL::Lvalue;
Information
|
This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here. |
|