getSize method

List<int> getSize()

Gets the size of the matrix

Implementation

List<int> getSize() => getDimensions();