|
Boost Users : |
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-10-07 13:18:56
Daniel L Elliott wrote:
> Hello,
>
> I have a question about using uBLAS/LAPACK bindings on AIX 5.1 and VA6. I
> am doing something like the following:
>
> matrix<double> matrixTwo(200,200);
> identity_matrix<double> identMatrix = identity_matrix<double>(200);
> int inverseInfo = gesv(matrixTwo,identMatrix);
>
> I am getting the following errors:
>
[snip]
> As I understand it, I can simply pass the uBLAS matrix types and the
> traits/lapack .hpp files will take care of the rest.
>
Indeed. But it seems that the traits have no specialisation for the
identity-matrix currently. Could you try to add one ?
> Any light that could be shed upon this subject would be of great
> assistance. By the way, I would have happily send this to uBLAS-dev, but
> have not been admitted yet :(
it bothers me that this is still not dealt with!!!!!
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net