mathieu functions do not want to work
[Math-GSL.git] / pod / Siman.pod
blob24dc31a607ebfe953658b91ee9d4b7b7a3a5fa5c
1 %perlcode %{
2 @EXPORT_OK = qw/
3                gsl_siman_solve 
4                gsl_siman_solve_many 
5              /;
6 %EXPORT_TAGS = ( all => [ @EXPORT_OK ] );
8 __END__
10 =head1 NAME
12 Math::GSL::Siman - Simulated Annealing
14 =head1 SYNOPSIS
16 This module is not yet implemented. Patches Welcome!
18 use Math::GSL::Siman qw /:all/;
20 =head1 DESCRIPTION
22 Here is a list of all the functions in this module :
24 =over
26 =item * C<gsl_siman_solve >
28 =item * C<gsl_siman_solve_many >
30 =back
33 For more informations on the functions, we refer you to the GSL offcial
34 documentation: L<http://www.gnu.org/software/gsl/manual/html_node/>
36  Tip : search on google: site:http://www.gnu.org/software/gsl/manual/html_node/ name_of_the_function_you_want
39 =head1 AUTHORS
41 Jonathan Leto <jonathan@leto.net> and Thierry Moisan <thierry.moisan@gmail.com>
43 =head1 COPYRIGHT AND LICENSE
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.
50 =cut