53 if ((p1==
NULL)||(p2==
NULL))
return (M);
106 for(
int k=1,
j=2;
k<n-1;
k++,
j=
k+1)
117 for(
int i=j+1;
i<=
n;
i++)
matrix evRowElim(matrix M, int i, int j, int k)
Compatiblity layer for legacy polynomial operations (over currRing)
const CanonicalForm CFMap CFMap int &both_non_zero int n
static long p_Totaldegree(poly p, const ring r)
static number & pGetCoeff(poly p)
return an alias to the leading coefficient of p assumes that p != NULL NOTE: not copy ...
matrix evSwap(matrix M, int i, int j)
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
matrix evHessenberg(matrix M)
poly pp_Jet(poly p, int m, const ring R)
matrix evColElim(matrix M, int i, int j, int k)
#define MATELEM(mat, i, j)