Math background of SVD autograd

Hi, I am working on problems about SVD autograd. I want to ask how torch computes the gradient of SVD , I mean, the math background.

Hi,

You can find good ressources online about this. For example: https://j-towns.github.io/papers/svd-derivative.pdf

Thanks for your share. I get it.