"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "Basic/Pod/Index.pod" between
PDL-2.082.tar.gz and PDL-2.083.tar.gz

About: PDL (Perl Data Language) aims to turn perl into an efficient numerical language for scientific computing (similar to IDL and MatLab).

Index.pod  (PDL-2.082):Index.pod  (PDL-2.083)
skipping to change at line 17 skipping to change at line 17
A meta document listing the documented PDL modules and A meta document listing the documented PDL modules and
the PDL manual documents the PDL manual documents
=head1 PDL manuals =head1 PDL manuals
=over 4 =over 4
=item * =item *
L<Inline::Pdlpp> - Write PDL Subroutines inline with PDL::PP
=item *
L<PDL::API> - making ndarrays from Perl and C/XS code L<PDL::API> - making ndarrays from Perl and C/XS code
=item * =item *
L<PDL::BadValues> - Discussion of bad value support in PDL L<PDL::BadValues> - Discussion of bad value support in PDL
=item * =item *
L<PDL::Broadcasting> - Tutorial for PDL's Broadcasting feature L<PDL::Broadcasting> - Tutorial for PDL's Broadcasting feature
=item * =item *
L<PDL::Course> - A journey through PDL's documentation, from beginner to advance d. L<PDL::Bugs> - How to diagnose and report PDL problems
=item * =item *
L<PDL::Dataflow> - description of the dataflow philosophy L<PDL::Course> - A journey through PDL's documentation, from beginner to advance d.
=item * =item *
L<PDL::Delta> - PDL changes between V1.0 and V2.0 L<PDL::Dataflow> - description of the dataflow implementation and philosophy
=item * =item *
L<PDL::FAQ> - Frequently asked questions about PDL L<PDL::FAQ> - Frequently asked questions about PDL
=item * =item *
L<PDL::Graphics> - Introduction to the PDL::Graphics modules
=item *
L<PDL::IO> - An overview of the modules in the PDL::IO namespace. L<PDL::IO> - An overview of the modules in the PDL::IO namespace.
=item * =item *
L<PDL::Indexing> - Introduction to indexing and slicing ndarrays. L<PDL::Indexing> - Introduction to indexing and slicing ndarrays.
=item * =item *
L<PDL::Internals> - description of some aspects of the current internals L<PDL::Internals> - description of some aspects of the current internals
skipping to change at line 73 skipping to change at line 81
=item * =item *
L<PDL::Objects> - Object-Orientation, what is it and how to exploit it L<PDL::Objects> - Object-Orientation, what is it and how to exploit it
=item * =item *
L<PDL::PP> - Generate PDL routines from concise descriptions L<PDL::PP> - Generate PDL routines from concise descriptions
=item * =item *
L<PDL::ParallelCPU> - Parallel Processor MultiThreading Support in PDL L<PDL::ParallelCPU> - Parallel processor multi-threading support in PDL
=item * =item *
L<PDL::Philosophy> - Why did we write PDL? L<PDL::Philosophy> - Why did we write PDL?
=item * =item *
L<PDL::QuickStart> - Quick introduction to PDL features. L<PDL::QuickStart> - Quick introduction to PDL features.
=item * =item *
skipping to change at line 103 skipping to change at line 111
L<PDL::Tutorials> - A guide to PDL's tutorial documentation. L<PDL::Tutorials> - A guide to PDL's tutorial documentation.
=back =back
=head1 PDL scripts =head1 PDL scripts
=over 4 =over 4
=item * =item *
L<pdl2> - Simple shell (version 2) for PDL L<pdl2|PDL::pdl2> - Simple shell (version 2) for PDL
=item * =item *
L<pdldoc> - shell interface to PDL documentation L<pptemplate|PDL::pptemplate> - script to generate Makefile.PL and PP file skele
ton
=item *
L<perldl> - Simple shell for PDL (see also L</pdl2>)
=item *
L<pptemplate> - script to generate Makefile.PL and PP file skeleton
=back =back
=head1 PDL modules =head1 PDL modules
=over 4 =over 4
=item * =item *
L<PDL> - the Perl Data Language L<PDL> - the Perl Data Language
=item * =item *
L<PDL::AutoLoader> - MatLab style AutoLoader for PDL L<PDL::AutoLoader> - MatLab style AutoLoader for PDL
=item * =item *
L<PDL::Bad> - PDL does process bad values L<PDL::Bad> - PDL always processes bad values
=item * =item *
L<PDL::Basic> - Basic utility functions for PDL L<PDL::Basic> - Basic utility functions for PDL
=item * =item *
L<PDL::CallExt> - call functions in external shared libraries L<PDL::CallExt> - call functions in external shared libraries
=item * =item *
L<PDL::Char> - PDL subclass which allows reading and writing of fixed-length cha racter strings as byte PDLs L<PDL::Char> - PDL subclass which allows reading and writing of fixed-length cha racter strings as byte PDLs
=item * =item *
L<PDL::Complex> - handle complex numbers (DEPRECATED - use native complex)
=item *
L<PDL::Complex::Overloads> - subclass of Math::Complex with overload fallbacks
=item *
L<PDL::Compression> - compression utilities L<PDL::Compression> - compression utilities
=item * =item *
L<PDL::Constants> - basic compile time constants for PDL L<PDL::Constants> - basic compile time constants for PDL
=item * =item *
L<PDL::Core> - fundamental PDL functionality and vectorization/broadcasting L<PDL::Core> - fundamental PDL functionality and vectorization/broadcasting
=item * =item *
L<PDL::Core::Dev> - PDL development module L<PDL::Core::Dev> - PDL development module
=item * =item *
L<PDL::Dbg> - functions to support debugging of PDL scripts L<PDL::Dbg> - functions to support debugging of PDL scripts
=item * =item *
L<PDL::Demos> - PDL demo infrastructure
=item *
L<PDL::Demos::PGPLOT> - demonstrate PDL::Graphics::PGPLOT capabilities
=item *
L<PDL::Demos::PGPLOT_OO> - demonstrate PDL::Graphics::PGPLOT OO capabilities
=item *
L<PDL::DiskCache> - Non-memory-resident array object L<PDL::DiskCache> - Non-memory-resident array object
=item * =item *
L<PDL::Doc> - support for PDL online documentation L<PDL::Doc> - support for PDL online documentation
=item * =item *
L<PDL::Doc::Perldl> - commands for accessing PDL doc database from 'perldl' shel l L<PDL::Doc::Perldl> - commands for accessing PDL doc database from 'perldl' shel l
=item * =item *
L<PDL::Exporter> - PDL export control L<PDL::Exporter> - PDL export control
=item * =item *
L<PDL::FFT> - FFTs for PDL L<PDL::FFT> - FFTs for PDL
=item * =item *
L<PDL::FFTW> - PDL interface to the Fastest Fourier Transform in the West v2.x
=item *
L<PDL::Filter::LinPred> - Linear predictive filtering L<PDL::Filter::LinPred> - Linear predictive filtering
=item * =item *
L<PDL::Filter::Linear> - linear filtering for PDL L<PDL::Filter::Linear> - linear filtering for PDL
=item * =item *
L<PDL::Fit::Gaussian> - routines for fitting gaussians L<PDL::Fit::Gaussian> - routines for fitting gaussians
skipping to change at line 221 skipping to change at line 237
=item * =item *
L<PDL::Fit::Polynomial> - routines for fitting with polynomials L<PDL::Fit::Polynomial> - routines for fitting with polynomials
=item * =item *
L<PDL::Func> - interpolation, integration, & gradient estimation (differentiatio n) of functions L<PDL::Func> - interpolation, integration, & gradient estimation (differentiatio n) of functions
=item * =item *
L<PDL::GIS::Proj> - PDL interface to the Proj4 projection library. L<PDL::GIS::Proj> - PDL interface to the PROJ projection library.
=item *
L<PDL::GSL::CDF> - PDL interface to GSL Cumulative Distribution Functions
=item * =item *
L<PDL::GSL::DIFF> - PDL interface to numerical differentiation routines in GSL L<PDL::GSL::DIFF> - PDL interface to numerical differentiation routines in GSL
=item * =item *
L<PDL::GSL::INTEG> - PDL interface to numerical integration routines in GSL L<PDL::GSL::INTEG> - PDL interface to numerical integration routines in GSL
=item * =item *
L<PDL::GSL::INTERP> - PDL interface to Interpolation routines in GSL L<PDL::GSL::INTERP> - PDL interface to Interpolation routines in GSL
=item * =item *
L<PDL::GSL::LINALG> - PDL interface to linear algebra routines in GSL
=item *
L<PDL::GSL::MROOT> - PDL interface to multidimensional root-finding routines in GSL L<PDL::GSL::MROOT> - PDL interface to multidimensional root-finding routines in GSL
=item * =item *
L<PDL::GSL::RNG> - PDL interface to RNG and randist routines in GSL L<PDL::GSL::RNG> - PDL interface to RNG and randist routines in GSL
=item * =item *
L<PDL::GSLSF::AIRY> - PDL interface to GSL Special Functions L<PDL::GSLSF::AIRY> - PDL interface to GSL Special Functions
skipping to change at line 397 skipping to change at line 421
=item * =item *
L<PDL::Graphics::PGPLOT::Window> - A OO interface to PGPLOT windows L<PDL::Graphics::PGPLOT::Window> - A OO interface to PGPLOT windows
=item * =item *
L<PDL::Graphics::PGPLOTOptions> - Setting PGPLOT options L<PDL::Graphics::PGPLOTOptions> - Setting PGPLOT options
=item * =item *
L<PDL::Graphics::PLplot> - Object-oriented interface from perl/PDL to the PLPLOT
plotting library
=item *
L<PDL::Graphics::TriD> - PDL 3D interface L<PDL::Graphics::TriD> - PDL 3D interface
=item * =item *
L<PDL::Graphics::TriD::ButtonControl> - default event handler subroutines L<PDL::Graphics::TriD::ButtonControl> - default event handler subroutines
=item * =item *
L<PDL::Graphics::TriD::Contours> - 3D Surface contours for TriD L<PDL::Graphics::TriD::Contours> - 3D Surface contours for TriD
=item * =item *
L<PDL::Graphics::TriD::Graph> - PDL 3D graph object with axes
=item *
L<PDL::Graphics::TriD::Labels> - Text tools L<PDL::Graphics::TriD::Labels> - Text tools
=item * =item *
L<PDL::Graphics::TriD::MathGraph> - Mathematical Graph objects for PDL L<PDL::Graphics::TriD::MathGraph> - Mathematical Graph objects for PDL
=item * =item *
L<PDL::Graphics::TriD::Objects> - Simple Graph Objects for TriD L<PDL::Graphics::TriD::Objects> - Simple Graph Objects for TriD
skipping to change at line 437 skipping to change at line 461
=item * =item *
L<PDL::Graphics::TriD::Tk> - A Tk widget interface to the PDL::Graphics::TriD. L<PDL::Graphics::TriD::Tk> - A Tk widget interface to the PDL::Graphics::TriD.
=item * =item *
L<PDL::Graphics::TriD::VRML> - TriD VRML backend L<PDL::Graphics::TriD::VRML> - TriD VRML backend
=item * =item *
L<PDL::IO::Browser> - 2D data browser for PDL
=item *
L<PDL::IO::Dicom> - a module for reading DICOM images. L<PDL::IO::Dicom> - a module for reading DICOM images.
=item * =item *
L<PDL::IO::Dumper> - data dumping for structs with PDLs L<PDL::IO::Dumper> - data dumping for structs with PDLs
=item * =item *
L<PDL::IO::FITS> - Simple FITS support for PDL L<PDL::IO::FITS> - Simple FITS support for PDL
skipping to change at line 461 skipping to change at line 489
=item * =item *
L<PDL::IO::FlexRaw> - A flexible binary I/O format for PerlDL L<PDL::IO::FlexRaw> - A flexible binary I/O format for PerlDL
=item * =item *
L<PDL::IO::GD> - Interface to the GD image library. L<PDL::IO::GD> - Interface to the GD image library.
=item * =item *
L<PDL::IO::HDF> - An interface library for HDF4 files. L<PDL::IO::HDF> - A PDL interface to the HDF4 library.
=item * =item *
L<PDL::IO::HDF::SD> - PDL interface to the HDF4 SD library. L<PDL::IO::HDF::SD> - PDL interface to the HDF4 SD library.
=item * =item *
L<PDL::IO::HDF::VS> - An interface library for HDF4 files.
=item *
L<PDL::IO::IDL> - I/O of IDL Save Files L<PDL::IO::IDL> - I/O of IDL Save Files
=item * =item *
L<PDL::IO::Misc> - misc IO routines for PDL L<PDL::IO::Misc> - misc IO routines for PDL
=item * =item *
L<PDL::IO::Pic> - image I/O for PDL L<PDL::IO::Pic> - image I/O for PDL
=item * =item *
L<PDL::IO::Pnm> - pnm format I/O for PDL L<PDL::IO::Pnm> - pnm format I/O for PDL
=item * =item *
L<PDL::IO::STL> - read/write 3D stereolithography files
=item *
L<PDL::IO::Storable> - helper functions to make PDL usable with Storable L<PDL::IO::Storable> - helper functions to make PDL usable with Storable
=item * =item *
L<PDL::Image2D> - Miscellaneous 2D image processing functions L<PDL::Image2D> - Miscellaneous 2D image processing functions
=item * =item *
L<PDL::ImageND> - useful image processing in N dimensions L<PDL::ImageND> - useful image processing in N dimensions
=item * =item *
L<PDL::ImageRGB> - some utility functions for RGB image data handling L<PDL::ImageRGB> - some utility functions for RGB image data handling
=item * =item *
L<PDL::Install::Files> - Module for use by L<ExtUtils::Depends> and L<Inline>
=item *
L<PDL::Lite> - minimum PDL module OO loader L<PDL::Lite> - minimum PDL module OO loader
=item * =item *
L<PDL::LiteF> - minimum PDL module function loader L<PDL::LiteF> - minimum PDL module function loader
=item * =item *
L<PDL::Lvalue> - declare PDL lvalue subs L<PDL::Lvalue> - declare PDL lvalue subs
skipping to change at line 581 skipping to change at line 621
=item * =item *
L<PDL::Slatec> - PDL interface to the slatec numerical programming library L<PDL::Slatec> - PDL interface to the slatec numerical programming library
=item * =item *
L<PDL::Slices> - Indexing, slicing, and dicing L<PDL::Slices> - Indexing, slicing, and dicing
=item * =item *
L<PDL::Tests> - tests for some PP features
=item *
L<PDL::Transform> - Coordinate transforms, image warping, and N-D functions L<PDL::Transform> - Coordinate transforms, image warping, and N-D functions
=item * =item *
L<PDL::Transform::Cartography> - Useful cartographic projections L<PDL::Transform::Cartography> - Useful cartographic projections
=item * =item *
L<PDL::Transform::Proj4> - PDL::Transform interface to the Proj4 projection libr ary L<PDL::Transform::Proj4> - PDL::Transform interface to the Proj4 projection libr ary
skipping to change at line 607 skipping to change at line 643
L<PDL::Types> - define fundamental PDL Datatypes L<PDL::Types> - define fundamental PDL Datatypes
=item * =item *
L<PDL::Ufunc> - primitive ufunc operations for pdl L<PDL::Ufunc> - primitive ufunc operations for pdl
=back =back
=head1 HISTORY =head1 HISTORY
Automatically generated by scantree.pl for PDL version 2.004_995. Automatically generated by scantree.pl for PDL version 2.082.
 End of changes. 23 change blocks. 
30 lines changed or deleted 66 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)