getLocal | R Documentation |
Get the value of the distributed matrix at global indices gi x gj.
getLocal(x, gi, gj, all.rank = TRUE, gridinfo)
x |
A distributed matrix. |
gi , gj |
Global row and column indices, respectively. |
all.rank |
Logical; if |
gridinfo |
An optional parameter; each local data lookup requires the data
contained in |
The value at global index gi x gj.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.