Boost logo

Ublas :

Subject: Re: [ublas] numerical bindings trans
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2011-08-14 14:43:40


On 08/13/2011 07:13 PM, Kraus Philipp wrote:
> Hello,
>
> I have seen the numericial bindings have got a "own" trans method. In which way is this different of the "normal" ublas trans method?
>
> Thanks
>
> Phil

ublas trans: makes the argument read-only

bindings trans: is a "view" operator that preserves the argument's
constness, passes the right char-parameter to the bindings algorithms

Hope that helps,
Cheers,

Rutger