Difference between revisions of "Distrib dim.m"
(→See also) |
(Normalise sequential blank lines) |
||
| Line 18: | Line 18: | ||
==See also== | ==See also== | ||
[[Kernel_utilities#Parallelisation_and_GPUs|Parallelisation and GPUs]] | [[Kernel_utilities#Parallelisation_and_GPUs|Parallelisation and GPUs]] | ||
| − | |||
''Version 2.11, authors: [[MathWorks]], [[Ilya Kuprov]]'' | ''Version 2.11, authors: [[MathWorks]], [[Ilya Kuprov]]'' | ||
Revision as of 12:24, 25 April 2026
Distributes an array in the user-specified dimension for parallel processing using spmd.
Syntax
A=distrib_dim(A,dim)
Arguments
A - a numerical array dim - the distribution dimension
Outputs
A - a distributed numerical array
See also
Version 2.11, authors: MathWorks, Ilya Kuprov