Overload List
| Name | Description | |
|---|---|---|
| ScatterFromFlattened<(Of <(T>)>)(array<T>[]()[], Int32, Int32) |
Scatter a one dimensional array to all processes, where multiple items are sent to each process.
(If the number of items to be sent is different, see
ScatterFromFlattened<(Of <(T>)>)(array<T>[]()[], array<Int32>[]()[], Int32, array<T>[]()[]%) (Inherited from Intracommunicator.) | |
| ScatterFromFlattened<(Of <(T>)>)(array<T>[]()[], array<Int32>[]()[], Int32) |
Scatter a one dimensional array to all processes, where the number of data items sent to
each process may differ.
(Inherited from Intracommunicator.) | |
| ScatterFromFlattened<(Of <(T>)>)(array<T>[]()[], Int32, Int32, array<T>[]()[]%) |
Scatter a one dimensional array to all processes, where multiple items are sent to each process.
(If the number of items to be sent is different, see
ScatterFromFlattened<(Of <(T>)>)(array<T>[]()[], array<Int32>[]()[], Int32, array<T>[]()[]%) (Inherited from Intracommunicator.) | |
| ScatterFromFlattened<(Of <(T>)>)(array<T>[]()[], array<Int32>[]()[], Int32, array<T>[]()[]%) |
Scatter a one dimensional array to all processes, where the number of data items sent to
each process may differ.
(Inherited from Intracommunicator.) |