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:88
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
matrix
ip_smatrix * matrix
Definition
matpol.h:43
lists
slists * lists
Definition
mpr_numeric.h:146
M
#define M
Definition
sirandom.c:25
leftv
sleftv * leftv
Definition
structs.h:53
Generated on Thu Mar 20 2025 00:00:00 for My Project by
doxygen 1.13.2
for
Singular