My Project  UNKNOWN_GIT_VERSION
eigenval.h
Go to the documentation of this file.
1 /****************************************
2 * Computer Algebra System SINGULAR *
3 ****************************************/
4 /*
5 * ABSTRACT: eigenvalues of constant square matrices
6 */
7 
8 #ifndef EIGENVAL_H
9 #define EIGENVAL_H
10 #ifdef HAVE_EIGENVAL
11 
12 matrix evSwap(matrix M,int i,int j);
13 matrix evRowElim(matrix M,int i,int j,int k);
14 matrix evColElim(matrix M,int i,int j,int k);
16 
17 #endif /* ifdef HAVE_EIGENVAL */
18 #endif /* EIGENVAL_H */
int i
Definition: cfEzgcd.cc:125
int k
Definition: cfEzgcd.cc:92
matrix evRowElim(matrix M, int i, int j, int k)
Definition: eigenval.cc:47
matrix evHessenberg(matrix M)
Definition: eigenval.cc:100
matrix evSwap(matrix M, int i, int j)
Definition: eigenval.cc:25
matrix evColElim(matrix M, int i, int j, int k)
Definition: eigenval.cc:76
int j
Definition: facHensel.cc:105
#define M
Definition: sirandom.c:24