Boost logo

Ublas :

Subject: Re: [ublas] Accessing the indices of non-zero elements in a UBLAS sparse vector
From: John Reid (j.reid_at_[hidden])
Date: 2011-09-23 03:24:39


On 21/09/11 18:10, Oswin Krause wrote:
>
> By default you should never use mapped_vector<double>::iterator except you
> don't need access to all elements!
>
> it's true that this is not well documented. I also found that out only
> after long google sessions :)
Thanks for bringing this to my attention!

John.
>
> I hope i could help,
>
> Greetings,
> Oswin