Skip to content

Matrices and vectors of are real, complex, and symbolic elements, implemented as Lua tables.

License

Notifications You must be signed in to change notification settings

davidm/lua-matrix

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
marcelvanherk
Dec 8, 2013
cb6cde6 · Dec 8, 2013

History

12 Commits
Apr 17, 2012
Dec 8, 2013
Sep 23, 2010
Apr 17, 2012
Dec 4, 2011
Sep 23, 2010
Dec 4, 2011
Apr 17, 2012
Mar 25, 2011
Apr 17, 2012
Dec 4, 2011
Dec 4, 2011

Repository files navigation

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

About

Matrices and vectors of are real, complex, and symbolic elements, implemented as Lua tables.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages