SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ Cpctrmr2do() [2/2]

void Cpctrmr2do ( char *  uplo,
char *  diag,
Int  m,
Int  n,
complex ptrmyblock,
Int  ia,
Int  ja,
MDESC ma,
complex ptrmynewblock,
Int  ib,
Int  jb,
MDESC mb 
)

Definition at line 283 of file pctrmr.c.

292{
293 Int dummy, nprocs;
294 Int gcontext;
295 /* first we initialize a global grid which serve as a reference to
296 * communicate from grid a to grid b */
297 Cblacs_pinfo(&dummy, &nprocs);
298 Cblacs_get(0, 0, &gcontext);
299 Cblacs_gridinit(&gcontext, "R", (Int)1, nprocs);
300 Cpctrmr2d(uplo, diag, m, n, ptrmyblock, ia, ja, ma,
301 ptrmynewblock, ib, jb, mb, gcontext);
302 Cblacs_gridexit(gcontext);
303}
#define Int
Definition Bconfig.h:22
void Cblacs_gridexit()
void Cpctrmr2d()
void Cblacs_pinfo()
void Cblacs_get()
void Cblacs_gridinit()
Here is the call graph for this function: