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

◆ fortran_mr2dnew()

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

Definition at line 252 of file pdgemr.c.

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