Description Usage Arguments Details Value Author(s)
Assigns to an Rdsm thread its portion of a set of indices, for the purpose of partitioning work to the threads.
1 | getidxs(m)
|
m |
The sequence 1:m will be partitioned, and one portion will be assigned to the calling thread. |
The range 1:m will be partitioned into r subranges, the i-th of which will be used by thread i to determine which work that thread has been assigned.
The subrange assigned to the invoking thread.
Norm Matloff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.