Boost logo

Ublas :

From: Karl Meerbergen (Karl.Meerbergen_at_[hidden])
Date: 2005-12-22 03:24:59


Dima Sorkin wrote:

>Quoting Eddie Vedder :
>
>
>>Did anyone else ever tried to extract matrix Q?
>>
>>
>I didn't.
>
>Regards,
> Dima.
>

You can extract the unitary matrix with DORMQR. There is a binding in
the boost_sandbox: ormqr.hpp

Karl