source: PSPA/madxPSPA/src/mad_vec.h @ 478

Last change on this file since 478 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 177 bytes
Line 
1#ifndef MAD_VEC_H
2#define MAD_VEC_H
3
4double  vdot(int* n, double* v1, double* v2);
5double  vmod(int* n, double* v);
6void    zero_double(double* a, int n);
7
8#endif // MAD_VEC_H
9
Note: See TracBrowser for help on using the repository browser.