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 Mon Apr 7 2025 07:53:18 for IT++ by Doxygen 1.11.0