base.indxg2p {pbdBASE} | R Documentation |
Computes the process coordinate which contains the entry of a distributed matrix specified by a global index INDXGLOB. Simplified reimplementation of the ScaLAPACK aux INDXG2P function.
base.indxg2p(INDXGLOB, NB, NPROCS)
INDXGLOB |
Global index. |
NB |
Block size. |
NPROCS |
Total number of processors over which matrix is distributed. |
For advanced users only.