My Project
Loading...
Searching...
No Matches
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
15//BOOLEAN evColElim(leftv res,leftv h);
19
20#endif /* ifdef HAVE_EIGENVAL */
21#endif /* EIGENVAL_IP_H */
int BOOLEAN
Definition auxiliary.h:88
lists evEigenvals(matrix M)
BOOLEAN evSwap(leftv res, leftv h)
BOOLEAN evHessenberg(leftv res, leftv h)
BOOLEAN evRowElim(leftv res, leftv h)
CanonicalForm res
Definition facAbsFact.cc:60
STATIC_VAR Poly * h
Definition janet.cc:971
ip_smatrix * matrix
Definition matpol.h:43
slists * lists
#define M
Definition sirandom.c:25
sleftv * leftv
Definition structs.h:53