Quant-X-Security-Coding-GmbH / svd-challenge

Challenging singular value decomposition examples for the D-Wave quantum annealer
Apache License 2.0
0 stars 0 forks source link

Jp #4

Closed JebBo0 closed 3 years ago

JebBo0 commented 3 years ago

scipy.linalg.svd does not work on sparse matrices. Apparently there is a sparse version of svd called svds, but i also had some problems implementing it.