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
About 2 years ago, commit #242 aimed to fixed #231 by changing some behaviors and including a deprecation warning.
Until today, given a matrix M, norm(M) computes the operator norm instead of the frobenius norm. This behavior is not documented and is not consistent with Julia's.
I suggest finishing commit #242 and deprecate the old behavior. I would do a PR, but I am not familiar enough yet with Julia to feel confident about it
The text was updated successfully, but these errors were encountered:
About 2 years ago, commit #242 aimed to fixed #231 by changing some behaviors and including a deprecation warning.
Until today, given a matrix M, norm(M) computes the operator norm instead of the frobenius norm. This behavior is not documented and is not consistent with Julia's.
I suggest finishing commit #242 and deprecate the old behavior. I would do a PR, but I am not familiar enough yet with Julia to feel confident about it
The text was updated successfully, but these errors were encountered: