vote up 1 vote down star

Are there any scientific packages for Lua comparable to Scipy?

Thanks for your time and help :)

flag

2 Answers

vote up 1 vote down check

There is the basis for one in Numeric Lua.

link|flag
vote up 1 vote down

One can always use Lunatic Python and access scipy inside lua.

> require("python")
> numpy = python.import("numpy")
> numpy.array ... etc ..
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.