Boost logo

Ublas :

Subject: Re: [ublas] novice question. how to use ublas bindings
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2009-08-21 15:36:47


Karl Meerbergen wrote:

> Dear Luca,
>
> If you use syev('V', 'U', matrix,...)
> you do not need a symmetric_adaptor.
>
> Best,
>
> Karl

I remember having added the uplo_tag stuff, though. For now, for the trunk
version, only the symm. adaptor is functional. I think I wanted to replace
this with wrappers for upper(..) and lower(), so one would get

syev( ..., upper(matrix), ... )

But that's future work at the moment.

Cheers,

Rutger