MPI_jacsolve
skalar.h
Go to the documentation of this file.
1 #ifndef HEADER_SKALAR
2 #define HEADER_SKALAR
3 
4 
13 double skalar(const int n, const double x[], const double y[], const MPI::Intracomm& icomm);
14 
15 #endif
double skalar(const int n, const double x[], const double y[], const MPI::Intracomm &icomm)
Definition: skalar.cpp:11