Back to Sparse Matrices
sprank
Structural rank of sparse matrix
Syntax
r = sprank(A)
Description
Returns the structural rank of sparse matrix A, which is an upper bound on the numerical rank. Uses a greedy maximum matching algorithm.
Parameters
| Name | Description |
|---|---|
| A | Sparse matrix |
Returns
Structural rank (integer)