isSquare property

bool get isSquare

Tests if this Matrix is square.

Implementation

bool get isSquare => rowCount == colCount;