Boost logo

Ublas :

Subject: [ublas] cblas and transpose traits
From: Andrey Asadchev (asadchev_at_[hidden])
Date: 2010-07-25 23:00:32


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