Go to file
David Manura 7a33f9652d Merge pull request #2 from mlepage/master
Typo fix
2012-11-07 15:42:31 -08:00
doc Fix gauss-jordan bug. 2012-04-16 23:58:41 -04:00
lua Fix typo in comment. 2012-10-15 20:24:29 -03:00
samples import version 0.2.9, 2008-08-26 2010-09-22 21:41:53 -04:00
test Fix gauss-jordan bug. 2012-04-16 23:58:41 -04:00
CMakeLists.txt update docs and packaging 2011-12-03 22:02:14 -05:00
LICENSE.txt import version 0.2.9, 2008-08-26 2010-09-22 21:41:53 -04:00
MANIFEST update docs and packaging 2011-12-03 22:02:14 -05:00
README.txt Fix gauss-jordan bug. 2012-04-16 23:58:41 -04:00
dist.cmake build: add CMakeLists.txt and related files 2011-03-25 00:07:38 -04:00
dist.info Fix gauss-jordan bug. 2012-04-16 23:58:41 -04:00
rockspec.in update docs and packaging 2011-12-03 22:02:14 -05:00
util.mk update docs and packaging 2011-12-03 22:02:14 -05: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.

To install, copy matrix.lua and complex.lua into your LUA_PATH.  The
modules can alternately be installed via LuaRocks ("luarocks install
luamatrix").

== 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.