Boost logo

Ublas :

Subject: Re: [ublas] [bindings] New traits system
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-01-21 03:47:07


Thomas Klimpel wrote:

> are affected, i.e. every implementation of clapack_XXXsv and
> clapack_XXXtrs.
>

Ok, so LAPACK bindings are now checking for the right order of most
matrices, taking into account the exceptions caused by ATLAS. I've updated
gesv5 so that it makes a row_major matrix but transposes it in the function
call.

All regressions pass, except getri and gbsv. What about the regressions
under blas?

Cheers,

Rutger