Skalar_MPI
Main Page
Files
File List
File Members
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
scalar
double scalar(const unsigned int N, const double x[], const double y[])
Definition:
mylib.cpp:10
par_scalar
double par_scalar(const unsigned int N, const double x[], const double y[], const MPI::Intracomm &icomm)
Definition:
mylib.cpp:27
Generated on Thu Jun 22 2017 15:00:33 for Skalar_MPI by
1.8.11