Returns the dimensions of the matrix as a List<int> in the format rowCount, columnCount.
List<int>
rowCount, columnCount
List<int> get shape => [rowCount, columnCount];