From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2378 invoked by alias); 29 Nov 2009 23:39:14 -0000 Received: (qmail 2370 invoked by uid 22791); 29 Nov 2009 23:39:13 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f219.google.com (HELO mail-bw0-f219.google.com) (209.85.218.219) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 29 Nov 2009 23:39:07 +0000 Received: by bwz19 with SMTP id 19so2406120bwz.8 for ; Sun, 29 Nov 2009 15:39:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.13.210 with SMTP id d18mr3724569bka.211.1259537945278; Sun, 29 Nov 2009 15:39:05 -0800 (PST) In-Reply-To: <4a00655d0911291536t5a11752fp27ab9c274148f822@mail.gmail.com> References: <4a00655d0908201247g7d7bd9a1t466f4a66f08df4@mail.gmail.com> <4a00655d0911291536t5a11752fp27ab9c274148f822@mail.gmail.com> From: Rhys Ulerich Date: Sun, 29 Nov 2009 23:39:00 -0000 Message-ID: <4a00655d0911291538y9f29830v984d1a796fdd5d1@mail.gmail.com> Subject: Re: Where a generalized Richardson extrapolation routine would fit in GSL? To: gsl-discuss@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2009-q4/txt/msg00049.txt.bz2 > I've got a generalized Richardson extrapolation .m routine [1] that I'm g= oing to port to C/GSL.=A0 I'd like to contribute the finished code, but I'm= not sure where in the GSL the functionality would fit.=A0 I've looked but = have found no similar sequence acceleration code. > > Does any place in the source tree jump out at anyone? > > [1] http://www.mathworks.com/matlabcentral/fileexchange/24388 The routine I mentioned in my note from August has been complete for quite some time now. =A0I'd like to contribute it to GSL, but I'm still unsure where it fits within GSL's build/layout system. =A0Any suggestions for where it should go? - Rhys