rank
Method of ComplexMatrix.
Overloads
| Name | Description |
|---|---|
rank() -> integer | Returns the rank of the ComplexMatrix leveraging the SVD decomposition. |
rank(real tol) -> integer | Returns the rank of the ComplexMatrix leveraging the SVD decomposition. The rank is computed as the number of singular values of A that are larger than tol. |
rank() -> integer
Returns the rank of the ComplexMatrix leveraging the SVD decomposition.
rank(real tol) -> integer
Returns the rank of the ComplexMatrix leveraging the SVD decomposition. The rank is computed as the number of singular values of A that are larger than tol.
Parameters
- tol: The prescribed tolerance.