List getDimensionSizes()

Getter for the sizes of each dimension in the matrix construct.

Returns a list of sizes for each dimension in the matrix construct.

Source

List getDimensionSizes() {
  return this._dimensionSizes;
}