Boost logo

Ublas :

Subject: Re: [ublas] error on ggev
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-12-18 14:57:33


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.

Cheers,

Rutger