Skalar_shm
mylib.h
Go to the documentation of this file.
1 #ifndef FILE_MYLIB
2 #define FILE_MYLIB
3 
11 double scalar(const unsigned int N, const double x[], const double y[]);
12 double scalar_blas(const unsigned int N, const double x[], const double y[]);
13 
14 
15 
16 
17 
18 
19 
20 #endif
double scalar(const unsigned int N, const double x[], const double y[])
Definition: mylib.cpp:20
double scalar_blas(const unsigned int N, const double x[], const double y[])
Definition: mylib.cpp:32