vsip_scalar_vi vsip_mrowindex(vsip_scalar_mi index);
This function extracts the row index from the matrix index. It effectively performs the inverse operation of vsip_matindex for the row component.
vsip_scalar_mi index: Matrix index (as created by vsip_matindex).
Returns the row index (0-based) corresponding to the input matrix index.