19 Sep
2012
19 Sep
'12
11:48 p.m.
On Thu, 20 Sep 2012, luigi scarso wrote:
www.scilua.org
This is a MIT licensed library for general purpose numerical computing written entirely in Lua(JIT).
The Sci library is composed of a number of modules:
* alg: vector and matrix algebra operations; * math: special mathematical functions; * quad: quadrature (integration) algorithms for real-valued functions; * fmin,fmax: function minimization and maximization via local and global algorithms; * prng: pseudo random number generators; * qrng: quasi random number generators, also known as low discrepancy sequence generators; * dist: statistical distributions.
Have you played around with loading it from within ConTeXt? Aditya