Boost logo

Ublas :

Subject: Re: [ublas] [bindings] New traits system
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2010-01-21 19:52:52


Thomas Klimpel wrote:
> Rutger ter Borg wrote:
> > All regressions pass, except getri and gbsv.
> > What about the regressions under blas?
>
> I can update them, if you don't mind.

updated blas regression tests for which the corresponding traits already existed (with cheating this time -> hand editing of asum.hpp and nrm2.hpp)

I couldn't find traits for ublas::slice (different from ublas::vector_slice and ublas::matrix_slice) and traits for plain c arrays (T[N]...), so I didn't update ublas_slice.cpp and vector2.cpp.

Regards,
Thomas