/* vector definition */ typedef struct { unsigned int dim, max_dim; Real *ve; } VEC;