svd icon indicating copy to clipboard operation
svd copied to clipboard

How to compute non-reduced SVD?

Open RahulBhalley opened this issue 4 years ago • 0 comments

Hi!

First of all, thanks a lot for this implementation! 😊 I couldn't find any other better implementation in Python.

Your implementation looks like it's computing reduced SVD. But I'm trying to implement SVD for the case when full_matrices=True as in torch.svd. Is there anyway I can modify your implementation for full SVD calculation?

Looking towards your help.

Regards, Rahul Bhalley

RahulBhalley avatar Oct 07 '21 05:10 RahulBhalley