delete me
1 2 3
for (i=0; i++; i<10) { cout << i; }
this discussion is futile
test123
Ooops, now that I've read the python ctypes module manual more carefully I realize that I can write callback functions in python without any c code. I can, for example, use gsl qag routine directly from python.
And furthermore, I convert the function to a suitable callback with a decorator. Now that's pretty.
Sign in to comment
Comments
test123
Ooops, now that I've read the python ctypes module manual more carefully I realize that I can write callback functions in python without any c code. I can, for example, use gsl qag routine directly from python.
And furthermore, I convert the function to a suitable callback with a decorator. Now that's pretty.
Sign in to comment