
(C++) Restricted Permutation of Complete Rows Within Blocks
Source:R/RcppExports.R
permute_restricted_by_row_cpp.RdDivides a sequence in blocks of a given size and permutes rows within these blocks. Larger block sizes increasingly disrupt the data structure over time.
See also
Other Rcpp_permutation:
permute_free_by_row_cpp(),
permute_free_cpp(),
permute_restricted_cpp()