mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Fixes #136453 ### Description --- Fixed the ambiguity by referencing a hyperlink to wikipedia's SVD/Singular Values section as per past discussion (by other contributors) on the above thread. In the ord argument, for values `+2` and `-2`, the `singular value` now points to [this section of singular values on the wiki SVD page](https://en.wikipedia.org/wiki/Singular_value_decomposition#Singular_values,_singular_vectors,_and_their_relation_to_the_SVD). ### Why not mention SVD --- For conciseness (expanding 'largest singular value' -> 'largest singular value of a SVD' is too much, i think, wrt rest of the table) --- I hope this is satisfactory. Please let me know if I have missed anything essential; cheers. Pull Request resolved: https://github.com/pytorch/pytorch/pull/155148 Approved by: https://github.com/Skylion007, https://github.com/lezcano