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

◆ INDXL2G

#define INDXL2G (   iloc,
  nb,
  iproc,
  isrcproc,
  nprocs 
)
Value:
( (nprocs) * (nb) * ( ( (iloc) - 1 ) / (nb) ) +\
( ( (iloc) - 1 ) % (nb) ) +\
( ( (nprocs) + (iproc) - (isrcproc) ) % (nprocs) ) * (nb) + 1 )

Definition at line 187 of file pblas.h.