randomized_svd
incorrect for complex valued matrices
#30736
Labels
randomized_svd
incorrect for complex valued matrices
#30736
Describe the bug
The
randomized_svd
utility function accepts complex valued inputs without error, but the result is inconsistent withscipy.linalg.svd
.Steps/Code to Reproduce
Expected Results
I expected the singular values to be numerically close.
Actual Results
Versions
The text was updated successfully, but these errors were encountered: