Go to file
RealBadAngel b9fe0d1038 Initial upload 2012-12-13 03:56:10 +01:00
LICENSE.txt Initial upload 2012-12-13 03:56:10 +01:00
README.txt Initial upload 2012-12-13 03:56:10 +01:00
complex.lua Initial upload 2012-12-13 03:56:10 +01:00
depends.txt Initial upload 2012-12-13 03:56:10 +01:00
init.lua Initial upload 2012-12-13 03:56:10 +01:00
matrix.lua Initial upload 2012-12-13 03:56:10 +01:00

README.txt

== Description ==

LuaMatrix - Matrices and matrix operations implemented in pure Lua.

This supports operations on matrices and vectors whose elements are
real, complex, or symbolic.  Implemented entirely in Lua as tables.
Includes a complex number data type too.

For details on use, see the comments in matrix.lua and complex.lua,
as well as the test suite.

== Project Page ==

http://lua-users.org/wiki/LuaMatrix

== Credits ==

Authors: Michael Lutz (original author), David Manura (maintainer).
Bug fixes/comments: Geoff Richards, SatheeshJM, Martin Ossmann,
and others.

== License ==

See the LICENSE.txt file for licensing details.