From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14144 invoked by alias); 5 Dec 2008 17:41:14 -0000 Received: (qmail 14135 invoked by uid 22791); 5 Dec 2008 17:41:13 -0000 X-Spam-Check-By: sourceware.org Received: from mail.network-theory.co.uk (HELO mail.network-theory.co.uk) (66.199.228.187) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Dec 2008 17:40:32 +0000 Date: Wed, 10 Dec 2008 17:31:00 -0000 Message-ID: From: Brian Gough To: "Jonathan Leto" Cc: gsl-discuss@sourceware.org Subject: Re: Where is gsl_vector_complex_scale ? In-Reply-To: <9aaadf9c0812050203r3fad5a23u925bcfbb93bf0ff3@mail.gmail.com> References: <9aaadf9c0812050203r3fad5a23u925bcfbb93bf0ff3@mail.gmail.com> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/22.2 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Message-Mac: bf2b97a23e19f86b28beba31836e22d3 Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2008-q4/txt/msg00040.txt.bz2 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