Boost logo

Ublas :

Subject: Re: [ublas] [bindings] [lapack] geev and the type of the input matrix
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-07-14 14:47:52


Marco Guazzone wrote:

[snip]
>
> bindings::lapack::geev('V', 'V', ublas::trans(A), wr, wi, LV, RV);
>
[snip]

Could your error have to do with ublas::trans(..) turning anything you pass
it into a read-only object?

Have you tried bindings::trans(A) over the ublas one? That one should
preserve access rights to the underlying object.

Cheers,

Rutger