Which row/column in a matrix genarate which singular value

38 Views Asked by At

I know that svd of a matrix arranges the singular values in descending order. My question is: Is it possible to know which row/column generate a specific singular value, for e.g. the largest one.

Thanks in advance.