IT++ Logo
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
35namespace itpp
36{
37
55ITPP_EXPORT bool schur(const mat &A, mat &U, mat &T);
56
76ITPP_EXPORT mat schur(const mat &A);
77
78
93ITPP_EXPORT bool schur(const cmat &A, cmat &U, cmat &T);
94
111ITPP_EXPORT cmat schur(const cmat &A);
112
113
114} // namespace itpp
115
116#endif // #ifndef SCHUR_H
bool schur(const mat &A, mat &U, mat &T)
Schur decomposition of a real matrix.
Definition schur.cpp:104
Matrix Class Definitions.
itpp namespace
Definition itmex.h:37
SourceForge Logo

Generated on Tue Dec 10 2024 04:49:37 for IT++ by Doxygen 1.12.0