Boost logo

Ublas :

Subject: Re: [ublas] ublas/blas bindings-v2 storage adaptor patch
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2011-03-01 03:23:35


On 03/01/2011 06:06 AM, Andrey Asadchev wrote:
> --- bindings/ublas/storage.hpp (revision 239)
> +++ bindings/ublas/storage.hpp (working copy)
[snip]

Thanks Andrey.

For normal ublas use, this doesn't change much, but I guess you have
your own stuff derived from storage_array. I noted that there's no
StorageArray specification that defines value_type, size, begin or end.
I'm also not sure if other adaptors would conflict with this one (i.e.,
other ublas stuff being derived from storage_array)?

Any way, I have applied your patch, but wasn't able to test it yet,
please let me know if it works for you.

Cheers,

Rutger