
14 Jul
2010
14 Jul
'10
10:55 a.m.
Why are you using gsl_vector* here? Why not gsl_vector?
Yes, that was the problem. Now I use gsl_vector and it works. I used the pointer variant since this is common in using gsl, but this also caused some problems with the pointer specialization of the range functions.