At Thu, 27 Aug 2009 17:15:39 -0600, Gerard Jungman wrote: > There are also significant usability issues with the simple aspects > of the interfaces. The get() and set() functions have been deplored > by many users.
Is there an alternative in C? I can only think of providing macros for expressions like *gsl_vector_ptr(v,i) = x if one prefers to assign to an l-value. -- Brian Gough
