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