lua-users home
lua-l archive

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


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