Skalar_seq
 All Files Functions
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 
13 
19 double norm(const unsigned int N, const double x[]);
20 
21 
22 
23 
24 
25 #endif
double scalar(const unsigned int N, const double x[], const double y[])
Definition: mylib.cpp:20
double norm(const unsigned int N, const double x[])
Definition: mylib.cpp:33