MPI_jacsolve
Main Page
Files
File List
File Members
rest_header.h
Go to the documentation of this file.
1
// general header for all functions in directory
2
3
#ifndef HEADER_FILE
4
#define HEADER_FILE
5
6
// ---------- skalar.cpp --------------
7
/*
8
Compute scalar product of two vectors
9
10
IN: n length of the vectors
11
x,y vectors
12
OUT: scalar scalar product
13
*/
22
// double skalar(const int n, const double x[], const double y[], const MPI::Intracomm& icomm);
23
24
25
26
27
#endif
Generated on Thu Jun 22 2017 15:00:32 for MPI_jacsolve by
1.8.11