matrix_rankΒΆ
Returns the rank (i.e., number of non-zero singular values) of a matrix (or a stack of matrices).
Abstract Signature:
matrix_rank(x: array, rtol: Optional[Union[float, array]])
Returns the rank (i.e., number of non-zero singular values) of a matrix (or a stack of matrices).
Abstract Signature:
matrix_rank(x: array, rtol: Optional[Union[float, array]])