From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16535 invoked by alias); 9 Aug 2012 18:59:11 -0000 Received: (qmail 16525 invoked by uid 22791); 9 Aug 2012 18:59:10 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from nm12-vm0.bullet.mail.ird.yahoo.com (HELO nm12-vm0.bullet.mail.ird.yahoo.com) (77.238.189.196) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 09 Aug 2012 18:58:58 +0000 Received: from [77.238.189.52] by nm12.bullet.mail.ird.yahoo.com with NNFMP; 09 Aug 2012 18:58:56 -0000 Received: from [212.82.108.227] by tm5.bullet.mail.ird.yahoo.com with NNFMP; 09 Aug 2012 18:58:56 -0000 Received: from [127.0.0.1] by omp1004.bt.mail.ird.yahoo.com with NNFMP; 09 Aug 2012 18:58:56 -0000 Received: (qmail 28891 invoked from network); 9 Aug 2012 18:58:56 -0000 X-Yahoo-SMTP: MKCAtxiswBAnBcTkqd6vmcbe1ynrFMFxJv1zgikIgS83VEBS Received: from [192.168.0.12] (J.D.Lamb@86.132.2.154 with plain) by smtp825.mail.ird.yahoo.com with SMTP; 09 Aug 2012 11:58:56 -0700 PDT Message-ID: <50240873.4030702@btinternet.com> Date: Thu, 09 Aug 2012 18:59:00 -0000 From: John D Lamb User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: gsl-discuss@sources.redhat.com Subject: C++ wrappers for GSL Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: 2012-q3/txt/msg00003.txt.bz2 I’ve written a set of C++ wrappers for GSL: http://ccgsl.sourceforge.net/ I would be interested to know if these are useful to anyone other than me, or if anyone is interested in developing or testing the code. The wrappers are essentially complete. The only GSL functions I have not implemented are ones for n-tuples, multisets and sorting. I omitted these because there are usually better ways to handle them in C++ and they have no GSL dependencies. I’m likely to continue to make minor changes and bug fixes. For example, I want to adapt the statistics functions to work seamlessly with std::array, std::double, gsl::vector or anything else that looks like an array. -- John D Lamb