SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
BI_zMPI_sum.c
Go to the documentation of this file.
1#include "Bdef.h"
2void BI_zMPI_sum(void *in, void *inout, MpiInt *N, MPI_Datatype *dtype)
3{
4 void BI_zvvsum(Int, char *, char *);
5 BI_zvvsum(*N, inout, in);
6}
void BI_zMPI_sum(void *in, void *inout, MpiInt *N, MPI_Datatype *dtype)
Definition BI_zMPI_sum.c:2
void BI_zvvsum(Int N, char *vec1, char *vec2)
Definition BI_zvvsum.c:2
#define Int
Definition Bconfig.h:22
#define MpiInt
Definition Bconfig.h:25