rank property

int rank

Gets the rank, the effective numerical rank of this Matrix.

Implementation

int get rank => singularValueDecomposition(computeVectors: false).rank;