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

◆ Mgridinfo

#define Mgridinfo (   ctxt,
  Ng0,
  nprow0,
  npcol0,
  myrow0,
  mycol0 
)
Value:
{\
(Ng0) = (ctxt)->ascp.Np;\
(nprow0) = (ctxt)->cscp.Np;\
(npcol0) = (ctxt)->rscp.Np;\
(myrow0) = (ctxt)->cscp.Iam;\
(mycol0) = (ctxt)->rscp.Iam;\
}

Definition at line 150 of file Bdef.h.

151{\
152 (Ng0) = (ctxt)->ascp.Np;\
153 (nprow0) = (ctxt)->cscp.Np;\
154 (npcol0) = (ctxt)->rscp.Np;\
155 (myrow0) = (ctxt)->cscp.Iam;\
156 (mycol0) = (ctxt)->rscp.Iam;\
157}