#include "main.h"
#include "svd_fill.h"
#include <limits>
#include <Eigen/Eigenvalues>
#include <Eigen/SparseCore>
Go to the source code of this file.
Functions | |
template<int > | |
void | bug_1014 () |
template<int > | |
void | bug_1204 () |
template<int > | |
void | bug_1225 () |
template<int > | |
void | bug_854 () |
EIGEN_DECLARE_TEST (eigensolver_selfadjoint) | |
template<typename MatrixType > | |
void | selfadjointeigensolver (const MatrixType &m) |
template<typename MatrixType > | |
void | selfadjointeigensolver_essential_check (const MatrixType &m) |
void bug_1014 | ( | ) |
Definition at line 204 of file eigensolver_selfadjoint.cpp.
void bug_1204 | ( | ) |
Definition at line 226 of file eigensolver_selfadjoint.cpp.
void bug_1225 | ( | ) |
Definition at line 214 of file eigensolver_selfadjoint.cpp.
void bug_854 | ( | ) |
Definition at line 194 of file eigensolver_selfadjoint.cpp.
EIGEN_DECLARE_TEST | ( | eigensolver_selfadjoint | ) |
Definition at line 233 of file eigensolver_selfadjoint.cpp.
void selfadjointeigensolver | ( | const MatrixType & | m | ) |
Definition at line 69 of file eigensolver_selfadjoint.cpp.
void selfadjointeigensolver_essential_check | ( | const MatrixType & | m | ) |
Definition at line 18 of file eigensolver_selfadjoint.cpp.