-
- Downloads
Move the polar decomposition to a separate file and add the algorithm by...
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.
parent
bbad25b9
No related branches found
No related tags found
Showing
- dune/gfe/localprojectedfefunction.hh 2 additions, 24 deletionsdune/gfe/localprojectedfefunction.hh
- dune/gfe/polardecomposition.hh 326 additions, 0 deletionsdune/gfe/polardecomposition.hh
- test/CMakeLists.txt 1 addition, 0 deletionstest/CMakeLists.txt
- test/polardecompositiontest.cc 243 additions, 0 deletionstest/polardecompositiontest.cc
Loading
Please register or sign in to comment