Matrix.this

Create a matrix of a given size.

Parameters

rowCount
Type: size_t

The number of rows for the matrix.

columnCount
Type: size_t

The number of columns for the matrix.

Meta