Skip to content
Snippets Groups Projects
  • Lisa Julia Nebel's avatar
    be93c8bd
    Move the polar decomposition to a separate file and add the algorithm by... · be93c8bd
    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.
    be93c8bd
    History
    Move the polar decomposition to a separate file and add the algorithm by...
    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.