Go to the documentation of this file.
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.
Generated on Tue Dec 10 2024 04:49:37 for IT++ by Doxygen 1.12.0