Skip to content
Snippets Groups Projects
Commit bbc89660 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Use Higham's method instead of the SVD to compute the polar decomposition

The method using the SVD works in principle.  However, it does not play nicely
with automatic differentiation, because singular values are not always differentiable.

The method proposed by Higham to compute the polar factor, on the other hand,
is a Newton method at heart.  Therefore, it can be used together with AD without
problems.
parent dd813c18
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment