Creates a new matrix with the specified number of rows and columns, filled with zeros.
A matrix with dimensions rows x cols, initialized to zero.
The number of rows in the matrix.
The number of columns in the matrix.