[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Problems with siman in c++ class
From: |
Ross Williamson |
Subject: |
[Help-gsl] Problems with siman in c++ class |
Date: |
Fri, 16 Feb 2007 16:06:51 -0500 (EST) |
User-agent: |
SquirrelMail/1.4.4 |
Dear all
I have a c++ class to control and optimize a piece of equipment here in
the lab. We wish to use simulated annealing package from GSL. We are
calling the gsl_siman_solve from inside the class passing functions that
are public members of the same class.
The problem is that we can not get the damn thing to compile - we cannot
simply type the name of the function in instead it wants
&classname::function and that doesn't work either.
Has anyone got siman running from inside a c++ class using functions
declaired in the class?
Many thanks
Ross
- [Help-gsl] Problems with siman in c++ class,
Ross Williamson <=