My Project
Loading...
Searching...
No Matches
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 */
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:87
ip_smatrix
Definition:
matpol.h:15
sleftv
Class used for (list of) interpreter objects.
Definition:
subexpr.h:83
slists
Definition:
lists.h:24
eigenval.h
evEigenvals
lists evEigenvals(matrix M)
Definition:
eigenval_ip.cc:120
evSwap
BOOLEAN evSwap(leftv res, leftv h)
Definition:
eigenval_ip.cc:29
evHessenberg
BOOLEAN evHessenberg(leftv res, leftv h)
Definition:
eigenval_ip.cc:101
evRowElim
BOOLEAN evRowElim(leftv res, leftv h)
Definition:
eigenval_ip.cc:51
res
CanonicalForm res
Definition:
facAbsFact.cc:60
h
STATIC_VAR Poly * h
Definition:
janet.cc:971
M
#define M
Definition:
sirandom.c:25
Generated on Mon Feb 27 2023 10:53:50 for My Project by
doxygen 1.9.5
for
Singular