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

◆ fortran_mr2dnew()

void fortran_mr2dnew ( Int *  m,
Int *  n,
float *  A,
Int *  ia,
Int *  ja,
Int  desc_A[DESCLEN],
float *  B,
Int *  ib,
Int *  jb,
Int  desc_B[DESCLEN],
Int *  gcontext 
)

Definition at line 252 of file psgemr.c.

254{
255 Cpsgemr2d(*m, *n, A, *ia, *ja, (MDESC *) desc_A,
256 B, *ib, *jb, (MDESC *) desc_B, *gcontext);
257 return;
258}
void Cpsgemr2d()
Here is the call graph for this function: