
Go to the source code of this file.
Functions | |
| EIGEN_DECLARE_TEST (eigensolver_complex) | |
| template<typename MatrixType > | |
| void | eigensolver (const MatrixType &m) |
| template<typename MatrixType > | |
| void | eigensolver_verify_assert (const MatrixType &m) |
| template<typename MatrixType > | |
| bool | find_pivot (typename MatrixType::Scalar tol, MatrixType &diffs, Index col=0) |
| template<typename VectorType > | |
| void | verify_is_approx_upto_permutation (const VectorType &vec1, const VectorType &vec2) |
| EIGEN_DECLARE_TEST | ( | eigensolver_complex | ) |
Definition at line 155 of file eigensolver_complex.cpp.
| void eigensolver | ( | const MatrixType & | m | ) |
Definition at line 72 of file eigensolver_complex.cpp.
| void eigensolver_verify_assert | ( | const MatrixType & | m | ) |
Definition at line 144 of file eigensolver_complex.cpp.
| bool find_pivot | ( | typename MatrixType::Scalar | tol, |
| MatrixType & | diffs, | ||
| Index | col = 0 |
||
| ) |
Definition at line 16 of file eigensolver_complex.cpp.
| void verify_is_approx_upto_permutation | ( | const VectorType & | vec1, |
| const VectorType & | vec2 | ||
| ) |
Definition at line 55 of file eigensolver_complex.cpp.