Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2006-09-14 02:59:27


On Wednesday 13 September 2006 17:20, Marco wrote:
> Just another tip... in function
>
> gesvd(Jobu,Jobvt,A,s,U,VT)
>
> described in
> http://boost.cvs.sourceforge.net/*checkout*/boost-sandbox/boost-sandbox/lib
>s/numeric/bindings/lapack/doc/index.html#svd-s
>
> it seems that lapack is returning the transpose of matrices U and VT.

I think the reason is that ublas usually uses a row major layout and lapack
(read: Fortran) uses always column major layouts.

mfg
Gunter