chunk_2gether: [INTERNAL] Create chunks from two vectors for parallel computing
Description
[INTERNAL] Create chunks from two vectors for parallel computing
Usage
chunk_2gether(x, y, chunk_size)
Value
A list of lists. Each second level list contains a list of chunks of length chunk_size of each
input vector.
Arguments
- x, y
Vectors
- chunk_size
[int] Length of chunks