Skip to content
Prev 46069 / 63424 Next

eigen(symmetric=TRUE) for complex matrices

On Jun 18, 2013, at 21:23 , Berend Hasselman wrote:

            
Thanks Berend,

The finger seems to be pointing to the internal libRlapack/libRblas. The apparent pattern is that things work when R is linked against external libraries and not when the internal ones are used. So it could be time to start looking for differences between R's lapack module and the original LAPACK code.

-pd