[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LGSL 0.1 released
- From: Marc Balmer <marc@...>
- Date: Sat, 30 Jan 2016 17:12:45 +0100
How can you say it's "a numerical library for Lua" when effectively this is for LuaJIT?
LuaJIT ~= Lua
It should be named LJGSL, not LGSL, imo.
</rant>
> Am 30.01.2016 um 16:57 schrieb Lesley De Cruz <lesley.decruz@gmail.com>:
> 
> Dear list,
> 
> I'd like to announce version 0.1 of LGSL, a numerical library for Lua.
> 
> LGSL is a collection of numerical algorithms and functions for Lua,
> based on the GNU Scientific Library (GSL). It allows matrix and vector
> manipulation, linear algebra operations, special functions, and much
> more.
> 
> LGSL is based on the numerical modules of GSL Shell, and requires
> LuaJIT.
> 
> Get LGSL:
> 
>   luarocks install lgsl
> 
> Documentation:
> 
>   http://ladc.github.io/lgsl/
> 
> GitHub page:
> 
>   https://github.com/ladc/lgsl
> 
> Enjoy!
> 
> -- 
> Best regards,
> Lesley