50 for (
int i=0;
i<
l;
i++)
59 if ((
col == 1)&&(not_mat))
121 for (
int i=
row*
col-1;
i>=0;
i--) {
v[
i] *= intop; }
126 if (intop == 0)
return;
140 if ((
col!=1) ||(op->
cols()!=1))
182 for (
i=0;
i<mn;
i++) (*iv)[
i] = (*a)[
i] + (*b)[
i];
187 for(
i=mn;
i<ma;
i++) (*iv)[
i] = (*a)[
i];
191 for(
i=mn;
i<ma;
i++) (*iv)[
i] = (*b)[
i];
196 if (mn != ma)
return NULL;
198 for (
i=0;
i<mn*a->
cols();
i++) { (*iv)[
i] += (*b)[
i]; }
212 for (
i=0;
i<mn;
i++) (*iv)[
i] = (*a)[
i] - (*b)[
i];
217 for(
i=mn;
i<ma;
i++) (*iv)[
i] = (*a)[
i];
221 for(
i=mn;
i<ma;
i++) (*iv)[
i] = -(*b)[
i];
226 if (mn != ma)
return NULL;
228 for (
i=0;
i<mn*a->
cols();
i++) { (*iv)[
i] -= (*b)[
i]; }
static int si_max(const int a, const int b)
static int si_min(const int a, const int b)
void show(int mat=0, int spaces=0)
int compare(const int64vec *o) const
char * iv64String(int not_mat=1, int mat=0, int spaces=0, int dim=2)
void operator*=(int64 intop)
void operator/=(int64 intop)
const CanonicalForm int s
int64vec * iv64Add(int64vec *a, int64vec *b)
int64vec * iv64Sub(int64vec *a, int64vec *b)
void StringSetS(const char *st)
void StringAppendS(const char *st)
void PrintNSpaces(const int n)
void PrintS(const char *s)