Boost logo

Ublas :

Subject: Re: [ublas] compile error on gesv.hpp on 64Bit system
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2010-07-25 13:29:11


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