shape property

  1. @override
List<int> shape

Returns the shape of this matrix.

Implementation

@override
List<int> get shape => [rowCount, colCount];