Class template MatrixInverterTest¶
Inherits from ::testing::Test.
-
template<class MatrixImp>
class MatrixInverterTest<MatrixImp> : public ::testing::Test¶ No documentation provided.
Method MatrixInverterTest::exports_correct_types¶
-
template<class MatrixImp>
static void MatrixInverterTest<MatrixImp>::exports_correct_types()¶ No documentation provided.
Method MatrixInverterTest::has_types_and_options¶
-
template<class MatrixImp>
static void MatrixInverterTest<MatrixImp>::has_types_and_options()¶ No documentation provided.
Method MatrixInverterTest::throws_on_broken_matrix_construction¶
-
template<class MatrixImp>
void MatrixInverterTest<MatrixImp>::throws_on_broken_matrix_construction() const¶ No documentation provided.
Method MatrixInverterTest::is_constructible¶
-
template<class MatrixImp>
void MatrixInverterTest<MatrixImp>::is_constructible() const¶ No documentation provided.
Method MatrixInverterTest::gives_correct_inverse¶
-
template<class MatrixImp>
void MatrixInverterTest<MatrixImp>::gives_correct_inverse(const Common::Configuration &tolerances = {}) const¶ No documentation provided.
Constructor MatrixInverterTest::MatrixInverterTest<MatrixImp>¶
-
template<>
template<class MatrixImp>
MatrixInverterTest<MatrixImp>::MatrixInverterTest<MatrixImp>()¶ No documentation provided.
Field MatrixInverterTest::all_matrices_and_inverse_matrices_are_computed_¶
-
bool MatrixInverterTest::all_matrices_and_inverse_matrices_are_computed_¶
No documentation provided.
Field MatrixInverterTest::broken_matrix_¶
-
MatrixType MatrixInverterTest::broken_matrix_¶
No documentation provided.
Field MatrixInverterTest::unit_matrix_¶
-
MatrixType MatrixInverterTest::unit_matrix_¶
No documentation provided.
Field MatrixInverterTest::matrix_¶
-
MatrixType MatrixInverterTest::matrix_¶
No documentation provided.
Field MatrixInverterTest::expected_inverse_¶
-
MatrixType MatrixInverterTest::expected_inverse_¶
No documentation provided.
Type alias MatrixInverterTest::MatrixType¶
-
type MatrixInverterTest::MatrixType¶
No documentation provided.
Type alias MatrixInverterTest::M¶
-
type MatrixInverterTest::M¶
No documentation provided.
Type alias MatrixInverterTest::ScalarType¶
-
type MatrixInverterTest::ScalarType¶
No documentation provided.