Boost logo

Ublas :

From: Fredrik Orderud (fredrik.orderud_at_[hidden])
Date: 2005-09-22 13:33:00


Hi,
it would have been very convenient if functionality for matrix inversion
could be added to the uBLAS library. This can be implemented quite easily
using the existing LU-decomposition functions.

I've laid out some example code showing how this could be implemented on the
Boost wiki:
http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?LU_Matrix_Inversion

I know that regular matrix inversion should be avoided whenever possible due
to numerical stability and running-time, but it would none the less be
_very_ convenient to have the functionality available.

Thanks in advance.

mvh.
Fredrik Orderud