lua-sci
lua-sci copied to clipboard
SciLua: Scientific Computing with LuaJIT
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).
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)...
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...
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...