nullity property

int nullity

Calculates the nullity of the matrix.

Implementation

int get nullity => colCount - rank;