Skip to content
Prev 46070 / 63424 Next

eigen(symmetric=TRUE) for complex matrices

On Jun 18, 2013, at 21:49 , peter dalgaard wrote:

            
Now done and no (relevant) differences found. Hmmm....

There could be compiler issues. It could also be that the internal LAPACK uses a newer version than the external libs and a bug was introduced in between them.

One option could be to bypass R by coding Robin's example in pure Fortran and see whether issues persist when linked against libRlapack, vecLib, and the relevant subset of current LAPACK sources. (The bogus 1.0000 eigenvalue in the 33x33 variant of Robin's example should make it rather easy to spot whether things work or not.)