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 <[email protected]>:

> 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?