Set in-place a subMatrix to matrix, the function check if the subMatrix lies into the dimensions of matrix.
matrix that will receive the new element values.
matrix with equal or less size than matrix.
row index in matrix for the first row in subMatrix.
column index in matrix for the first column in subMatrix.
The modified matrix.
matrix
Set in-place a subMatrix to matrix, the function check if the subMatrix lies into the dimensions of matrix.