Lesley De Cruz

Results 48 comments of Lesley De Cruz

Thanks! In GSL you have separate roots and multiroots "modules" for 1D and multi-dimensional problems; I've added a module called "multiroots" which only includes gnewton for now. Note that it...

The translation to Lua was probably overkill, but it was a relatively simple algorithm to translate. Perhaps the other routines should just be bound with a couple of lines of...

One problem is that ffi.load() doesn't use package.cpath at all, so it won't just find the binaries installed by LuaRocks. One can however just pass ffi.load() the whole path as...

That's great, thank you very much! Now we just need to pack these in a rock somehow :-) I'll look into it. I think a gsl+gslcblas version would be useful...

OK, I've created two binary rocks, but I'm not sure how to get this `pthreadGC2.dll` installed where Windows will look for it, using LuaRocks. http://lgsl.duckdns.org/download.html

@franko @ignacio Do you have LuaRocks for windows? It's quite straightforward to install - could you test if any of these rocks work for you? Thanks! http://lgsl.duckdns.org/download.html

I'm sorry, I guess the rocks cannot work since they don't have a rockspec. Not sure how to make this work since LuaRocks appears to look for the rockspec in...

@franko wrote: > My idea is that while this is a problem in principle it can be ok from the practical point of view. This depend actually on how you...

Hi Ruben, Yes indeed, and it is also a good moment to start thinking about issues to tackle or finish during the pysteps Hackathon 😊 @sidekock suggested to create a...