Determine identical rows of a [:,2] matrix
function sameMatrixRows input Real M[:, 2] "Matrix"; input Integer startIndex = 1 "Start index"; output Integer endIndex = startIndex "startIndex:endIndex are identical rows in M"; end sameMatrixRows;