Francesco

Results 144 comments of Francesco

I would like to have a **volunteer** to port the library to Lua 5.2 and the coming Lua 5.3. I'm personally not strongly motivated since I have the feeling that...

Done :-) https://rocks.moonscript.org/modules/francesco/graph-toolkit I hope I made no errors. I've just made a minor modification to the rockspec prepared by @ladc, I've used the git:// protocol because it seems luarocks...

There was a typo in the directory name (source.dir) and I've fixed that in the rockspec. The problem is that I still get errors and for the moment I quite...

Ok, thank you for testing! I guess we can keep this issue open, that's ok for me. Well on my system when I try to install the rock it says...

@ladc In reality luarock was complaining asking to install luasec to use the https protocol. I was a little bit grouchy, I was surprised https was not built-in in luarock....

I don't know exactly about zerobrane integration but with the latest release I am not providing any macOS package. In theory GSL Shell can be built on macOS but it...

I am also working on a completely new interface for GSL Shell with a better UI and native support for macOS too but that's very much work in progress and...

Hi Benjamin, I was trying your branch and I stumbled on the same problem. It seems that I found the solution by reading the FFTW user's manual here: http://www.fftw.org/fftw3_doc/Complex-One_002dDimensional-DFTs.html#Complex-One_002dDimensional-DFTs. >...

Well, of course we need to change something because right now it doesn't work :-) I hesitate to use ESTIMATE because if you doesn't really gain in performance what the...

I was wondering about using the New Array Interface http://www.fftw.org/fftw3_doc/New_002darray-Execute-Functions.html#New_002darray-Execute-Functions which may be adapted to our case. We need also to look the the stride of the input matrix (can...