Re: [R] Segfaults of eigen with blas-atlas at x86_64-pc-linux-gnu systems

2011-02-21 Thread Karl Ove Hufthammer
Juergen Rose wrote: > What are the differences between blas-reference, blas-atlas and > blas-goto. They are different. The reference BLAS is (relatively) slow; the other ones are fast. If you’re happy with the performance of the reference BLAS, or don’t use much matrix algebra-dependent code, t

Re: [R] Segfaults of eigen with blas-atlas at x86_64-pc-linux-gnu systems

2011-02-21 Thread Juergen Rose
Am Montag, den 21.02.2011, 11:25 +0100 schrieb Karl Ove Hufthammer: > Juergen Rose wrote: > > >> eigen(D) > > > > *** caught segfault *** > > address (nil), cause 'unknown' > > > > Traceback: > > 1: .Call("La_rs", x, only.values, PACKAGE = "base") > > 2: eigen(D) > > > > All systems are Gentoo