You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the deflation module we use svd although we're only interested in the 2-norm of the matrix. We should verify that numpy.linalg.norm correctly computes that 2-norm and remove the svd import.
The text was updated successfully, but these errors were encountered:
In the deflation module we use svd although we're only interested in the 2-norm of the matrix. We should verify that
numpy.linalg.norm
correctly computes that 2-norm and remove the svd import.The text was updated successfully, but these errors were encountered: