isSquare property

bool isSquare

Tests if this Matrix is square.

Implementation

bool get isSquare => rowCount == colCount;