This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Multidimensional minimization in c++


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]