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

◆ Cpztrmr2do() [2/2]

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

Definition at line 283 of file pztrmr.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((Int)0, (Int)0, &gcontext);
299 Cblacs_gridinit(&gcontext, "R", (Int)1, nprocs);
300 Cpztrmr2d(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 Cblacs_pinfo()
void Cblacs_get()
void Cblacs_gridinit()
void Cpztrmr2d()
Here is the call graph for this function: