Boost logo

Ublas :

Subject: Re: [ublas] LAPACK/BLAS bindings
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2010-06-07 06:01:59


Peter Man wrote:
> Your answers make sense - how would you suggest working around
> the getri problem?

I would first try to understand what the problems are. So my first step would be to reproduce the problems. Then I would gather some more information about what goes wrong. I would probably add the line "std::cout << "n=" << n << std::endl;" to the "min_size_work" method at getri.hpp:258 and the line "std::cout << "opt_size_work=" << opt_size_work << std::endl;" to the "invoke" method at getri.hpp:248
 
If it should turn out that the assert is the only problem, I would deactivate it. If it should turn out to be related to column major and row major order, I would try to see where changes are required.

Regards,
Thomas