 |
My Project
debian-1:4.1.2-p1+ds-2
|
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)
1-based access to matrix
matrix evRowElim(matrix M, int i, int j, int k)
matrix evSwap(matrix M, int i, int j)
poly pp_Jet(poly p, int m, const ring R)
matrix evHessenberg(matrix M)
static long p_Totaldegree(poly p, const ring r)
VAR ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
static number & pGetCoeff(poly p)
return an alias to the leading coefficient of p assumes that p != NULL NOTE: not copy