doubleVector
in Vector.h
typedef struct
doubleVector
{
unsigned long size;
double* data;
} doubleVector;