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 utils.linalg.norm, why not use the already implemented norm functions in scipy.sparse.linalg, instead of re-implementing everything from scratch? This would allow to seamlessly add the axis parameter, which is very handy oftentimes.
The text was updated successfully, but these errors were encountered:
In utils.linalg.norm, why not use the already implemented norm functions in scipy.sparse.linalg, instead of re-implementing everything from scratch? This would allow to seamlessly add the axis parameter, which is very handy oftentimes.
The text was updated successfully, but these errors were encountered: