localCollectVector {bigGP} | R Documentation |
Local Distribution and Collection Functions
Description
These internal functions carry out the tasks of their respective
primary functions, e.g., collectVector
, on the slave
process. The functions need to be executed on the slave processes.
Usage
localCollectVector(objName, objPos, n, h)
localCollectVectorTest(objName, objPos, n, h)
localDistributeVector(objName, objPos, n, h)
localDistributeVectorTest(objName, objPos, n, h)
localPull(objName, objPos, tag = 1)
localCollectDiagonal(objName, objPos, n, h)
localCollectDiagonalTest(objName, objPos, n, h)
localCollectTriangularMatrix(objName, objPos, n, h)
localCollectTriangularMatrixTest(objName, objPos, n, h)
localCollectRectangularMatrix(objName, objPos, n1, n2, h1, h2)
localCollectRectangularMatrixTest(objName, objPos, n1, n2, h1, h2)
Arguments
objName |
name of object as a character string. |
objPos |
where to look for the object, given as a character string (unlike
|
n |
length of vector. |
h |
replication factor. |
tag |
MPI tag. |
n1 |
number of rows. |
n2 |
number of columns. |
h1 |
replication factor for the rows. |
h2 |
replication factor for the columns. |
[Package bigGP version 0.1.8 Index]