Correct the iterative calculation of the polar decomposition and its derivative
Compare changes
Files
4- Lisa Julia Nebel authored
Move the polar decomposition to a separate file and add the algorithm by Higham and Noferini (from Robin Fraenzel) In the test for the Higham and Noferini algorithm, we see: Unfortunately, for matrices that are close to an orthogonal matrix, this algorithm is about 2x slower. One can benefit from the Higham and Noferini algorithm only if the matrix is quite far away from an orthogonal one.
+ 2
− 24
@@ -10,6 +10,7 @@
@@ -174,29 +175,6 @@ namespace Dune {
@@ -309,7 +287,7 @@ namespace Dune {