Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:02:05

0001 #ifndef MAD_VEC_H
0002 #define MAD_VEC_H
0003 
0004 double  vdot(int* n, double* v1, double* v2);
0005 double  vmod(int* n, double* v);
0006 void    zero_double(double* a, int n);
0007 
0008 #endif // MAD_VEC_H
0009