tall
Syntax
Description
converts the
distributed array T = tall(D)D into a tall array. The underlying data type of
T is the same as the underlying type of D.
If the distribution of D is in the first dimension, then
T has the same distribution. If the distribution of
D is in any other dimension or uses a 2-D block-cyclic codistributor
then T contains a redistribution of the underlying data in the first
dimension.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b