MPI_jacsolve
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