Correct the iterative calculation of the polar decomposition and its derivative
Before, the calculation was terminated after exactly three iterations, now the stopping criterion is fulfilled if the change in the norm of the polar factor is small enough. Also: add the algorithm by Higham and Noferini, done by Robin Fränzel.
Edited by Nebel, Lisa Julia
Merge request reports
Activity
@osander Is using the frobenius_norm as a stopping criterion a valid choice here? Or do you have something better in mind?
added 1 commit
- 83e2c8dd - Correct the iterative calculation of the polar decompositon and its derivative
added 48 commits
-
83e2c8dd...051f34ea - 47 commits from branch
osander:master
- 5ec03b7f - Correct the iterative calculation of the polar decompositon and its derivative
-
83e2c8dd...051f34ea - 47 commits from branch
added 5 commits
-
5ec03b7f...a65869ba - 4 commits from branch
osander:master
- b6391cef - Correct the iterative calculation of the polar decompositon and its derivative
-
5ec03b7f...a65869ba - 4 commits from branch
added 8 commits
-
b6391cef...a51a94ef - 7 commits from branch
osander:master
- d67aebdf - Move the calculation of the polar decomposition to a separate file
-
b6391cef...a51a94ef - 7 commits from branch
@osander: can you have a look? This now includes the code from Robin.
added 1 commit
- c2c4287f - Move the calculation of the polar decomposition to a separate file
added 1 commit
- 06a9fa84 - Move the calculation of the polar decomposition to a separate file
added 1 commit
- 3958c605 - Move the polar decomposition to a separate file and add algorithm by Higham...
added 1 commit
- 7991bc81 - Move the polar decomposition to a separate file and add algorithm by Higham...
added 1 commit
- 84ec1cf0 - Move the polar decomposition to a separate file and add algorithm by Higham...
- Resolved by Nebel, Lisa Julia
- Resolved by Nebel, Lisa Julia
- Resolved by Nebel, Lisa Julia
- Resolved by Nebel, Lisa Julia
Please register or sign in to reply