Learn R Programming

pbdBASE (version 0.5-3)

coordspair: Global to Local/Local to Global Pair Indexing

Description

Get the local index-pair given global information.

Usage

g2lpair(gi, gj, bldim, ICTXT)

l2gpair(i, j, bldim, ICTXT)

Arguments

gi, gj

Global indices.

bldim

Blocking dimension

ICTXT

BLACS context.

i, j

Local indices.

Value

The local index-pair.

Details

For advanced users only. See pbdDMAT for high-level functions.