eigenval_ip.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_IP_H
9 #define EIGENVAL_IP_H
10 #ifdef HAVE_EIGENVAL
12 
19 
20 #endif /* ifdef HAVE_EIGENVAL */
21 #endif /* EIGENVAL_IP_H */
Class used for (list of) interpreter objects.
Definition: subexpr.h:83
BOOLEAN evColElim(leftv res, leftv h)
Definition: eigenval_ip.cc:75
Definition: lists.h:22
lists evEigenvals(matrix M)
Definition: eigenval_ip.cc:118
BOOLEAN evHessenberg(leftv res, leftv h)
Definition: eigenval_ip.cc:99
poly res
Definition: myNF.cc:322
#define M
Definition: sirandom.c:24
BOOLEAN evRowElim(leftv res, leftv h)
Definition: eigenval_ip.cc:51
static Poly * h
Definition: janet.cc:978
int BOOLEAN
Definition: auxiliary.h:131
BOOLEAN evSwap(leftv res, leftv h)
Definition: eigenval_ip.cc:29