Computes the rank of a rectangular, complex matrix Input Matrix.
![]() |
Input Matrix is a rectangular matrix. |
![]() |
tolerance defines a level such that the number of singular values greater than this level is the rank of Input Matrix.
If tolerance is negative, the internal tolerance used to determine rank is set as shown in the following equation:
tolerance = max(m,n)*A2* eps where A2 represents the 2-norm of Input Matrix, m. The default is -1. |
![]() |
rank is the number of singular values in the Input Matrix that are larger than the tolerance. rank is the maximum number of independent rows or columns in the Input Matrix. |
![]() |
error returns any error or warning condition from the VI. |