Boost logo

Ublas :

Subject: Re: [ublas] cblas and transpose traits
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-07-26 02:47:28


Andrey Asadchev wrote:

> hello people
>
> I made a couple additions, first is cblas (essentially copy paste of
> atlas).
>
http://code.google.com/p/asadchev/source/browse/trunk/projects/boost/numeric/bindings/#bindings/cblas
>
> Second is transpose traits for ublas:
>
http://code.google.com/p/asadchev/source/browse/trunk/projects/boost/numeric/bindings/traits/ublas_transpose.hpp
> given expression, transpose traits will give parameters symbol and provide
> way to unwrap transpose expression.
>
> thank you
> bye

Hello Andrey,

please consider checking out "v2" of the bindings,

http://svn.boost.org/svn/boost/sandbox/numeric_bindings/

CBLAS is supported through the blas interface, define
BOOST_NUMERIC_BINDINGS_BLAS_CBLAS to enable. Transpose traits are available,
too, for all supported matrix types.

Hope this helps,
Cheers,

Rutger