Boost logo

Ublas :

Subject: Re: [ublas] [bindings] Which Bindings should I direct my users to? Boost proper?
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-07-19 07:43:51


Thomas Klimpel wrote:
>
> Vector/VectorView was my own shot to reduce the size of the generated
> files. I simply didn't generate overloads for "Vector" arguments.
>

doesn't that approach leave out the necessary overloads for views that
return vectors with strides equal to 1? say, e.g., column(A,3) where A is a
column-major matrix

>
> But Dave Abrahams' solution significantly reduces the importance of this
fix.
>

I'd favour this approach and drop the Vector/VectorView stuff. In the docs,
we could seperately annotate what kind of properties of the vectors/matrices
are supported.

Cheers,

Rutger