Skip to content
Snippets Groups Projects
  1. Jan 15, 2018
  2. Dec 21, 2017
  3. Jan 17, 2016
    • Sander, Oliver's avatar
      Use Higham's method instead of the SVD to compute the polar decomposition · bbc89660
      Sander, Oliver authored
      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.
      bbc89660
  4. Oct 16, 2015
  5. Mar 15, 2015
  6. Mar 14, 2015
  7. Feb 12, 2015
  8. Sep 30, 2014
  9. Mar 24, 2014
Loading