|
||||
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |