At Mon, 27 Apr 2009 03:50:55 -0400, [email protected] wrote: > I need to do Levenberg-Marquardt.? I have the Visual Studio c++ > version for this routine.? However, I would like to run this routine > in Dev C++.? Does GNU have this routine available in its library?
The LM implementation in GSL is described here: http://www.gnu.org/software/gsl/manual/html_node/Minimization-Algorithms-using-Derivatives.html _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
