matrix_normΒΆ
Computes the matrix norm of a matrix (or a stack of matrices) x.
Abstract Signature:
matrix_norm(x: array, keepdims: bool, ord: Optional[Union[int, float, Literal[inf, Any, fro, nuc]]])
Computes the matrix norm of a matrix (or a stack of matrices) x.
Abstract Signature:
matrix_norm(x: array, keepdims: bool, ord: Optional[Union[int, float, Literal[inf, Any, fro, nuc]]])