isSquareMatrix property

bool isSquareMatrix

Determines whether the matrix is square

Implementation

bool get isSquareMatrix => rowCount == columnCount;