|
Ublas : |
Subject: Re: [ublas] [bindings] New traits system
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-01-22 03:34:35
Thomas Klimpel wrote:
> updated blas regression tests for which the corresponding traits already
> existed (with cheating this time -> hand editing of asum.hpp and nrm2.hpp)
Ok, added to their templates to uncheat them :-)
> 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.
Indeed, there are some ublas traits missing, I'll try to add them today.
Support for plain C arrays is built in, they're defined in detail/pod.hpp.
Cheers,
Rutger