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