Hi,
I am looking for bindings to the GSL library. Is there some initial work already done that I could use?
Thanks, michele
Afficher les réponses par date
On 4-Jul-09, at 3:20 PM, michele.zaffalon@gmail.com wrote:
Hi,
I am looking for bindings to the GSL library. Is there some initial work already done that I could use?
None that I can remember. Did you look at the GSL header file? Is anything particularly difficult to interface to?
Marc
On Sun, Jul 5, 2009 at 12:48 AM, Marc Feeley feeley@iro.umontreal.ca wrote:
On 4-Jul-09, at 3:20 PM, michele.zaffalon@gmail.com wrote:
Hi,
I am looking for bindings to the GSL library. Is there some initial work already done that I could use?
None that I can remember. Did you look at the GSL header file? Is anything particularly difficult to interface to?
Marc
Yes, at least to me. How do you pass the arguments to a gsl routine that takes double (*f)(double)? michele