#include <vec.h>
Public Attributes | |
Vmem * | vmem |
the memory manager | |
int | iMadeVmem |
did i make vmem or was it inherited | |
char | name [10] |
character string name for this vector | |
int | n |
number of components in the vector | |
double * | u |
the vector components | |
int | iMallocU |
did i malloc u or was it passed in |