do_reshuffle: Reshuffle the input as needed - see args_regularity_evaluation
Description
Reshuffle the input as needed - see args_regularity_evaluation
Usage
do_reshuffle(x, reg_eval_res)
Value
The reshuffled input
Arguments
- x
The array to reshuffle
- reg_eval_res
The result of the regularity evaluation
Details
When necessary, this function performs the reshuffle as defined by args_regularity_evaluation
.