40 if((i<0)||(i>=row*col))
42 Werror(
"wrong int64vec index:%d\n",i);
50 if((i<0)||(i>=row*col))
52 Werror(
"wrong int64vec index:%d\n",i);
64 void show(
int mat=0,
int spaces=0);
66 char *
iv64String(
int not_mat=1,
int mat=0,
int spaces=0,
int dim=2);
91 #define iv64Test(v) v->iv64TEST() 93 #define iv64Test(v) do {} while (0) const int64 & operator[](int i) const
#define omCheckAddrSize(addr, size)
int64 & operator[](int i)
int64vec * iv64Sub(int64vec *a, int64vec *b)
int64vec * iv64Copy(int64vec *o)
#define omFreeSize(addr, size)
void show(int mat=0, int spaces=0)
char * iv64String(int not_mat=1, int mat=0, int spaces=0, int dim=2)
int compare(const int64vec *o) const
void operator/=(int64 intop)
int64vec * iv64Add(int64vec *a, int64vec *b)
void operator*=(int64 intop)
void Werror(const char *fmt,...)