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

◆ fortran_mr2d()

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

Definition at line 244 of file pigemr.c.

246{
247 Cpigemr2do(*m, *n, A, *ia, *ja, (MDESC *) desc_A,
248 B, *ib, *jb, (MDESC *) desc_B);
249 return;
250}
void Cpigemr2do()
Here is the call graph for this function: