Boost logo

Boost :

From: Patrick Kowalzick (Patrick.Kowalzick_at_[hidden])
Date: 2004-10-28 01:53:42


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_at_[hidden]> wrote in message
news:417FEB6F.5030705_at_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
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk