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

◆ fortran_mr2d()

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

Definition at line 244 of file psgemr.c.

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