Boost logo

Ublas :

Subject: Re: [ublas] error on ggev
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2010-12-18 15:20:44


Am 18.12.2010 um 20:57 schrieb Rutger ter Borg:

> On 2010-12-18 20:40, Kraus Philipp wrote:
>>
>> numeric_bindings/boost/numeric/bindings/lapack/driver/ggev.hpp:181:
>> error: invalid application of 'sizeof' to incomplete type
>> 'boost::STATIC_ASSERTION_FAILURE<false>'
>
>
> It's complaining that MatrixA is not mutable. Could this be the
> case? This may happen when you passing it as a temporary, or, if
> you're using ublas::trans() (instead of bindings::trans()), or
> similar.

Thanks, I have found the call. I have created a diff between two
matrices and set this diff to the ggev call. Now it works, I have
create a new matrix with the diff and set this to the call.

Phil