davidm / lua-matrix

Matrices and vectors of are real, complex, and symbolic elements, implemented as Lua tables.
http://lua-users.org/wiki/LuaMatrix
Other
138 stars 54 forks source link

Optimize creation of vector matrix #6

Open mlepage opened 10 years ago

mlepage commented 10 years ago

Optimized the creation of a vector matrix by removing a table creation. Fixed a typo. Removed trailing whitespace.