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

◆ initblock()

static2 void initblock ( complex block,
Int  m,
Int  n 
)

Definition at line 168 of file pctrmrdrv.c.

169{
170 complex *pdata;
171 Int i;
172 pdata = block;
173 for (i = 0; i < m * n; i++, pdata++) {
174 (*pdata).r = i;
175 };
176}
#define Int
Definition Bconfig.h:22
float r
Definition pcgemr.c:161
Here is the caller graph for this function: