From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15955 invoked by alias); 5 Dec 2008 10:04:08 -0000 Received: (qmail 15933 invoked by uid 22791); 5 Dec 2008 10:04:07 -0000 X-Spam-Check-By: sourceware.org Received: from fk-out-0910.google.com (HELO fk-out-0910.google.com) (209.85.128.190) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Dec 2008 10:03:32 +0000 Received: by fk-out-0910.google.com with SMTP id 19so3932127fkr.8 for ; Fri, 05 Dec 2008 02:03:29 -0800 (PST) Received: by 10.181.158.16 with SMTP id k16mr5395907bko.208.1228471409435; Fri, 05 Dec 2008 02:03:29 -0800 (PST) Received: by 10.180.224.6 with HTTP; Fri, 5 Dec 2008 02:03:29 -0800 (PST) Message-ID: <9aaadf9c0812050203r3fad5a23u925bcfbb93bf0ff3@mail.gmail.com> Date: Wed, 10 Dec 2008 12:45:00 -0000 From: "Jonathan Leto" To: gsl-discuss@sourceware.org Subject: Where is gsl_vector_complex_scale ? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00039.txt.bz2 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