Boost logo

Boost :

From: David Sankel (camior_at_[hidden])
Date: 2004-10-28 05:38:28


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_at_[hidden]> 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
>


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