Class template EigenSolverTest¶
Inherits from ::testing::Test.
-
template<class MatrixImp, class F, class C, class R>
class EigenSolverTest<MatrixImp, F, C, R> : public ::testing::Test¶ No documentation provided.
Method EigenSolverTest::exports_correct_types¶
Method EigenSolverTest::has_types_and_options¶
Method EigenSolverTest::throws_on_broken_matrix_construction¶
Method EigenSolverTest::allows_broken_matrix_construction_when_checks_disabled¶
Method EigenSolverTest::throws_on_inconsistent_given_options¶
Method EigenSolverTest::is_constructible¶
Method EigenSolverTest::find_ev¶
Method EigenSolverTest::gives_correct_eigenvalues¶
Method EigenSolverTest::gives_correct_eigendecomposition¶
Constructor EigenSolverTest::EigenSolverTest<MatrixImp, F, C, R>¶
Field EigenSolverTest::all_matrices_and_expected_eigenvalues_and_vectors_are_computed_¶
-
bool EigenSolverTest::all_matrices_and_expected_eigenvalues_and_vectors_are_computed_¶
No documentation provided.
Field EigenSolverTest::broken_matrix_¶
-
MatrixType EigenSolverTest::broken_matrix_¶
No documentation provided.
Field EigenSolverTest::unit_matrix_¶
-
MatrixType EigenSolverTest::unit_matrix_¶
No documentation provided.
Field EigenSolverTest::matrix_¶
-
MatrixType EigenSolverTest::matrix_¶
No documentation provided.
Field EigenSolverTest::expected_eigenvalues_¶
-
int EigenSolverTest::expected_eigenvalues_¶
No documentation provided.
Type alias EigenSolverTest::MatrixType¶
-
type EigenSolverTest::MatrixType¶
No documentation provided.
Type alias EigenSolverTest::ComplexMatrixType¶
-
type EigenSolverTest::ComplexMatrixType¶
No documentation provided.
Type alias EigenSolverTest::RealMatrixType¶
-
type EigenSolverTest::RealMatrixType¶
No documentation provided.
Type alias EigenSolverTest::M¶
-
type EigenSolverTest::M¶
No documentation provided.