[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: multidimensional data with user defined type
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sun, 9 Jun 2013 16:11:50 +0200
2013/6/9 Philipp Kraus <philipp.kraus@flashpixx.de>:
> I have got multidimensional cubes in C++ and would like to push them into LUA. I would like to create a structure in LUA like
> data[i][j][n] = 123
>
Take a look at Francesco Abbate's GSL-shell.
http://www.nongnu.org/gsl-shell
Only downside is that it's LuaJIT-only.