rank abstract method

int rank()

The rank of a matrix A is the dimension of the vector space generated by its columns. This corresponds to the maximal number of linearly independent columns of A.

The rank is generally denoted by rank(A) or rk(A).

Implementation

int rank();