
http://libcalc.sourceforge.net/ If you're dealing with smaller square matrices and really like boost, I suggest you use the above matrix library. It works exactly as you would want it: #include <math/tiny_matrix.hpp> rmatrix3x3d m ( 1, 0, 0, 0, 1, 0, 0, 0, 1); m = ~m; //invert m David On Wed, 27 Oct 2004 20:39:43 +0200, Bronek Kozicki <brok@rubikon.pl> wrote:
I know that question is little off-topic here, but I hope there is someone who can answer it. Could you recommend some C++ library for matrix calculation that supports matrix inversion? Blizt++ does not have it, neither boost.ublas. Or I missed it. Ideas?
TIA
B. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost