Class template GeneralizedEigenSolverTest

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

No documentation provided.

void GeneralizedEigenSolverTest::make_unit_matrix()

No documentation provided.

static void GeneralizedEigenSolverTest::exports_correct_types()

No documentation provided.

static void GeneralizedEigenSolverTest::has_types_and_options()

No documentation provided.

void GeneralizedEigenSolverTest::throws_on_broken_matrix_construction()

No documentation provided.

void GeneralizedEigenSolverTest::allows_broken_matrix_construction_when_checks_disabled()

No documentation provided.

void GeneralizedEigenSolverTest::throws_on_inconsistent_given_options()

No documentation provided.

void GeneralizedEigenSolverTest::is_constructible()

No documentation provided.

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

No documentation provided.

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

No documentation provided.

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

No documentation provided.

bool GeneralizedEigenSolverTest::all_matrices_and_expected_eigenvalues_and_vectors_are_computed_

No documentation provided.

MatrixType GeneralizedEigenSolverTest::broken_matrix_

No documentation provided.

MatrixType GeneralizedEigenSolverTest::unit_matrix_

No documentation provided.

MatrixType GeneralizedEigenSolverTest::matrix_

No documentation provided.

int GeneralizedEigenSolverTest::expected_eigenvalues_

No documentation provided.

type GeneralizedEigenSolverTest::MatrixType

No documentation provided.

type GeneralizedEigenSolverTest::ComplexMatrixType

No documentation provided.

type GeneralizedEigenSolverTest::RealMatrixType

No documentation provided.

type GeneralizedEigenSolverTest::M

No documentation provided.