 |
My Project
debian-1:4.1.1-p2+ds-4build3
|
Go to the documentation of this file.
106 for(
int k=1,
j=2;
k<n-1;
k++,
j=
k+1)
117 for(
int i=
j+1;
i<=n;
i++)
matrix evColElim(matrix M, int i, int j, int k)
#define MATELEM(mat, i, j)
matrix evRowElim(matrix M, int i, int j, int k)
matrix evSwap(matrix M, int i, int j)
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
poly pp_Jet(poly p, int m, const ring R)
matrix evHessenberg(matrix M)
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