Am 25.07.2010 um 19:12 schrieb Rutger ter Borg:

Kraus Philipp wrote:

[snip]

 linalg::geev( 'N', 'V', l_matrix, l_eigval,  l_tmp1,l_tmp2,
l_eigvec, linalg::optimal_workspace() );

[snip]

I'm a bit confused. Is it gesv (topic of this thread) or geev (code example)
which is causing the trouble?

I use both calls gesv and geev in same class (different static members).
I'm installing the same configuration in a x86 Gentoo VM for testing, hope that helps to avoid
configuration errors. 

Thx