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

◆ MIndxTrans

#define MIndxTrans (   I,
  J,
  i,
 
)
Value:
{ \
i = *I - 1; \
j = *J - 1; \
}

Definition at line 575 of file PBtools.h.

576 { \
577 i = *I - 1; \
578 j = *J - 1; \
579 }