Boost logo

Ublas :

Subject: Re: [ublas] numeric bindings nrm2 differences
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2011-11-30 03:42:04


Kraus Philipp wrote:
> > 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.
>
> Sorry, no change. I have removed all includes
> to the bindings and linker options to the cblas / atlas.
>
> Only the std::cout << "ublas:\t" << ublas::norm_2(vec3) << std::endl;
> is run and only the boost::numeric::ublas structures are used.

Well, then looking at the input to ublas::norm_2 would be a good idea:

std::cout << vec3(0) << " " << vec3(1) << ";" << vec3.size() << std::endl;