
Hi, does somebody know a Lapack implementation which can be used with uBlas? I need a solver for an linear equation system and would prefer to not rewrite it by hand. Achim

Achim Domma wrote:
does somebody know a Lapack implementation which can be used with uBlas? I need a solver for an linear equation system and would prefer to not rewrite it by hand.
http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Linear_Algebr... fres

"Kresimir Fresl"
does somebody know a Lapack implementation which can be used with uBlas? I need a solver for an linear equation system and would prefer to not rewrite it by hand.
http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Linear_Algebr a_With_UBLAS ATLAS looks very interesting, but it's hard to use on windows. I use Mingw with gcc 3.2, but for ATLAS I would have to use Cygwin and would have to go back to gcc 2.xx. Is there a solution which would work with Mingw on Windows? Achim

Achim Domma wrote:
ATLAS looks very interesting, but it's hard to use on windows. I use Mingw with gcc 3.2, but for ATLAS I would have to use Cygwin and would have to go back to gcc 2.xx. Is there a solution which would work with Mingw on Windows?
Sorry, can't help you with Windows. But recently we reworked part of LAPACK bindings. You can find it in boost-sandbox: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost-sandbox/boost-sandbox/b... You will need subdirectories `traits' and `lapack'. Usage is similar to atlas bindings, but instead of `atlas/clapack.hpp' you should include `lapack/lapack.hpp', and the namespace is `boost::numeric::bindings::lapack'. fres
participants (2)
-
Achim Domma
-
Kresimir Fresl