At Fri, 5 Dec 2008 02:03:29 -0800, Jonathan Leto wrote: > I have the latest git repo of GSL and searching for > gsl_vector_complex_scale : produces a header but no tests or > implementation. What gives?
In this case it's defined via macros so the function name does not appear directly. The relevant files are vector/oper.c and vector/oper_complex_source.c. It is only in the git repository though, as it was added after the last release. -- Brian Gough
