Skip to content
Prev 18934 / 63421 Next

R crash with complex matrix algebra when using EISPACK=TRUE

Well, valgrind helps a lot more here: it points at lines 2131 and 2135-6 
of eigen.f, and using gdb shows those are called with NA = 0.

So it is a bug in EISPACK, and easy enough to fix -- now done.
On Tue, 3 Jan 2006, Ole F. Christensen wrote: