This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Where is gsl_vector_complex_scale ?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]