Go to the source code of this file.
Functions | |
template<typename MatrixType > | |
void | schur (int size=MatrixType::ColsAtCompileTime) |
void | test_schur_real () |
template<typename MatrixType > | |
void | verifyIsQuasiTriangular (const MatrixType &T) |
void schur | ( | int | size = MatrixType::ColsAtCompileTime | ) |
Definition at line 55 of file schur_real.cpp.
void test_schur_real | ( | ) |
Definition at line 99 of file schur_real.cpp.
void verifyIsQuasiTriangular | ( | const MatrixType & | T | ) |
Definition at line 29 of file schur_real.cpp.