http://pdl.perl.org/
PDL ("Perl Data Language") gives standard Perl the ability to
compactly store and speedily manipulate the large N-dimensional data
arrays which are the bread and butter of scientific computing. PDL
turns perl into a free, array-oriented, numerical language similar to
such commercial packages as IDL and MatLab.
Version: 2.93.0
General Commands | |
PDL::API | making ndarrays from Perl and C/XS code |
PDL::BadValues | Discussion of bad value support in PDL |
PDL::Broadcasting | Tutorial for PDL's Broadcasting feature |
PDL::Course | A journey through PDL's documentation, from beginner to advanced. |
PDL::Dataflow | description of the dataflow implementation and philosophy |
PDL::DeveloperGuide | How to develop for PDL |
PDL::FAQ | Frequently asked questions about PDL |
PDL::Graphics | Introduction to the PDL::Graphics modules |
PDL::Indexing | Introduction to indexing and slicing ndarrays. |
PDL::Internals | description of some aspects of the current internals |
PDL::MATLAB | A guide for MATLAB users. |
PDL::Modules | A guide to PDL's module reference. |
PDL::Objects | Object-orientation, what it is and how to exploit it |
PDL::PP | Generate PDL routines from concise descriptions |
PDL::PP-Inline | Write PDL Subroutines inline with PDL::PP |
PDL::ParallelCPU | Parallel processor multi-threading support in PDL |
PDL::Philosophy | Why did we write PDL? |
PDL::QuickStart | Quick introduction to PDL features. |
PDL::Scilab | A guide for Scilab users. |
PDL::Tips | Small tidbits of useful arcana. Programming tidbits and such. |
PDL::Tutorials | A guide to PDL's tutorial documentation. |
pdl2 | Simple shell (version 2) for PDL |
pdldoc | shell interface to PDL documentation |
perldl | Simple shell for PDL (see also pdl2) |
pptemplate | script to generate Makefile.PL and PP file skeleton |