Boost logo

Boost Users :

From: yyd_iris_at_[hidden]
Date: 2005-08-09 13:02:00


Are there existing functions to compute LU, QR
decompositions?

Thanks a lot.
Vivid

--- Uwe Schmitt <schmitt_at_[hidden]> wrote:

>
>
> > -----Ursprüngliche Nachricht-----
> > Von: boost-users-bounces_at_[hidden]
> > [mailto:boost-users-bounces_at_[hidden]] Im
> Auftrag von Vivid Yang
> > Gesendet: Dienstag, 9. August 2005 16:40
> > An: boost-users_at_[hidden]
> > Betreff: [mailinglist] [Boost-users] determinant
> of Matrices
> >
> > Hi,
> >
> > I browsed the document of ublas for a long time
> and did not find a
> > convenient way to compute the determinant of a
> matrix.
> > Isn't it a basic function of matrix or did I miss
> something?
>
> In general you can use LU-decomposition or QR, as
> det(A) = det(LU) = det(L)*det(U)
> or det(A) = det(QR) = det(R)
> The determinant of L, U, R is the product of the
> elements
> on the diagonal.
>
> Greetings, Uwe.
>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
>
http://lists.boost.org/mailman/listinfo.cgi/boost-users
>

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net