39 intvec(
int r,
int c,
int init);
58 void resize(
int new_length);
61 {
return ((((
unsigned)
i)<((
unsigned)
row)) && (
col==1)); }
64 {
return ((((
unsigned)
i)<((
unsigned)
row)) && (((
unsigned)
j)<((
unsigned)
col))); }
70 Werror(
"wrong intvec index:%d\n",
i);
80 Werror(
"wrong intvec index:%d\n",
i);
85#define IMATELEM(M,I,J) (M)[(I-1)*(M).cols()+J-1]
97 void show(
int mat=0,
int spaces=0)
const;
104 char *
ivString(
int not_mat=1,
int spaces=0,
int dim=2)
const;
169#define ivTest(v) do {} while (0)
intvec * delete_pos(int p)
void resize(int new_length)
void operator%=(int intop)
void show(int mat=0, int spaces=0) const
void operator/=(int intop)
void operator+=(int intop)
char * String(int dim=2) const
int compare(const intvec *o) const
const int & operator[](int i) const
int range(int i, int j) const
char * ivString(int not_mat=1, int spaces=0, int dim=2) const
void operator*=(int intop)
void operator-=(int intop)
const CanonicalForm int s
const Variable & v
< [in] a sqrfree bivariate poly
intvec * ivSub(intvec *a, intvec *b)
intvec * ivCopy(const intvec *o)
intvec * ivSolveKern(intvec *imat, int ready)
intvec * ivConcat(intvec *a, intvec *b)
void ivTriangIntern(intvec *imat, int &ready, int &all)
intvec * ivAddShift(intvec *a, intvec *b, int s)
intvec * ivAdd(intvec *a, intvec *b)
intvec * ivMult(intvec *a, intvec *b)
intvec * ivTranp(intvec *o)
#define omFreeSize(addr, size)
#define omCheckAddrSize(addr, size)
void Werror(const char *fmt,...)