Boost logo

Ublas :

Subject: Re: [ublas] ormqr - numeric bindings
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-07-24 04:06:07


Peter Man wrote:

> Hi,
>
> Just a quick silly question - where has the 'trans' argument gone from
> the ormqr function definition in the numeric_bindings? I had a look at
> the ormqr function definition and it appears to check some property of
> the matrix for whether it's transposed or not - how do i change this to
> get what i want?
>
> Thanks in advance for help!
>
> Peter

Hello peter,

#include <boost/numeric/bindings/trans.hpp>

and then use ormqr( ..., bindings::trans( some_matrix ), ... ).

Cheers,

Rutger