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

◆ fortran_mr2dnew()

void fortran_mr2dnew ( char *  uplo,
char *  diag,
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 267 of file pdtrmr.c.

269{
270 Cpdtrmr2d(uplo, diag, *m, *n, A, *ia, *ja, (MDESC *) desc_A,
271 B, *ib, *jb, (MDESC *) desc_B, *gcontext);
272 return;
273}
void Cpdtrmr2d()
Here is the call graph for this function: