lua-users home
lua-l archive

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


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