Boost logo

Ublas :

From: James N. Knight (nate_at_[hidden])
Date: 2006-10-13 11:26:06


I actually found this information in the doc file for the bindings::traits classes

boost-sandbox/libs/numeric/bindings/traits/doc/index.html

Nate

Nico Galoppo wrote:
> Hi James,
>
> This is interesting, it works for me! I'd like to add that I found the file in
> boost-sandbox, in numeric/bindings/traits/ublas_vector2.hpp.
>
> Could you tell me where you found the particular reference in the docs?
>
> Thanks!
>
> --nico
>
> James N. Knight wrote:
>> I just realized all this has already been done. The specializations are in numeric/traits/ublas_vector2.hpp.
>> I should have read the docs more carefully. If you include this file you can call the lapack and blas
>> functions with a vector in place of a matrix. It treats the vector as a matrix of size nx1 or 1xn.
>>
>> Nate
>
>