lua-users home
lua-l archive

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


2016-01-30 17:57 GMT+02:00 Lesley De Cruz <lesley.decruz@gmail.com>:

> 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

Could you perhaps expand on when one would prefer LGSL
to GSL-Shell itself?