franko / gsl-shell

GSL library shell based on LuaJIT2
http://franko.github.io/gsl-shell/
GNU General Public License v3.0
92 stars 12 forks source link

matrix_complex in eigen.lua #24

Closed Babba closed 10 years ago

Babba commented 10 years ago

Frankly, idk whether I use the newest version, but to avoid an error msg using e.g. eigen.herm, I replaced matrix_complex.copy by matrix.copy in eigen.lua (seems to work).

thx for this great piece of software. btw, I'd also vote for that parts of gsl-shell are (useable as) LuaJIT2 modules, but it's just a Lua ecosystem thing.

Regards

franko commented 10 years ago

Hi,

thank you for reporting the problem, the fix is now in the git repository.

As for making the matrix function available as a luajit module, this is ok for me and I'm probably going to do that one day but for the moment I'm busy developing GSL Shell in another direction.

Francesco