help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] is there a function for Matrix polar decomposition in GSL


From: Jordi Gutierrez Hermoso
Subject: Re: [Help-gsl] is there a function for Matrix polar decomposition in GSL?
Date: Sat, 17 Mar 2007 23:08:04 -0600

On 17/03/07, yang cheng <address@hidden> wrote:
there are functions for QR and SVD decompositions, however
I can not find polar decomposition.
is it available in gsl or other free library?

No, but it's easily reproduced from the SVD. If A = WSV* is the SVD of
A, then P = VSV* and U = WV* gives the polar form A = UP.

HTH,
- Jordi G. H.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]