From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7526 invoked by alias); 16 Oct 2003 09:06:01 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 7514 invoked from network); 16 Oct 2003 09:06:00 -0000 Received: from unknown (HELO mail.ukpost.com) (217.158.120.130) by sources.redhat.com with SMTP; 16 Oct 2003 09:06:00 -0000 Received: from mail.ukfsn.org (unknown [217.158.120.143]) by mail.ukpost.com (Postfix) with ESMTP id 8C95F1F8024; Thu, 16 Oct 2003 10:03:56 +0100 (BST) Received: from localhost (dsl-80-46-234-117.access.uk.tiscali.com [80.46.234.117]) by mail.ukfsn.org (Postfix) with ESMTP id D8707E6A84; Thu, 16 Oct 2003 10:01:40 +0100 (BST) Received: by localhost with local (Exim 3.35 #1 (Debian)) id 1AA44z-0000Sc-00; Thu, 16 Oct 2003 10:05:57 +0100 From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16270.24436.696457.173956@debian.local> Date: Thu, 16 Oct 2003 09:06:00 -0000 To: Carlo Ferrigno Cc: gsl-discuss@sources.redhat.com Subject: Re: convolution In-Reply-To: <200310151601.11889.ferrigno@pa.iasf.cnr.it> References: <200310151601.11889.ferrigno@pa.iasf.cnr.it> X-SW-Source: 2003-q4/txt/msg00025.txt.bz2 Carlo Ferrigno writes: > Hello, > > is there any, already made, way to perform the convolution between two > gsl_vectors in GSL ? There is no ready made routine, because the best choice of algorithm is problem-dependent. (e.g. which type of fft to use) regards -- Brian Gough