public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* Where is gsl_vector_complex_scale ?
@ 2008-12-10 12:45 Jonathan Leto
  2008-12-10 17:31 ` Brian Gough
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Leto @ 2008-12-10 12:45 UTC (permalink / raw)
  To: gsl-discuss

Howdy,

First, thanks to everyone that works on GSL, it is a great library.

I am writing the Math::GSL Perl module which interfaces to GSL and I
am running into some issues with gsl_vector_complex . I've noticed
that gsl_vector_complex_scale doesn't exist.

I have the latest git repo of GSL and searching for gsl_vector_complex_scale :

$ ack -a gsl_vector_complex_scale
vector/gsl_vector_complex_double.h
176:int gsl_vector_complex_scale (gsl_vector_complex * a, const gsl_complex x);

produces a header but no tests or implementation. What gives? If
someone would nudge me in the right direction I wouldn't mind writing
the tests and implementation, which cannot be very different from
gsl_vector_scale.

Cheers,


-- 
[---------------------]
  Jonathan Leto
jaleto@gmail.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Where is gsl_vector_complex_scale ?
  2008-12-10 12:45 Where is gsl_vector_complex_scale ? Jonathan Leto
@ 2008-12-10 17:31 ` Brian Gough
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Gough @ 2008-12-10 17:31 UTC (permalink / raw)
  To: Jonathan Leto; +Cc: gsl-discuss

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-05 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-10 12:45 Where is gsl_vector_complex_scale ? Jonathan Leto
2008-12-10 17:31 ` Brian Gough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).