Skip to content

thenumbernine/lua-matrix

Repository files navigation

Lua Matrix libray, in the spirit of Matlab

Donate via Stripe

Dependencies:

Example:

matrix initialization:

m = matrix{1,2,3}

m = matrix{{1,2},{3,4}}

m = matrix(n)

etc

m = matrix.const(math.pi, 2, 3)

m = matrix.const(math.pi, {2,2})

gives you a 2x2 matrix filled with the value for pi.

(TODO more)

About

matrix class for lua. in the spirit of matlab syntax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages