Multidimensional minimization in c++
Tom Mortimer-Jones
tmj@tc.bham.ac.uk
Wed Dec 19 13:20:00 GMT 2001
Has anyone used the multidimensional minimization routines in gsl within
a c++ class?
I would like to include minimization within a class, acting on data
contained within the class, but the gsl_multimin_function_fdf requires
function (method) addresses which have to be static and static methods
cannot work on the non static data within my class instances. Has anyone
found a way to work around this problem or am I doing something wrong?
Thanks for your time,
Tom.
--
Tom Mortimer-Jones,
School of Chemical Sciences,
University of Birmingham.
More information about the Gsl-discuss
mailing list