ASCA.GetRowRepeats:
Determination of all unique row value combinations
Description
This function will determine the unique row-patterns in the input matrix.
It will return a list which elements are named after the unique row-patterns, each containing the row-indices belonging to that pattern.
Usage
ASCA.GetRowRepeats(mat)
Value
A list with elements named after the unique row-pattern.
Each element contains the row-indices for which this pattern occurs.