From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3461 invoked by alias); 22 Jan 2007 18:40:54 -0000 Received: (qmail 3453 invoked by uid 22791); 22 Jan 2007 18:40:54 -0000 X-Spam-Check-By: sourceware.org Received: from web50911.mail.yahoo.com (HELO web50911.mail.yahoo.com) (68.142.228.52) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 22 Jan 2007 18:40:48 +0000 Received: (qmail 56015 invoked by uid 60001); 22 Jan 2007 18:40:45 -0000 Message-ID: <20070122184045.56013.qmail@web50911.mail.yahoo.com> X-YMail-OSG: hvIdkCcVM1nGrcvWFh5mMcAs4GaaAcDfuoF.2lEAsqoKqoxtLkh2vgzgB59FdhA1QQ-- Received: from [35.9.70.77] by web50911.mail.yahoo.com via HTTP; Mon, 22 Jan 2007 10:40:45 PST Date: Mon, 22 Jan 2007 18:40:00 -0000 From: eknecronzontas Subject: C++/GSL/Etc To: gsl-discuss@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 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: 2007-q1/txt/msg00000.txt.bz2 Hi all, Every once in awhile, the integration of GSL and C++ comes up, especially because you can't directly pass member functions to GSL routines. Well...in case someone is interested, they can check out http://tharkad.pa.msu.edu/~asteiner/hal/html/index.html, which solves this problem and provides some other functionality which C++ people might like. Later, Andrew