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

◆ MDescCopy

#define MDescCopy (   DescIn,
  DescOut 
)
Value:
{ \
(DescOut)[DTYPE_] = (DescIn)[DTYPE_]; \
(DescOut)[M_ ] = (DescIn)[M_ ]; \
(DescOut)[N_ ] = (DescIn)[N_ ]; \
(DescOut)[IMB_ ] = (DescIn)[IMB_ ]; \
(DescOut)[INB_ ] = (DescIn)[INB_ ]; \
(DescOut)[MB_ ] = (DescIn)[MB_ ]; \
(DescOut)[NB_ ] = (DescIn)[NB_ ]; \
(DescOut)[RSRC_ ] = (DescIn)[RSRC_ ]; \
(DescOut)[CSRC_ ] = (DescIn)[CSRC_ ]; \
(DescOut)[CTXT_ ] = (DescIn)[CTXT_ ]; \
(DescOut)[LLD_ ] = (DescIn)[LLD_ ]; \
}
#define CTXT_
Definition PBtools.h:38
#define MB_
Definition PBtools.h:43
#define LLD_
Definition PBtools.h:47
#define RSRC_
Definition PBtools.h:45
#define DTYPE_
Definition PBtools.h:37
#define M_
Definition PBtools.h:39
#define INB_
Definition PBtools.h:42
#define CSRC_
Definition PBtools.h:46
#define IMB_
Definition PBtools.h:41
#define NB_
Definition PBtools.h:44
#define N_
Definition PBtools.h:40

Definition at line 514 of file PBtools.h.

515 { \
516 (DescOut)[DTYPE_] = (DescIn)[DTYPE_]; \
517 (DescOut)[M_ ] = (DescIn)[M_ ]; \
518 (DescOut)[N_ ] = (DescIn)[N_ ]; \
519 (DescOut)[IMB_ ] = (DescIn)[IMB_ ]; \
520 (DescOut)[INB_ ] = (DescIn)[INB_ ]; \
521 (DescOut)[MB_ ] = (DescIn)[MB_ ]; \
522 (DescOut)[NB_ ] = (DescIn)[NB_ ]; \
523 (DescOut)[RSRC_ ] = (DescIn)[RSRC_ ]; \
524 (DescOut)[CSRC_ ] = (DescIn)[CSRC_ ]; \
525 (DescOut)[CTXT_ ] = (DescIn)[CTXT_ ]; \
526 (DescOut)[LLD_ ] = (DescIn)[LLD_ ]; \
527 }