Skalar_MPI
 All Files Functions
mylib.h
Go to the documentation of this file.
1 #ifndef FILE_MYLIB
2 #define FILE_MYLIB
3 
4 #include <mpi.h>
5 
12 double scalar(const unsigned int N, const double x[], const double y[]);
13 
14 
15 
22 double par_scalar(const unsigned int N, const double x[], const double y[], const MPI::Intracomm& icomm);
23 
24 
25 #endif
double scalar(const unsigned int N, const double x[], const double y[])
Definition: mylib.cpp:10
double par_scalar(const unsigned int N, const double x[], const double y[], const MPI::Intracomm &icomm)
Definition: mylib.cpp:27