Re: [ANN] Sci-1.0-beta1

  • From: Stefano <phd.st.p@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Wed, 19 Sep 2012 20:46:56 +0100

On 19 September 2012 16:12, pingon begand <sbronfion@xxxxxxxxx> wrote:
> That's rather interesting. I like it a lot even tough I cannot test it yet
> (haven't got latest luajit). I wanted to benchmark a Monte-Carlo simulation.
> Keep up the good work.

If you are on windows I could upload binaries for the latest git head as well.

>
> Will you add support for complex numbers?

Well, complex numbers are already supported by LuaJIT, they are just
lacking arithmetic operations (see
http://luajit.org/ext_ffi_semantics.html ).

> Will you add support for FFT as well (I use a lot of convolution)?

It's on my plans, but something like http://www.fftw.org/ is clearly
outside the scope of this library.

I noticed the existence of http://sourceforge.net/projects/kissfft/
which is BSD licensed. A port of this one should be doable.

Other related posts: