ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
BI_zMPI_amn2.c
Go to the documentation of this file.
1 #include "Bdef.h"
2 void BI_zMPI_amn2(void *in, void *inout, int *N, MPI_Datatype *dtype)
3 {
4  void BI_zvvamn2(int, char *, char *);
5  BI_zvvamn2(*N, inout, in);
6 }
BI_zMPI_amn2
void BI_zMPI_amn2(void *in, void *inout, int *N, MPI_Datatype *dtype)
Definition: BI_zMPI_amn2.c:2
BI_zvvamn2
void BI_zvvamn2(int N, char *vec1, char *vec2)
Definition: BI_zvvamn2.c:2
Bdef.h