
28 Oct
2004
28 Oct
'04
6:53 a.m.
Hi Bronek, I use uBLAS and the LAPACK-bindings from the sandbox . This works quite nice. The inversion itself I do with a SVD: SVD(A): A=U*S*V.t (s is diagonal) Inverse: A.i = V*S.i*U.t Regards, Patrick "Bronek Kozicki" <brok@rubikon.pl> wrote in message news:417FEB6F.5030705@rubikon.pl...
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