Back to Linear Algebra (Eigen)
eigen.utilities.rank
Compute the matrix rank using SVD.
Syntax
eigen.utilities.rank(A, tolerance?)
Description
Compute the matrix rank using SVD.
Parameters
| Name | Description |
|---|---|
| A | - Matrix handle |
| tolerance(optional) | - Singular values below this are treated as zero |
Returns
number