Boost logo

Ublas :

Subject: Re: [ublas] Is coordinate_matrixelementassignment/insertion broken in 1.42?
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2010-03-03 11:17:49


Jesse Perla wrote:
> Thanks for the patch Thomas. So it sounds like this was a problem with
> the ublas implementation rather than a bug in the std implementation
> that intel and msvc uses?

Yes, the bug causing "wrong results" is definitively on the ublas side.

But the code path the std implementation ends up using is not the most efficient one. Perhaps I should spy wether GIL has a better solution for the corresponding iterator.

Regards,
Thomas