[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] GSL Shell 2.0 beta1 release
- From: Francesco Abbate <francesco.bbt@...>
- Date: Thu, 3 Nov 2011 22:18:36 +0100
2011/11/3 Leo Razoumov <slonik.az@gmail.com>:
> Actually, according to
> http://git.savannah.gnu.org/cgit/gsl-shell.git/tree/templates/qag.lua.in?h=gsl-shell-2
> Francesco reimplemented quadrature in pure Lua (GSL's C version is
> used as a guideline). FFI is used to pass an integrand function
> implemented in C to the quadrature routine implemented in pure Lua.
> Sort of of the exact opposite to traditional use of scripting
> languages.
uh ? not quite so, actually. I've implemented the quadrature routine
in Lua using FFI and the resulting quadrature routine can integrate
any Lua function.
--
Francesco