#include <bvec.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 | |
struct sBvec * | coarse |
next coarser object in the hierarchy | |
struct sBvec * | fine |
next finer object in the hierarchy | |
int | numB |
num vector blocks | |
int | numR [MAXV] |
num of rows in each block vector | |
Vec * | VC [MAXV] |
vector block substructure |