QMRITools`
QMRITools`

DynamicPartition

DynamicPartition[data,{part}]

patitions the data into parts which is a list of integers. The remainders is los.

DynamicPartition[data,part,last]

patitions the data into parts which is a list of integers. The remainders is partitioned into equal parts defined by last. If last is All, the remainders is just one partition.

Examples