1534f7d680 | ||
---|---|---|
.. | ||
demos | ||
docs | ||
.gitignore | ||
ArrayTableHandler.lua | ||
CMakeLists.txt | ||
Makefile | ||
MatrixTableHandler.lua | ||
README.md | ||
init.lua | ||
multiverso-scm-1.rockspec | ||
test.lua | ||
util.lua |
README.md
Multiverso Torch/Lua Binding
Requirements
Build multiverso successfully by following the README > build.
Installation
NOTE: Before installation, you need to make sure have libmultiverso.so
build successfully according to Requirements.
make install
or
luarocks make
Unit Tests
make test
or
luajit test.lua