From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3389 invoked by alias); 15 Jun 2009 14:44:17 -0000 Received: (qmail 3377 invoked by uid 22791); 15 Jun 2009 14:44:16 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f213.google.com (HELO mail-bw0-f213.google.com) (209.85.218.213) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Jun 2009 14:44:09 +0000 Received: by bwz9 with SMTP id 9so4122781bwz.24 for ; Mon, 15 Jun 2009 07:44:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.9.66 with SMTP id 44mr2318009wes.73.1245077046146; Mon, 15 Jun 2009 07:44:06 -0700 (PDT) In-Reply-To: References: <20090614165708.22998.15238.stgit@localhost> From: Rhys Ulerich Date: Mon, 15 Jun 2009 14:44:00 -0000 Message-ID: <4a00655d0906150743h73d5d019w58a32db374861309@mail.gmail.com> Subject: Re: [PATCH] Add Greville abscissae functionality to B-splines To: Brian Gough Cc: 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-q2/txt/msg00019.txt.bz2 Thanks guys. FYI, I woke up this morning and realized I forgot a gsl_bspline_free call at the bottom of each of the unit test blocks in test.c. - Rhys On Mon, Jun 15, 2009 at 5:26 AM, Brian Gough wrot= e: > At Sun, 14 Jun 2009 12:02:10 -0500, > Rhys Ulerich wrote: >> =A0This change adds computing Greville abscissae to the GSL B-spline >> =A0routines. =A0Updates to unit tests and documentation are included. >> =A0The routines are written so that if the b-spline classes have lower >> =A0continuity basis added later (i.e. by adding multiple knots per >> =A0interior breakpoint), these should continue to do the right thing. > > Cool. I'll let Patrick take care of these. > > -- > Brian Gough > >