Skip to main content

rank

Method of ComplexMatrix.

Overloads

NameDescription
rank() -> integerReturns the rank of the ComplexMatrix leveraging the SVD decomposition.
rank(real tol) -> integerReturns 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.