46 #include "euclid_common.h"
58 extern void Vec_dhCreate (
Vec_dh * v);
59 extern void Vec_dhDestroy (
Vec_dh v);
60 extern void Vec_dhInit (
Vec_dh v,
int size);
75 extern void Vec_dhSet (
Vec_dh v,
double value);
76 extern void Vec_dhSetRand (
Vec_dh v);
78 extern void Vec_dhRead (
Vec_dh * v,
int ignore,
char *filename);
79 extern void Vec_dhReadBIN (
Vec_dh * v,
char *filename);