itpp
base
algebra
schur.h
Go to the documentation of this file.
1
29
#ifndef SCHUR_H
30
#define SCHUR_H
31
32
#include <
itpp/base/mat.h
>
33
#include <itpp/itexports.h>
34
35
namespace
itpp
36
{
37
55
ITPP_EXPORT
bool
schur
(
const
mat &A, mat &U, mat &T);
56
76
ITPP_EXPORT mat
schur
(
const
mat &A);
77
78
93
ITPP_EXPORT
bool
schur
(
const
cmat &A, cmat &U, cmat &T);
94
111
ITPP_EXPORT cmat
schur
(
const
cmat &A);
112
113
114
}
// namespace itpp
115
116
#endif // #ifndef SCHUR_H
itpp
itpp namespace
Definition:
itmex.h:37
mat.h
Matrix Class Definitions.
itpp::schur
bool schur(const mat &A, mat &U, mat &T)
Schur decomposition of a real matrix.
Definition:
schur.cpp:104
Generated on Thu Apr 11 2019 00:00:00 for IT++ by
Doxygen
1.8.18