Go to the source code of this file.
◆ evColElim()
Definition at line 76 of file eigenval.cc.
77{
80
83
85 {
88 }
90 {
93 }
94
96
98}
#define MATELEM(mat, i, j)
1-based access to matrix
static number & pGetCoeff(poly p)
return an alias to the leading coefficient of p assumes that p != NULL NOTE: not copy
◆ evHessenberg()
Definition at line 100 of file eigenval.cc.
101{
105
106 for(
int k=1,
j=2;
k<n-1;
k++,
j=
k+1)
107 {
112
114 {
116
117 for(
int i=
j+1;
i<=n;
i++)
119 }
120 }
121
123}
matrix evRowElim(matrix M, int i, int j, int k)
matrix evSwap(matrix M, int i, int j)
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 ...
◆ evRowElim()
Definition at line 47 of file eigenval.cc.
48{
54
57
59 {
62 }
64 {
67 }
68
72
74}
poly pp_Jet(poly p, int m, const ring R)
◆ evSwap()
Definition at line 25 of file eigenval.cc.
26{
29
31 {
35 }
36
38 {
42 }
43
45}