match.rows: Returns the row indices of matrix A which match with B
Use the fast cpp implementation 'match_rows' instead.
Function here just for reference.
Description
Returns the row indices of matrix A which match with B
Use the fast cpp implementation 'match_rows' instead.
Function here just for reference.