guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile and GSL


From: Ludovic Courtès
Subject: Re: Guile and GSL
Date: Wed, 10 Mar 2010 17:25:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hello,

"Jason R. Green" <address@hidden> writes:

> [...]
>> Though it isn't much, I'd be happy to share what I have so far.
>>
>> I have gsl_matrix and gsl_vector smobs, their make, mark, free, and
>> print functions, as well as wrapper functions that zero each. I also
>> have functions for converting between GSL and SCM vectors..
> [...]
>
> I've made this available via github: http://github.com/jrgreen/guile-gsl

Note that if you’re targeting Guile 1.9/2.0, you don’t need SMOB mark
functions here (info "(guile) Smobs") and you don’t need explicit
‘scm_gc_free ()’ calls (info "(guile) Memory Blocks").

Thanks,
Ludo’.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]