|
Ublas : |
Subject: Re: [ublas] numeric bindings nrm2 differences
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2011-11-29 14:57:26
Kraus Philipp wrote:
> mmmh, that's bad. I'm using boost 1.48 also.
> Should I downgrade my Boost version (I have installed the 1.47)?
No, as I said, I couldn't reproduce the problem even after upgrading to 1.48.
> > Can you remove the call to "blas::nrm2(vec3)" or at least call "ublas::norm_2(vec3)" first,
> > so that "memory corruption" by "blas::nrm2(vec3)" can be excluded?
That was the important part. It basically means that you should verify whether the problem goes away if you don't use the bindings and ATLAS at all.
> I have updated the bindings to 75728
> I am a little perplexed
I'm still curious what is actually happening...
Regards,
Thomas