Function DeleteMatrixRows(mA, r, num_rows)

Removes the specified rows from a matrix

Returns false if rows are outside matrix


Related: DeleteMatrixColumns