Skip to main content

rank

Method of RealMatrix.

Overloads

NameDescription
rank(real tol) -> integerReturns 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() -> integerReturns 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.