Victor Liu

Results 9 comments of Victor Liu

ILAENV splitting size threshold is set at 25 by default. It looks like for N = 26 the divide and conquer algorithm is used (DBDSDC). Given that the smallest eigenvalues...

Yes, the latest commits break the Python extension due to a change in the public API. The Simulation_Init function takes additional arguments now. I will add a change now to...

Ah yes, you are correct. I will fix this when I get home tonight. On Mar 13, 2014, at 2:11 PM, Steven G. Johnson [email protected] wrote: > The manual says:...

Thanks. Several Makefile bugs will be fixed this weekend, along with documentation updates. On Wed, Jul 29, 2015 at 11:01 AM, Steven G. Johnson < [email protected]> wrote: > Even if...

I have made the changes you indicated and committed it to the repo. Thanks! On Mar 29, 2014, at 9:13 AM, jbuencuerpo [email protected] wrote: > The function SetOptions fails to...

The entire Python interface is currently experimental. Thanks for reporting this issue. I'll work on making the Python side of things more robust soon.

I have commented this out and committed it to the repo. Thanks! On Mar 27, 2014, at 5:04 AM, jmllorens [email protected] wrote: > Apparently there is a line (S4.cpp:2403) in...

Ok, that is totally strange behavior... You might try defining S4_TRACE and DUMP_MATRICES etc in the compilation flags to get more detailed tracing info. On Wed, Sep 24, 2014 at...

Can you please post the Lua test code?