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
* ``np.linalg.norm`` now yields zero for proper norms of empty vectors and matrices.
1
+
* Currently, ``np.linalg.norm``, ``np.linalg.vector_norm``, and ``np.linalg.matrix_norm`` raise errors for some zero-sized inputs. This change ensures that any proper norm of a zero-sized input is zero, which makes it consistent with the mathematical properties of a norm.
0 commit comments