boost::ublas and gaussian elimination

Hello! I would like to do gaussian elimination using uBLAS. It seems that there are many of the tools needed to do gaussian elimination present but I can't actually find a solver. Is there one in uBLAS or has anyone here written one using uBLAS? Thanks in advance! Regards, Mattias

Mattias Brändström wrote:
Hello!
I would like to do gaussian elimination using uBLAS. It seems that there are many of the tools needed to do gaussian elimination present but I can't actually find a solver.
Is there one in uBLAS or has anyone here written one using uBLAS?
using uBLAS, there is a LU solver (see lu.hpp, I never used it though). What you also can do is interface with LAPACK, SuperLU or UMFPACK using the bindings in boost-sandbox. BTW, there is a specific ublas-ml for all your ublas questions (I CC:'ed it)
participants (2)
-
Mattias Brändström
-
Toon Knapen