Boost logo

Ublas :

Subject: Re: [ublas] How to solve systems of linear equations?
From: Rui Maciel (rui.maciel_at_[hidden])
Date: 2010-03-10 14:07:18


Matwey V. Kornilov wrote:
> I use my own implementation of singular value decomposition. There are
> also bindings LAPACK++ and Atlas.

Unfortunately those bindings tend not to be a reasonable solution, as they
aren't a part of Boost or even Ubuntu's software repository and that tends to
point out that those packages aren't as maintained as other, for the lack of a
better word, competing packages.

> http://www.crystalclearsoftware.com/cgi-
> bin/boost_wiki/wiki.pl?Linear_Algebra_With_UBLAS

Thanks for the link. The section on LU matrix inversion was quite helpful.

Thanks for the help,
Rui Maciel