rank
Method of RealMatrix.
Overloads
| Name | Description |
|---|---|
rank(real tol) -> integer | Returns the rank of the RealMatrix 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 RealMatrix leveraging the SVD decomposition. |
rank(real tol) -> integer
Returns the rank of the RealMatrix 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.
rank() -> integer
Returns the rank of the RealMatrix leveraging the SVD decomposition.