Boost logo

Ublas :

Subject: Re: [ublas] [bindings] New traits system
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-01-20 10:04:50


Thomas Klimpel wrote:

> "b" should be "Nx1" for column-major and "1xN" for row-major. The reason
> for this is explained under the "What's the deal with the RHS in the
> row-major factorization/solves?" item in the ATLAS FAQ:

So, basically, what they're saying, is that B has to be column major, no
matter what the Order argument is saying? Is ldb != n allowed? Do you know
which algorithms exactly are affected? trsm + most of clapack?

Cheers,

Rutger