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

◆ fortran_mr2dnew()

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

Definition at line 255 of file pcgemr.c.

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