Class template EigenSolverTest

template<class MatrixImp, class F, class C, class R>
class EigenSolverTest

No documentation provided.

static void EigenSolverTest::exports_correct_types()

No documentation provided.

static void EigenSolverTest::has_types_and_options()

No documentation provided.

void EigenSolverTest::throws_on_broken_matrix_construction() const

No documentation provided.

void EigenSolverTest::allows_broken_matrix_construction_when_checks_disabled() const

No documentation provided.

void EigenSolverTest::throws_on_inconsistent_given_options() const

No documentation provided.

void EigenSolverTest::is_constructible() const

No documentation provided.

static bool EigenSolverTest::find_ev(const int &expected_evs, const int &actual_ev, const double &tolerance)

No documentation provided.

void EigenSolverTest::gives_correct_eigenvalues(const Common::Configuration &tolerances = {}) const

No documentation provided.

void EigenSolverTest::gives_correct_eigendecomposition(const Common::Configuration &tolerances = {}) const

No documentation provided.

template<>
EigenSolverTest::EigenSolverTest<MatrixImp, F, C, R>()

No documentation provided.

bool EigenSolverTest::all_matrices_and_expected_eigenvalues_and_vectors_are_computed_

No documentation provided.

MatrixType EigenSolverTest::broken_matrix_

No documentation provided.

MatrixType EigenSolverTest::unit_matrix_

No documentation provided.

MatrixType EigenSolverTest::matrix_

No documentation provided.

int EigenSolverTest::expected_eigenvalues_

No documentation provided.

type EigenSolverTest::MatrixType

No documentation provided.

type EigenSolverTest::ComplexMatrixType

No documentation provided.

type EigenSolverTest::RealMatrixType

No documentation provided.

type EigenSolverTest::M

No documentation provided.