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