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
Right now, if A is a matrix, then norm(A,p) emits a deprecation warning and calls opnorm(A,p), in line with Julia 0.7. In the next breaking release, we should make norm(A,p) call norm(vec(A), p) as the deprecation warning states, and remove the warning.