33 #include <itpp/itexports.h> 55 ITPP_EXPORT
bool schur(
const mat &A, mat &U, mat &T);
76 ITPP_EXPORT mat
schur(
const mat &A);
93 ITPP_EXPORT
bool schur(
const cmat &A, cmat &U, cmat &T);
111 ITPP_EXPORT cmat
schur(
const cmat &A);
116 #endif // #ifndef SCHUR_H bool schur(const mat &A, mat &U, mat &T)
Schur decomposition of a real matrix.
Matrix Class Definitions.