Skip to content
Prev 13235 / 63421 Next

Problems with Lapack's eigen() on 64-bit

On our AMD dual Opteron system running SuSE SLES 8 with

gcc version 3.2.2 (SuSE Linux)

and with R built with `./configure --without-blas' I get

 > eigen(cbind(1, 3:1, 1:3))
$values
[1]  5.000000e+00  1.000000e+00 -4.440892e-16

$vectors
           [,1]       [,2]       [,3]
[1,] 0.5773503 -0.8451543 -0.9428090
[2,] 0.5773503 -0.1690309  0.2357023
[3,] 0.5773503  0.5070926  0.2357023

-roger
Martin Maechler wrote: