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