3 Math::GSL is an interface to the GNU Scientific Library, using SWIG. The GNU
4 Scientific Library (GSL) is a numerical library for C and C++ programmers. It
5 is free software under the GNU General Public License. Math::GSL uses SWIG to
6 generate Perl bindings to *most* GSL functionality.
8 Currently Math::GSL requires at least Perl 5.8.8 and GSL 1.11 to compile. SWIG
9 is only needed if you want help work on Math::GSL and checkout code from the
10 Math::GSL git repository.
14 To install this module, run the following commands:
21 SUPPORT AND DOCUMENTATION
23 After installing, you can find documentation for this module with the
28 You can also look for information at:
30 RT, CPAN's request tracker
31 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Math::GSL
33 AnnoCPAN, Annotated CPAN documentation
34 http://annocpan.org/dist/Math::GSL
37 http://cpanratings.perl.org/d/Math::GSL
40 http://search.cpan.org/dist/Math::GSL
45 Copyright (C) 2008 Jonathan Leto and Thierry Moisan
47 This program is free software; you can redistribute it and/or modify it
48 under the same terms as Perl itself.