Skip to content
Prev 3453 / 15075 Next

eigen() with complex matrices

Robin,
On Feb 23, 2007, at 3:22 AM, Robin Hankin wrote:

            
For the CRAN release of R 2.4.1 it is as simple as

cd /Library/Frameworks/R.framework/Resources/lib
rm libRblas.dylib
ln -s libRblas.0.dylib libRblas.dylib

to switch back to vecLib, replace the last line with
ln -s libRblas.vecLib.dylib libRblas.dylib
That is sufficient. Another way is to use sessionInfo() or indeed  
providing both is the best way.

Thanks,
Simon