Skalar_Template_seq
mylib.h
Go to the documentation of this file.
1 // template for Master-HPC WS10
2 #ifndef FILE_MYLIB
3 #define FILE_MYLIB
4 
12 double scalar(const unsigned int N, const double x[], const double y[]);
13 
14 
15 #endif
double scalar(const unsigned int N, const double x[], const double y[])
Definition: mylib.cpp:21