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

◆ BI_dMPI_amn()

void BI_dMPI_amn ( void *  in,
void *  inout,
MpiInt N,
MPI_Datatype *  dtype 
)

Definition at line 3 of file BI_dMPI_amn.c.

4{
5 void BI_dvvamn(Int, char *, char *);
6 extern BLACBUFF BI_AuxBuff;
7
8 BI_dvvamn(BI_AuxBuff.Len, inout, in);
9}
BLACBUFF BI_AuxBuff
void BI_dvvamn(Int N, char *vec1, char *vec2)
Definition BI_dvvamn.c:2
#define Int
Definition Bconfig.h:22
Int Len
Definition Bdef.h:57
Here is the call graph for this function:
Here is the caller graph for this function: