getDistributedVectorLength
,
getDistributedTriangularMatrixLength
, and
getDistributedRectangularLength
are internal auxiliary
functions that find the length of the vector needed to store the subset
of a vector or matrix contained on a given slave process.
getDistributedVectorLength(n, h = 1)
getDistributedTriangularMatrixLength(n, h = 1)
getDistributedRectangularMatrixLength(n1, n2, h1 = 1, h2 = 1)
length of vector.
replication factor.
number of rows.
number of columns.
replication factor for the rows.
replication factor for the columns.