From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Arno Peters Newsgroups: gmane.lisp.guile.user Subject: Re: Guile bindings for GSL or LAPACK? Date: Thu, 29 Aug 2002 19:17:07 +0200 Sender: guile-user-admin@gnu.org Message-ID: <20020829171707.GA18724@duronbox.nosuchnet> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" X-Trace: main.gmane.org 1030641432 28698 127.0.0.1 (29 Aug 2002 17:17:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 Aug 2002 17:17:12 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17kSuq-0007SB-00 for ; Thu, 29 Aug 2002 19:17:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kSvu-0002uN-00; Thu, 29 Aug 2002 13:18:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17kSut-0002rR-00 for guile-user@gnu.org; Thu, 29 Aug 2002 13:17:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17kSur-0002r2-00 for guile-user@gnu.org; Thu, 29 Aug 2002 13:17:10 -0400 Original-Received: from amsfep14-int.chello.nl ([213.46.243.21]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kSuq-0002qx-00 for guile-user@gnu.org; Thu, 29 Aug 2002 13:17:09 -0400 Original-Received: from duronbox.nosuchnet ([62.163.16.73]) by amsfep14-int.chello.nl (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP id <20020829171705.KLWA6645.amsfep14-int.chello.nl@duronbox.nosuchnet> for ; Thu, 29 Aug 2002 19:17:05 +0200 Original-Received: from arno by duronbox.nosuchnet with local (Exim 3.35 #1 (Debian)) id 17kSup-0004sa-00 for ; Thu, 29 Aug 2002 19:17:07 +0200 Original-To: guile-user@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:862 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:862 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 29, 2002 at 05:39:12PM +0200, Matthias Koeppe wrote: > Does somebody have working Guile bindings for the GNU scientific > library or LAPACK? Yes, I am working on wrapping GSL and LAPACK with SWIG. The work is not completely done. =20 For GSL I currently have the following working interface files that contain most functions for that category: gsl_blas.i gsl_integration.i gsl_qrng.i gsl_block.i gsl_linalg.i gsl_randist.i gsl_combination.i gsl_math.i gsl_rng.i gsl_eigen.i gsl_matrix.i gsl_special.i gsl_errno.i gsl_monte.i gsl_statistics.i gsl_fft.i gsl_permute.i gsl_vector.i gsl_histogram.i gsl_poly.i For LAPACK I have only wrapped dgesv, zgesv, dgels and zgels. I am holding a release back until I have the remaining GSL categories wrapped as well. There are about 14 left. Mail me directly if you're interested and I will send you a tarball with a snapshot. Greetings, --=20 Arno --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9blcS8ADMpEVEv6ERAl30AJ4qBFLcQKxDy4tk9wKjRHOVRQbrwQCgn/Jn MuGYTeB3n66UzSu4gKhl8d0= =Xrca -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user