My Project
UNKNOWN_GIT_VERSION
Singular
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
11
#include "
kernel/linear_algebra/eigenval.h
"
12
13
BOOLEAN
evSwap
(
leftv
res
,
leftv
h
);
14
BOOLEAN
evRowElim
(
leftv
res
,
leftv
h
);
15
BOOLEAN
evColElim
(
leftv
res
,
leftv
h
);
16
BOOLEAN
evHessenberg
(
leftv
res
,
leftv
h
);
17
lists
evEigenvals
(
matrix
M
);
18
BOOLEAN
evEigenvals
(
leftv
res
,
leftv
h
);
19
20
#endif
/* ifdef HAVE_EIGENVAL */
21
#endif
/* EIGENVAL_IP_H */
sleftv
Class used for (list of) interpreter objects.
Definition:
subexpr.h:82
evColElim
BOOLEAN evColElim(leftv res, leftv h)
Definition:
eigenval_ip.cc:75
slists
Definition:
lists.h:22
evEigenvals
lists evEigenvals(matrix M)
Definition:
eigenval_ip.cc:118
evHessenberg
BOOLEAN evHessenberg(leftv res, leftv h)
Definition:
eigenval_ip.cc:99
ip_smatrix
Definition:
matpol.h:14
eigenval.h
M
#define M
Definition:
sirandom.c:24
res
CanonicalForm res
Definition:
facAbsFact.cc:64
evRowElim
BOOLEAN evRowElim(leftv res, leftv h)
Definition:
eigenval_ip.cc:51
h
static Poly * h
Definition:
janet.cc:972
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:85
evSwap
BOOLEAN evSwap(leftv res, leftv h)
Definition:
eigenval_ip.cc:29
Generated on Sun Feb 17 2019 09:23:27 for My Project by
doxygen 1.8.15
for
Singular UNKNOWN_GIT_VERSION