The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
PDL/Opt/NonLinear version 0.01
=============================

This module provide some optimization routines for PDL.

INSTALLATION

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires the following Perl modules:
  
  PDL
  PDL::LinearAlgebra
  ExtUtils::F77

and C and Fortran compilers.

COPYRIGHT AND LICENCE

Copyright (C) 2005-2007 Grégory Vanuxem

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.