lua-sci icon indicating copy to clipboard operation
lua-sci copied to clipboard

SciLua: Scientific Computing with LuaJIT

Results 4 lua-sci issues
Sort by recently updated
recently updated
newest added

Any chance to have support for Intel MKL instead of OpenBLAS? Intel MKL is faster and includes many useable algorithms (Accelerated LAPCAK in addition to BLAS).

enhancement
contributions-welcome

We currently only have `pdf` (https://scilua.org/sci_dist.html): ``` y = sd:pdf(x) Returns the value of the probability density function (for continuous distributions) or of the mass probability function (for discrete distributions)...

enhancement
contributions-welcome

Hi Stephen, Thank you for putting together a fantastic library! I am a new user of Lua + Torch Machine Learning, and found SciLua while searching for good libraries. I...

enhancement
contributions-welcome

This is continuation of #4 with several related questions How this should be done without sci syntax extensions? For multiplication we should use alg.mul but which should be used for...