NAME
Math::GSL::Multimin - Routines for finding minima of arbitrary multidimensional functions
SYNOPSIS
This module is not yet implemented. Patches Welcome!
use Math::GSL::Multimin qw /:all/;
DESCRIPTION
Here is a list of all the functions in this module :
gsl_multimin_fdfminimizer_allocgsl_multimin_fminimizer_allocgsl_multimin_fdfminimizer_setgsl_multimin_fdfminimizer_freegsl_multimin_fminimizer_freegsl_multimin_fdfminimizer_namegsl_multimin_fminimizer_namegsl_multimin_fdfminimizer_iterategsl_multimin_fminimizer_iterategsl_multimin_fdfminimizer_xgsl_multimin_fminimizer_xgsl_multimin_fdfminimizer_minimumgsl_multimin_fminimizer_minimumgsl_multimin_fdfminimizer_gradientgsl_multimin_fminimizer_sizegsl_multimin_fdfminimizer_restartgsl_multimin_test_gradientgsl_multimin_test_size
This module also includes the following constants :
$gsl_multimin_fdfminimizer_conjugate_fr$gsl_multimin_fdfminimizer_conjugate_pr$gsl_multimin_fdfminimizer_vector_bfgs2$gsl_multimin_fdfminimizer_vector_bfgs$gsl_multimin_fdfminimizer_steepest_descent$gsl_multimin_fminimizer_nmsimplex
For more informations on the functions, we refer you to the GSL official documentation: http://www.gnu.org/software/gsl/manual/html_node/
AUTHORS
Jonathan "Duke" Leto <jonathan@leto.net> and Thierry Moisan <thierry.moisan@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2008-2024 Jonathan "Duke" Leto and Thierry Moisan
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.