Class template MatrixInverterTest

template<class MatrixImp>
class MatrixInverterTest

No documentation provided.

static void MatrixInverterTest::exports_correct_types()

No documentation provided.

static void MatrixInverterTest::has_types_and_options()

No documentation provided.

void MatrixInverterTest::throws_on_broken_matrix_construction() const

No documentation provided.

void MatrixInverterTest::is_constructible() const

No documentation provided.

void MatrixInverterTest::gives_correct_inverse(const Common::Configuration &tolerances = {}) const

No documentation provided.

template<>
MatrixInverterTest::MatrixInverterTest<MatrixImp>()

No documentation provided.

bool MatrixInverterTest::all_matrices_and_inverse_matrices_are_computed_

No documentation provided.

MatrixType MatrixInverterTest::broken_matrix_

No documentation provided.

MatrixType MatrixInverterTest::unit_matrix_

No documentation provided.

MatrixType MatrixInverterTest::matrix_

No documentation provided.

MatrixType MatrixInverterTest::expected_inverse_

No documentation provided.

type MatrixInverterTest::MatrixType

No documentation provided.

type MatrixInverterTest::M

No documentation provided.

type MatrixInverterTest::ScalarType

No documentation provided.

template<class T>
T MatrixInverterTest::real_or_complex_tolerance(T tolerance, T) const

No documentation provided.

template<class T>
std::complex<T> MatrixInverterTest::real_or_complex_tolerance(T tolerance, std::complex<T>) const

No documentation provided.